HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 151 - 175 of 4880) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 188 // but for non-mock LogManager, foo's parent should be root
201 Logger root = new MockLogger("testAddLoggerReverseOrder", null); local
215 manager.addLogger(root);
216 assertSame(root, fooGrandChild.getParent());
217 assertSame(realRoot, root.getParent());
220 assertSame(root, foo.getParent());
231 assertSame(root, foo.getParent());
232 assertSame(realRoot, root.getParent());
236 Logger root = new MockLogger("testAddSimiliarLogger", null); local
247 manager.addLogger(root);
289 Logger root = new MockLogger("", null); local
319 Logger root = manager.getLogger(""); local
340 Logger root = new MockLogger("", null); local
364 Logger root = manager.getLogger(""); local
505 Logger root = manager.getLogger(""); local
537 Logger root = Logger.getLogger(""); local
647 Logger root = manager.getLogger(""); local
817 Logger root = manager.getLogger(""); local
847 Logger root = manager.getLogger(""); local
885 Logger root = manager.getLogger(""); local
993 Logger root = null; local
1008 static Logger root = null; field in class:LogManagerTest.MockValidConfig2
    [all...]
  /system/core/libcutils/
config_utils.c 39 cnode* config_find(cnode *root, const char *name)
44 for(node = root->first_child; node; node = node->next)
51 static cnode* _config_create(cnode *root, const char *name)
57 if(root->last_child)
58 root->last_child->next = node;
60 root->first_child = node;
62 root->last_child = node;
67 int config_bool(cnode *root, const char *name, int _default)
71 node = config_find(root, name);
85 const char* config_str(cnode *root, const char *name, const char *_default
    [all...]
  /external/blktrace/
rbtree.c 25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root)
44 root->rb_node = right;
48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root)
67 root->rb_node = left;
71 void rb_insert_color(struct rb_node *node, struct rb_root *root)
96 __rb_rotate_left(parent, root);
104 __rb_rotate_right(gparent, root);
121 __rb_rotate_right(parent, root);
129 __rb_rotate_left(gparent, root);
133 rb_set_black(root->rb_node)
    [all...]
  /device/google/dragon/self-extractors/nvidia/staging/
device-partial.mk 17 vendor/nvidia/dragon/proprietary/acr_ucode.bin:root/vendor/firmware/nouveau/acr_ucode.bin:nvidia \
18 vendor/nvidia/dragon/proprietary/fecs.bin:root/vendor/firmware/nouveau/fecs.bin:nvidia \
19 vendor/nvidia/dragon/proprietary/fecs_sig.bin:root/vendor/firmware/nouveau/fecs_sig.bin:nvidia \
20 vendor/nvidia/dragon/proprietary/gpmu_ucode_desc.bin:root/vendor/firmware/nouveau/gpmu_ucode_desc.bin:nvidia \
21 vendor/nvidia/dragon/proprietary/gpmu_ucode_image.bin:root/vendor/firmware/nouveau/gpmu_ucode_image.bin:nvidia \
22 vendor/nvidia/dragon/proprietary/nv12b_bundle:root/vendor/firmware/nouveau/nv12b_bundle:nvidia \
23 vendor/nvidia/dragon/proprietary/nv12b_fuc409c:root/vendor/firmware/nouveau/nv12b_fuc409c:nvidia \
24 vendor/nvidia/dragon/proprietary/nv12b_fuc409d:root/vendor/firmware/nouveau/nv12b_fuc409d:nvidia \
25 vendor/nvidia/dragon/proprietary/nv12b_fuc41ac:root/vendor/firmware/nouveau/nv12b_fuc41ac:nvidia \
26 vendor/nvidia/dragon/proprietary/nv12b_fuc41ad:root/vendor/firmware/nouveau/nv12b_fuc41ad:nvidia
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_implies.py 14 root = os.path.join(
19 mg = modulegraph.ModuleGraph(path=[root]+sys.path)
20 mg.run_script(os.path.join(root, 'script.py'))
29 mg = modulegraph.ModuleGraph(path=[root]+sys.path, implies={
32 mg.run_script(os.path.join(root, 'script.py'))
44 root = os.path.join(
49 mg = modulegraph.ModuleGraph(path=[root]+sys.path)
50 mg.run_script(os.path.join(root, 'script.py'))
60 mg = modulegraph.ModuleGraph(path=[root]+sys.path, implies={
65 mg.run_script(os.path.join(root, 'script.py')
    [all...]
  /external/curl/tests/
manpage-scan.pl 42 # we may get the dir root pointed out
43 my $root=$ARGV[0] || ".";
44 my $syms = "$root/docs/libcurl/symbols-in-versions";
45 my $curlh = "$root/include/curl/curl.h";
119 if(! -f "$root/docs/libcurl/opts/$opt.3") {
128 scanmanpage("$root/docs/libcurl/curl_easy_setopt.3", @curlopt);
129 scanmanpage("$root/docs/libcurl/curl_easy_getinfo.3", @curlinfo);
130 scanmanpage("$root/docs/libcurl/curl_multi_setopt.3", @curlmopt);
163 open(R, "<$root/src/tool_getparam.c") ||
199 open(R, "<$root/docs/curl.1") |
    [all...]
  /external/iproute2/testsuite/tests/tc/
cbq.t 2 $TC qdisc del dev $DEV root >/dev/null 2>&1
3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
6 $TC qdisc del dev $DEV root
8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
10 $TC qdisc del dev $DEV root
  /external/libxml2/python/tests/
serialize.py 11 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
14 <root><foo>hello</foo></root>
20 <root><foo>hello</foo></root>
26 <root>
28 </root>
34 <root>
36 </root>
44 root = doc.getRootElement() variable
112 root = doc.getRootElement() variable
    [all...]
  /external/v8/test/simdjs/
testcfg.py 18 def __init__(self, name, root):
19 super(SimdJsTestSuite, self).__init__(name, root)
20 self.testroot = os.path.join(self.root, *SIMDJS_SUITE_PATH)
38 [os.path.join(self.root, "harness-adapt.js"),
41 os.path.join(self.root, "harness-finish.js")])
60 directory_old_name = os.path.join(self.root, "data.old")
64 archive_files = [f for f in os.listdir(self.root)
69 os.remove(os.path.join(self.root, f))
72 def GetSuite(name, root):
73 return SimdJsTestSuite(name, root)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
ObserverNodeTest.java 40 ObserverNode root = new ObserverNode(""); local
55 root.addObserverLocked(uris[0], new TestObserver().getContentObserver(), false, root,
58 root.addObserverLocked(uris[i], new TestObserver().getContentObserver(), true, root,
65 root.collectObserversLocked(uris[i], 0, null, false, 0, myUserHandle, calls);
74 ObserverNode root = new ObserverNode(""); local
88 root.addObserverLocked(uris[i], new TestObserver().getContentObserver(), false, root,
95 root.collectObserversLocked(uris[i], 0, null, false, 0, myUserHandle, calls)
    [all...]
  /external/libcxx/test/std/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...]
  /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/libchrome/base/json/
json_value_serializer_unittest.cc 81 scoped_ptr<Value> root = JSONReader::Read(json); local
82 ASSERT_TRUE(root.get() && root->IsType(Value::TYPE_LIST));
83 ListValue* list = static_cast<ListValue*>(root.get());
203 scoped_ptr<Value> root; local
211 root = deserializer.Deserialize(NULL, NULL);
212 ASSERT_TRUE(root.get());
215 ASSERT_TRUE(root->Equals(root_expected.get()));
222 scoped_ptr<Value> root = deserializer.Deserialize(NULL, NULL); local
223 ASSERT_TRUE(root.get())
319 DictionaryValue root; local
343 DictionaryValue root; local
383 scoped_ptr<Value> root = JSONReader::Read("[\\"\/\/ ok\\\\n \/* foo *\/ \\"]"); local
419 scoped_ptr<Value> root; local
467 scoped_ptr<Value> root; local
492 scoped_ptr<Value> root; local
    [all...]
json_file_value_serializer.cc 27 bool JSONFileValueSerializer::Serialize(const base::Value& root) {
28 return SerializeInternal(root, false);
32 const base::Value& root) {
33 return SerializeInternal(root, true);
36 bool JSONFileValueSerializer::SerializeInternal(const base::Value& root,
42 serializer.SerializeAndOmitBinaryValues(root) :
43 serializer.Serialize(root);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidparse.c 63 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory );
148 parser->root.base = parser->postscript;
149 parser->root.cursor = parser->postscript;
150 parser->root.limit = parser->root.cursor + ps_len;
158 arg1 = parser->root.cursor;
161 arg2 = parser->root.cursor;
165 limit = parser->root.limit;
166 cur = parser->root.cursor;
170 if ( parser->root.error
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidparse.c 63 psaux->ps_parser_funcs->init( &parser->root, 0, 0, memory );
148 parser->root.base = parser->postscript;
149 parser->root.cursor = parser->postscript;
150 parser->root.limit = parser->root.cursor + ps_len;
158 arg1 = parser->root.cursor;
161 arg2 = parser->root.cursor;
165 limit = parser->root.limit;
166 cur = parser->root.cursor;
170 if ( parser->root.error
    [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...]
  /packages/experimental/TestBack/src/foo/bar/testback/
TestBackService.java 93 AccessibilityNodeInfo root = source; local
95 AccessibilityNodeInfo parent = root.getParent();
98 } else if (parent.equals(root)) {
99 Log.i(LOG_TAG, "Node is own parent:" + root);
101 root = parent;
103 dumpTree(root, new ArraySet<AccessibilityNodeInfo>());
106 private void dumpTree(AccessibilityNodeInfo root, Set<AccessibilityNodeInfo> visited) {
107 if (root == null) {
111 if (!visited.add(root)) {
112 Log.i(LOG_TAG, "Cycle detected to node:" + root);
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c 70 test_current = test_tree->root->cl_head->cl_head;
101 test_current = test_tree->root->cl_head->cl_head;
132 test_current = test_tree->root->cl_head->cl_head;
164 int rc = cil_set_to_list(test_tree->root->cl_head, cil_l, 1);
188 test_tree->root->cl_head = NULL;
190 int rc = cil_set_to_list(test_tree->root, cil_l, 1);
201 int rc = cil_set_to_list(test_tree->root, NULL, 1);
218 test_ast_node->parent = test_db->ast->root;
221 int rc = cil_gen_block(test_db, test_tree->root->cl_head->cl_head, test_ast_node, 0);
240 test_ast_node->parent = test_db->ast->root;
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
sfobjs.c 130 FT_Memory memory = face->root.memory;
386 /* Replace `face->root.stream' with a stream containing the extracted */
434 FT_ASSERT( stream == face->root.stream );
684 face->root.stream,
685 ( face->root.face_flags & FT_FACE_FLAG_EXTERNAL_STREAM ) != 0 );
687 face->root.stream = sfnt_stream;
689 face->root.face_flags &= ~FT_FACE_FLAG_EXTERNAL_STREAM;
754 stream = face->root.stream;
829 FT_Library library = face->root.driver->root.library
1233 FT_Face root = &face->root; local
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
SnapshotTests.cpp 27 auto root = TestUtils::makeSnapshot(Matrix4::identity(), Rect(10, 10, 90, 90)); local
29 root->previous = actualRoot.get();
30 child->previous = root.get();
46 EXPECT_EQ(Rect(10, 10, 75, 75), intersectWithRoot->rect) << "Expect intersect with root";
52 auto root = TestUtils::makeSnapshot(Matrix4::identity(), Rect(10, 10, 90, 90)); local
53 root->previous = actualRoot.get();
58 child->previous = root.get();
68 child->previous = root.get();
  /toolchain/binutils/binutils-2.25/opcodes/
mips-formats.h 26 return &op.root; \
43 return &op.root; \
53 return &op.root; \
63 return &op.root; \
71 return &op.root; \
79 return &op.root; \
87 return &op.root; \
97 return &op.root; \
107 return &op.root; \
119 return &op.root; \
    [all...]
  /external/jsoncpp/include/json/
writer.h 32 virtual std::string write(const Value& root) = 0;
60 virtual std::string write(const Value& root);
101 * \param root Value to serialize.
102 * \return String containing the JSON document that represents the root value.
104 virtual std::string write(const Value& root);
115 void writeCommentBeforeValue(const Value& root);
116 void writeCommentAfterValueOnSameLine(const Value& root);
163 * \param root Value to serialize.
167 void write(std::ostream& out, const Value& root);
178 void writeCommentBeforeValue(const Value& root);
    [all...]
  /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/autotest/client/cros/cellular/pseudomodem/
logging_setup.py 51 root = logging.getLogger()
52 for handler in root.handlers:
53 root.removeHandler(handler)
60 root.addHandler(stdout_handler)
68 root.addHandler(syslog_handler)

Completed in 1760 milliseconds

1 2 3 4 5 67 8 91011>>