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

<<21222324252627282930>>

  /bootable/recovery/updater/
updater.c 108 Expr* root; local
110 int error = parse_string(script, &root, &error_count);
140 char* result = Evaluate(&state, root);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeIterator.cs 43 protected object root; field in class:Antlr.Runtime.Tree.TreeIterator
64 this.root = tree;
115 // while we're out of siblings, keep popping back up towards root
125 tree = null; // back at root? nothing left then
146 tree = root;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 45 protected object root; field in class:Antlr.Runtime.Tree.TreeIterator
69 this.root = tree;
136 // while we're out of siblings, keep popping back up towards root
148 tree = null; // back at root? nothing left then
174 tree = root;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 78 Tree root = new CommonTree((Token)null); local
87 root.addChild(t);
88 root.addChild(u);
90 TreeNodeStream stream = newStream(root);
101 Tree root = new CommonTree((Token)null); local
103 root.addChild(new CommonTree(new CommonToken(101)));
104 root.addChild(new CommonTree(new CommonToken(102)));
105 root.addChild(new CommonTree(new CommonToken(103)));
107 TreeNodeStream stream = newStream(root);
118 Tree root = new CommonTree((Token)null) local
    [all...]
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 78 aura::Window* root = bubble_widget->GetNativeView()->GetRootWindow(); local
80 aura::client::GetScreenPositionClient(root);
82 screen_position_client->ConvertPointToScreen(root, &screen_point);
  /external/chromium_org/build/util/lib/common/
util.py 44 for root, dirs, files in os.walk(path, topdown=False):
46 filename = os.path.join(root, name)
50 os.rmdir(os.path.join(root, name))
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 42 const base::FilePath& root,
72 void ReadDirectoryTimeout(const base::FilePath& root);
86 const base::FilePath& root,
  /external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util_unittest.cc 44 const GURL root = GetSyncableFileSystemRootURI(GURL(kOrigin)); local
45 EXPECT_TRUE(root.is_valid());
46 EXPECT_EQ(GURL(kSyncableFileSystemRootURI), root); local
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
ax_tree_source_ash.cc 96 AXAuraObjWrapper* root, std::string prefix) {
98 root->Serialize(&data);
102 root->GetChildren(&children);
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.cc 120 aura::Window* root,
129 return new LauncherContextMenu(shelf_delegate_, item_delegate, item, root);
131 return new LauncherContextMenu(shelf_delegate_, root);
  /external/chromium_org/chrome/common/extensions/docs/server2/
owners_data_source.py 77 for root in BROWSER_API_PATHS:
78 for base, dirs, _ in self._host_fs.Walk(root, depth=1):
80 owners_file = Join(root, base, dir_, _OWNERS)
  /external/chromium_org/components/query_parser/
query_parser.cc 335 QueryNodeList root; local
336 if (!ParseQueryImpl(query, &root))
338 return root.AppendToSQLiteQuery(sqlite_query);
343 QueryNodeList root; local
344 if (!ParseQueryImpl(query, &root))
346 root.AppendWords(words);
351 QueryNodeList root; local
352 if (ParseQueryImpl(base::i18n::ToLower(query), &root))
353 nodes->swap(*root.children());
400 QueryNodeList* root) {
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view_manager_client_impl.cc 53 View* root = NULL; local
70 root = view;
73 return root;
76 // Responsible for removing a root from the ViewManager when that view is
80 explicit RootObserver(View* root) : root_(root) {}
277 // A new root must not already exist as a root or be contained by an existing
279 View* root = AddViewToViewManager(this, NULL, root_data->view_id, local
281 roots_.push_back(root);
    [all...]
  /external/chromium_org/sync/syncable/
parent_child_index_unittest.cc 46 // Mimics the root node.
47 EntryKernel* root = new EntryKernel(); local
48 root->put(META_HANDLE, 1);
49 root->put(BASE_VERSION, -1);
50 root->put(SERVER_VERSION, 0);
51 root->put(IS_DIR, true);
52 root->put(ID, syncable::Id());
53 root->put(PARENT_ID, syncable::Id());
54 root->put(SERVER_PARENT_ID, syncable::Id());
56 owned_entry_kernels_.push_back(root);
122 EntryKernel* root = MakeRoot(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDetailsElement.cpp 82 void HTMLDetailsElement::didAddUserAgentShadowRoot(ShadowRoot& root)
93 root.appendChild(summary.release());
99 root.appendChild(content.release());
HTMLOptGroupElement.cpp 146 void HTMLOptGroupElement::didAddUserAgentShadowRoot(ShadowRoot& root)
156 root.appendChild(label);
160 root.appendChild(content);
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportChild.cpp 71 root()->document()->styleResolverChanged();
94 CustomElement::didFinishLoadingImport(*(root()->document()));
123 toHTMLImportTreeRoot(root())->scheduleRecalcState();
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdateintervalformattest.c 22 void addDateIntervalFormatTest(TestNode** root);
24 #define TESTCASE(x) addTest(root, &x, "tsformat/cdateintervalformattest/" #x)
26 void addDateIntervalFormatTest(TestNode** root)
cestst.c 75 void addSpanishCollTest(TestNode** root)
79 addTest(root, &TestPrimary, "tscoll/cestst/TestPrimary");
80 addTest(root, &TestTertiary, "tscoll/cestst/TestTertiary");
cturtst.c 82 void addTurkishCollTest(TestNode** root)
85 addTest(root, &TestPrimary, "tscoll/cturtst/TestPrimary");
86 addTest(root, &TestTertiary, "tscoll/cturtst/TestTertiary");
  /external/chromium_org/tools/grit/grit/node/
io.py 41 root = self.GetRoot()
42 defs = getattr(root, 'defines', {})
43 target_platform = getattr(root, 'target_platform', '')
  /external/chromium_org/tools/resources/
list_resources_removed_by_repack.py 62 for root, dirs, files in os.walk(generated_output_dir):
63 if os.path.basename(root) != 'grit':
69 data_files.extend([os.path.join(root, header) for header in header_files])
  /external/chromium_org/tools/
roll_swarming_client.py 22 def is_pristine(root, merge_base='origin/master'):
26 subprocess.check_output(cmd, cwd=root).strip() or
27 subprocess.check_output(cmd + ['--cached'], cwd=root).strip())
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationDriver.java 90 AccessibilityNodeInfo root = local
97 if (root != null) {
98 return root;
103 String.format("Timed out after %d milliseconds waiting for root AccessibilityNodeInfo",
  /external/e2fsprogs/lib/ext2fs/
rbtree.h 145 #define EXT2FS_RB_EMPTY_ROOT(root) ((root)->rb_node == NULL)
168 struct rb_root *root);

Completed in 555 milliseconds

<<21222324252627282930>>