/external/openssl/crypto/bio/ |
D | bss_conn.c | 90 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/ |
D | s_socket.c | 250 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/ |
D | 2003-01-23-CygwinNotes.txt | 18 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/ |
D | README | 2 them from 9 The test program looks for them in a fonts/ subdirectory.
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
D | infobar_container_controller_unittest.mm | 53 // 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/ |
D | README | 2 that are downloadable from the web and generate C header files from them. 5 files and put them in this directory.
|
/external/bison/m4/ |
D | extensions.m4 | 1 # Enable extensions on systems that normally disable them. 13 # Enable extensions on systems that normally disable them,
|
/external/valgrind/main/docs/internals/ |
D | porting-HOWTO.txt | 17 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
|
D | why-no-libc.txt | 53 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/ |
D | atsections.dox | 30 /// 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/ |
D | lsr-nonaffine.ll | 4 ; 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 | .gitignore | 4 # exclude patterns (uncomment them if you want to use them):
|
/external/openssh/ |
D | TODO | 11 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/ |
D | mac-encodings.txt | 3 # 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/ |
D | ChangeLog | 43 * 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/ |
D | INSTALL | 3 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/ |
D | README | 19 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/ |
D | README.txt | 2 tests, which allows them to be simpler and more direct.
|
/external/markdown/docs/ |
D | command_line.txt | 6 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/ |
D | README.OS2 | 31 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/ |
D | README | 28 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/ |
D | README.txt | 1 The Darwin platforms are all similar enough we roll them into one SDK, and use
|
/external/hyphenation/ |
D | README.hyphen | 23 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/ |
D | CMakeLists.txt | 65 # 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/ |
D | 2003-05-21-EmptyStructTest.ll | 4 ; can. For some reason we never handled them in the parser. Weird.
|