HomeSort by relevance Sort by last modified time
    Searched full:getroot (Results 1 - 25 of 520) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Darwin/
lit.local.cfg 1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
  /external/compiler-rt/test/asan/TestCases/Linux/
lit.local.cfg 1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
  /external/compiler-rt/test/asan/TestCases/Posix/
lit.local.cfg 1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
  /external/compiler-rt/test/msan/Linux/
lit.local.cfg 1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
lit.local.cfg 1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
  /external/compiler-rt/test/tsan/libcxx/
lit.local.cfg 1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
  /external/compiler-rt/test/asan/TestCases/Android/
lit.local.cfg 1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
  /external/compiler-rt/test/asan/TestCases/Windows/
lit.local.cfg 1 def getRoot(config):
4 return getRoot(config.parent)
6 root = getRoot(config)
  /external/pdfium/core/src/fpdfdoc/
doc_viewerPreferences.cpp 16 CPDF_Dictionary *pDict = m_pDoc->GetRoot();
25 CPDF_Dictionary *pDict = m_pDoc->GetRoot();
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model_unittest.cc 173 EXPECT_EQ(59, cookies_model->GetRoot()->GetTotalNodeCount());
293 cookies_model->GetRoot());
448 EXPECT_EQ(1, cookies_model->GetRoot()->GetTotalNodeCount());
449 EXPECT_EQ(0, cookies_model->GetRoot()->child_count());
492 DeleteStoredObjects(cookies_model->GetRoot()->GetChild(18));
511 EXPECT_EQ(57, cookies_model->GetRoot()->GetTotalNodeCount());
513 DeleteStoredObjects(cookies_model->GetRoot()->GetChild(17));
532 EXPECT_EQ(54, cookies_model->GetRoot()->GetTotalNodeCount());
534 DeleteStoredObjects(cookies_model->GetRoot()->GetChild(16));
552 EXPECT_EQ(51, cookies_model->GetRoot()->GetTotalNodeCount())
    [all...]
  /external/icu/icu4c/source/i18n/
collationroot.cpp 69 CollationRoot::getRoot(UErrorCode &errorCode) {
77 const CollationTailoring *root = getRoot(errorCode);
84 const CollationTailoring *root = getRoot(errorCode);
collationroot.h 30 static const CollationTailoring *getRoot(UErrorCode &errorCode);
  /packages/inputmethods/LatinIME/native/jni/tests/suggest/policyimpl/dictionary/utils/
trie_map_test.cpp 34 EXPECT_EQ(10ull, trieMap.getRoot(10).mValue);
36 EXPECT_EQ(10ull, trieMap.getRoot(10).mValue);
37 EXPECT_EQ(10ull, trieMap.getRoot(0x10A).mValue);
39 EXPECT_EQ(1000ull, trieMap.getRoot(10).mValue);
41 EXPECT_EQ(1000ull, trieMap.getRoot(11).mValue);
47 EXPECT_EQ(0xFFFFFFFFFull, trieMap.getRoot(0).mValue);
57 EXPECT_EQ(static_cast<uint64_t>(i), trieMap.getRoot(i).mValue);
81 EXPECT_EQ(v.second, trieMap.getRoot(v.first).mValue);
141 EXPECT_EQ(firstLevelEntry.second, trieMap.getRoot(firstLevelEntry.first).mValue);
169 EXPECT_EQ(trieMap.getRoot(firstLevelEntry.key()).mValue, firstLevelEntry.value())
    [all...]
  /external/chromium_org/mojo/services/view_manager/
server_view.h 47 const ServerView* GetRoot() const;
48 ServerView* GetRoot() {
50 const_cast<const ServerView*>(this)->GetRoot());
  /external/junit/src/org/junit/rules/
TemporaryFolder.java 52 File file= new File(getRoot(), fileName);
68 File file = getRoot();
90 public File getRoot() {
  /external/chromium_org/ui/accessibility/
ax_serializable_tree.cc 23 virtual AXNode* GetRoot() const OVERRIDE {
24 return tree_->GetRoot();
  /external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_handler.cc 146 args.Append(parent == tree_model->GetRoot() ?
165 args.Append(parent == tree_model->GetRoot() ?
183 SendChildren(model->GetRoot());
240 cookies_tree_model_->GetRoot(), node_path);
253 cookies_tree_model_->GetRoot(), node_path);
264 args.Append(parent == cookies_tree_model_->GetRoot() ?
  /external/chromium_org/ui/views/examples/
tree_view_example.cc 34 model_.GetRoot()->Add(colors_node, 0);
40 model_.GetRoot()->Add(sheep_node, 0);
84 selected_node = model_.GetRoot();
92 tree_view_->GetSelectedNode() != model_.GetRoot();
102 DCHECK_NE(model_.GetRoot(), selected_node);
115 remove_->SetEnabled(node != model_.GetRoot());
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
ax_tree_source_ash_unittest.cc 74 ASSERT_TRUE(ax_tree.GetRoot());
77 ASSERT_EQ(1, ax_tree.GetRoot()->GetID());
102 ASSERT_EQ(ax_tree.GetRoot(), test_root);
111 ax_serializer.SerializeChanges(ax_tree.GetRoot(), &out_update);
114 ASSERT_EQ(GetSize(ax_tree.GetRoot()), out_update.nodes.size());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
CreateFileChange.java 59 return ResourcesPlugin.getWorkspace().getRoot().getFile(mPath);
71 IFile file = ResourcesPlugin.getWorkspace().getRoot().getFile(mPath);
91 IFolder folder = ResourcesPlugin.getWorkspace().getRoot().getFolder(
  /external/chromium_org/tools/metrics/histograms/
histogram_ownership.py 16 root = tree.getroot()
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java 34 public Start getRoot() {
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 151 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot());
188 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot());
201 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!");
215 Stream.printError(Stream.begin()->getRoot(), "Hello, World!");
  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 67 IPDF_LayoutElement* GetRoot()
  /frameworks/base/tools/layoutlib/rename_font/
test.py 34 root = tree.getroot()

Completed in 1383 milliseconds

1 2 3 4 5 6 7 8 91011>>