Home
last modified time | relevance | path

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

12

/external/guava/guava-tests/test/com/google/common/collect/
DBstNodeTest.java53 SimpleNode leaf = new SimpleNode('a', null, null); in testHasChildLeaf() local
59 SimpleNode leaf = new SimpleNode('a', null, null); in testHasChildLeftOnly() local
66 SimpleNode leaf = new SimpleNode('c', null, null); in testHasChildRightOnly() local
/external/chromium_org/net/cert/
Dct_objects_extractor_openssl.cc19 bool GetPrecertLogEntry(X509Certificate::OSCertHandle leaf, in GetPrecertLogEntry()
26 bool GetX509LogEntry(X509Certificate::OSCertHandle leaf, LogEntry* result) { in GetX509LogEntry()
Dct_objects_extractor_nss.cc441 bool GetPrecertLogEntry(X509Certificate::OSCertHandle leaf, in GetPrecertLogEntry()
503 bool GetX509LogEntry(X509Certificate::OSCertHandle leaf, LogEntry* result) { in GetX509LogEntry()
Dcert_verify_proc_unittest.cc541 scoped_refptr<X509Certificate> leaf = in TEST_F() local
577 scoped_refptr<X509Certificate> leaf = in TEST_F() local
1192 scoped_refptr<X509Certificate> leaf = in TEST_F() local
/external/smack/src/org/jivesoftware/smackx/pubsub/
DNodeType.java23 leaf, enumConstant
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpagemap.h170 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
190 Leaf* leaf = root_[i1]; in Next() local
284 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
307 Leaf* leaf = reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2]); in Next() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.cpp251 InlineBox* leaf = 0; in nextLeafChild() local
261 InlineBox* leaf = 0; in prevLeafChild() local
271 InlineBox* leaf = nextLeafChild(); in nextLeafChildIgnoringLineBreak() local
279 InlineBox* leaf = prevLeafChild(); in prevLeafChildIgnoringLineBreak() local
DRootInlineBox.cpp604 static bool isEditableLeaf(InlineBox* leaf) in isEditableLeaf()
641 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) { in closestLeafChildForLogicalLeftPosition() local
DInlineFlowBox.cpp1401 InlineBox* leaf = 0; in firstLeafChild() local
1409 InlineBox* leaf = 0; in lastLeafChild() local
1562 InlineBox* leaf = firstLeafChild(); in collectLeafBoxesInLogicalOrder() local
DTextAutosizer.cpp644 const RenderObject* leaf = findFirstTextLeafNotInCluster(child, depth, direction); in findFirstTextLeafNotInCluster() local
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpagemap.h373 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
393 Leaf* leaf = root_[i1]; in Next() local
487 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
510 Leaf* leaf = reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2]); in Next() local
/external/chromium_org/third_party/WebKit/Source/wtf/
DTCPageMap.h140 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
250 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DRunnerController.java203 boolean selected, boolean expanded, boolean leaf, int row, in getTreeCellRendererComponent()
/external/valgrind/main/gdbserver_tests/
Dt.c97 static void leaf(void) {} in leaf() function
/external/qemu/elff/
Ddwarf_die.cc117 DIEObject* leaf = child->get_leaf_for_address(address); in get_leaf_for_address() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc54 bool leaf[N] = {}; in InitializeMutex() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-type.c508 cv_leaf *leaf = yasm_xmalloc(sizeof(cv_leaf)); in cv_leaf_create_label() local
538 cv_leaf_destroy(cv_leaf *leaf) in cv_leaf_destroy()
567 cv_leaf_size(const cv_leaf *leaf) in cv_leaf_size()
610 cv_leaf_tobytes(const cv_leaf *leaf, yasm_bytecode *bc, yasm_arch *arch, in cv_leaf_tobytes()
679 cv_type_append_leaf(cv_type *type, /*@keep@*/ cv_leaf *leaf) in cv_type_append_leaf()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp202 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChild()) { in closestLeafChildForPosition() local
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DOctnode.java68 boolean leaf = false; field in Octnode
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
Djsonresults.py262 def _should_delete_leaf(cls, leaf, run_time_pruning_threshold): argument
/external/chromium/base/
Dfile_path_unittest.cc299 FilePath::StringType leaf(cases[i].inputs[1]); in TEST_F() local
/external/chromium_org/content/renderer/
Dv8_value_converter_impl_unittest.cc671 v8::Local<v8::Object> leaf = deep_object; in TEST_F() local
/external/chromium_org/base/files/
Dfile_path_unittest.cc308 FilePath::StringType leaf(cases[i].inputs[1]); in TEST_F() local
/external/chromium_org/third_party/sqlite/src/src/
DbtreeInt.h276 u8 leaf; /* True if leaf flag is set */ member
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb444 alias leaf? empty? alias in ANTLR3.BaseTree

12