OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testResources
(Results
1 - 6
of
6
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
RawResourceLoaderTest.java
4
import static org.robolectric.util.TestUtil.
testResources
;
21
resourceTable = new ResourceTableFactory().newResourceTable("packageName",
testResources
());
22
RawResourceLoader rawResourceLoader = new RawResourceLoader(TestUtil.
testResources
());
29
assertThat(f).isEqualTo(TestUtil.
testResources
().getResourceBase().join("raw").join("raw_resource.txt").getPath());
35
assertThat(f).isEqualTo(TestUtil.
testResources
().getResourceBase().join("raw").join("raw_no_ext").getPath());
ResourceTableFactoryTest.java
5
import static org.robolectric.util.TestUtil.
testResources
;
22
testResources
());
ResourceParserTest.java
4
import static org.robolectric.util.TestUtil.
testResources
;
21
resourceTable = resourceTableFactory.newResourceTable("org.robolectric",
testResources
());
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
TestUtil.java
41
public static ResourcePath
testResources
() {
/cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java
78
public void
testResources
() {
[
all
...]
/external/tensorflow/tensorflow/python/framework/
importer_test.py
373
def
testResources
(self):
[
all
...]
Completed in 2469 milliseconds