HomeSort by relevance Sort by last modified time
    Searched refs:so (Results 176 - 200 of 1864) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
nacl.scons 20 env.AddObjectToSdk(['libppapi.so'])
22 pso = env.InstallAs('libppapi.pso', 'libppapi.so')
  /external/lldb/examples/functions/
Makefile 15 LD_EXTRAS ?= $(LLDB_BUILD_DIR)/_lldb.so
  /external/lldb/examples/lookup/
Makefile 14 LD_EXTRAS ?= $(LLDB_BUILD_DIR)/_lldb.so
  /external/ltrace/testsuite/ltrace.minor/
attach-process-dlopen.exp 19 set libll [ltraceCompile libll.so [ltraceSource c {
34 #define FN "libll.so"
47 ltraceMatch1 [ltraceRun -e* -p [exp_pid]] {libll.so->sleep} == 1
  /external/valgrind/main/coregrind/
pub_core_demangle.h 57 'so' as NULL is acceptable if the caller is only interested in the
62 /*OUT*/HChar* so, Int soLen,
  /device/samsung/manta/
audio_effects.conf 2 # giving the full path of the library .so file.
10 path /system/lib/soundfx/libbundlewrapper.so
13 path /system/lib/soundfx/libreverbwrapper.so
16 path /system/lib/soundfx/libvisualizer.so
19 path /system/lib/libaudience_voicefx.so
22 path /system/lib/soundfx/libdownmix.so
25 path /system/lib/soundfx/libldnhncr.so
  /external/chromium_org/third_party/cython/src/
Makefile 25 @rm -f *.so */*.so */*/*.so
  /external/libgsm/src/
preprocess.c 34 void Gsm_Preprocess P3((S, s, so),
37 word * so ) /* [0..159] IN/OUT */
50 word SO;
61 SO = SASR( *s, 3 ) << 2;
64 assert (SO >= -0x4000); /* downscaled by */
65 assert (SO <= 0x3FFC); /* previous routine. */
72 * The input of this procedure is the array so[0...159] and the
78 s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */
79 z1 = SO;
    [all...]
  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 67 # (this is checked by looking at the disassembly of libgnustl_shared.so,
203 # If we reach this point, we only contain ARMv7-A machine code, so look
207 # with libgabi++_shared.so for example, because the code doesn't have
225 check_armv7_elf_binary $GABIXX_LIBS/libgabi++_shared.so
229 check_armv7_elf_binary $STLPORT_LIBS/libstlport_shared.so
236 check_armv7_elf_binary $GNUSTL_LIBS/libgnustl_shared.so
  /device/samsung/manta/self-extractors/samsung/staging/proprietary/
Android.mk 91 LOCAL_SRC_FILES := libGLES_mali.so
92 LOCAL_MODULE_SUFFIX := .so
101 LOCAL_SRC_FILES := libdrmdecrypt.so
102 LOCAL_MODULE_SUFFIX := .so
121 LOCAL_SRC_FILES := libRSDriverArm.so
122 LOCAL_MODULE_SUFFIX := .so
131 LOCAL_SRC_FILES := libbccArm.so
132 LOCAL_MODULE_SUFFIX := .so
141 LOCAL_SRC_FILES := libstagefright_hdcp.so
142 LOCAL_MODULE_SUFFIX := .so
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_vbo.c 9 * Software is furnished to do so, subject to the following conditions:
40 struct nvc0_vertex_stateobj *so = hwcso; local
42 if (so->translate)
43 so->translate->release(so->translate);
52 struct nvc0_vertex_stateobj *so; local
57 so = MALLOC(sizeof(*so) +
59 if (!so)
61 so->num_elements = num_elements
755 struct nvc0_so_target *so = nvc0_so_target(info->count_from_stream_output); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo.c 9 * Software is furnished to do so, subject to the following conditions:
40 struct nvc0_vertex_stateobj *so = hwcso; local
42 if (so->translate)
43 so->translate->release(so->translate);
52 struct nvc0_vertex_stateobj *so; local
57 so = MALLOC(sizeof(*so) +
59 if (!so)
61 so->num_elements = num_elements
755 struct nvc0_so_target *so = nvc0_so_target(info->count_from_stream_output); local
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 85 const mcSoAuthTokenCont_t *so
88 if (NULL == so) {
89 LOG_E("mcRegistry store So.Soc failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
92 if (CONT_TYPE_SOC != so->coSoc.type) {
93 LOG_E("mcRegistry store So.Soc failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
101 LOG_E("mcRegistry store So.Soc failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE);
105 fwrite((char *)so, 1, sizeof(mcSoAuthTokenCont_t), fs);
115 mcSoAuthTokenCont_t *so
118 if (NULL == so) {
119 LOG_E("mcRegistry read So.Soc failed: %d", MC_DRV_ERR_INVALID_PARAMETER)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.c 9 * Software is furnished to do so, subject to the following conditions:
75 * any input, so let's just pretend it's the first one.
147 /* Fill prog->in[] so that non-flat inputs are first and
253 struct nv50_stream_output_state *so; local
257 so = MALLOC_STRUCT(nv50_stream_output_state);
258 if (!so)
260 memset(so->map, 0xff, sizeof(so->map));
263 so->num_attribs[b] = 0;
268 so->num_attribs[b] = MAX2(so->num_attribs[b], end)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c 11 * permit persons to whom the Software is furnished to do so, subject to
44 struct pipe_query_data_so_statistics so; member in struct:softpipe_query
97 sq->so.primitives_storage_needed = 0;
99 sq->so.num_primitives_written = 0;
137 sq->so.primitives_storage_needed =
140 sq->so.num_primitives_written =
167 memcpy(vresult, &sq->so,
183 *result = sq->so.num_primitives_written;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.c 9 * Software is furnished to do so, subject to the following conditions:
75 * any input, so let's just pretend it's the first one.
147 /* Fill prog->in[] so that non-flat inputs are first and
253 struct nv50_stream_output_state *so; local
257 so = MALLOC_STRUCT(nv50_stream_output_state);
258 if (!so)
260 memset(so->map, 0xff, sizeof(so->map));
263 so->num_attribs[b] = 0;
268 so->num_attribs[b] = MAX2(so->num_attribs[b], end)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 11 * permit persons to whom the Software is furnished to do so, subject to
44 struct pipe_query_data_so_statistics so; member in struct:softpipe_query
97 sq->so.primitives_storage_needed = 0;
99 sq->so.num_primitives_written = 0;
137 sq->so.primitives_storage_needed =
140 sq->so.num_primitives_written =
167 memcpy(vresult, &sq->so,
183 *result = sq->so.num_primitives_written;
  /external/qemu/slirp/
tcp_timer.c 49 register struct socket *so; local
54 so = tcb.so_next;
55 if (so)
56 for (; so != &tcb; so = so->so_next)
57 if ((tp = (struct tcpcb *)so->so_tcpcb) &&
170 * keep retransmitting it, it'll keep eating the zeroes, so we keep
174 * So, if we were gonna drop the connection from too many retransmits,
208 * so we'll take the next rtt measurement as our srtt
    [all...]
misc.c 161 fork_exec(struct socket *so, const char *ex, int do_pty)
248 fork_exec(struct socket *so, const char *ex, int do_pty)
265 DEBUG_ARG("so = %lx", (long)so);
376 so->s = master;
386 so->s = accept(s, (struct sockaddr *)&addr, &addrlen);
387 } while (so->s < 0 && errno == EINTR);
390 setsockopt(so->s,SOL_SOCKET,SO_REUSEADDR,(char *)&opt,sizeof(int));
392 setsockopt(so->s,SOL_SOCKET,SO_OOBINLINE,(char *)&opt,sizeof(int));
394 fd_nonblock(so->s)
639 struct socket *so; local
    [all...]
  /external/qemu/slirp-android/
tcp_timer.c 49 register struct socket *so; local
54 so = tcb.so_next;
55 if (so)
56 for (; so != &tcb; so = so->so_next)
57 if ((tp = (struct tcpcb *)so->so_tcpcb) &&
170 * keep retransmitting it, it'll keep eating the zeroes, so we keep
174 * So, if we were gonna drop the connection from too many retransmits,
208 * so we'll take the next rtt measurement as our srtt
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey.c 377 pfkey_send_getspi(so, satype, mode, src, dst, min, max, reqid, seq)
378 int so;
488 len = pfkey_send(so, newmsg, len);
546 pfkey_send_delete(so, satype, mode, src, dst, spi)
547 int so;
553 if ((len = pfkey_send_x2(so, SADB_DELETE, satype, mode, src, dst, spi)) < 0)
570 pfkey_send_delete_all(so, satype, mode, src, dst)
571 int so;
635 len = pfkey_send(so, newmsg, len);
652 pfkey_send_get(so, satype, mode, src, dst, spi
1790 int so; local
    [all...]
  /external/valgrind/main/
glibc-2.X-drd.supp 9 obj:*/lib*/ld-*.so
16 # Suppress all data races where the topmost frame is inside libc.so. Although
137 obj:*/lib/libgcc_s.so.1
155 obj:/usr/lib*/libgomp.so*
168 obj:/usr/lib*/libX11.so*
202 obj:/usr/lib*/libQtCore.so.4.*
203 obj:/usr/lib*/libQtCore.so.4.*
229 obj:/usr/lib*/libglib-*.so*
241 obj:/usr/lib*/libQtCore.so.4.*
246 obj:/usr/lib*/libQtCore.so.4.
    [all...]
  /frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
OverlayBaseTest.java 46 private boolean getExpected(boolean no, boolean so, boolean mo) {
51 return so;
60 private String getExpected(String no, String so, String mo) {
65 return so;
74 private int getExpected(int no, int so, int mo) {
79 return so;
88 private int[] getExpected(int[] no, int[] so, int[] mo) {
93 return so;
102 private void assertResource(int resId, boolean no, boolean so, boolean mo) throws Throwable {
103 boolean expected = getExpected(no, so, mo)
239 final String so = "Lorem ipsum: single overlay."; local
    [all...]
  /bionic/libdl/
Android.mk 9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
10 # libgcc.a are made static to libdl.so. This in turn ensures that libraries that
11 # a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
13 # we use this property to make sure libc.so has its own copy of the code from
  /device/lge/mako/self-extractors/
files-by-owner.sh 67 if test $file = system/lib/hw/gps.msm8960.so -o $file = system/lib/libgps.utils.so -o $file = system/lib/libloc_adapter.so -o $file = system/lib/libloc_eng.so
79 if test $file != system/lib/libacdbloader.so

Completed in 4391 milliseconds

1 2 3 4 5 6 78 91011>>