OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getroot
(Results
1 - 25
of
209
) sorted by null
1
2
3
4
5
6
7
8
9
/external/clang/utils/C++Tests/stdc++-Syntax/
lit.local.cfg
5
def
getRoot
(config):
8
return
getRoot
(config.parent)
10
root =
getRoot
(config)
/external/clang/utils/C++Tests/Clang-Code-Compile/
lit.local.cfg
5
def
getRoot
(config):
8
return
getRoot
(config.parent)
10
root =
getRoot
(config)
/external/clang/utils/C++Tests/Clang-Code-Syntax/
lit.local.cfg
5
def
getRoot
(config):
8
return
getRoot
(config.parent)
10
root =
getRoot
(config)
/external/clang/utils/C++Tests/Clang-Syntax/
lit.local.cfg
5
def
getRoot
(config):
8
return
getRoot
(config.parent)
10
root =
getRoot
(config)
/external/clang/utils/C++Tests/LLVM-Syntax/
lit.local.cfg
5
def
getRoot
(config):
8
return
getRoot
(config.parent)
10
root =
getRoot
(config)
/external/chromium/chrome/browser/
cookies_tree_model_unittest.cc
80
EXPECT_EQ(32, cookies_model->
GetRoot
()->GetTotalNodeCount());
170
cookies_model->
GetRoot
());
262
EXPECT_EQ(1, cookies_model->
GetRoot
()->GetTotalNodeCount());
263
EXPECT_EQ(0, cookies_model->
GetRoot
()->child_count());
279
DeleteStoredObjects(cookies_model->
GetRoot
()->GetChild(0));
291
EXPECT_EQ(29, cookies_model->
GetRoot
()->GetTotalNodeCount());
294
DeleteStoredObjects(cookies_model->
GetRoot
()->GetChild(2));
306
EXPECT_EQ(26, cookies_model->
GetRoot
()->GetTotalNodeCount());
309
DeleteStoredObjects(cookies_model->
GetRoot
()->GetChild(3));
321
EXPECT_EQ(21, cookies_model->
GetRoot
()->GetTotalNodeCount())
[
all
...]
/external/clang/utils/C++Tests/LLVM-Code-Compile/
lit.local.cfg
5
def
getRoot
(config):
8
return
getRoot
(config.parent)
10
root =
getRoot
(config)
/external/clang/utils/C++Tests/LLVM-Code-Symbols/
lit.local.cfg
5
def
getRoot
(config):
8
return
getRoot
(config.parent)
10
root =
getRoot
(config)
/external/clang/utils/C++Tests/LLVM-Code-Syntax/
lit.local.cfg
5
def
getRoot
(config):
8
return
getRoot
(config.parent)
10
root =
getRoot
(config)
/external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.cc
58
SendChildren(model_->
GetRoot
());
106
SendChildren(model_->
GetRoot
());
114
model_->
GetRoot
(), node_path);
130
if (node == model_->
GetRoot
())
/external/chromium/chrome/browser/ui/webui/options/
cookies_view_handler.cc
94
args.Append(parent == cookies_tree_model_->
GetRoot
() ?
112
args.Append(parent == cookies_tree_model_->
GetRoot
() ?
130
SendChildren(cookies_tree_model_->
GetRoot
());
174
cookies_tree_model_->
GetRoot
(), node_path);
188
cookies_tree_model_->
GetRoot
(), node_path);
199
args.Append(parent == cookies_tree_model_->
GetRoot
() ?
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view_unittest.cc
134
BookmarkEditorView::EditorNode* editor_root = editor_tree_model()->
GetRoot
();
161
ApplyEdits(editor_tree_model()->
GetRoot
()->GetChild(0));
179
ApplyEdits(editor_tree_model()->
GetRoot
()->GetChild(0));
194
ApplyEdits(editor_tree_model()->
GetRoot
()->GetChild(1));
210
ApplyEdits(editor_tree_model()->
GetRoot
()->GetChild(1));
225
editor_tree_model()->
GetRoot
()->GetChild(0)->GetChild(1);
259
ApplyEdits(editor_tree_model()->
GetRoot
()->GetChild(0));
322
ApplyEdits(editor_tree_model()->
GetRoot
()->GetChild(0));
352
ApplyEdits(editor_tree_model()->
GetRoot
()->GetChild(1));
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java
34
public Start
getRoot
() {
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java
32
public Object
getRoot
() {
/external/v8/test/mjsunit/tools/
profile.js
156
assertNoPathExists(this.profile.getTopDownProfile().
getRoot
(), this.namesTopDown,
158
assertNoPathExists(this.profile.getBottomUpProfile().
getRoot
(), this.namesBottomUp,
161
assertPathExists(this.profile.getTopDownProfile().
getRoot
(), this.namesTopDown,
163
assertPathExists(this.profile.getBottomUpProfile().
getRoot
(), this.namesBottomUp,
217
var root = testDriver.profile.getTopDownProfile().
getRoot
();
287
var flatProfileRoot = testDriver.profile.getFlatProfile().
getRoot
();
315
var root = profile.
getRoot
();
/external/collada/src/dae/
dae.cpp
173
return
getRoot
(uri);
182
return
getRoot
(uri);
277
domCOLLADA* DAE::
getRoot
(const string& path) {
288
return
getRoot
(path) != NULL;
292
return
getRoot
(uri);
/external/clang/lib/CodeGen/
CodeGenTBAA.h
50
///
getRoot
- This is the mdnode for the root of the metadata type graph
52
llvm::MDNode *
getRoot
();
/external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp
80
BC.getNumVisited(CallSite, BlockID)+1).
getRoot
());
85
return BlockCounter(GetFactory(F).getEmptyMap().
getRoot
());
FlatStore.cpp
40
return StoreRef(RBFactory.getEmptyMap().
getRoot
(), *this);
144
return StoreRef(B.
getRoot
(), *this);
147
return StoreRef(B.
getRoot
(), *this);
/external/llvm/lib/Analysis/
PathNumbering.cpp
243
dfsStack.push(
getRoot
());
250
addEdge(getExit(),
getRoot
(),0);
281
if( node->getNumberPaths() > 100000000 && node !=
getRoot
() ) {
301
addEdge(
getRoot
(), (*succ)->getTarget(), duplicateNumber++);
335
DEBUG(dbgs() << "\tNumber of paths: " <<
getRoot
()->getNumberPaths() << "\n");
340
return(
getRoot
()->getNumberPaths());
344
BallLarusNode* BallLarusDag::
getRoot
() {
513
childEdge->setPhonyRoot(addEdge(
getRoot
(), target,0));
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSource.java
108
public Source
getRoot
() {
115
Source s = ((Source) o).
getRoot
();
/external/emma/core/java12/com/vladium/emma/report/
IReportDataView.java
23
IItem
getRoot
();
/external/junit/src/junit/swingui/
TestHierarchyRunView.java
53
int index= model.findTest(failure, (Test)model.
getRoot
(), vpath);
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DevTreeProjectProvider.java
36
IProject[] projects = workspace.
getRoot
().getProjects();
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java
185
Data root = data.
getRoot
();
196
return this.data.
getRoot
() == jHdf.data.
getRoot
();
Completed in 1245 milliseconds
1
2
3
4
5
6
7
8
9