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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libyuv/
public.mk 4 # them.
  /external/libyuv/
public.mk 4 # them.
  /external/strace/
strace-log-merge 9 then combines and sorts them, and prints result to standard output.
  /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/chromium_org/third_party/openssl/openssl/
Android.mk 9 # that import_openssl.sh import won't remove them.
  /external/proguard/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.
  /external/scrypt/
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.
  /bootable/recovery/edify/
Android.mk 11 # the build system otherwise forces them to be c++.
  /external/llvm/test/MC/PowerPC/
deprecated-p7.s 12 # FIXME: Test dst and friends once we can parse them.
  /external/openssl/
Android.mk 9 # that import_openssl.sh import won't remove them.
  /external/chromium_org/third_party/openssl/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/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/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 125 and merges them together into two giant js and css files, taking into account
126 various ordering restrictions between them.
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 17 # Chrome note: RBNF is not used by Chrome/Webkit. So, we don't include them.
  /external/chromium_org/third_party/openssl/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)
  /external/chromium_org/tools/grit/grit/
pseudo.py 18 them exercise any code that deals with encodings, we also transform all English
19 vowels into equivalent vowels with diacriticals on them (rings, acutes,
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 42 information resources you reference an .rc file containing them.-->
48 nontranslateable parts and create placeholders for them. -->
  /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)

Completed in 514 milliseconds

1 2 3 4 5 6 7 8 91011>>