/external/guava/guava-tests/test/com/google/common/collect/ |
D | BstNodeTest.java | 53 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/ |
D | ct_objects_extractor_openssl.cc | 19 bool GetPrecertLogEntry(X509Certificate::OSCertHandle leaf, in GetPrecertLogEntry() 26 bool GetX509LogEntry(X509Certificate::OSCertHandle leaf, LogEntry* result) { in GetX509LogEntry()
|
D | ct_objects_extractor_nss.cc | 441 bool GetPrecertLogEntry(X509Certificate::OSCertHandle leaf, in GetPrecertLogEntry() 503 bool GetX509LogEntry(X509Certificate::OSCertHandle leaf, LogEntry* result) { in GetX509LogEntry()
|
D | cert_verify_proc_unittest.cc | 541 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/ |
D | NodeType.java | 23 leaf, enumConstant
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | pagemap.h | 170 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/ |
D | InlineBox.cpp | 251 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
|
D | RootInlineBox.cpp | 604 static bool isEditableLeaf(InlineBox* leaf) in isEditableLeaf() 641 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) { in closestLeafChildForLogicalLeftPosition() local
|
D | InlineFlowBox.cpp | 1401 InlineBox* leaf = 0; in firstLeafChild() local 1409 InlineBox* leaf = 0; in lastLeafChild() local 1562 InlineBox* leaf = firstLeafChild(); in collectLeafBoxesInLogicalOrder() local
|
D | TextAutosizer.cpp | 644 const RenderObject* leaf = findFirstTextLeafNotInCluster(child, depth, direction); in findFirstTextLeafNotInCluster() local
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | pagemap.h | 373 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/ |
D | TCPageMap.h | 140 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/ |
D | RunnerController.java | 203 boolean selected, boolean expanded, boolean leaf, int row, in getTreeCellRendererComponent()
|
/external/valgrind/main/gdbserver_tests/ |
D | t.c | 97 static void leaf(void) {} in leaf() function
|
/external/qemu/elff/ |
D | dwarf_die.cc | 117 DIEObject* leaf = child->get_leaf_for_address(address); in get_leaf_for_address() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.cc | 54 bool leaf[N] = {}; in InitializeMutex() local
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
D | cv-type.c | 508 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/ |
D | SVGRootInlineBox.cpp | 202 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChild()) { in closestLeafChildForPosition() local
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | Octnode.java | 68 boolean leaf = false; field in Octnode
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
D | jsonresults.py | 262 def _should_delete_leaf(cls, leaf, run_time_pruning_threshold): argument
|
/external/chromium/base/ |
D | file_path_unittest.cc | 299 FilePath::StringType leaf(cases[i].inputs[1]); in TEST_F() local
|
/external/chromium_org/content/renderer/ |
D | v8_value_converter_impl_unittest.cc | 671 v8::Local<v8::Object> leaf = deep_object; in TEST_F() local
|
/external/chromium_org/base/files/ |
D | file_path_unittest.cc | 308 FilePath::StringType leaf(cases[i].inputs[1]); in TEST_F() local
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | btreeInt.h | 276 u8 leaf; /* True if leaf flag is set */ member
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 444 alias leaf? empty? alias in ANTLR3.BaseTree
|