HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 251 - 275 of 2837) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
ctest.h 126 * @param root Subtree of tests.
130 showTests ( const TestNode *root);
135 * @param root Subtree of tests.
139 runTests ( const TestNode* root);
145 * TestNode* root=NULL;
146 * addTest(&root, &mytest, "/a/b/mytest" );
148 * @param root Pointer to the root pointer.
150 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest'
154 addTest(TestNode** root,
    [all...]
  /external/chromium_org/tools/grit/grit/format/
c_format.py 16 def _FormatHeader(root, output_dir):
21 for output in root.GetOutputFiles():
34 def Format(root, lang='en', output_dir='.'):
39 yield _FormatHeader(root, output_dir)
43 for item in root.ActiveDescendants():
  /external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h 126 * @param root Subtree of tests.
130 showTests ( const TestNode *root);
135 * @param root Subtree of tests.
139 runTests ( const TestNode* root);
145 * TestNode* root=NULL;
146 * addTest(&root, &mytest, "/a/b/mytest" );
148 * @param root Pointer to the root pointer.
150 * @param path Path from root under which test will be placed. Ex. '/a/b/mytest'
154 addTest(TestNode** root,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/include/linux/
rbtree.h 52 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL)
77 struct rb_root *root);
94 * @root: 'rb_root *' of the rbtree.
97 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \
98 for (pos = rb_entry(rb_first_postorder(root), typeof(*pos), field),\
  /external/chromium_org/cc/trees/
layer_tree_impl_unittest.cc 47 scoped_ptr<LayerImpl> root = local
54 SetLayerPropertiesForTesting(root.get(),
61 root->SetDrawsContent(true);
63 host_impl().SetViewportSize(root->bounds());
64 host_impl().active_tree()->SetRootLayer(root.Pass());
82 // Hit testing for a point inside should return the root layer.
97 scoped_ptr<LayerImpl> root = local
106 SetLayerPropertiesForTesting(root.get(),
113 root->SetDrawsContent(true);
115 // Create hud and add it as a child of root
164 scoped_ptr<LayerImpl> root = local
235 scoped_ptr<LayerImpl> root = local
289 scoped_ptr<LayerImpl> root = local
351 scoped_ptr<LayerImpl> root = local
425 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
509 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
598 scoped_ptr<LayerImpl> root = local
752 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
832 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
971 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
1121 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
1183 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
1263 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
1412 scoped_ptr<LayerImpl> root = local
1493 scoped_ptr<LayerImpl> root = local
1576 scoped_ptr<LayerImpl> root = local
1657 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
1761 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
1889 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
1984 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
2075 scoped_ptr<LayerImpl> root = local
2150 scoped_ptr<LayerImpl> root = local
2262 scoped_ptr<LayerImpl> root = local
2352 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
2358 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl().active_tree(), 1); local
    [all...]
  /external/chromium_org/base/json/
json_parser_unittest.cc 206 scoped_ptr<Value> root; local
207 root.reset(JSONReader::ReadAndReturnError("[42]", JSON_PARSE_RFC,
215 root.reset(JSONReader::ReadAndReturnError(big_json, JSON_PARSE_RFC,
217 EXPECT_FALSE(root.get());
228 root.reset(JSONReader::ReadAndReturnError(big_json_crlf, JSON_PARSE_RFC,
230 EXPECT_FALSE(root.get());
236 root.reset(JSONReader::ReadAndReturnError("{},{}", JSON_PARSE_RFC,
238 EXPECT_FALSE(root.get());
248 root.reset(JSONReader::ReadAndReturnError(nested_json, JSON_PARSE_RFC,
250 EXPECT_FALSE(root.get())
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mem_fs_node_test.cc 226 DirNodeForTesting root; local
231 root.Init(0);
234 EXPECT_EQ(0, root.GetLinks());
236 EXPECT_EQ(S_IRALL | S_IWALL | S_IXALL, root.GetMode());
237 EXPECT_EQ(S_IFDIR, root.GetType());
238 EXPECT_TRUE(root.IsaDir());
239 EXPECT_FALSE(root.IsaFile());
240 EXPECT_EQ(ENOTTY, root.Isatty());
241 EXPECT_EQ(0, root.RefCount());
246 EXPECT_EQ(0, root.GetSize(&result_size))
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 93 /* don't need to check for root node here because root->parent is
94 the sentinel nil node, and root->parent->left points back to root */
182 * checks that every path has the same count of black nodes from root to leaf.
187 * black height of the subtree rooted at the node ``root'', or zero if the
191 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root)
195 if (root != nil) {
196 height_left = verify_redblack(nil, root->left);
197 height_right = verify_redblack(nil, root->right)
311 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); local
397 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); local
456 dnode_t *root = dict_root(dict); local
495 dnode_t *root = dict_root(dict); local
527 dnode_t *root = dict_root(dict); local
861 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *left; local
877 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *right; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
convert_web_app.cc 104 scoped_ptr<base::DictionaryValue> root(new base::DictionaryValue);
105 root->SetString(keys::kPublicKey, GenerateKey(web_app.app_url));
106 root->SetString(keys::kName, base::UTF16ToUTF8(web_app.title));
107 root->SetString(keys::kVersion, ConvertTimeToExtensionVersion(create_time));
108 root->SetString(keys::kDescription, base::UTF16ToUTF8(web_app.description));
109 root->SetString(keys::kLaunchWebURL, web_app.app_url.spec());
113 root->Set(keys::kIcons, icons);
124 if (!serializer.Serialize(*root)) {
163 *root,
  /external/chromium_org/net/base/
net_log_logger_unittest.cc 41 scoped_ptr<base::Value> root(reader.ReadToValue(input));
42 ASSERT_TRUE(root) << reader.GetErrorMessage();
45 ASSERT_TRUE(root->GetAsDictionary(&dict));
73 scoped_ptr<base::Value> root(reader.ReadToValue(input));
74 ASSERT_TRUE(root) << reader.GetErrorMessage();
77 ASSERT_TRUE(root->GetAsDictionary(&dict));
108 scoped_ptr<base::Value> root(reader.ReadToValue(input));
109 ASSERT_TRUE(root) << reader.GetErrorMessage();
112 ASSERT_TRUE(root->GetAsDictionary(&dict));
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleInvalidator.cpp 120 for (ShadowRoot* root = element.youngestShadowRoot(); root; root = root->olderShadowRoot()) {
121 if (!recursionData.treeBoundaryCrossing() && !root->childNeedsStyleInvalidation() && !root->needsStyleInvalidation())
123 for (Element* child = ElementTraversal::firstChild(*root); child; child = ElementTraversal::nextSibling(*child)) {
127 root->clearChildNeedsStyleInvalidation();
128 root->clearNeedsStyleInvalidation();
  /external/chromium_org/third_party/skia/src/views/
SkViewInflate.cpp 61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root)
65 if (root == NULL)
67 root = this->createView(dom, node);
68 if (root == NULL)
74 this->rInflate(dom, node, root);
97 root->postInflate(fIDs);
98 return root;
101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root)
106 return node ? this->inflate(dom, node, root) : NULL;
  /external/chromium_org/tools/grit/grit/node/
io_unittest.py 26 root = misc.GritNode()
27 root.StartParsing(u'grit', None)
28 root.HandleAttribute(u'latest_public_release', u'0')
29 root.HandleAttribute(u'current_release', u'1')
30 root.HandleAttribute(u'base_dir', ur'..\resource')
32 translations.StartParsing(u'translations', root)
33 root.AddChild(translations)
38 root.EndParsing()
40 self.failUnless(root.ToRealPath(file_node.GetInputPath()) ==
message_unittest.py 23 root = util.ParseGrdForUnittest('''
30 msg, = root.GetChildrenOfType(message.MessageNode)
36 root = util.ParseGrdForUnittest("""\
42 msg, = root.GetChildrenOfType(message.MessageNode)
68 root = util.ParseGrdForUnittest("""\
74 msg, = root.GetChildrenOfType(message.MessageNode)
  /external/chromium_org/v8/test/message/
testcfg.py 42 def __init__(self, name, root):
43 super(MessageTestSuite, self).__init__(name, root)
47 for dirname, dirs, files in os.walk(self.root):
54 testname = os.path.join(dirname[len(self.root) + 1:], filename[:-3])
67 result.append(os.path.join(self.root, testcase.path + ".js"))
71 filename = os.path.join(self.root, testcase.path + self.suffix())
88 expected_path = os.path.join(self.root, testpath + ".out")
113 def GetSuite(name, root):
114 return MessageTestSuite(name, root)
  /external/chromium_org/v8/test/preparser/
testcfg.py 38 def __init__(self, name, root):
39 super(PreparserTestSuite, self).__init__(name, root)
45 expects_file = os.path.join(self.root, "preparser.expectation")
61 pathname = os.path.join(self.root, filename + ".pyt")
86 filenames = [f[:-3] for f in os.listdir(self.root) if f.endswith(".js")]
97 filenames = [f[:-4] for f in os.listdir(self.root) if f.endswith(".pyt")]
106 testcase.flags[0] = os.path.join(self.root, first)
119 def GetSuite(name, root):
120 return PreparserTestSuite(name, root)
  /external/lldb/examples/scripting/
dictionary.c 52 insert (tree_node *root, char *word)
54 if (root == NULL)
57 int compare_value = strcmp (word, root->word);
64 if (root->left != NULL)
65 insert (root->left, word);
72 root->left = new_node;
77 if (root->right != NULL)
78 insert (root->right, word);
85 root->right = new_node;
  /external/oprofile/module/
op_dname.c 114 int wind_dentries_2_4(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt)
125 /* the root */
126 if (d == root && v == rootmnt)
150 struct dentry * root; local
154 root = dget(current->fs->root);
159 value = do_hash(dentry, vfsmnt, root, rootmnt);
162 dput(root);
169 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt)
178 if (!wind_dentries(dentry, vfsmnt, root, rootmnt)
    [all...]
  /build/target/product/
embedded.mk 85 system/core/rootdir/init.usb.rc:root/init.usb.rc \
86 system/core/rootdir/init.trace.rc:root/init.trace.rc \
87 system/core/rootdir/ueventd.rc:root/ueventd.rc \
  /cts/tests/tests/sax/src/android/sax/cts/
ElementTest.java 72 RootElement root = new RootElement(ATOM_NAMESPACE, FEED); local
73 assertNotNull(root);
74 Element name = root.getChild(ATOM_NAMESPACE, NAME);
82 Element entry1 = root.getChild(ATOM_NAMESPACE, ENTRY1);
94 Element entry2 = root.requireChild(ATOM_NAMESPACE, ENTRY2);
122 xmlReader.setContentHandler(root.getContentHandler());
  /external/chromium_org/ash/wm/
stacking_controller.cc 23 // Find a root window that matches the |bounds|. If the virtual screen
24 // coordinates is enabled and the bounds is specified, the root window
26 // return the active root window.
33 aura::Window* GetContainerById(aura::Window* root, int id) {
34 return Shell::GetContainer(root, id);
71 // Transient window should use the same root as its transient parent.
111 aura::Window* root,
123 return GetContainerById(root, kShellWindowId_SystemModalContainer);
132 container = GetContainerById(root, kShellWindowId_SystemModalContainer);
134 container = GetContainerById(root, kShellWindowId_LockSystemModalContainer)
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win_unittest.cc 129 ui::AXNodeData root; local
130 root.id = 1;
131 root.SetName("Document");
132 root.role = ui::AX_ROLE_ROOT_WEB_AREA;
133 root.state = 0;
134 root.child_ids.push_back(2);
135 root.child_ids.push_back(3);
144 MakeAXTreeUpdate(root, button, checkbox),
155 MakeAXTreeUpdate(root, button, checkbox),
192 ui::AXNodeData root; local
288 ui::AXNodeData root; local
336 ui::AXNodeData root; local
435 ui::AXNodeData root; local
523 ui::AXNodeData root; local
615 BrowserAccessibility* root = manager->GetRoot(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFilePath.cpp 41 const char DOMFilePath::root[] = "/"; member in class:blink::DOMFilePath
67 return DOMFilePath::root;
77 if (parent == DOMFilePath::root && mayBeChild != DOMFilePath::root)
103 return DOMFilePath::root;
114 if (path.isEmpty() || path == DOMFilePath::root)
  /external/chromium_org/ui/compositor/
layer_unittest.cc 129 void DrawTree(Layer* root) {
130 GetCompositor()->SetRootLayer(root);
203 // The root directory for test files.
436 void DrawTree(Layer* root) {
437 compositor()->SetRootLayer(root);
770 scoped_ptr<Layer> root(new Layer(LAYER_NOT_DRAWN));
777 root->Add(l3.get());
778 root->Add(l2.get());
779 root->Add(l1.get());
782 EXPECT_EQ("3 2 1", test::ChildLayerNamesAsString(*root.get()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 178 RootInlineBox& firstRootBox = firstLineBox()->root();
179 RootInlineBox& lastRootBox = lastLineBox()->root();
188 RootInlineBox& root = box->root(); local
189 LayoutUnit logicalTop = std::min<LayoutUnit>(box->logicalTopVisualOverflow(root.lineTop()), root.selectionTop());
190 LayoutUnit logicalBottom = box->logicalBottomVisualOverflow(root.lineBottom());
214 // See if our root lines contain the point. If so, then we hit test
218 RootInlineBox& root = curr->root(); local
    [all...]

Completed in 629 milliseconds

<<11121314151617181920>>