/external/curl/tests/ |
H A D | convsrctest.pl | 78 my $myname = leaf($0); 91 leaf($testfile), $myname); 243 sub leaf { subroutine
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/leaf/ |
H A D | SmaliSimpleName.java | 1 package org.jf.smalidea.psi.leaf;
|
H A D | SmaliClassDescriptor.java | 1 package org.jf.smalidea.psi.leaf;
|
/external/libmicrohttpd/src/microhttpd/ |
H A D | tsearch.h | 30 leaf enumerator in enum:__anon10180
|
/external/conscrypt/src/main/java/org/conscrypt/ct/ |
H A D | CTVerifier.java | 37 * Signed timestamps are extracted from the leaf certificate, TLS extension, and stapled ocsp 47 OpenSSLX509Certificate leaf = chain[0]; 51 verifyExternalSCTs(tlsScts, leaf, result); 54 verifyExternalSCTs(ocspScts, leaf, result); 75 OpenSSLX509Certificate leaf = chain[0]; 79 precertEntry = CertificateEntry.createForPrecertificate(leaf, issuer); 102 OpenSSLX509Certificate leaf, 111 x509Entry = CertificateEntry.createForX509Certificate(leaf); 196 * @param chain certificate chain for which to get SCTs. Must contain at least the leaf and it's 229 private List<SignedCertificateTimestamp> getSCTsFromX509Extension(OpenSSLX509Certificate leaf) { argument 101 verifyExternalSCTs(List<SignedCertificateTimestamp> scts, OpenSSLX509Certificate leaf, CTVerificationResult result) argument [all...] |
H A D | CertificateEntry.java | 54 If entryType == X509_ENTRY, this is the encoded leaf certificate. */ 80 public static CertificateEntry createForPrecertificate(OpenSSLX509Certificate leaf, argument 83 if (!leaf.getNonCriticalExtensionOIDs().contains(CTConstants.X509_SCT_LIST_OID)) { 87 OpenSSLX509Certificate preCert = leaf.withDeletedExtension(CTConstants.X509_SCT_LIST_OID);
|
/external/libnl/src/ |
H A D | nl-tctree-list.c | 41 struct rtnl_qdisc *leaf; local 49 leaf = rtnl_class_leaf_qdisc(class, qdisc_cache); 50 if (leaf) 51 print_qdisc((struct nl_object *) leaf, arg + 2);
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
H A D | transient_detector.cc | 84 WPDNode* leaf = wpd_tree_->NodeAt(kLevels, i); local 86 moving_moments_[i]->CalculateMoments(leaf->data(), 92 float unbiased_data = leaf->data()[0] - last_first_moment_[i]; 98 unbiased_data = leaf->data()[j] - first_moments_[j - 1];
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
H A D | RunnerController.java | 203 boolean selected, boolean expanded, boolean leaf, int row, 202 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
|
/external/boringssl/src/crypto/ |
H A D | cpu-intel.c | 79 /* OPENSSL_cpuid runs the cpuid instruction. |leaf| is passed in as EAX and ECX 83 uint32_t *out_ecx, uint32_t *out_edx, uint32_t leaf) { 86 __cpuid(tmp, (int)leaf); 100 : "a"(leaf) 107 : "a"(leaf) 185 /* TODO(davidben): The Intel manual says this CPUID leaf enumerates all 82 OPENSSL_cpuid(uint32_t *out_eax, uint32_t *out_ebx, uint32_t *out_ecx, uint32_t *out_edx, uint32_t leaf) argument
|
/external/libchrome/base/ |
H A D | tuple.h | 194 T& get(TupleLeaf<I, T>& leaf) { argument 195 return leaf.get(); 199 const T& get(const TupleLeaf<I, T>& leaf) { argument 200 return leaf.get();
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
H A D | OcclusionCuller.java | 63 * The node may or may not be a leaf node, i.e. may or may not contain a single collision object. If the node is not a leaf 74 /** Callback for {@link btDbvt#collideOCL}, which will trigger a call to this method if a leaf node is not occluded. If the 80 * @param leaf A leaf node which contains a collision object. 84 public void Process (btDbvtNode leaf, float depth) { argument 85 btCollisionObject object = leaf.getDataAsProxyClientObject();
|
/external/libnl/lib/route/ |
H A D | class_obj.c | 89 nl_dump(p, "noop (no leaf qdisc)"); 131 * Lookup the leaf qdisc of a class 135 * @return The qdisc from the cache or NULL if the class has no leaf qdisc 140 struct rtnl_qdisc *leaf; local 145 leaf = rtnl_qdisc_get_by_parent(cache, class->c_ifindex, 147 if (!leaf || leaf->q_handle != class->c_info) 150 return leaf;
|
/external/libweave/third_party/chromium/base/ |
H A D | tuple.h | 194 T& get(TupleLeaf<I, T>& leaf) { argument 195 return leaf.get(); 199 const T& get(const TupleLeaf<I, T>& leaf) { argument 200 return leaf.get();
|
/external/opencv3/3rdparty/libjasper/ |
H A D | jpc_tagtree.c | 238 /* Set the value associated with the specified leaf node, updating 241 void jpc_tagtree_setvalue(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, argument 251 node = leaf; 258 /* Get a particular leaf node. */ 267 int jpc_tagtree_encode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, argument 278 assert(leaf); 283 node = leaf; 321 return (leaf->low_ < threshold) ? 1 : 0; 327 int jpc_tagtree_decode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, argument 343 node = leaf; [all...] |
H A D | jpc_t2dec.c | 167 jpc_tagtreenode_t *leaf; local 253 leaf = jpc_tagtree_getleaf(prc->incltagtree, usedcblkcnt - 1); 254 if ((included = jpc_tagtree_decode(prc->incltagtree, leaf, lyrno + 1, inb)) < 0) { 269 leaf = jpc_tagtree_getleaf(prc->numimsbstagtree, usedcblkcnt - 1); 271 if ((ret = jpc_tagtree_decode(prc->numimsbstagtree, leaf, i, inb)) < 0) {
|
H A D | jpc_t2enc.c | 178 jpc_tagtreenode_t *leaf; local 230 leaf = jpc_tagtree_getleaf(prc->nlibtree, cblk - prc->cblks); 231 jpc_tagtree_setvalue(prc->nlibtree, leaf, cblk->numimsbs); 237 leaf = jpc_tagtree_getleaf(prc->incltree, 239 jpc_tagtree_setvalue(prc->incltree, leaf, pass->lyrno); 248 leaf = jpc_tagtree_getleaf(prc->incltree, 250 if (jpc_tagtree_encode(prc->incltree, leaf, lyrno 265 leaf = jpc_tagtree_getleaf(prc->nlibtree, cblk - prc->cblks); 267 if ((ret = jpc_tagtree_encode(prc->nlibtree, leaf, i, outb)) < 0) { 275 assert(leaf 498 jpc_tagtreenode_t *leaf; local [all...] |
/external/boringssl/src/ssl/ |
H A D | ssl_cert.c | 282 X509 *leaf = sk_X509_value(cert_chain, 0); local 285 if (!X509_STORE_CTX_init(&ctx, ssl->ctx->cert_store, leaf, cert_chain)) {
|
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mutex.cc | 26 // The leaf mutexes can be locked under any other mutexes. 57 bool leaf[N] = {}; local 64 CHECK(!leaf[i]); 65 leaf[i] = true; 74 CHECK(!leaf[i] || cnt[i] == 0); 76 // Add leaf mutexes. 78 if (!leaf[i]) 81 if (i == j || leaf[j] || j == MutexTypeInvalid)
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
H A D | TrustedCertificateStore.java | 463 * Attempt to build a certificate chain from the supplied {@code leaf} 466 * This means that a list with only the {@code leaf} certificate is returned 472 public List<X509Certificate> getCertificateChain(X509Certificate leaf) argument 476 OpenSSLX509Certificate cert = convertToOpenSSLIfNeeded(leaf);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/ |
H A D | DynamicTree.java | 508 DynamicTreeNode leaf = m_nodes[leaf_index]; 510 m_root = leaf; 516 AABB leafAABB = leaf.aabb; 528 // Cost of creating a new parent for this node and the new leaf 531 // Minimum cost of pushing the leaf further down the tree 588 newParent.child2 = leaf; 590 leaf.parent = newParent; 594 newParent.child2 = leaf; 596 leaf.parent = newParent; 601 index = leaf 619 removeLeaf(DynamicTreeNode leaf) argument [all...] |
H A D | DynamicTreeFlatNodes.java | 492 private final void insertLeaf(int leaf) { argument 494 m_root = leaf; 500 AABB leafAABB = m_aabb[leaf]; 512 // Cost of creating a new parent for this node and the new leaf 515 // Minimum cost of pushing the leaf further down the tree 574 m_child2[newParent] = leaf; 576 m_parent[leaf] = newParent; 580 m_child2[newParent] = leaf; 582 m_parent[leaf] = newParent; 587 index = m_parent[leaf]; 605 removeLeaf(int leaf) argument [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
H A D | btDbvtBroadphase.h | 46 btDbvtNode* leaf; member in struct:btDbvtProxy
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
H A D | btCompoundCollisionAlgorithm.cpp | 189 void Process(const btDbvtNode* leaf) argument 191 int index = leaf->dataAsInt; 201 btTransformAabb(leaf->volume.Mins(),leaf->volume.Maxs(),0.,orgTrans,worldAabbMin,worldAabbMax);
|
/external/valgrind/gdbserver_tests/ |
H A D | t.c | 98 static void leaf(void) {} function 102 leaf(); // ensures not leaf, as ppc unwind implies VEX iropt precise exns
|