/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/tools/ |
D | named_entity_trie_generator.js | 13 leaf = trie; 21 if (!leaf[key]) 22 leaf[key] = {}; 25 leaf[key].c = resultCodepoints; 28 if (!leaf[key].l) 29 leaf[key].l = {}; 31 leaf = leaf[key].l;
|
/external/v8/src/compiler/ |
D | ast-loop-assignment-analyzer.cc | 56 void ALAA::VisitVariableDeclaration(VariableDeclaration* leaf) {} in VisitVariableDeclaration() argument 57 void ALAA::VisitFunctionDeclaration(FunctionDeclaration* leaf) {} in VisitFunctionDeclaration() argument 58 void ALAA::VisitImportDeclaration(ImportDeclaration* leaf) {} in VisitImportDeclaration() argument 59 void ALAA::VisitExportDeclaration(ExportDeclaration* leaf) {} in VisitExportDeclaration() argument 60 void ALAA::VisitEmptyStatement(EmptyStatement* leaf) {} in VisitEmptyStatement() argument 61 void ALAA::VisitContinueStatement(ContinueStatement* leaf) {} in VisitContinueStatement() argument 62 void ALAA::VisitBreakStatement(BreakStatement* leaf) {} in VisitBreakStatement() argument 63 void ALAA::VisitDebuggerStatement(DebuggerStatement* leaf) {} in VisitDebuggerStatement() argument 64 void ALAA::VisitFunctionLiteral(FunctionLiteral* leaf) {} in VisitFunctionLiteral() argument 65 void ALAA::VisitNativeFunctionLiteral(NativeFunctionLiteral* leaf) {} in VisitNativeFunctionLiteral() argument [all …]
|
/external/conscrypt/src/main/java/org/conscrypt/ct/ |
D | CTVerifier.java | 47 OpenSSLX509Certificate leaf = chain[0]; in verifySignedCertificateTimestamps() local 51 verifyExternalSCTs(tlsScts, leaf, result); in verifySignedCertificateTimestamps() 54 verifyExternalSCTs(ocspScts, leaf, result); in verifySignedCertificateTimestamps() 75 OpenSSLX509Certificate leaf = chain[0]; in verifyEmbeddedSCTs() local 79 precertEntry = CertificateEntry.createForPrecertificate(leaf, issuer); in verifyEmbeddedSCTs() 102 OpenSSLX509Certificate leaf, in verifyExternalSCTs() argument 111 x509Entry = CertificateEntry.createForX509Certificate(leaf); in verifyExternalSCTs() 229 private List<SignedCertificateTimestamp> getSCTsFromX509Extension(OpenSSLX509Certificate leaf) { in getSCTsFromX509Extension() argument 230 byte[] extData = leaf.getExtensionValue(CTConstants.X509_SCT_LIST_OID); in getSCTsFromX509Extension()
|
D | CertificateEntry.java | 80 public static CertificateEntry createForPrecertificate(OpenSSLX509Certificate leaf, in createForPrecertificate() argument 83 if (!leaf.getNonCriticalExtensionOIDs().contains(CTConstants.X509_SCT_LIST_OID)) { in createForPrecertificate() 87 … OpenSSLX509Certificate preCert = leaf.withDeletedExtension(CTConstants.X509_SCT_LIST_OID); in createForPrecertificate()
|
/external/llvm/include/llvm/IR/ |
D | Metadata.def | 28 // Handler for leaf nodes in the class hierarchy. 33 // Handler for non-leaf nodes in the class hierarchy. 38 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to 51 // Handler for leaf nodes under MDNode. 56 // Handler for leaf nodes under MDNode. 61 // Handler for non-leaf nodes under MDNode. 66 // Handler for specialized leaf nodes under MDNode. 71 // Handler for specialized non-leaf nodes under MDNode.
|
/external/opencv3/3rdparty/libjasper/ |
D | jpc_tagtree.c | 241 void jpc_tagtree_setvalue(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, in jpc_tagtree_setvalue() argument 251 node = leaf; in jpc_tagtree_setvalue() 267 int jpc_tagtree_encode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, in jpc_tagtree_encode() argument 278 assert(leaf); in jpc_tagtree_encode() 283 node = leaf; in jpc_tagtree_encode() 321 return (leaf->low_ < threshold) ? 1 : 0; in jpc_tagtree_encode() 327 int jpc_tagtree_decode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, in jpc_tagtree_decode() argument 343 node = leaf; in jpc_tagtree_decode()
|
D | jpc_t2enc.c | 178 jpc_tagtreenode_t *leaf; in jpc_enc_encpkt() local 230 leaf = jpc_tagtree_getleaf(prc->nlibtree, cblk - prc->cblks); in jpc_enc_encpkt() 231 jpc_tagtree_setvalue(prc->nlibtree, leaf, cblk->numimsbs); in jpc_enc_encpkt() 237 leaf = jpc_tagtree_getleaf(prc->incltree, in jpc_enc_encpkt() 239 jpc_tagtree_setvalue(prc->incltree, leaf, pass->lyrno); in jpc_enc_encpkt() 248 leaf = jpc_tagtree_getleaf(prc->incltree, in jpc_enc_encpkt() 250 if (jpc_tagtree_encode(prc->incltree, leaf, lyrno in jpc_enc_encpkt() 265 leaf = jpc_tagtree_getleaf(prc->nlibtree, cblk - prc->cblks); in jpc_enc_encpkt() 267 if ((ret = jpc_tagtree_encode(prc->nlibtree, leaf, i, outb)) < 0) { in jpc_enc_encpkt() 275 assert(leaf->known_ && i == leaf->value_ + 1); in jpc_enc_encpkt() [all …]
|
D | jpc_tagtree.h | 150 void jpc_tagtree_setvalue(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, 157 int jpc_tagtree_decode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, 161 int jpc_tagtree_encode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf,
|
/external/llvm/test/CodeGen/X86/ |
D | tls-addr-non-leaf-function.ll | 7 ; The function 'foo' below is marked with the "no-frame-pointer-elim-non-leaf" 9 ; unless the function is a leaf (i.e. it doesn't call any other function). 10 ; Now, 'foo' is not a leaf function, because it performs a TLS access which on 18 ; a TLS access pseudo-instruction is created, so 'foo' appears to be a non-leaf 34 define i32 @foo() "no-frame-pointer-elim-non-leaf" {
|
D | fp-elim.ll | 4 ; Implement -momit-leaf-frame-pointer 34 define i32 @t3() "no-frame-pointer-elim-non-leaf" nounwind readnone { 47 define void @t4() "no-frame-pointer-elim-non-leaf" nounwind {
|
/external/libnl/src/ |
D | nl-tctree-list.c | 41 struct rtnl_qdisc *leaf; in print_class() local 49 leaf = rtnl_class_leaf_qdisc(class, qdisc_cache); in print_class() 50 if (leaf) in print_class() 51 print_qdisc((struct nl_object *) leaf, arg + 2); in print_class()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.cc | 57 bool leaf[N] = {}; in InitializeMutex() local 64 CHECK(!leaf[i]); in InitializeMutex() 65 leaf[i] = true; in InitializeMutex() 74 CHECK(!leaf[i] || cnt[i] == 0); in InitializeMutex() 78 if (!leaf[i]) in InitializeMutex() 81 if (i == j || leaf[j] || j == MutexTypeInvalid) in InitializeMutex()
|
/external/boringssl/src/crypto/ |
D | cpu-intel.c | 83 uint32_t *out_ecx, uint32_t *out_edx, uint32_t leaf) { in OPENSSL_cpuid() argument 86 __cpuid(tmp, (int)leaf); in OPENSSL_cpuid() 100 : "a"(leaf) in OPENSSL_cpuid() 107 : "a"(leaf) in OPENSSL_cpuid()
|
/external/libnl/lib/route/ |
D | class_obj.c | 140 struct rtnl_qdisc *leaf; in rtnl_class_leaf_qdisc() local 145 leaf = rtnl_qdisc_get_by_parent(cache, class->c_ifindex, in rtnl_class_leaf_qdisc() 147 if (!leaf || leaf->q_handle != class->c_info) in rtnl_class_leaf_qdisc() 150 return leaf; in rtnl_class_leaf_qdisc()
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
D | transient_detector.cc | 84 WPDNode* leaf = wpd_tree_->NodeAt(kLevels, i); in Detect() local 86 moving_moments_[i]->CalculateMoments(leaf->data(), in Detect() 92 float unbiased_data = leaf->data()[0] - last_first_moment_[i]; in Detect() 98 unbiased_data = leaf->data()[j] - first_moments_[j - 1]; in Detect()
|
/external/curl/tests/ |
D | convsrctest.pl | 78 my $myname = leaf($0); 91 leaf($testfile), $myname); 243 sub leaf { subroutine
|
/external/e2fsprogs/debugfs/ |
D | extent_cmds.ct | 13 request do_last_leaf, "Goto last leaf", 28 request do_next_leaf, "Goto next leaf", 31 request do_prev_leaf, "Goto previous leaf",
|
/external/llvm/test/CodeGen/Mips/ |
D | mips16_32_9.ll | 47 …alse" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 48 …fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 49 …alse" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=…
|
D | mips16_32_10.ll | 56 …se" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 57 …fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 58 …se" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=…
|
D | mips16-hf-attr-2.ll | 29 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" 36 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" 42 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
|
D | mips16-hf-attr.ll | 29 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" 36 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" 42 "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false"
|
D | mips16_32_8.ll | 70 …alse" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 71 …fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 72 …fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 73 …fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=…
|
D | mips16_32_7.ll | 71 …pmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 72 …fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 73 …alse" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=…
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
D | TrustManagerImpl.java | 392 X509Certificate leaf = certs[0]; in checkTrusted() local 393 TrustAnchor leafAsAnchor = findTrustAnchorBySubjectAndPublicKey(leaf); in checkTrusted() 398 untrustedChain.add(leaf); in checkTrusted() 400 used.add(leaf); in checkTrusted() 677 private final X509Certificate leaf; field in TrustManagerImpl.ExtendedKeyUsagePKIXCertPathChecker 679 private ExtendedKeyUsagePKIXCertPathChecker(boolean clientAuth, X509Certificate leaf) { in ExtendedKeyUsagePKIXCertPathChecker() argument 681 this.leaf = leaf; in ExtendedKeyUsagePKIXCertPathChecker() 702 if (c != leaf) { in check() 707 ekuOids = leaf.getExtendedKeyUsage(); in check()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | frameaddr.ll | 33 ; Note that if we start eliminating non-leaf frame pointers by default, this 43 …fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=… 46 …fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"=…
|