HomeSort by relevance Sort by last modified time
    Searched refs:so (Results 1 - 25 of 1813) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
libppapi.so 8 * This is a linker script installed as "libppapi.so" so that "-lppapi"
12 * undefined symbols the application must define, so we link ppapi_stub
13 * statically. That library requires libpthread, so we (dynamically)
17 INPUT ( libppapi_stub.a libpthread.so )
  /device/asus/fugu/
mfx_omxil_core.conf 1 OMX.Intel.sw_vd.h265 : libmfx_omx_components_sw.so
  /external/qemu/slirp-android/
socket.c 20 static void sofcantrcvmore(struct socket *so);
21 static void sofcantsendmore(struct socket *so);
35 struct socket *so; local
37 for (so = head->so_next; so != head; so = so->so_next) {
38 if (so->so_laddr_port == lport &&
39 so->so_laddr_ip == laddr &&
40 so->so_faddr_ip == faddr &
59 struct socket *so; local
621 struct socket *so; local
676 struct socket *so; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
putchar.c 43 FILE *so = stdout; local
45 return (putc_unlocked(c,so));
56 FILE *so = stdout; local
58 return (putc(c, so));
  /build/target/product/
runtime_libart_default.mk 19 DALVIK_VM_LIB := libart.so
runtime_libdvm_default.mk 19 DALVIK_VM_LIB := libdvm.so
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib/
libc.so 3 the static library, so try that secondarily. */
5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
libpthread.so 3 the static library, so try that secondarily. */
5 GROUP ( libpthread.so.0 libpthread_nonshared.a )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libc.so 3 the static library, so try that secondarily. */
5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
libpthread.so 3 the static library, so try that secondarily. */
5 GROUP ( libpthread.so.0 libpthread_nonshared.a )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/
libc.so 3 the static library, so try that secondarily. */
5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc.so 3 the static library, so try that secondarily. */
5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
  /external/qemu/slirp/
socket.c 15 static void sofcantrcvmore(struct socket *so);
16 static void sofcantsendmore(struct socket *so);
30 struct socket *so; local
32 for (so = head->so_next; so != head; so = so->so_next) {
33 if (so->so_lport == lport &&
34 so->so_laddr.s_addr == laddr.s_addr &&
35 so->so_faddr.s_addr == faddr.s_addr &
54 struct socket *so; local
598 struct socket *so; local
    [all...]
  /art/test/115-native-bridge/
run 21 cp ${LIBPATH}/libnativebridgetest.so .
22 touch libarttest.so
23 cp ${LIBPATH}/libarttest.so libarttest2.so
25 # pwd likely has /, so it's a pain to put that into a sed rule.
29 exec ${RUN} --runtime-option -XX:NativeBridge=libnativebridgetest.so ${MODARGS} NativeBridgeMain
  /external/harfbuzz_ng/src/
check-symbols.sh 19 for so in `ls .libs/lib*.so .libs/lib*.dylib 2>/dev/null` ; do
21 EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' _fini\>\| _init\>\| _fdata\>\| _ftext\>\| _fbss\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>' | cut -d' ' -f3`"
22 prefix=`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'`
24 echo "Processing $so"
check-libstdc++.sh 18 for suffix in so dylib; do
19 so=.libs/libharfbuzz.$suffix
20 if test -f "$so"; then
22 if ldd $so | grep 'libstdc[+][+]'; then
  /device/asus/fugu/self-extractors/intel/staging/
device-partial.mk 37 vendor/intel/fugu/proprietary/libandroidfw.so:system/lib/arm/libandroidfw.so:intel \
38 vendor/intel/fugu/proprietary/libandroid_runtime.so:system/lib/arm/libandroid_runtime.so:intel \
39 vendor/intel/fugu/proprietary/libandroid.so:system/lib/arm/libandroid.so:intel \
40 vendor/intel/fugu/proprietary/libart.so:system/lib/arm/libart.so:intel \
41 vendor/intel/fugu/proprietary/libaudioflinger.so:system/lib/arm/libaudioflinger.so:intel
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_gdbserver 13 TARGET_LIBRARY="${BUILD_DIR}/lib/lib${APP_NAME}.so"
27 libc.so \
28 libstdc++.so \
29 libm.so \
30 liblog.so \
31 libz.so \
32 libgccdemangle.so \
33 libcorkscrew.so \
34 libutils.so \
35 libstlport.so \
    [all...]
  /external/chromium_org/third_party/sqlite/src/
mkextu.sh 5 # Two separate shared libraries are generated. "sqlite3.so" is the core
6 # library. "tclsqlite3.so" contains the TCL bindings and is the
11 echo gcc $CFLAGS -shared fts2amal.c -o fts2.so
12 gcc $CFLAGS -shared fts2amal.c -o fts2.so
13 strip fts2.so
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_nonbundle_loadable_module.sh 11 test $FULL_PRODUCT_NAME = nonbundle_loadable_module.so
13 test $EXECUTABLE_NAME = nonbundle_loadable_module.so
14 test $EXECUTABLE_PATH = nonbundle_loadable_module.so
18 test $LD_DYLIB_INSTALL_NAME = "/usr/local/lib/nonbundle_loadable_module.so"
  /external/skia/platform_tools/android/bin/
android_gdbserver 13 TARGET_LIBRARY="${BUILD_DIR}/lib/lib${APP_NAME}.so"
27 libc.so \
28 libstdc++.so \
29 libm.so \
30 liblog.so \
31 libz.so \
32 libgccdemangle.so \
33 libcorkscrew.so \
34 libutils.so \
35 libstlport.so \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_texture.c 9 * Software is furnished to do so, subject to the following conditions:
132 struct nv30_sampler_state *so; local
135 so = MALLOC_STRUCT(nv30_sampler_state);
136 if (!so)
139 so->pipe = *cso;
140 so->fmt = 0;
141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
144 so->en = 0;
145 so->wrap |= compare_mode(cso);
146 so->filt = filter_mode(cso) | 0x00002000
207 struct nv30_sampler_view *so; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_texture.c 9 * Software is furnished to do so, subject to the following conditions:
132 struct nv30_sampler_state *so; local
135 so = MALLOC_STRUCT(nv30_sampler_state);
136 if (!so)
139 so->pipe = *cso;
140 so->fmt = 0;
141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
144 so->en = 0;
145 so->wrap |= compare_mode(cso);
146 so->filt = filter_mode(cso) | 0x00002000
207 struct nv30_sampler_view *so; local
    [all...]
  /build/core/
legacy_prebuilts.mk 43 gps.stingray.so \
44 gralloc.omap3.so \
45 gralloc.tegra.so \
46 hwcomposer.tegra.so \
56 libEGL_POWERVR_SGX530_121.so \
57 libEGL_tegra.so \
58 libGLESv1_CM_POWERVR_SGX530_121.so \
59 libGLESv1_CM_tegra.so \
60 libGLESv2_POWERVR_SGX530_121.so \
61 libGLESv2_tegra.so \
    [all...]
  /external/valgrind/main/memcheck/tests/
wrap7.stdout.exp 3 in actual-so

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011>>