OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getroot
(Results
26 - 50
of
1088
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
IncludeTagTest.java
39
final TextView outerText = (TextView) mBinder.
getRoot
().findViewById(R.id.outerTextView);
41
final TextView innerText = (TextView) mBinder.
getRoot
().findViewById(R.id.innerTextView);
43
TextView textView1 = (TextView) mBinder.
getRoot
().findViewById(R.id.innerTextView1);
44
assertEquals(mBinder.
getRoot
(), textView1.getParent().getParent());
45
TextView textView2 = (TextView) mBinder.
getRoot
().findViewById(R.id.innerTextView2);
46
assertEquals(mBinder.
getRoot
(), textView2.getParent().getParent());
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRoot.java
32
public static final CollationTailoring
getRoot
() {
39
CollationTailoring root =
getRoot
();
43
CollationTailoring root =
getRoot
();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRoot.java
30
public static final CollationTailoring
getRoot
() {
37
CollationTailoring root =
getRoot
();
41
CollationTailoring root =
getRoot
();
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
FileMultiReportOutputTest.java
37
folder.
getRoot
());
46
folder.
getRoot
(), "a/b/c/test"));
58
folder.
getRoot
());
DirectorySourceFileLocatorTest.java
43
locator = new DirectorySourceFileLocator(sourceFolder.
getRoot
(),
62
final File file = new File(sourceFolder.
getRoot
(), path);
/external/icu/icu4c/source/i18n/
collationroot.cpp
66
CollationCacheEntry *entry = new CollationCacheEntry(Locale::
getRoot
(), t.getAlias());
82
CollationRoot::
getRoot
(UErrorCode &errorCode) {
90
const CollationTailoring *root =
getRoot
(errorCode);
97
const CollationTailoring *root =
getRoot
(errorCode);
collationroot.h
34
static const CollationTailoring *
getRoot
(UErrorCode &errorCode);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DocumentStackAsserts.java
19
assertEquals(root, stack.
getRoot
());
/external/pdfium/testing/libfuzzer/
pdf_xml_fuzzer.cc
25
CFDE_XMLNode* pXMLFakeRoot = pXMLDoc->
GetRoot
();
60
if (!doc->LoadXML(pdfium::MakeUnique<CXFA_XMLParser>(doc->
GetRoot
(), stream)))
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
ReportTest.java
56
File exec = new File(tmp.
getRoot
(), "jacoco.exec");
82
File xml = new File(tmp.
getRoot
(), "coverage.xml");
94
File csv = new File(tmp.
getRoot
(), "coverage.csv");
106
File html = new File(tmp.
getRoot
(), "coverage");
123
File html = new File(tmp.
getRoot
(), "coverage");
InstrumentTest.java
59
File destdir = tmp.
getRoot
();
78
File destdir = tmp.
getRoot
();
89
File srcdir = new File(tmp.
getRoot
(), "src");
91
File destdir = new File(tmp.
getRoot
(), "dest");
/external/junit/src/main/java/org/junit/rules/
TemporaryFolder.java
66
File file = new File(
getRoot
(), fileName);
78
return File.createTempFile("junit", null,
getRoot
());
94
File file =
getRoot
();
130
return createTemporaryFolderIn(
getRoot
());
143
public File
getRoot
() {
/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
FetchDownloadsLoaderTest.java
43
FetchDownloadsLoader.collectFiles(temporaryFolder.
getRoot
());
55
FetchDownloadsLoader.collectFiles(temporaryFolder.
getRoot
());
69
FetchDownloadsLoader.collectFiles(temporaryFolder.
getRoot
());
92
FetchDownloadsLoader.collectFiles(temporaryFolder.
getRoot
());
108
FetchDownloadsLoader.collectFiles(temporaryFolder.
getRoot
());
/external/r8/src/test/java/com/android/tools/r8/utils/
D8CommandTest.java
63
Path working = temp.
getRoot
().toPath();
73
Path existingDir = temp.
getRoot
().toPath();
92
Path nonExistingDir = temp.
getRoot
().toPath().resolve("a/path/that/does/not/exist");
142
Path invalidType = temp.
getRoot
().toPath().resolve("an-invalid-output-file-type.foobar");
149
Path nonExistingDir = temp.
getRoot
().toPath().resolve("a/path/that/does/not/exist");
162
Path invalidType = temp.
getRoot
().toPath().resolve("an-invalid-output-file-type.foobar");
168
Path nonExistingJar = temp.
getRoot
().toPath().resolve("non-existing-archive.jar");
R8CommandTest.java
66
Path working = temp.
getRoot
().toPath();
77
Path existingDir = temp.
getRoot
().toPath();
133
Path nonExistingDir = temp.
getRoot
().toPath().resolve("a/path/that/does/not/exist");
146
Path invalidType = temp.
getRoot
().toPath().resolve("an-invalid-output-file-type.foobar");
153
Path nonExistingDir = temp.
getRoot
().toPath().resolve("a/path/that/does/not/exist");
166
Path invalidType = temp.
getRoot
().toPath().resolve("an-invalid-output-file-type.foobar");
189
Path nonExistingJar = temp.
getRoot
().toPath().resolve("non-existing-archive.jar");
/frameworks/minikin/tests/unittest/
LineBreakerTest.cpp
51
EXPECT_EQ(icu::Locale::
getRoot
(), lineBreaker.mLocale);
60
EXPECT_EQ(icu::Locale::
getRoot
(), lineBreaker.mLocale);
80
EXPECT_EQ(icu::Locale::
getRoot
(), lineBreaker.mLocale);
/external/pdfium/core/fpdfapi/parser/
cfdf_document.h
30
CPDF_Dictionary*
GetRoot
() const { return m_pRootDict; }
/external/pdfium/core/fpdfdoc/
cpdf_bookmarktree.cpp
17
CPDF_Dictionary* pRoot = m_pDocument->
GetRoot
();
cpdf_nametree.h
28
CPDF_Dictionary*
GetRoot
() const { return m_pRoot; }
/external/r8/src/test/java/com/android/tools/r8/jar/UnicodeSetRegression/
UnicodeSetRegressionTest.java
38
Path combinedInput = temp.
getRoot
().toPath().resolve("all.zip");
39
Path oatFile = temp.
getRoot
().toPath().resolve("all.oat");
47
Path combinedInput = temp.
getRoot
().toPath().resolve("all.zip");
48
Path oatFile = temp.
getRoot
().toPath().resolve("all.oat");
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
DataBoundAdapter.java
30
super(mViewBinder.
getRoot
());
/external/llvm/unittests/Support/
YAMLParserTest.cpp
163
yaml::MappingNode *Map = cast<yaml::MappingNode>(Doc.
getRoot
());
193
= dyn_cast<yaml::SequenceNode>(Stream.begin()->
getRoot
());
230
= dyn_cast<yaml::SequenceNode>(Stream.begin()->
getRoot
());
243
UnnamedStream.printError(UnnamedStream.begin()->
getRoot
(), "Hello, World!");
258
Stream.printError(Stream.begin()->
getRoot
(), "Hello, World!");
267
Stream.begin()->
getRoot
());
282
Stream.begin()->
getRoot
());
298
Stream.begin()->
getRoot
());
300
AnotherStream.begin()->
getRoot
());
319
Stream.begin()->
getRoot
());
[
all
...]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
ClassFileDumperTest.java
44
final File location = new File(folder.
getRoot
(), "classes");
53
final File location = new File(folder.
getRoot
(), "classes");
/external/r8/src/test/java/com/android/tools/r8/
R8CodeCanonicalizationTest.java
41
ToolHelper.runR8(ToolHelper.EXAMPLES_BUILD_DIR + SOURCE_DEX, temp.
getRoot
().getCanonicalPath());
43
Paths.get(temp.
getRoot
().getCanonicalPath(), "classes.dex"));
/external/r8/src/test/java/com/android/tools/r8/shaking/
TreeShakingSpecificTest.java
43
Path out = temp.
getRoot
().toPath();
60
Path out = temp.
getRoot
().toPath();
79
Path out = temp.
getRoot
().toPath();
Completed in 710 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>