Home
last modified time | relevance | path

Searched defs:leaf (Results 1 – 25 of 89) sorted by relevance

1234

/external/bcc/tests/python/
Dtest_call1.c19 u64 *leaf = stats.lookup(&key); in parse_ether() local
35 u64 *leaf = stats.lookup(&key); in parse_arp() local
47 u64 *leaf = stats.lookup(&key); in parse_ip() local
56 u64 *leaf = stats.lookup(&key); in eop() local
Dtest_stat1.c50 struct IPLeaf *leaf = stats.lookup_or_init(&key, &zleaf); in on_packet() local
/external/jemalloc_new/src/
Drtree.c53 rtree_leaf_dalloc_impl(tsdn_t *tsdn, rtree_t *rtree, rtree_leaf_elm_t *leaf) { in rtree_leaf_dalloc_impl()
78 rtree_leaf_elm_t *leaf = in rtree_delete_subtree() local
135 rtree_leaf_elm_t *leaf = atomic_load_p(elmp, ATOMIC_RELAXED); in rtree_leaf_init() local
160 rtree_leaf_valid(rtree_leaf_elm_t *leaf) { in rtree_leaf_valid()
195 rtree_leaf_elm_t *leaf; in rtree_child_leaf_tryread() local
212 rtree_leaf_elm_t *leaf; in rtree_child_leaf_read() local
226 rtree_leaf_elm_t *leaf; in rtree_leaf_elm_lookup_hard() local
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DPersistentHashArrayMappedTrieTest.java38 Leaf<Key, Object> leaf = new Leaf<Key, Object>(key, value1); in leaf_replace() local
55 Leaf<Key, Object> leaf = new Leaf<Key, Object>(key1, value1); in leaf_collision() local
74 Leaf<Key, Object> leaf = new Leaf<Key, Object>(key1, value1); in leaf_insert() local
106 CollisionLeaf<Key, Object> leaf = in collisionLeaf_insert() local
129 CollisionLeaf<Key, Object> leaf = in collisionLeaf_replace() local
152 CollisionLeaf<Key, Object> leaf = in collisionLeaf_collision() local
/external/conscrypt/common/src/main/java/org/conscrypt/ct/
DCTVerifier.java59 OpenSSLX509Certificate leaf = chain[0]; in verifySignedCertificateTimestamps() local
87 OpenSSLX509Certificate leaf = chain[0]; in verifyEmbeddedSCTs() local
114 OpenSSLX509Certificate leaf, in verifyExternalSCTs()
242 private List<SignedCertificateTimestamp> getSCTsFromX509Extension(OpenSSLX509Certificate leaf) { in getSCTsFromX509Extension()
DCertificateEntry.java81 public static CertificateEntry createForPrecertificate(OpenSSLX509Certificate leaf, in createForPrecertificate()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
DCTVerifier.java63 OpenSSLX509Certificate leaf = chain[0]; in verifySignedCertificateTimestamps() local
91 OpenSSLX509Certificate leaf = chain[0]; in verifyEmbeddedSCTs() local
118 OpenSSLX509Certificate leaf, in verifyExternalSCTs()
246 private List<SignedCertificateTimestamp> getSCTsFromX509Extension(OpenSSLX509Certificate leaf) { in getSCTsFromX509Extension()
/external/dagger2/javatests/dagger/functional/aot/
DMapFrameworkInstanceWithContributionsInMultipleImplementationsTest.java57 Leaf leaf(); in leaf() method
87 Leaf leaf = in mapFactoryCanBeInstantiatedAcrossComponentImplementations() local
/external/cpu_features/src/
Dcpuinfo_x86.c37 Leaf leaf; in CpuIdEx() local
57 Leaf leaf; in CpuIdEx() local
118 static void SetVendor(const Leaf leaf, char* const vendor) { in SetVendor()
125 static int IsVendor(const Leaf leaf, const char* const name) { in IsVendor()
485 Leaf leaf = SafeCpuId(max_cpuid_leaf, 2); in ParseLeaf2() local
505 const Leaf leaf = SafeCpuIdEx(max_cpuid_leaf, 4, cache_id); in ParseLeaf4() local
725 const Leaf leaf = SafeCpuId(max_cpuid_ext_leaf, leaf_id); in SetString() local
/external/yapf/yapftests/
Dpytree_visitor_test.py41 def DefaultLeafVisit(self, leaf): argument
44 def Visit_NAME(self, leaf): argument
/external/bcc/examples/networking/vlan_learning/
Dvlan_learning.c28 struct ifindex_leaf_t *leaf = ingress.lookup(&src_mac); in handle_phys2virt() local
53 struct ifindex_leaf_t *leaf = egress.lookup(&src_ifindex); in handle_virt2phys() local
/external/yapf/yapf/yapflib/
Dpytree_visitor.py80 def DefaultLeafVisit(self, leaf): argument
134 def DefaultLeafVisit(self, leaf): argument
/external/dagger2/javatests/dagger/functional/producers/aot/
DProducesMethodShadowsInjectConstructorTest.java108 Leaf leaf(); in leaf() method
113 Leaf leaf = DaggerProducesMethodShadowsInjectConstructorTest_Root.create().leaf(); in shadowedInjectConstructorDoesNotCauseClassCast() local
/external/cldr/tools/python/src/cldr/
Drefmirror.py46 leaf=name[len(cldrdir):] variable
48 leaf=leaf[1:] variable
/external/e2fsprogs/util/
Dmkutf8data.c381 void *leaf = NULL; in lookup() local
531 static int insert(struct tree *tree, char *key, int keylen, void *leaf) in insert()
1415 struct unicode_data *leaf = l; in nfkdi_print() local
1428 struct unicode_data *leaf = l; in nfkdicf_print() local
1448 struct unicode_data *leaf = l; in nfkdicf_mark() local
1457 struct unicode_data *leaf = l; in correction_mark() local
1464 struct unicode_data *leaf = l; in nfkdi_size() local
1476 struct unicode_data *leaf = l; in nfkdicf_size() local
1490 struct unicode_data *leaf = l; in nfkdi_index() local
1497 struct unicode_data *leaf = l; in nfkdicf_index() local
[all …]
/external/nanopb-c/tests/cyclic_messages/
Dcyclic.proto9 optional int32 leaf = 1; field
/external/grpc-grpc/third_party/nanopb/tests/cyclic_messages/
Dcyclic.proto9 optional int32 leaf = 1; field
/external/libgav1/libgav1/src/utils/
Dcpu.cc31 void CpuId(int leaf, uint32_t info[4]) { in CpuId()
/external/bcc/tools/
Ddeadlock_detector.c77 struct thread_to_held_mutex_leaf_t *leaf = in trace_mutex_acquire() local
151 struct thread_to_held_mutex_leaf_t *leaf = in trace_mutex_release() local
/external/jemalloc_new/test/unit/
Drtree.c42 rtree_leaf_elm_t *leaf; in rtree_leaf_alloc_intercept() local
58 rtree_leaf_elm_t *leaf) { in rtree_leaf_dalloc_intercept()
/external/jemalloc_new/include/jemalloc/internal/
Drtree_tsd.h37 rtree_leaf_elm_t *leaf; member
/external/boringssl/src/crypto/x509/
Dx509_test.cc990 static int Verify(X509 *leaf, const std::vector<X509 *> &roots, in Verify()
1050 static int Verify(X509 *leaf, const std::vector<X509 *> &roots, in Verify()
1077 bssl::UniquePtr<X509> leaf(CertFromPEM(kLeafPEM)); in TEST() local
1137 bssl::UniquePtr<X509> leaf(CertFromPEM(kSANTypesLeaf)); in TEST() local
1241 bssl::UniquePtr<X509> leaf(CertFromPEM(kSANTypesLeaf)); in TEST() local
1275 bssl::UniquePtr<X509> leaf(CertFromPEM(kCRLTestLeaf)); in TEST() local
1784 bssl::UniquePtr<X509> leaf(CertFromPEM(kNoBasicConstraintsCertSignLeaf)); in TEST() local
1800 bssl::UniquePtr<X509> leaf(CertFromPEM(kNoBasicConstraintsNetscapeCALeaf)); in TEST() local
2031 auto verify_cert = [&](X509 *leaf, unsigned flags, const char *host) { in TEST()
2147 auto verify_cert = [&](X509 *leaf, unsigned flags, const char *host) { in TEST()
[all …]
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dboosted_trees.proto13 Leaf leaf = 1; field
32 oneof leaf { oneof
/external/bcc/src/python/bcc/
Dtable.py183 def leaf_sprintf(self, leaf): argument
214 def __setitem__(self, key, leaf): argument
439 def __setitem__(self, key, leaf): argument
485 def __setitem__(self, key, leaf): argument
516 def __setitem__(self, key, leaf): argument
652 def __setitem__(self, key, leaf): argument
708 def __setitem__(self, key, leaf): argument
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java135 ByteString leaf = factory.newByteString(realBytes); in assertValidUtf8() local

1234