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

1 2 3 4 5 6 7 8 9

  /external/libyuv/
public.mk 4 # them.
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 3 # to catch some of them
rep_prefix.S 15 # Check for them, to make sure our rep detection
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 3 # to catch some of them
  /external/openssl/
Android.mk 9 # that import_openssl.sh import won't remove them.
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 7 REM you'll have to add escaped quotes around them, e.g.
proguardgui.bat 7 REM you'll have to add escaped quotes around them, e.g.
retrace.bat 7 REM you'll have to add escaped quotes around them, e.g.
  /packages/apps/Gallery2/
Android.mk 29 # the libraries in the APK, otherwise just put them in /system/lib and
30 # leave them out of the APK
  /bootable/recovery/edify/
Android.mk 11 # the build system otherwise forces them to be c++.
  /external/jmonkeyengine/
Android.mk 16 # to duplicate them into your project's assets. See the README for
  /external/openssl/crypto/bio/
bss_conn.c 90 struct sockaddr_in them; member in struct:bio_connect_st
201 memset((char *)&c->them,0,sizeof(c->them));
202 c->them.sin_family=AF_INET;
203 c->them.sin_port=htons((unsigned short)c->port);
209 c->them.sin_addr.s_addr=htonl(l);
256 (struct sockaddr *)&c->them,
257 sizeof(c->them));
337 memset((char *)&ret->them,0,sizeof(ret->them));
    [all...]
  /external/checkpolicy/
Android.mk 27 # the build system otherwise forces them to be c++
  /external/openssl/apps/
s_socket.c 250 struct sockaddr_in them; local
255 memset((char *)&them,0,sizeof(them));
256 them.sin_family=AF_INET;
257 them.sin_port=htons((unsigned short)port);
263 them.sin_addr.s_addr=htonl(addr);
281 if (connect(s,(struct sockaddr *)&them,sizeof(them)) == -1)
  /frameworks/compile/mclinker/
mcld-device-build.mk 4 # We move them from global build/core/combo/TARGET_linux-arm.mk
  /bionic/libc/arch-x86/bionic/
clone.S 47 # we already placed most of them
104 # we already placed most of them
  /cts/tests/core/
ctscore.mk 21 # and when installed explicitly put them in the data partition
  /development/ndk/samples/two-libs/jni/
Android.mk 17 # generate two distinct shared libraries and have them both
  /external/llvm/
llvm-device-build.mk 15 # We move them from global build/core/combo/TARGET_linux-arm.mk
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 7 // on port 53, and forward them on as appropriate to BIND on localhost:5030.
  /external/quake/quake/src/QW/
qwcl.spec.sh 28 like excessive lag - actions actually happening much later than you did them;
qwsv.spec.sh 28 like excessive lag - actions actually happening much later than you did them;
  /frameworks/base/media/mca/filterfw/native/
libfilterfw.mk 19 # Uncomment the requirements below, once we need them:
  /gdk/build/core/
add-platform.mk 19 # And record them in GDK_PLATFORM_$(platform)_ABIS
  /ndk/build/core/
add-platform.mk 19 # And record them in NDK_PLATFORM_$(platform)_ABIS

Completed in 1055 milliseconds

1 2 3 4 5 6 7 8 9