/external/chromium_org/third_party/webrtc/base/ |
D | httpcommon.cc | 767 char * sensitive = new char[len]; in HttpAuthenticate() local 768 size_t pos = strcpyn(sensitive, len, username.data(), username.size()); in HttpAuthenticate() 769 pos += strcpyn(sensitive + pos, len - pos, ":"); in HttpAuthenticate() 770 password.CopyTo(sensitive + pos, true); in HttpAuthenticate() 775 response.append(Base64::Encode(sensitive)); in HttpAuthenticate() 776 memset(sensitive, 0, len); in HttpAuthenticate() 777 delete [] sensitive; in HttpAuthenticate() 811 char * sensitive = new char[len]; // A1 in HttpAuthenticate() local 812 size_t pos = strcpyn(sensitive, len, username.data(), username.size()); in HttpAuthenticate() 813 pos += strcpyn(sensitive + pos, len - pos, ":"); in HttpAuthenticate() [all …]
|
D | socketadapters.cc | 658 char * sensitive = new char[len]; in SendAuth() local 659 pass_.CopyTo(sensitive, true); in SendAuth() 660 request.WriteString(sensitive); // Password in SendAuth() 661 memset(sensitive, 0, len); in SendAuth() 662 delete [] sensitive; in SendAuth()
|
/external/chromium_org/crypto/ |
D | ec_private_key.h | 86 bool sensitive, 131 bool sensitive); 141 bool sensitive);
|
D | ec_private_key_nss.cc | 149 bool sensitive, in ImportFromEncryptedPrivateKeyInfo() argument 204 sensitive, in ImportFromEncryptedPrivateKeyInfo() 319 bool sensitive) { in CreateWithParams() argument 351 sensitive, in CreateWithParams() 369 bool sensitive) { in CreateFromEncryptedPrivateKeyInfoWithParams() argument 391 sensitive, in CreateFromEncryptedPrivateKeyInfoWithParams()
|
D | rsa_private_key_nss.cc | 248 bool sensitive) { in CreateWithParams() argument 262 sensitive, in CreateWithParams() 275 bool sensitive) { in CreateFromPrivateKeyInfoWithParams() argument 289 slot, &der_private_key_info, NULL, NULL, permanent, sensitive, in CreateFromPrivateKeyInfoWithParams()
|
D | rsa_private_key.h | 261 bool sensitive); 270 bool sensitive);
|
/external/chromium_org/crypto/third_party/nss/ |
D | pk11akey.cc | 55 PRBool sensitive, in ImportEncryptedECPrivateKeyInfoAndReturnKey() argument 84 public_value, permanent, sensitive, CKK_EC, in ImportEncryptedECPrivateKeyInfoAndReturnKey()
|
D | chromium-nss.h | 68 PRBool sensitive,
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | base_unittests.gtest_win32.txt | 4 # Very sensitive to slowdown
|
D | media_unittests.gtest.txt | 2 # This appears to be too sensitive to slowdown, see http://crbug.com/49497
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | candidate.h | 201 std::string ToStringInternal(bool sensitive) const { in ToStringInternal() argument 203 std::string address = sensitive ? address_.ToSensitiveString() : in ToStringInternal()
|
/external/clang/test/Parser/ |
D | objc-quirks.m | 17 // 'super' isn't an expression, it is a magic context-sensitive keyword.
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | table_API_readme.txt | 11 fact that we need to map TT table tags (which are case sensitive) 12 to filenames (which on Mac and Win aren't case sensitive) as well
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2011-03-08-UnreachableUse.ll | 4 ; Note that the crash in PR9420 test is sensitive to the ordering of
|
/external/clang/test/Index/ |
D | complete-synthesized.m | 1 // Note: this test is line- and column-sensitive. Test commands are at
|
D | complete-lambdas.mm | 1 // This test is line- and column-sensitive. See below for run lines.
|
/external/llvm/test/CodeGen/ARM/ |
D | ldrd.ll | 31 ; able to generate an LDRD pair here, but this is highly sensitive to 38 ; is sensitive to Regalloc changes, but it is an interesting case.
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.mm | 6 // This files tests our path-sensitive handling of Objective-c++ files.
|
/external/libpcap/msdos/ |
D | common.dj | 42 # Put interrupt sensitive code/data in locked sections
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
D | tab_view_unittest.mm | 49 // TODO(viettrungluu): Figure out how to test this, which is timing-sensitive
|
/external/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 32 ignored. This algorithm is very sensitive to changes in control flow,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | symrec.h | 78 void yasm_symtab_set_case_sensitive(yasm_symtab *symtab, int sensitive);
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | rhino-python.prog | 44 // whitespace sensitive
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | loop_evaluate10.ll | 10 ; such as this, by making getSCEVAtScope() sensitive to a particular
|
/external/llvm/docs/ |
D | AliasAnalysis.rst | 14 different ways of classifying them: flow-sensitive vs. flow-insensitive, 15 context-sensitive vs. context-insensitive, field-sensitive 551 This pass implements a simple context-sensitive mod/ref and alias analysis for 558 The real power of this pass is that it provides context-sensitive mod/ref 576 The LLVM ``-steens-aa`` pass implements a "speculatively field-**sensitive**" 591 context-**sensitive**, and speculatively field-**sensitive** alias 595 queries, and can provide context-sensitive mod/ref information as well. The
|