Home
last modified time | relevance | path

Searched refs:wl (Results 1 – 25 of 817) sorted by relevance

12345678910>>...33

/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/cts/
H A DWifiLockTest.java53 WifiLock wl = wm.createWifiLock(lockType, WIFI_TAG); in testWifiLock() local
57 wl.setReferenceCounted(true); in testWifiLock()
58 wl.setWorkSource(new WorkSource()); in testWifiLock()
59 assertFalse(wl.isHeld()); in testWifiLock()
60 wl.acquire(); in testWifiLock()
61 assertTrue(wl.isHeld()); in testWifiLock()
62 wl.release(); in testWifiLock()
63 assertFalse(wl.isHeld()); in testWifiLock()
64 wl.acquire(); in testWifiLock()
65 wl.acquire(); in testWifiLock()
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/internal/
H A Dtestucs.c29 apr_size_t wl; member
91 for (i = 0; i < f->wl; ++i) in displaynw()
94 for (i = 0; i < l->wl; ++i) in displaynw()
115 apr_size_t nl = s.nl, wl = sizeof(s.w) / 2; in test_nrange() local
116 rc = apr_conv_utf8_to_ucs2(s.n, &nl, s.w, &wl); in test_nrange()
117 s.wl = (sizeof(s.w) / 2) - wl; in test_nrange()
124 if (s.wl != l.wl in test_nrange()
125 || memcmp(s.w, l.w, (s.wl - 1) * 2) != 0 in test_nrange()
126 || s.w[s.wl - 1] != l.w[l.wl - 1] + 1) { in test_nrange()
164 ++s.wl; in test_wrange()
[all …]
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DPowerManager_WakeLockTest.java48 WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, TAG); in testPowerManagerWakeLock() local
49 assertNotNull(wl.toString()); in testPowerManagerWakeLock()
51 wl.acquire(); in testPowerManagerWakeLock()
52 assertTrue(wl.isHeld()); in testPowerManagerWakeLock()
53 wl.release(); in testPowerManagerWakeLock()
54 assertFalse(wl.isHeld()); in testPowerManagerWakeLock()
57 wl.setReferenceCounted(true); in testPowerManagerWakeLock()
58 wl.acquire(); in testPowerManagerWakeLock()
59 assertTrue(wl.isHeld()); in testPowerManagerWakeLock()
60 wl.acquire(); in testPowerManagerWakeLock()
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_worklist.h84 nir_instr_worklist *wl = malloc(sizeof(nir_instr_worklist)); in nir_instr_worklist_create() local
85 if (!wl) in nir_instr_worklist_create()
88 if (!u_vector_init_pow2(&wl->instr_vec, 8, sizeof(struct nir_instr *))) { in nir_instr_worklist_create()
89 free(wl); in nir_instr_worklist_create()
93 return wl; in nir_instr_worklist_create()
97 nir_instr_worklist_length(nir_instr_worklist *wl) in nir_instr_worklist_length() argument
99 return u_vector_length(&wl->instr_vec); in nir_instr_worklist_length()
103 nir_instr_worklist_is_empty(nir_instr_worklist *wl) in nir_instr_worklist_is_empty() argument
105 return nir_instr_worklist_length(wl) == 0; in nir_instr_worklist_is_empty()
109 nir_instr_worklist_destroy(nir_instr_worklist *wl) in nir_instr_worklist_destroy() argument
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/
H A DPowerManagerTest.java133 PowerManager.WakeLock wl = mPm.newWakeLock(PowerManager.FULL_WAKE_LOCK, "FULL_WAKE_LOCK"); in testNewWakeLock() local
134 doTestWakeLock(wl); in testNewWakeLock()
136 wl = mPm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, "SCREEN_BRIGHT_WAKE_LOCK"); in testNewWakeLock()
137 doTestWakeLock(wl); in testNewWakeLock()
139 wl = mPm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, "SCREEN_DIM_WAKE_LOCK"); in testNewWakeLock()
140 doTestWakeLock(wl); in testNewWakeLock()
142 wl = mPm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "PARTIAL_WAKE_LOCK"); in testNewWakeLock()
143 doTestWakeLock(wl); in testNewWakeLock()
161 PowerManager.WakeLock wl = mPm.newWakeLock(badFlags, "foo"); in testBadNewWakeLock() local
193 private void doTestWakeLock(PowerManager.WakeLock wl) { in doTestWakeLock() argument
[all …]
/aosp_15_r20/external/freetype/docs/oldlogs/
H A DChangeLog.261 2016-07-12 Werner Lemberg <wl@gnu.org>
42 2016-07-11 Werner Lemberg <wl@gnu.org>
51 2016-07-11 Werner Lemberg <wl@gnu.org>
66 2016-07-11 Werner Lemberg <wl@gnu.org>
80 2016-07-10 Werner Lemberg <wl@gnu.org>
95 2016-07-09 Werner Lemberg <wl@gnu.org>
165 2016-07-06 Werner Lemberg <wl@gnu.org>
169 2016-07-05 Werner Lemberg <wl@gnu.org>
204 2016-07-05 Werner Lemberg <wl@gnu.org>
217 2016-07-04 Werner Lemberg <wl@gnu.org>
[all …]
H A DChangeLog.281 2017-09-16 Werner Lemberg <wl@gnu.org>
60 2017-09-13 Werner Lemberg <wl@gnu.org>
84 2017-09-11 Werner Lemberg <wl@gnu.org>
90 2017-09-09 Werner Lemberg <wl@gnu.org>
132 2017-09-05 Werner Lemberg <wl@gnu.org>
156 2017-09-05 Werner Lemberg <wl@gnu.org>
174 2017-08-23 Werner Lemberg <wl@gnu.org>
183 2017-08-22 Werner Lemberg <wl@gnu.org>
192 2017-08-22 Werner Lemberg <wl@gnu.org>
213 2017-08-16 Werner Lemberg <wl@gnu.org>
[all …]
H A DChangeLog.271 2016-12-30 Werner Lemberg <wl@gnu.org>
33 2016-12-30 Werner Lemberg <wl@gnu.org>
40 2016-12-30 Werner Lemberg <wl@gnu.org>
58 2016-12-29 Werner Lemberg <wl@gnu.org>
69 2016-12-29 Werner Lemberg <wl@gnu.org>
77 2016-12-29 Werner Lemberg <wl@gnu.org>
86 2016-12-29 Werner Lemberg <wl@gnu.org>
90 2016-12-29 Werner Lemberg <wl@gnu.org>
101 2016-12-28 Werner Lemberg <wl@gnu.org>
116 2016-12-28 Werner Lemberg <wl@gnu.org>
[all …]
H A DChangeLog.251 2014-12-30 Werner Lemberg <wl@gnu.org>
44 2014-12-13 Werner Lemberg <wl@gnu.org>
48 2014-12-11 Werner Lemberg <wl@gnu.org>
57 2014-12-11 Werner Lemberg <wl@gnu.org>
61 2014-12-11 Werner Lemberg <wl@gnu.org>
67 2014-12-11 Werner Lemberg <wl@gnu.org>
122 2014-12-08 Werner Lemberg <wl@gnu.org>
136 2014-12-07 Werner Lemberg <wl@gnu.org>
152 2014-12-07 Werner Lemberg <wl@gnu.org>
156 2014-12-07 Werner Lemberg <wl@gnu.org>
[all …]
/aosp_15_r20/external/e2fsprogs/config/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
66 wl='-Wl,'
71 wl='-Wl,'
74 wl='-Wl,'
77 wl='-Wl,'
80 wl='-Wl,-Wl,,'
83 wl='-Wl,'
[all …]
/aosp_15_r20/external/google-breakpad/m4/
H A Dlibtool.m4945 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
947 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
954 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
956 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
958 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
966 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1794 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1807 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2460 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
2955 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
[all …]
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dlibtool.m41040 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1042 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1049 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1051 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1053 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1061 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1086 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
1972 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1985 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2731 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/
H A Dlibtool.m41045 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1047 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1054 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1056 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1058 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1066 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1091 …enience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\";…
1914 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1927 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2657 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/aosp_15_r20/external/libconfig/m4/
H A Dlibtool.m41045 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1047 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1054 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1056 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1058 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1066 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1091 …enience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\";…
1914 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1927 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2657 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/aosp_15_r20/external/libnfnetlink/m4/
H A Dlibtool.m41045 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1047 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1054 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1056 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1058 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1066 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1091 …enience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\";…
1914 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1927 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2646 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/aosp_15_r20/external/libnetfilter_conntrack/m4/
H A Dlibtool.m41045 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1047 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1054 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1056 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1058 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1066 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1091 …enience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\";…
1928 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1941 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2660 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/aosp_15_r20/external/lmfit/m4/
H A Dlibtool.m41045 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1047 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1054 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1056 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1058 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1066 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1091 …enience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\";…
1928 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1941 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2660 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/aosp_15_r20/external/libexif/auto-m4/
H A Dlibtool.m41003 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1005 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1012 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1014 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1016 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1024 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1049 …enience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\";…
1852 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1865 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2598 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/aosp_15_r20/external/libconfig/aux-build/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
80 wl='-Wl,'
83 wl='-Wl,'
86 wl='-Wl,'
89 wl='-lopt='
[all …]
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure9663 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10013 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
10022 …r/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-b…
10029 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
10036 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10037 export_dynamic_flag_spec='$wl-E'
10044 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-bas…
10045 …_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$son…
10062wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
10067wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_co…
[all …]
/aosp_15_r20/external/curl/m4/
H A Dlibtool.m41068 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1070 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1074 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1076 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1084 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1109 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2009 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2022 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2874 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
3406 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
[all …]
/aosp_15_r20/external/speex/m4/
H A Dlibtool.m41068 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1070 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1074 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1076 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1084 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1109 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2009 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2022 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2874 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
3406 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
[all …]
/aosp_15_r20/external/libevent/m4/
H A Dlibtool.m41066 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1068 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1077 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1079 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1087 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1112 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2011 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2024 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2876 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
[all …]
/aosp_15_r20/external/pcre/m4/
H A Dlibtool.m41068 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1070 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1074 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1076 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1084 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1109 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2009 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2022 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2874 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
3394 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
[all …]
/aosp_15_r20/external/libpng/scripts/autoconf/
H A Dlibtool.m41069 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1071 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1077 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1085 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1110 …venience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; …
2010 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2023 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2875 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
3395 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
[all …]

12345678910>>...33