/external/elfutils/libebl/ |
D | ppc64_symbol.c | 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator 42 [R_PPC64_NONE] = { "R_PPC64_NONE", both }, 43 [R_PPC64_ADDR32] = { "R_PPC64_ADDR32", both }, 44 [R_PPC64_ADDR24] = { "R_PPC64_ADDR24", both }, 45 [R_PPC64_ADDR16] = { "R_PPC64_ADDR16", both }, 46 [R_PPC64_ADDR16_LO] = { "R_PPC64_ADDR16_LO", both }, 47 [R_PPC64_ADDR16_HI] = { "R_PPC64_ADDR16_HI", both }, 48 [R_PPC64_ADDR16_HA] = { "R_PPC64_ADDR16_HA", both }, 49 [R_PPC64_ADDR14] = { "R_PPC64_ADDR14", both }, 52 [R_PPC64_REL24] = { "R_PPC64_REL24", both }, [all …]
|
D | ppc_symbol.c | 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator 42 [R_PPC_NONE] = { "R_PPC_NONE", both }, 43 [R_PPC_ADDR32] = { "R_PPC_ADDR32", both }, 44 [R_PPC_ADDR24] = { "R_PPC_ADDR24", both }, 45 [R_PPC_ADDR16] = { "R_PPC_ADDR16", both }, 46 [R_PPC_ADDR16_LO] = { "R_PPC_ADDR16_LO", both }, 47 [R_PPC_ADDR16_HI] = { "R_PPC_ADDR16_HI", both }, 48 [R_PPC_ADDR16_HA] = { "R_PPC_ADDR16_HA", both }, 52 [R_PPC_REL24] = { "R_PPC_REL24", both }, 53 [R_PPC_REL14] = { "R_PPC_REL14", both }, [all …]
|
D | i386_symbol.c | 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator 41 [R_386_NONE] = { "R_386_NONE", both }, 42 [R_386_32] = { "R_386_32", both }, 117 assert (reloc_map_table[type].appear == both); in i386_reloc_valid_use()
|
D | x86_64_symbol.c | 38 enum { both = 0, rel = 1, exec = 2 } appear; enumerator 41 [R_X86_64_NONE] = { "R_X86_64_NONE", both }, 105 assert (reloc_map_table[type].appear == both); in x86_64_reloc_valid_use()
|
/external/openssl/android.testssl/ |
D | testssl | 45 echo test sslv2 with both client and server authentication 58 echo test sslv3 with both client and server authentication 70 echo test sslv2/sslv3 with both client and server authentication 73 echo test sslv2/sslv3 with both client and server authentication and small client buffers 76 echo test sslv2/sslv3 with both client and server authentication and small server buffers 79 echo test sslv2/sslv3 with both client and server authentication and small client and server buffers 82 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough 95 echo test sslv2 with both client and server authentication via BIO pair 108 echo test sslv3 with both client and server authentication via BIO pair 128 echo test sslv2/sslv3 with both client and server authentication via BIO pair [all …]
|
/external/chromium/third_party/libevent/test/ |
D | regress.c | 221 struct both { struct 229 struct both *both = arg; in combined_read_cb() argument 239 both->nread += len; in combined_read_cb() 240 if (event_add(&both->ev, NULL) == -1) in combined_read_cb() 247 struct both *both = arg; in combined_write_cb() local 252 if (len > both->nread) in combined_write_cb() 253 len = both->nread; in combined_write_cb() 263 both->nread -= len; in combined_write_cb() 264 if (event_add(&both->ev, NULL) == -1) in combined_write_cb() 461 struct both r1, r2, w1, w2; in test_combined()
|
/external/wpa_supplicant_6/ |
D | README | 7 These program is dual-licensed under both the GPL version 2 and BSD 11 This package may include either wpa_supplicant, hostapd, or both. See
|
/external/iptables/extensions/ |
D | libipt_state.man | 13 packets in both directions, 16 associated with a connection which has not seen packets in both
|
D | libipt_connbytes.man | 25 when "both" is used together with "avgpkt", and data is going (mainly) 30 iptables .. -m connbytes --connbytes 10000:100000 --connbytes-dir both --connbytes-mode bytes ...
|
D | libipt_conntrack.man | 13 packets in both directions, 16 associated with a connection which has not seen packets in both
|
/external/libffi/ |
D | acinclude.m4 | 31 # zeroed pages with both the following properties: 36 # both at once, they must both go away.
|
/external/stlport/ |
D | LICENSE | 23 …e, provided that the above copyright notice appear in all copies and that both that copyright noti… 25 …e, provided that the above copyright notice appear in all copies and that both that copyright noti… 27 …e, provided that the above copyright notice appear in all copies and that both that copyright noti…
|
/external/astl/include/ |
D | memory | 50 // If the input range is made of pod instances AND both input and 56 // and the value type are not both POD. 73 // Full specialization when the src and dest types are pod && both 108 // Bothe pod but not both random access
|
/external/expat/amiga/ |
D | README.txt | 46 The test suite will compile and run for both the static and shared 52 To install both static and shared versions of expat into the
|
/external/icu4c/samples/legacy/ |
D | README | 18 To make it work, you should build and install both the current ICU and ICU 1.8.1. Put both data lib… 28 Build both current ICU and ICU 1.8.1. Take icuuc18.dll, icuin18.dll and icudt18l.dll and put them s…
|
/external/ipsec-tools/src/racoon/doc/ |
D | FAQ | 15 on both ends. You must configure both ends exactly the same. 20 Configure both ends exactly the same. With just a tiny little
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 1733 ZoneList<CharacterRange> both(4); in TEST() local 1736 CharacterRange::Merge(&l1, &l2, &first_only, &second_only, &both); in TEST() 1740 CHECK(CharacterRange::IsCanonical(&both)); in TEST() 1747 CHECK((in_first && in_second) == CharacterInSet(&both, i)); in TEST() 1752 both.Clear(); in TEST() 1755 CharacterRange::Merge(&l2, &l1, &second_only, &first_only, &both); in TEST() 1759 CHECK(CharacterRange::IsCanonical(&both)); in TEST() 1766 CHECK((in_first && in_second) == CharacterInSet(&both, i)); in TEST() 1771 both.Clear(); in TEST() 1774 CharacterRange::Merge(&l1, &l2, NULL, NULL, &both); in TEST() [all …]
|
/external/stlport/stlport/ |
D | iostream | 57 // Note: cin and wcin are both associated with stdio. The C standard 60 // that it is an error to use both cin and wcin in the same C++
|
/external/clearsilver/cs/ |
D | test_comma.cs | 2 Comma tests, evalute both but pass right most as expression result
|
D | test_comma.cs.gold | 3 Comma tests, evalute both but pass right most as expression result
|
/external/webkit/LayoutTests/storage/ |
D | success-callback-expected.txt | 1 This test confirms that a successful transaction - both with and without a statement - receives its…
|
D | multiple-databases-garbage-collection-expected.txt | 1 This test opens two databases, queues up a series of operations on both, then "forgets" about one o…
|
/external/openssl/patches/ |
D | small_records.patch | 322 echo test sslv2/sslv3 with both client and server authentication 325 +echo test sslv2/sslv3 with both client and server authentication and small client buffers 328 +echo test sslv2/sslv3 with both client and server authentication and small server buffers 331 +echo test sslv2/sslv3 with both client and server authentication and small client and server buffe…
|
/external/libvpx/examples/includes/geshi/docs/api/media/ |
D | banner.css | 15 clear: both;
|
/external/v8/src/ |
D | v8.h | 51 #error both DEBUG and NDEBUG are set
|