Searched refs:them (Results 1 - 25 of 108) sorted by relevance

12345

/external/libyuv/
H A Dpublic.mk4 # them.
/external/openssl/
H A DAndroid.mk5 # that import_openssl.sh import won't remove them.
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S3 # to catch some of them
H A Drep_prefix.S15 # Check for them, to make sure our rep detection
/external/valgrind/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S3 # to catch some of them
/external/jmonkeyengine/
H A DAndroid.mk16 # to duplicate them into your project's assets. See the README for
/external/openssl/crypto/bio/
H A Dbss_conn.c90 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/
H A DAndroid.mk27 # the build system otherwise forces them to be c++
/external/openssl/apps/
H A Ds_socket.c250 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)
/external/llvm/
H A Dllvm-device-build.mk15 # We move them from global build/core/combo/TARGET_linux-arm.mk
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf7 // on port 53, and forward them on as appropriate to BIND on localhost:5030.
/external/quake/quake/src/QW/
H A Dqwcl.spec.sh28 like excessive lag - actions actually happening much later than you did them;
H A Dqwsv.spec.sh28 like excessive lag - actions actually happening much later than you did them;
/external/aac/libFDK/include/
H A DFDK_archdef.h213 #error Either set FDK_HIGH_QUALITY or FDK_HIGH_PERFORMANCE, but not both nor none of them.
/external/libvpx/examples/includes/geshi/geshi/
H A Dcss.php30 * files, all with different versions of CSS in them
H A Dqbasic.php29 * a space in them (EXIT FOR, END SELECT) are added
H A Ddcs.php119 // keep track of them anyway:
H A Dabap.php21 * it's why we must decode them with REGEXPS. As there are many keywords with several tokens,
52 * arbitrary decided to define them as statement instead of keyword, because it may be
53 * useful to have the URL to SAP help for some of them.
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc51 // Ignore VC++ runtimes prior to 7.1. Somehow some of them get loaded
H A DProgram.inc173 // process. We have to concatenate them all, while quoting the args that
213 // an environment block by concatenating them.
/external/strace/
H A DAndroid.mk104 #These are defined in AndroidConfig.h so we omit them above.
/external/webrtc/
H A Dandroid-webrtc.mk18 # we might need to re-organize them
/external/quake/quake/src/WinQuake/
H A Dquake-rogue.spec.sh37 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/
H A Dsymshift.pl96 -pb_strengths <infile> read symbol tables from <file> and shift them into
/external/gtest/src/
H A DAndroid.mk27 # condense them using function(s) for the common code.

Completed in 697 milliseconds

12345