/external/chromium/net/http/ |
D | http_auth_handler_basic_unittest.cc | 29 scoped_refptr<HttpAuthHandlerBasic> basic = new HttpAuthHandlerBasic; in TEST() local 30 bool ok = basic->InitFromChallenge(challenge.begin(), challenge.end(), in TEST() 33 std::string credentials = basic->GenerateCredentials(tests[i].username, in TEST() 64 scoped_refptr<HttpAuthHandlerBasic> basic = new HttpAuthHandlerBasic; in TEST() local 65 bool ok = basic->InitFromChallenge(challenge.begin(), challenge.end(), in TEST() 69 EXPECT_EQ(tests[i].expected_realm, basic->realm()); in TEST()
|
/external/qemu/docs/ |
D | ANDROID-TRACING.TXT | 21 - each new translated basic block is recorded by: 25 3. calling trace_bb_end() at the end of the basic block. 29 - each basic block is translated into a "tb" of x86 machine code that 34 where 'bb_num' is the unique 64-bit ID of the original basic block. 62 this allows to properly recover/profile when a basic block is exited by an exceptional 65 - helper_traceBB32/traceBB64: used to record that we entered a given basic block at
|
/external/dbus/test/ |
D | Makefile.am | 90 data/valid-config-files/basic.d \ 95 data/equiv-config-files/basic \ 96 data/equiv-config-files/basic/basic.d \ 98 data/equiv-config-files/entities/basic.d
|
/external/proguard/build/ |
D | makefile | 40 all: basic options 41 basic: proguard proguardgui retrace target 94 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONA…
|
/external/chromium/third_party/icu/source/common/ |
D | caniter.cpp | 341 Hashtable basic(status); in getEquivalents() local 347 basic.setValueDeleter(uhash_deleteUnicodeString); in getEquivalents() 351 getEquivalents2(&basic, USeg, segLen, status); in getEquivalents() 360 ne = basic.nextElement(el); in getEquivalents() 391 ne = basic.nextElement(el); in getEquivalents()
|
/external/icu4c/common/ |
D | caniter.cpp | 343 Hashtable basic(status); in getEquivalents() local 349 basic.setValueDeleter(uhash_deleteUnicodeString); in getEquivalents() 353 getEquivalents2(&basic, USeg, segLen, status); in getEquivalents() 362 ne = basic.nextElement(el); in getEquivalents() 393 ne = basic.nextElement(el); in getEquivalents()
|
/external/icu4c/test/intltest/ |
D | punyref.c | 53 #define basic(cp) ((punycode_uint)(cp) < 0x80) macro 145 if (basic(input[j])) { in punycode_encode() 241 if (!basic(input[j])) return punycode_bad_input; in punycode_decode()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | punyref.c | 53 #define basic(cp) ((punycode_uint)(cp) < 0x80) macro 145 if (basic(input[j])) { in punycode_encode() 241 if (!basic(input[j])) return punycode_bad_input; in punycode_decode()
|
/external/libpng/contrib/gregbook/ |
D | README | 32 rpng-win.c Windows front end for the basic viewer 34 readpng.c generic back end for the basic viewer 35 readpng.h header file for the basic viewer 95 print a basic usage screen when run without any command-line arguments; 158 All three will print a basic usage screen when run without any command-
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 82 # error reading length constraint from basic constraint extension 84 …ror.text = Path length checking failed: there was an error processing the basic constraint extensi… 86 ….details = Path length checking failed: there was an error processing the basic constraint extensi… 225 # cert laks basic constraints 226 CertPathReviewer.noBasicConstraints.title = Certificate has no basic constraints 227 CertPathReviewer.noBasicConstraints.text = Intermediate certificate has no basic constraints. 228 CertPathReviewer.noBasicConstraints.summary = Intermediate certificate has no basic constraints. 229 CertPathReviewer.noBasicConstraints.details = Intermediate certificate has no basic constraints. 231 # error processing basic constraints 232 CertPathReviewer.errorProcesingBC.title = Error processing the basic constraints extension [all …]
|
/external/dbus/test/data/equiv-config-files/basic/ |
D | basic-2.conf | 4 <include>basic-1.conf</include>
|
D | basic-1.conf | 7 <includedir>basic.d</includedir>
|
/external/dbus/test/data/invalid-config-files/ |
D | truncated-file.conf | 7 <includedir>basic.d</includedir>
|
D | badselinux-1.conf | 7 <includedir>basic.d</includedir>
|
D | badselinux-2.conf | 7 <includedir>basic.d</includedir>
|
/external/dbus/test/data/equiv-config-files/basic/basic.d/ |
D | basic.conf | 7 <includedir>basic.d</includedir>
|
/external/dbus/test/data/valid-config-files/basic.d/ |
D | basic.conf | 7 <includedir>basic.d</includedir>
|
/external/dbus/test/data/equiv-config-files/entities/basic.d/ |
D | basic.conf | 7 <includedir>basic.d</includedir>
|
/external/dbus/test/data/equiv-config-files/entities/ |
D | entities-1.conf | 8 <includedir>basic.d</includedir>
|
/external/dbus/test/data/valid-config-files/ |
D | entities.conf | 8 <includedir>basic.d</includedir>
|
D | basic.conf | 7 <includedir>basic.d</includedir>
|
/external/qemu/tcg/ |
D | README | 19 A TCG "temporary" is a variable only live in a basic 32 A TCG "basic block" corresponds to a list of instructions terminated 63 - Basic blocks start after the end of a previous basic block, or at a 66 After the end of a basic block, the content of temporaries is 102 - A liveness analysis is done at the basic block level. The 439 content is saved to memory at end of each basic block.
|
/external/chromium/base/third_party/icu/ |
D | README | 1 This file has the relevant components from ICU copied to handle basic
|
/external/dropbear/ |
D | filelist.txt | 2 The basic naming convention is svr- and cli- for seperate parts, 23 packet.c Handles the basic packet encryption/decryption,
|
/external/zlib/win32/ |
D | zlib.def | 5 ; basic functions
|