Home
last modified time | relevance | path

Searched refs:leaf (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/external/chromium_org/third_party/sqlite/src/test/
Dstat.test40 } {wal delete sqlite_master / 1 leaf 0 0 916 0}
55 } {t1 / 2 leaf 2 10 998 5}
60 } {i1 / 3 leaf 2 10 1000 5}
65 } {sqlite_master / 1 leaf 2 77 831 40}
83 sqlite_autoindex_t3_1 /000/ 8 leaf 8 946 46 123 \
84 sqlite_autoindex_t3_1 /001/ 9 leaf 8 988 2 131 \
85 sqlite_autoindex_t3_1 /002/ 15 leaf 7 857 137 132 \
86 sqlite_autoindex_t3_1 /003/ 20 leaf 6 739 257 129 \
88 t3 /000/ 4 leaf 2 678 328 340 \
89 t3 /001/ 5 leaf 2 682 324 342 \
[all …]
Dtkt3918.test33 # first free-list trunk page contains only a single leaf.
34 # The leaf page is also the last page in the database. The
46 # page. This will remove the single leaf from the first page in
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpagemap.h170 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
171 if (leaf == NULL) return false; in Ensure()
172 memset(leaf, 0, sizeof(*leaf)); in Ensure()
173 root_[i1] = leaf; in Ensure()
190 Leaf* leaf = root_[i1]; in Next() local
191 if (leaf != NULL) { in Next()
194 if (leaf->values[i2] != NULL) { in Next()
195 return leaf->values[i2]; in Next()
284 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
285 if (leaf == NULL) return false; in Ensure()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.cpp252 InlineBox* leaf = 0; in nextLeafChild() local
253 for (InlineBox* box = nextOnLine(); box && !leaf; box = box->nextOnLine()) in nextLeafChild()
254 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild(); in nextLeafChild()
255 if (!leaf && parent()) in nextLeafChild()
256 leaf = parent()->nextLeafChild(); in nextLeafChild()
257 return leaf; in nextLeafChild()
262 InlineBox* leaf = 0; in prevLeafChild() local
263 for (InlineBox* box = prevOnLine(); box && !leaf; box = box->prevOnLine()) in prevLeafChild()
264 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild(); in prevLeafChild()
265 if (!leaf && parent()) in prevLeafChild()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-type.c502 static void cv_type_append_leaf(cv_type *type, /*@keep@*/ cv_leaf *leaf);
508 cv_leaf *leaf = yasm_xmalloc(sizeof(cv_leaf)); in cv_leaf_create_label() local
509 leaf->type = CV5_LF_LABEL; in cv_leaf_create_label()
510 leaf->format = "h"; in cv_leaf_create_label()
511 leaf->args[0].i = is_far ? 4 : 0; in cv_leaf_create_label()
512 return leaf; in cv_leaf_create_label()
538 cv_leaf_destroy(cv_leaf *leaf) in cv_leaf_destroy() argument
540 const char *ch = leaf->format; in cv_leaf_destroy()
551 cv_leaf_destroy((cv_leaf *)leaf->args[arg++].p); in cv_leaf_destroy()
557 yasm_xfree(leaf->args[arg++].p); in cv_leaf_destroy()
[all …]
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpagemap.h373 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
374 if (leaf == NULL) return false; in Ensure()
375 memset(leaf, 0, sizeof(*leaf)); in Ensure()
376 root_[i1] = leaf; in Ensure()
393 Leaf* leaf = root_[i1]; in Next() local
394 if (leaf != NULL) { in Next()
397 if (leaf->values[i2] != NULL) { in Next()
398 return leaf->values[i2]; in Next()
487 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); in Ensure() local
488 if (leaf == NULL) return false; in Ensure()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DBstNodeTest.java53 SimpleNode leaf = new SimpleNode('a', null, null); in testHasChildLeaf() local
54 testLacksChild(leaf, LEFT); in testHasChildLeaf()
55 testLacksChild(leaf, RIGHT); in testHasChildLeaf()
59 SimpleNode leaf = new SimpleNode('a', null, null); in testHasChildLeftOnly() local
60 SimpleNode node = new SimpleNode('b', leaf, null); in testHasChildLeftOnly()
61 testChildIs(node, LEFT, leaf); in testHasChildLeftOnly()
66 SimpleNode leaf = new SimpleNode('c', null, null); in testHasChildRightOnly() local
67 SimpleNode node = new SimpleNode('b', null, leaf); in testHasChildRightOnly()
69 testChildIs(node, RIGHT, leaf); in testHasChildRightOnly()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp189 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChild()) { in closestLeafChildForPosition() local
190 if (!leaf->isSVGInlineTextBox()) in closestLeafChildForPosition()
192 if (point.y() < leaf->y()) in closestLeafChildForPosition()
194 if (point.y() > leaf->y() + leaf->virtualLogicalHeight()) in closestLeafChildForPosition()
197 closestLeaf = leaf; in closestLeafChildForPosition()
198 if (point.x() < leaf->left() + leaf->logicalWidth()) in closestLeafChildForPosition()
199 return leaf; in closestLeafChildForPosition()
/external/chromium_org/chrome/common/extensions/docs/server2/
Dtest_file_system.py16 leaf = result
18 leaf[k] = {}
19 leaf = leaf[k]
20 leaf.update(obj)
/external/libnl/src/
Dnl-tctree-list.c41 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/
Dtsan_mutex.cc55 bool leaf[N] = {}; in InitializeMutex() local
62 CHECK(!leaf[i]); in InitializeMutex()
63 leaf[i] = true; in InitializeMutex()
72 CHECK(!leaf[i] || cnt[i] == 0); in InitializeMutex()
76 if (!leaf[i]) in InitializeMutex()
79 if (i == j || leaf[j] || j == MutexTypeInvalid) in InitializeMutex()
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
Djsonresults.py255 leaf = aggregated_json[test_name]
256leaf[RESULTS_KEY] = cls._remove_items_over_max_number_of_builds(leaf[RESULTS_KEY], num_runs)
257leaf[TIMES_KEY] = cls._remove_items_over_max_number_of_builds(leaf[TIMES_KEY], num_runs)
258 if cls._should_delete_leaf(leaf, run_time_pruning_threshold):
265 def _should_delete_leaf(cls, leaf, run_time_pruning_threshold): argument
266 if leaf.get(EXPECTED_KEY, PASS_STRING) != PASS_STRING:
269 if BUG_KEY in leaf:
273 for result in leaf[RESULTS_KEY]:
277 for time in leaf[TIMES_KEY]:
/external/libnl/lib/route/
Dclass_obj.c140 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/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
Dmathml_store_util.js46 var leaf = cvox.MathmlStoreUtil.matchMathjaxToMathml(jax);
47 if (leaf) {
48 return [leaf];
/external/jemalloc/include/jemalloc/internal/
Drtree.h90 uint8_t *leaf = (uint8_t *)node; \
91 ret = leaf[subkey]; \
162 uint8_t *leaf = (uint8_t *)node; in RTREE_GET_GENERATE() local
163 leaf[subkey] = val; in RTREE_GET_GENERATE()
/external/chromium_org/net/cert/
Dct_objects_extractor_openssl.cc19 bool GetPrecertLogEntry(X509Certificate::OSCertHandle leaf, in GetPrecertLogEntry() argument
26 bool GetX509LogEntry(X509Certificate::OSCertHandle leaf, LogEntry* result) { in GetX509LogEntry() argument
Dct_objects_extractor.h35 NET_EXPORT_PRIVATE bool GetPrecertLogEntry(X509Certificate::OSCertHandle leaf,
45 NET_EXPORT_PRIVATE bool GetX509LogEntry(X509Certificate::OSCertHandle leaf,
/external/llvm/test/CodeGen/Mips/
Dmips16_32_9.ll47 …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"=…
Dmips16_32_10.ll56 …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"=…
Dmips16-hf-attr.ll29 "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"
Dmips16_32_8.ll70 …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"=…
Dmips16_32_7.ll71 …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/e2fsprogs/debugfs/
Dextent_cmds.ct13 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/PowerPC/
Dframeaddr.ll33 ; 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"=…
/external/llvm/test/CodeGen/X86/
Dfp-elim.ll4 ; 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 {

12345678910>>...12