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

1 2 3 4

  /bootable/recovery/edify/
Android.mk 11 # the build system otherwise forces them to be c++.
  /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...]
  /build/target/board/sim/
BoardConfig.mk 8 # with them, and they may not even be ELF files.
  /external/openssl/apps/
s_socket.c 251 struct sockaddr_in them; local
256 memset((char *)&them,0,sizeof(them));
257 them.sin_family=AF_INET;
258 them.sin_port=htons((unsigned short)port);
264 them.sin_addr.s_addr=htonl(addr);
282 if (connect(s,(struct sockaddr *)&them,sizeof(them)) == -1)
CA.com 10 $! and the other the certificate) and cat them together and that is what
  /cts/tests/core/
ctscore.mk 17 # and when built explicitly put them in the data partition
45 # some .class files, so get rid of them
  /development/ndk/samples/two-libs/jni/
Android.mk 17 # generate two distinct shared libraries and have them both
  /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;
  /ndk/build/core/
add-platform.mk 19 # And record them in NDK_PLATFORM_$(platform)_ABIS
import-locals.mk 46 # (this allows the module to override them).
53 # (this allows the module to override them)
  /external/chromium/third_party/icu/source/data/locales/
reslocal.mk 33 # In addition to them, 35 "abridged" locale data files are listed. Chrome is not localized to them, but
  /bionic/libdl/
Android.mk 12 # to provide those symbols, but will instead pull them from libgcc.a. Specifically,
  /dalvik/dalvikvm/
Android.mk 62 # to build any of them. Note: OpenSSL consists of libssl
  /dalvik/libnativehelper/
Android.mk 76 # bother building; just include them on the ld line.
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 37 4 new weapons! The Quake weapons are awesome, but we've pushed them beyond
82 turn. They are challenging, and terminal! Here are just a few of them.
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 96 -pb_strengths <infile> read symbol tables from <file> and shift them into
  /sdk/sdkmanager/app/etc/
android.bat 51 rem to run the android tool, copy them in the temp dir and finally execute
63 rem jar_path and swt_path are relative to PWD so we don't need to adjust them, just change dirs.
  /dalvik/vm/arch/arm/
CallEABI.S 67 Callee must save/restore r4+ (except r12) if it modifies them.
78 padded, and fix them up appropriately.
118 * use r0/r1 freely here and then load them with a single ldm. Might be
163 * Make room on the stack for the arguments and copy them over,
228 * and tuck them into r2/r3. If the first arg is 32-bit and the second
318 @ destined for r2/r3). Pushing them on and popping them off would be
  /external/gtest/src/
Android.mk 27 # condense them using function(s) for the common code.
  /external/v8/test/mjsunit/
extra-arguments.js 42 // Make sure we can pass any number of arguments to f and read them
  /frameworks/base/libs/rs/
Android.mk 10 # These symbols are normally defined by BUILD_XXX, but we need to define them
  /build/core/
config.mk 306 # sure to only specify them for the target compilers checked in to
308 # host compiler, so only set them for the target when the target
334 # sgrax is the opposite of xargs. It takes the list of args and puts them
  /dalvik/dx/etc/
dx.bat 49 REM capture all arguments to process them below
  /external/icu4c/stubdata/
Android.mk 24 # by the system. Things will fail quietly if you don't have them:

Completed in 1106 milliseconds

1 2 3 4