/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/ |
tree_balance_after_insert.pass.cpp | 34 Node root; local 40 root.__left_ = &c; 42 c.__parent_ = &root; 62 std::__tree_balance_after_insert(root.__left_, &a); 64 assert(std::__tree_invariant(root.__left_)); 66 assert(root.__left_ == &c); 68 assert(c.__parent_ == &root); 89 Node root; local 95 root.__left_ = &c; 97 c.__parent_ = &root; 144 Node root; local 199 Node root; local 254 Node root; local 329 Node root; local 404 Node root; local 479 Node root; local 559 Node root; local 603 Node root; local 647 Node root; local 719 Node root; local 796 Node root; local 840 Node root; local 884 Node root; local 956 Node root; local 1032 Node root; local 1322 Node root; local [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
ctrees.c | 53 ct_delete_tree(node_t *root) 55 if (root == NULL) 57 if (LEFT_NODE(root) != NULL) { 58 ct_delete_tree(LEFT_NODE(root)); 60 if (RIGHT_NODE(root) != NULL) { 61 ct_delete_tree(RIGHT_NODE(root)); 63 ct_delete_node(root); 99 ct_find_node(node_t *root, PyObject *key) 102 while (root != NULL) { 103 res = ct_compare(key, KEY(root)); 282 node_t *root = *rootaddr; local 372 node_t *root = *rootaddr; local 495 node_t *root = *rootaddr; local 576 node_t *root = *rootaddr; local [all...] |
/system/core/rootdir/ |
init.trace.rc | 9 chown root shell /sys/kernel/debug/tracing/trace_clock 10 chown root shell /sys/kernel/debug/tracing/buffer_size_kb 11 chown root shell /sys/kernel/debug/tracing/options/overwrite 12 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable 13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable 14 chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency/enable 15 chown root shell /sys/kernel/debug/tracing/events/power/cpu_idle/enable 16 chown root shell /sys/kernel/debug/tracing/events/power/clock_set_rate/enable 17 chown root shell /sys/kernel/debug/tracing/events/cpufreq_interactive/enable 18 chown root shell /sys/kernel/debug/tracing/tracing_o [all...] |
/external/chromium-trace/trace-viewer/src/ui/ |
overlay.css | 6 .overlay-root * { 11 .overlay-root { 26 .overlay-root:not([visible]) { 30 .overlay-root > .content-host { 41 .overlay-root > .content-host > * { 45 .overlay-root > .content-host .tool-bar { 52 .overlay-root > .content-host .tool-bar .exit-button {
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/ |
ProviderBookmarkNodeTest.java | 68 BookmarkNode root = new BookmarkNode(1, Type.FOLDER, "Bookmarks", null, null); local 69 root.addChild(new BookmarkNode(2, Type.URL, "Google", "http://www.google.com/", root)); 70 root.addChild(new BookmarkNode(3, Type.URL, "GoogleMaps", "http://maps.google.com/", root)); 72 BookmarkNode folder1 = new BookmarkNode(4, Type.FOLDER, "Youtube", null, root); 73 root.addChild(folder1); 83 return root; 165 BookmarkNode root = new BookmarkNode(1, Type.FOLDER, "Bookmarks", null, null); local 166 root.addChild(new BookmarkNode(2, Type.URL, "Google", "http://www.google.com/", root)) [all...] |
/external/openfst/src/include/fst/ |
dfs-visit.h | 52 // // Invoked when state discovered (2nd arg is DFS tree root) 53 // bool InitState(StateId s, StateId root); 61 // // when S is tree root) 120 for (StateId root = start; dfs && root < nstates;) { 121 state_color[root] = kDfsGrey; 122 state_stack.push(new DfsState<Arc>(fst, root)); 123 dfs = visitor->InitState(root, root); 164 dfs = visitor->InitState(arc.nextstate, root); [all...] |
/external/zlib/src/contrib/infback9/ |
inftree9.c | 28 requested root table index bits, and on return it is the actual root 43 unsigned root; /* number of index bits for root table */ local 51 unsigned low; /* low bits for current root entry */ 52 unsigned mask; /* mask for low root bits */ 114 /* bound code lengths, force root to be within code lengths */ 115 root = *bits; 118 if (root > max) root = max [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
losertree.h | 178 init_winner(unsigned int root) 180 if (root >= k) 182 return root; 186 unsigned int left = init_winner (2 * root); 187 unsigned int right = init_winner (2 * root + 1); 193 losers[root] = losers[right]; 199 losers[root] = losers[left]; 266 * Computes the winner of the competition at position "root". 270 * @param root index of the "game" to start. 273 init_winner (unsigned int root) [all...] |
/external/chromium_org/base/json/ |
json_file_value_serializer.cc | 18 bool JSONFileValueSerializer::Serialize(const base::Value& root) { 19 return SerializeInternal(root, false); 23 const base::Value& root) { 24 return SerializeInternal(root, true); 27 bool JSONFileValueSerializer::SerializeInternal(const base::Value& root, 33 serializer.SerializeAndOmitBinaryValues(root) : 34 serializer.Serialize(root);
|
/external/guava/guava/src/com/google/common/collect/ |
BstOperations.java | 163 N root, BstNodeFactory<N> nodeFactory, BstBalancePolicy<N> balancePolicy) { 164 checkNotNull(root); 167 if (root.hasChild(LEFT)) { 169 extractMin(root.getChild(LEFT), nodeFactory, balancePolicy); 170 return subResult.lift(root, LEFT, nodeFactory, balancePolicy); 173 root.getKey(), root, root.childOrNull(RIGHT), 174 BstModificationResult.rebalancingChange(root, null)); 181 N root, BstNodeFactory<N> nodeFactory, BstBalancePolicy<N> balancePolicy) [all...] |
/external/chromium_org/tools/grit/grit/format/ |
rc_unittest.py | 48 root = util.ParseGrdForUnittest(''' 66 build.RcBuilder.ProcessNode(root, DummyOutput('rc_all', 'en'), buf) 79 root = util.ParseGrdForUnittest(''' 85 root.SetOutputLanguage('en') 86 root.RunGatherers() 89 build.RcBuilder.ProcessNode(root, DummyOutput('rc_all', 'en'), buf) 158 root = util.ParseGrdForUnittest(''' 166 build.RcBuilder.ProcessNode(root, DummyOutput('rc_all', 'en'), buf) 178 root = util.ParseGrdForUnittest(''' 185 build.RcBuilder.ProcessNode(root, DummyOutput('rc_all', 'en'), buf [all...] |
/external/chromium_org/tools/win/toolchain/ |
get_toolchain_if_necessary.py | 31 def GetFileList(root): 32 """Gets a normalized list of files under |root|.""" 33 assert not os.path.isabs(root) 34 assert os.path.normpath(root) == root 36 for base, _, files in os.walk(root): 42 def MakeTimestampsFileName(root): 43 return os.path.join(root, '..', '.timestamps') 46 def CalculateHash(root): 47 """Calculates the sha1 of the paths to all files in the given |root| and th [all...] |
/external/chromium_org/v8/test/test262/ |
testcfg.py | 47 def __init__(self, name, root): 48 super(Test262TestSuite, self).__init__(name, root) 49 self.testroot = os.path.join(root, "data", "test", "suite") 50 self.harness = [os.path.join(self.root, "data", "test", "harness", f) 52 self.harness += [os.path.join(self.root, "harness-adapt.js")] 94 archive_name = os.path.join(self.root, "test262-%s.tar.bz2" % revision) 95 directory_name = os.path.join(self.root, "data") 96 directory_old_name = os.path.join(self.root, "data.old") 114 archive.extractall(u"\\\\?\\%s" % self.root) 116 archive.extractall(self.root) [all...] |
/external/linux-tools-perf/util/ |
strfilter.c | 27 strfilter_node__delete(self->root); 79 struct strfilter_node root, *cur, *last_op; local 85 memset(&root, 0, sizeof(root)); 86 last_op = cur = &root; 100 case '|': /* Exchg the root with OR */ 101 if (!cur->r || !root.r) 103 cur = strfilter_node__alloc(OP_or, root.r, NULL); 106 root.r = cur; 142 return root.r [all...] |
callchain.h | 80 static inline void callchain_init(struct callchain_root *root) 82 INIT_LIST_HEAD(&root->node.siblings); 83 INIT_LIST_HEAD(&root->node.children); 84 INIT_LIST_HEAD(&root->node.val); 86 root->node.parent = NULL; 87 root->node.hit = 0; 88 root->node.children_hit = 0; 89 root->max_depth = 0; 98 int callchain_append(struct callchain_root *root,
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 28 requested root table index bits, and on return it is the actual root 43 unsigned root; /* number of index bits for root table */ local 51 unsigned low; /* low bits for current root entry */ 52 unsigned mask; /* mask for low root bits */ 112 /* bound code lengths, force root to be within code lengths */ 113 root = *bits; 116 if (root > max) root = max [all...] |
/external/chromium_org/base/metrics/ |
histogram_base.cc | 105 DictionaryValue root; local 106 root.SetString("name", histogram_name()); 107 root.SetInteger("count", count); 108 root.SetDouble("sum", sum); 109 root.SetInteger("flags", flags()); 110 root.Set("params", parameters.release()); 111 root.Set("buckets", buckets.release()); 112 root.SetInteger("pid", GetCurrentProcId()); 113 serializer.Serialize(root);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarReport2.java | 40 public Grammar root; field in class:GrammarReport2 43 this.root = rootGrammar; 48 stats(root, buf); 49 CompositeGrammar composite = root.composite; 50 for (Grammar g : composite.getDelegates(root)) {
|
/external/chromium_org/tools/grit/grit/format/policy_templates/ |
template_formatter.py | 21 def _TemplateFormatter(writer_module_name, root, lang, output_dir): 35 root: the <grit> root node of the grit tree. 43 config = writer_configuration.GetConfigurationForBuild(root.defines) 44 policy_data = _ParseGritNodes(root, lang) 51 def _ParseGritNodes(root, lang): 56 root: The root of the grit tree. 63 for item in root.ActiveDescendants():
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
FileLocator.java | 45 private File root; field in class:FileLocator 52 root = new File(rootPath).getCanonicalFile(); 53 if (!root.isDirectory()){ 54 throw new IllegalArgumentException("Given root path \"" + root + "\" not a directory"); 57 throw new AssetLoadException("Root path is invalid", ex); 84 File file = new File(root, name);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/ |
debug_fn_imps.hpp | 84 assert_node_consistent(const_node_pointer p_nd, bool root) const 86 base_type::assert_node_consistent(p_nd, root); 90 assert_node_consistent(p_nd->m_p_next_sibling, root); 92 if (!root) 108 if (root)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/ |
debug_fn_imps.hpp | 84 assert_node_consistent(const_node_pointer p_nd, bool root) const 86 base_type::assert_node_consistent(p_nd, root); 90 assert_node_consistent(p_nd->m_p_next_sibling, root); 92 if (!root) 108 if (root)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/ |
debug_fn_imps.hpp | 84 assert_node_consistent(const_node_pointer p_nd, bool root) const 86 base_type::assert_node_consistent(p_nd, root); 90 assert_node_consistent(p_nd->m_p_next_sibling, root); 92 if (!root) 108 if (root)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/ |
debug_fn_imps.hpp | 84 assert_node_consistent(const_node_pointer p_nd, bool root) const 86 base_type::assert_node_consistent(p_nd, root); 90 assert_node_consistent(p_nd->m_p_next_sibling, root); 92 if (!root) 108 if (root)
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ViewsTreeModel.java | 26 private final ViewNode root; field in class:ViewsTreeModel 28 public ViewsTreeModel(ViewNode root) { 29 this.root = root; 33 return root;
|