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

1234567

/external/libyuv/
H A Dpublic.mk4 # them.
/external/chromium_org/third_party/openssl/openssl/
H A DAndroid.mk9 # that import_openssl.sh import won't remove them.
/external/openssl/
H A DAndroid.mk9 # that import_openssl.sh import won't remove them.
/external/scrypt/
H A DAndroid.mk9 # 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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/icu/source/data/rbnf/
H A Drbnflocal.mk17 # Chrome note: RBNF is not used by Chrome/Webkit. So, we don't include them.
/external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/icu/source/data/region/
H A Dreslocal.mk12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
13 # localized to them, but
/external/chromium_org/third_party/icu/source/data/zone/
H A Dreslocal.mk12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
13 # localized to them, but
/external/llvm/test/MC/ARM/
H A Darm-thumb-trustzone.s8 @ active and that it rejects them when this feature is not enabled
H A Darm-trustzone.s8 @ active and that it rejects them when this feature is not enabled
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_multithread_makecurrent.spec39 thread starts working on that object is difficult. For them,
107 threads, then binds a different context/thread in one of them?
114 threads, then binds None/None in one of them?
120 then destroys the context in one of them?
/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs3 # walk the children pages and print them nested below the parent
/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/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec39 thread starts working on that object is difficult. For them,
107 threads, then binds a different context/thread in one of them?
114 threads, then binds None/None in one of them?
120 then destroys the context in one of them?
/external/chromium_org/third_party/icu/source/data/curr/
H A Dreslocal.mk12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
13 # localized to them, but
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat42 echo "for the instructions on how to get them."
58 echo "for the instructions on how to get them."

Completed in 505 milliseconds

1234567