Home
last modified time | relevance | path

Searched refs:them (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/external/openssl/crypto/bio/
Dbss_conn.c90 struct sockaddr_in them; member
201 memset((char *)&c->them,0,sizeof(c->them)); in conn_state()
202 c->them.sin_family=AF_INET; in conn_state()
203 c->them.sin_port=htons((unsigned short)c->port); in conn_state()
209 c->them.sin_addr.s_addr=htonl(l); in conn_state()
256 (struct sockaddr *)&c->them, in conn_state()
257 sizeof(c->them)); in conn_state()
337 memset((char *)&ret->them,0,sizeof(ret->them)); in BIO_CONNECT_new()
/external/openssl/apps/
Ds_socket.c250 struct sockaddr_in them; in init_client_ip() local
255 memset((char *)&them,0,sizeof(them)); in init_client_ip()
256 them.sin_family=AF_INET; in init_client_ip()
257 them.sin_port=htons((unsigned short)port); in init_client_ip()
263 them.sin_addr.s_addr=htonl(addr); in init_client_ip()
281 if (connect(s,(struct sockaddr *)&them,sizeof(them)) == -1) in init_client_ip()
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt18 change them to have .a's.
26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
27 you can just take them out.
/external/harfbuzz/tests/shaping/
DREADME2 them from
9 The test program looks for them in a fonts/ subdirectory.
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_container_controller_unittest.mm53 // Add three infobars and then remove them.
68 // Just to mix things up, remove them in a different order.
82 // Add three infobars and then remove them all.
/external/harfbuzz/contrib/tables/
DREADME2 that are downloadable from the web and generate C header files from them.
5 files and put them in this directory.
/external/bison/m4/
Dextensions.m41 # Enable extensions on systems that normally disable them.
13 # Enable extensions on systems that normally disable them,
/external/valgrind/main/docs/internals/
Dporting-HOWTO.txt17 thorough!) Put in Makefile.am files for them, edit them for the new
51 as the compiler asks for them. You'll need a lot of the types in
58 - Try running. When it falls over on stub function/macros, implement them
59 properly. The syscall table and syscall wrappers will be painful; do them
Dwhy-no-libc.txt53 are fundamental, and there would be ways of hacking around them. But
54 the glibc and Valgrind developers don't consider them bugs, and so
55 probably aren't interesting it expending much effort to fix them.
/external/antlr/antlr-3.4/runtime/C/doxygen/
Datsections.dox30 /// variables that are local to the code generated for that rule. You can then reference them within
34 /// means that you must declare any local variables, then assign to them afterwards. As well as the
120 /// in the code before the standard ANTLR runtime includes defined them. This allows you
135 /// define them.
139 /// generated .h file of each of them, possibly globally, but almost certainly in a context where y…
142 /// define them here to avoid creating conflicting definitions in the header files.
/external/llvm/test/CodeGen/X86/
Dlsr-nonaffine.ll4 ; doesn't know how to do anything with them, and when it tries, it
5 ; gets SCEVExpander's current expansion for them, which is suboptimal.
/external/protobuf/
D.gitignore4 # exclude patterns (uncomment them if you want to use them):
/external/openssh/
DTODO11 would be best to use them.
38 and order to try them in e.g. "ChallengeResponseAuthentication skey, pam"
53 left to do. HAVE_LOGIN is one of them. Consider NOT looking for
/external/webkit/Source/WebCore/platform/text/mac/
Dmac-encodings.txt3 # Perhaps we can prove these are not used on the web and remove them.
4 # Or perhaps we can get them added to ICU.
/external/elfutils/tests/
DChangeLog43 * Makefile.am (EXTRA_DIST): Add them.
44 * run-strip-test8.sh: Use them.
51 * Makefile.am (TESTS, EXTRA_DIST): Add them.
57 * Makefile.am (noinst_PROGRAMS, TESTS, EXTRA_DIST): Add them.
198 * Makefile.am (EXTRA_DIST, TESTS): Add them.
250 * Makefile.am (TESTS, EXTRA_DIST): Add them.
287 * Makefile.am (TESTS, EXTRA_DIST): Add them.
294 * Makefile.am (TESTS, EXTRA_DIST): Add them.
302 * Makefile.am (TESTS, EXTRA_DIST): Add them.
413 * Makefile.am (EXTRA_DIST): Add them.
[all …]
/external/webkit/Tools/android/flex-2.5.4a/
DINSTALL3 data files, please ignore the references to them below.
68 values for some variables by setting them in the environment. In
91 you to figure out how `configure' could check whether to do them, and
93 can include them in the next release.
100 3. If the package comes with self-tests and you want to run them,
/external/jmonkeyengine/
DREADME19 are saved in the APK and AssetManager is used to load them in. This works if
26 Android-specific asset loader will find them, e.g. if asked to load
/external/llvm/test/Scripts/
DREADME.txt2 tests, which allows them to be simpler and more direct.
/external/markdown/docs/
Dcommand_line.txt6 of Markdown, you may not have them installed, or you may prefer to use
31 of them here, we'll provide a few helpful pointers:
95 If the extension supports config options, you can pass them in as well:
/external/mesa3d/docs/
DREADME.OS231 Mesa to get them. They're a supported target, so you get
32 them in a straightforward way (see below).
49 (if you want to have them) is handled in "mklib-emx.cmd",
/external/guava/
DREADME28 not use beta APIs, unless you repackage them (e.g. using ProGuard).
40 You should not use them for communication between trusted and
/external/compiler-rt/SDKs/darwin/
DREADME.txt1 The Darwin platforms are all similar enough we roll them into one SDK, and use
/external/hyphenation/
DREADME.hyphen23 dictionaries by integrating them into the rule table.[2]
25 Once the rules are preprocessed, loading them is quite quick -
30 them.
57 of the word (TeX actually suppresses them before the next-to-last, as
/external/chromium/testing/gtest/
DCMakeLists.txt65 # with one of them.
67 # Google Test libraries. We build them using more strict warnings than what
78 # They are not built by default. To build them, set the
102 # The tests are not built by default. To build them, set the
/external/llvm/test/Assembler/
D2003-05-21-EmptyStructTest.ll4 ; can. For some reason we never handled them in the parser. Weird.

12345678910>>...42