OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tree_index
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/accessibility/
tree_generator.cc
26
void TreeGenerator::BuildUniqueTree(int
tree_index
, AXTree* out_tree) const {
29
CHECK(
tree_index
<= unique_tree_count_);
31
// Use the first few bits of |
tree_index
| to permute the indices.
36
int index =
tree_index
% p;
37
tree_index
/= p;
54
// selected from the next bits from |
tree_index
|.
58
int parent_index = (
tree_index
% i);
59
tree_index
/= i;
tree_generator.h
41
void BuildUniqueTree(int
tree_index
, AXTree* out_tree) const;
/external/harfbuzz_ng/docs/reference/
harfbuzz-docs.xml
53
<xi:include href="xml/
tree_index
.sgml"/>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h
4160
enum
tree_index
enum
[
all
...]
Completed in 801 milliseconds