Searched refs:sensitive (Results 1 – 25 of 139) sorted by relevance
123456
/external/openssh/ |
D | sshconnect1.c | 689 Sensitive *sensitive) in ssh_userauth1() argument 721 for (i = 0; i < sensitive->nkeys; i++) { in ssh_userauth1() 722 if (sensitive->keys[i] != NULL && in ssh_userauth1() 723 sensitive->keys[i]->type == KEY_RSA1 && in ssh_userauth1() 725 sensitive->keys[i])) in ssh_userauth1()
|
D | sshconnect2.c | 277 Sensitive *sensitive; member 367 Sensitive *sensitive) in ssh_userauth2() argument 407 authctxt.sensitive = sensitive; in ssh_userauth2() 1606 for (i = 0; i < authctxt->sensitive->nkeys; i++) { in userauth_hostbased() 1607 if (authctxt->sensitive->keys[i] == NULL || in userauth_hostbased() 1608 authctxt->sensitive->keys[i]->type == KEY_RSA1 || in userauth_hostbased() 1609 authctxt->sensitive->keys[i]->type == KEY_UNSPEC) in userauth_hostbased() 1612 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased() 1617 private = authctxt->sensitive->keys[i]; in userauth_hostbased() 1618 authctxt->sensitive->keys[i] = NULL; in userauth_hostbased() [all …]
|
/external/deqp/android/cts/master/src/ |
D | gles31-pixelformat.txt | 1 # GLES 3.1 -- pixel format sensitive tests
|
D | gles31-rotation.txt | 1 # GLES 3.1 -- rotation sensitive tests
|
D | gles3-pixelformat.txt | 1 # GLES 3.0 -- pixel format sensitive tests
|
D | gles3-rotation.txt | 1 # GLES 3 -- rotation sensitive tests
|
D | gles31-multisample.txt | 1 # GLES 3.1 -- MSAA sensitive tests
|
D | gles3-multisample.txt | 1 # GLES 3 -- MSAA sensitive tests
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/user/ |
D | UserAccount.groovy | 42 * This implementation uses standard (case-sensitive) String comparison. Subclasses can provide 66 * This implementation uses standard (case-sensitive) String comparison. Subclasses can provide
|
/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/clang/test/Parser/ |
D | objc-quirks.m | 17 // 'super' isn't an expression, it is a magic context-sensitive keyword.
|
/external/sepolicy/ |
D | blkid_untrusted.te | 19 # Untrusted blkid should never be run on block devices holding sensitive data
|
D | fsck_untrusted.te | 19 # Untrusted fsck should never be run on block devices holding sensitive data
|
/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/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 32 ignored. This algorithm is very sensitive to changes in control flow,
|
/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
|
/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/clang/docs/analyzer/ |
D | IPA.txt | 208 method calls and Objective-C message sends. Due to the path-sensitive nature of 212 This path-sensitive devirtualization occurs when the analyzer can determine what 223 Such type information is tracked as DynamicTypeInfo. This is path-sensitive 293 RuntimeDefinition object) with a path-sensitive "mode" in the ProgramState. 369 code. It is path-sensitive, containing both the current state (ProgramStateRef)
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | FakeUnixFileSystem.groovy | 25 * <li>Filenames are case-sensitive</li>
|
123456