OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_child
(Results
1 - 5
of
5
) sorted by null
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
557
const size_t
last_child
= context_index_.Select0(node_rank + 1) - 1;
local
558
root_num_children_ =
last_child
- root_first_child_ + 1;
577
size_t
last_child
= context_index_.Select0(node_rank + 1) - 1;
local
580
loc = lower_bound(children, children +
last_child
- first_child + 1,
582
if (loc == children +
last_child
- first_child + 1 ||
590
last_child
= context_index_.Select0(node_rank + 1) - 1;
612
size_t
last_child
= context_index_.Select0(node_rank + 1) - 1;
local
615
loc = lower_bound(children, children +
last_child
- first_child + 1,
617
if (loc == children +
last_child
- first_child + 1 || *loc != *cit) {
626
last_child
= context_index_.Select0(node_rank + 1) - 1
[
all
...]
/external/chromium_org/ui/gfx/geometry/
r_tree_base.cc
151
scoped_ptr<NodeBase>
last_child
(children_.back());
153
last_child
->set_parent(NULL);
154
return
last_child
.Pass();
r_tree_unittest.cc
630
scoped_ptr<RTreeNodeBase>
last_child
(test_parent->RemoveAndReturnLastChild());
631
EXPECT_EQ(child,
last_child
.get());
[
all
...]
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java
503
View lastChild = mScrollView.findViewById(R.id.
last_child
);
Completed in 980 milliseconds