OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getroot
(Results
126 - 150
of
1088
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CallGraph.h
82
CallGraphNode *
getRoot
() const { return Root; }
200
return CGN->
getRoot
(); // Start at the external node!
227
return CGN->
getRoot
();
/cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityWindowInfoTest.java
61
assertNull(w.
getRoot
());
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java
190
assertNotNull(window.
getRoot
());
195
verifyNodesInAppWindow(window.
getRoot
());
252
assertNotNull(window.
getRoot
());
255
verifyNodesInAppWindow(window.
getRoot
());
299
final AccessibilityNodeInfo button2 = window.
getRoot
()
698
AccessibilityNodeInfo root = window.
getRoot
();
707
assertNull(window.
getRoot
().findFocus(
743
assertTrue(finalFocusTarget.
getRoot
().performAction(
[
all
...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
AnalyzerTest.java
245
final int count = analyzer.analyzeAll(folder.
getRoot
());
255
final int count = analyzer.analyzeAll(path, folder.
getRoot
());
292
File file = new File(folder.
getRoot
(), "broken.zip");
336
File file = new File(folder.
getRoot
(), dir);
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
137
if (G->
getRoot
().getNode())
138
GW.emitEdge(nullptr, -1, G->
getRoot
().getNode(), G->
getRoot
().getResNo(),
302
const SDNode *N = DAG->
getRoot
().getNode();
/external/pdfium/xfa/fxfa/parser/
cxfa_document.h
65
CXFA_Node*
GetRoot
() const { return m_pRootNode; }
/external/r8/src/test/java/com/android/tools/r8/debuginfo/
DebugInfoTestBase.java
52
Path out = temp.
getRoot
().toPath().resolve("out.zip");
/external/r8/src/test/java/com/android/tools/r8/dex/
ExtraFileTest.java
42
Path out = temp.
getRoot
().toPath();
/external/skia/src/xml/
SkDOM.cpp
195
SkDOM::Node*
getRoot
() const { return fRoot; }
303
fRoot = parser.
getRoot
();
340
fRoot = parser.
getRoot
();
353
fRoot = fParser->
getRoot
();
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
132
if (G->
getRoot
().getNode())
133
GW.emitEdge(0, -1, G->
getRoot
().getNode(), G->
getRoot
().getResNo(),
297
const SDNode *N = DAG->
getRoot
().getNode();
/packages/apps/Dialer/java/com/android/dialershared/bubble/
Bubble.java
223
windowManager.addView(viewHolder.
getRoot
(), windowParams);
277
windowManager.removeView(viewHolder.
getRoot
());
458
.
getRoot
()
460
View primaryContainer = viewHolder.
getRoot
().findViewById(R.id.bubble_primary_container);
478
return viewHolder.
getRoot
();
582
viewHolder = new ViewHolder(oldViewHolder.
getRoot
().getContext());
601
ViewGroup root = viewHolder.
getRoot
();
611
() -> windowManager.removeView(oldViewHolder.
getRoot
()),
764
public ViewGroup
getRoot
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewLauncher.java
56
input= ResourcesPlugin.getWorkspace().
getRoot
();
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystem.java
39
public FsDirectory
getRoot
() throws IOException;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java
137
public Node
getRoot
()
139
int handle=dtm_iter.
getRoot
();
/external/apache-xml/src/main/java/org/apache/xpath/axes/
ReverseAxesWalker.java
140
clone.setRoot(this.
getRoot
());
203
clone.setRoot(this.
getRoot
());
/external/clang/lib/CodeGen/
CodeGenTBAA.h
71
///
getRoot
- This is the mdnode for the root of the metadata type graph
73
llvm::MDNode *
getRoot
();
/external/flatbuffers/grpc/tests/
grpctest.cpp
36
request->
GetRoot
()->name()->str()));
110
auto resp = response.
GetRoot
()->id();
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
TypeLocator.java
82
CompilationUnit cu = (CompilationUnit) typeDeclaration.
getRoot
();
117
if (!packageMatcher.matches((CompilationUnit) node.
getRoot
())) {
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DelegatedData.java
117
public Data
getRoot
() {
118
return newInstance(getDelegate().
getRoot
());
/external/pdfium/core/fpdfdoc/
cpdf_nametree.cpp
142
CPDF_Dictionary* pRoot = pDoc->
GetRoot
();
186
CPDF_Dictionary* pDests = pDoc->
GetRoot
()->GetDictFor("Dests");
/external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp
92
CPDF_Dictionary* pRootDict = pDocument->
GetRoot
();
201
if (CPDF_Dictionary* pRootDict = m_pDocument->
GetRoot
())
/external/r8/src/test/java/com/android/tools/r8/internal/
CompilationTestBase.java
96
Path out = temp.
getRoot
().toPath().resolve("all.zip");
97
Path oatFile = temp.
getRoot
().toPath().resolve("all.oat");
/external/r8/src/test/java/com/android/tools/r8/jsr45/
JSR45Tests.java
75
Paths.get(tmpOutputDir.
getRoot
().getCanonicalPath(), DEFAULT_MAP_FILENAME).toFile()));
184
Path mapFile = Paths.get(tmpOutputDir.
getRoot
().getCanonicalPath(), DEFAULT_MAP_FILENAME);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BasicBindingTest.java
89
View root = mBinder.
getRoot
();
148
ViewGroup viewGroup = (ViewGroup) mBinder.
getRoot
();
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
Message.java
123
RootInfo root = mEnv.getDisplayState().stack.
getRoot
();
171
mEnv.getDisplayState().stack.
getRoot
().title);
Completed in 825 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>