Home
last modified time | relevance | path

Searched refs:Resources (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/external/vulkan-validation-layers/tests/
Dvktestframework.cpp374 Resources.maxLights = value; in ProcessConfigFile()
376 Resources.maxClipPlanes = value; in ProcessConfigFile()
378 Resources.maxTextureUnits = value; in ProcessConfigFile()
380 Resources.maxTextureCoords = value; in ProcessConfigFile()
382 Resources.maxVertexAttribs = value; in ProcessConfigFile()
384 Resources.maxVertexUniformComponents = value; in ProcessConfigFile()
386 Resources.maxVaryingFloats = value; in ProcessConfigFile()
388 Resources.maxVertexTextureImageUnits = value; in ProcessConfigFile()
390 Resources.maxCombinedTextureImageUnits = value; in ProcessConfigFile()
392 Resources.maxTextureImageUnits = value; in ProcessConfigFile()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java5 import android.content.res.Resources;
35 @Implements(Resources.class)
42 static Resources bind(Resources resources, ResourceLoader resourceLoader) { in bind()
50 Resources realResources;
67 public int getColor(int id) throws Resources.NotFoundException { in getColor()
84 public String getString(int id) throws Resources.NotFoundException { in getString()
89 public String getString(int id, Object... formatArgs) throws Resources.NotFoundException { in getString()
95 …public String getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFo… in getQuantityString()
101 public String getQuantityString(int id, int quantity) throws Resources.NotFoundException { in getQuantityString()
106 public InputStream openRawResource(int id) throws Resources.NotFoundException { in openRawResource()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowResources.java11 import android.content.res.Resources;
49 @Implements(Resources.class)
51 private static Resources system = null;
54 @RealObject Resources realResources;
69 Field[] allFields = Resources.class.getDeclaredFields(); in obtainResettableArrays()
87 public static Resources getSystem() { in getSystem()
92 system = new Resources(assetManager, metrics, config); in getSystem()
104 …public String getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFo… in getQuantityString()
110 public String getQuantityString(int resId, int quantity) throws Resources.NotFoundException { in getQuantityString()
132 public InputStream openRawResource(int id) throws Resources.NotFoundException { in openRawResource()
[all …]
DShadowResourcesImpl.java10 import android.content.res.Resources;
59 Field[] allFields = Resources.class.getDeclaredFields(); in obtainResettableArrays()
77 …public String getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFo… in getQuantityString()
83 public String getQuantityString(int resId, int quantity) throws Resources.NotFoundException { in getQuantityString()
104 public InputStream openRawResource(int id) throws Resources.NotFoundException { in openRawResource()
121 public AssetFileDescriptor openRawResourceFd(int id) throws Resources.NotFoundException { in openRawResourceFd()
136 private Resources.NotFoundException newNotFoundException(int id) { in newNotFoundException()
140 return new Resources.NotFoundException("resource ID #0x" + Integer.toHexString(id)); in newNotFoundException()
142 return new Resources.NotFoundException(resName.getFullyQualifiedName()); in newNotFoundException()
148 …public XmlResourceParser loadXmlResourceParser(int resId, String type) throws Resources.NotFoundEx… in loadXmlResourceParser()
[all …]
DShadowPackageParser.java17 import android.content.res.Resources;
93 Resources res = null; in parsePackage()
99 res = new Resources(assmgr, metrics, null); in parsePackage()
123 ReflectionHelpers.ClassParameter.from(Resources.class, res), in parsePackage()
154 Resources res, XmlPullParser parser, AttributeSet attrs, Bundle data, String[] outError) in parseMetaData()
237 Resources res = null; in parseBaseApk()
240 res = new Resources(assets, new DisplayMetrics(), null); in parseBaseApk()
252 ReflectionHelpers.ClassParameter.from(Resources.class, res), in parseBaseApk()
262 ReflectionHelpers.ClassParameter.from(Resources.class, res), in parseBaseApk()
319 final Resources res = new Resources(assets, metrics, null); in parseApkLite()
[all …]
/external/guava/guava-tests/test/com/google/common/io/
DResourcesTest.java58 assertEquals(I18N, Resources.toString(resource, Charsets.UTF_8)); in testToString()
59 assertThat(Resources.toString(resource, Charsets.US_ASCII)) in testToString()
64 byte[] data = Resources.toByteArray(classfile(Resources.class)); in testToToByteArray()
73 Resources.readLines(resource, Charsets.UTF_8)); in testReadLines()
92 List<String> result = Resources.readLines(resource, Charsets.US_ASCII, in testReadLines_withLineProcessor()
102 Resources.copy(resource, out); in testCopyToOutputStream()
108 Resources.getResource("no such resource"); in testGetResource_notFound()
117 Resources.getResource("com/google/common/io/testdata/i18n.txt")); in testGetResource()
122 Resources.getResource( in testGetResource_relativePath_notFound()
133 assertNotNull(Resources.getResource(getClass(), "testdata/i18n.txt")); in testGetResource_relativePath()
[all …]
/external/caliper/caliper/src/test/java/com/google/caliper/bridge/
DLogMessageParserTest.java27 import com.google.common.io.Resources;
57 List<String> lines = Resources.readLines( in gcPatten_jdk6()
58 Resources.getResource(LogMessageParserTest.class, "jdk6-gc.txt"), UTF_8); in gcPatten_jdk6()
65 List<String> lines = Resources.readLines( in gcPatten_jdk7()
66 Resources.getResource(LogMessageParserTest.class, "jdk7-gc.txt"), UTF_8); in gcPatten_jdk7()
86 List<String> lines = Resources.readLines( in jitPattern_jdk6()
87 Resources.getResource(LogMessageParserTest.class, "jdk6-compilation.txt"), UTF_8); in jitPattern_jdk6()
94 List<String> lines = Resources.readLines( in jitPattern_jdk7()
95 Resources.getResource(LogMessageParserTest.class, "jdk7-compilation.txt"), UTF_8); in jitPattern_jdk7()
102 List<String> lines = Resources.readLines( in vmOptionPattern_jdk6()
[all …]
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
DResources.cs15 using System.Resources;
24 class Resources class
27 private static System.Resources.ResourceManager _resMgr;
32 internal Resources() in Resources() method in LzmaAlone.Properties.Resources
40 public static System.Resources.ResourceManager ResourceManager
46 …System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Resources", typeof(R…
/external/clang/tools/clang-format-vs/ClangFormat/
DResources.Designer.cs25 internal class Resources { class
27 private static global::System.Resources.ResourceManager resourceMan;
32 internal Resources() { in Resources() method in LLVM.ClangFormat.Resources
39 internal static global::System.Resources.ResourceManager ResourceManager {
42 …lobal::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LLVM.…
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/
DResourcesTest.java33 private Resources resources;
39 resources = new Resources(root); in setup()
76 assertEquals("el_group", Resources.getElementStyle(ElementType.GROUP)); in testGetElementStyle()
77 assertEquals("el_bundle", Resources.getElementStyle(ElementType.BUNDLE)); in testGetElementStyle()
79 Resources.getElementStyle(ElementType.PACKAGE)); in testGetElementStyle()
81 Resources.getElementStyle(ElementType.SOURCEFILE)); in testGetElementStyle()
82 assertEquals("el_class", Resources.getElementStyle(ElementType.CLASS)); in testGetElementStyle()
83 assertEquals("el_method", Resources.getElementStyle(ElementType.METHOD)); in testGetElementStyle()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp276 typename Case::Resources resources;
352 const typename Object::Resources res (env, params); in computeSystemMemoryUsage()
446 struct Resources struct
448 Resources (const Environment&, const Parameters&) {} in Resources() argument
456 static Move<VkInstance> create (const Environment& env, const Resources&, const Parameters& params) in create()
511 struct Resources struct
518 Resources (const Environment& env, const Parameters& params) in Resources() function
557 static Move<VkDevice> create (const Environment& env, const Resources& res, const Parameters&) in create()
608 struct Resources struct
617 Resources (const Environment& env, const Parameters& params) in Resources() function
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowThemeTest.java9 import android.content.res.Resources;
30 private Resources resources;
180 Resources.Theme theme = resources.newTheme(); in forStylesWithImplicitParents_shouldInheritValuesNotDefinedInChild()
189 Resources.Theme theme = resources.newTheme(); in whenAThemeHasExplicitlyEmptyParentAttr_shouldHaveNoParent()
195 Resources.Theme theme = resources.newTheme(); in shouldApplyParentStylesFromAttrs()
205 Resources.Theme theme1 = resources.newTheme(); in setTo_shouldCopyAllAttributesToEmptyTheme()
210 Resources.Theme theme2 = resources.newTheme(); in setTo_shouldCopyAllAttributesToEmptyTheme()
219 Resources.Theme sourceTheme = resources.newTheme(); in setTo_whenDestThemeIsModified_sourceThemeShouldNotMutate()
224 Resources.Theme destTheme = resources.newTheme(); in setTo_whenDestThemeIsModified_sourceThemeShouldNotMutate()
234 Resources.Theme sourceTheme = resources.newTheme(); in setTo_whenSourceThemeIsModified_destThemeShouldNotMutate()
[all …]
DShadowResourcesTest.java12 import android.content.res.Resources;
44 private Resources resources;
250 @Test(expected = Resources.NotFoundException.class)
255 @Test(expected = Resources.NotFoundException.class)
299 @Test(expected = Resources.NotFoundException.class)
332 @Test(expected = Resources.NotFoundException.class)
352 @Test(expected = Resources.NotFoundException.class)
432 assertThat(Resources.getSystem()).isInstanceOf(Resources.class); in getSystemShouldReturnSystemResources()
437 assertThat(Resources.getSystem()).isEqualTo(Resources.getSystem()); in multipleCallsToGetSystemShouldReturnSameInstance()
448 …assertThat(Resources.getSystem().getIdentifier("copy", "string", "android")).isEqualTo(android.R.s… in systemResourcesShouldReturnCorrectSystemId()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/
DRuntimeEnvironment.java8 import android.content.res.Resources;
87 Resources systemResources = Resources.getSystem(); in getQualifiers()
115 configuration = new Configuration(Resources.getSystem().getConfiguration()); in setQualifiers()
116 displayMetrics.setTo(Resources.getSystem().getDisplayMetrics()); in setQualifiers()
122 Resources systemResources = Resources.getSystem(); in setQualifiers()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
DTableTest.java33 import org.jacoco.report.internal.html.resources.Resources;
48 private Resources resources;
60 resources = new Resources(root); in setup()
89 Resources resources, ReportOutputFolder base) { in testCallbackSequence()
95 Resources resources, ReportOutputFolder base) { in testCallbackSequence()
126 Resources resources, ReportOutputFolder base) { in testInvisible()
132 Resources resources, ReportOutputFolder base) { in testInvisible()
240 return Resources.getElementStyle(node.getElementType()); in createItem()
271 Resources resources, ReportOutputFolder base) {
274 public void item(HTMLElement td, ITableItem item, Resources resources,
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DBarColumn.java27 import org.jacoco.report.internal.html.resources.Resources;
76 final Resources resources, final ReportOutputFolder base) in footer()
84 final Resources resources, final ReportOutputFolder base) in item()
89 bar(td, missed, Resources.REDBAR, resources, base); in item()
91 bar(td, covered, Resources.GREENBAR, resources, base); in item()
96 final Resources resources, final ReportOutputFolder base) in bar()
DTable.java23 import org.jacoco.report.internal.html.resources.Resources;
89 final Resources resources, final ReportOutputFolder base) in render()
109 final Resources resources, final ReportOutputFolder base) in footer()
118 final List<? extends ITableItem> items, final Resources resources, in body()
175 final Resources resources, final ReportOutputFolder base) in footer()
183 final Resources resources, final ReportOutputFolder base) in body()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DRobolectricTestRunnerSelfTest.java6 import android.content.res.Resources;
31 Resources systemResources = Resources.getSystem(); in shouldSetUpSystemResources()
32 Resources appResources = RuntimeEnvironment.application.getResources(); in shouldSetUpSystemResources()
43 Assertions.failBecauseExceptionWasNotThrown(Resources.NotFoundException.class); in shouldSetUpSystemResources()
44 } catch (Resources.NotFoundException e) { in shouldSetUpSystemResources()
DRobolectricTest.java15 import android.content.res.Resources;
103 assertThat(Resources.getSystem().getDisplayMetrics().density).isEqualTo(1.0f); in shouldUseSetDensityForContexts()
106 assertThat(Resources.getSystem().getDisplayMetrics().density).isEqualTo(1.5f); in shouldUseSetDensityForContexts()
115 assertThat(Resources.getSystem().getDisplayMetrics().widthPixels) in shouldUseSetDisplayForContexts()
117 assertThat(Resources.getSystem().getDisplayMetrics().heightPixels) in shouldUseSetDisplayForContexts()
128 assertThat(Resources.getSystem().getDisplayMetrics().widthPixels).isEqualTo(100); in shouldUseSetDisplayForContexts()
129 assertThat(Resources.getSystem().getDisplayMetrics().heightPixels).isEqualTo(200); in shouldUseSetDisplayForContexts()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/
Dproject.pbxproj16 …495B9D0213E2EE09000FD6B4 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 495B9D00…
17 …495B9D0613E2EE16000FD6B4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 495…
18 …DBC1C92915D004BF00D6A9CC /* IMG.icns in Resources */ = {isa = PBXBuildFile; fileRef = DB3A55D015C9…
47 …ype = image.icns; name = IMG.icns; path = "../../../../../../Builds/OSX/Resources/IMG.icns"; sourc…
76 DB5C32AE15C7F50500B1A208 /* Resources */,
127 DB5C32AE15C7F50500B1A208 /* Resources */ = {
133 name = Resources;
194 49068F5613DDA30C00C8DC21 /* Resources */,
248 49068F5613DDA30C00C8DC21 /* Resources */ = {
252 495B9D0213E2EE09000FD6B4 /* MainMenu.xib in Resources */,
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
DMessages.Designer.cs27 private static global::System.Resources.ResourceManager resourceMan;
39 internal static global::System.Resources.ResourceManager ResourceManager {
42 …global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Antl…
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlLexerTest.java40 import com.google.common.io.Resources;
47 String input = Resources.toString( in testHtmlLexer()
48 Resources.getResource(getClass(), "htmllexerinput1.html"), in testHtmlLexer()
54 String golden = Resources.toString( in testHtmlLexer()
55 Resources.getResource(getClass(), "htmllexergolden1.txt"), in testHtmlLexer()
/external/tensorflow/tensorflow/examples/ios/camera/tf_camera_example.xcodeproj/
Dproject.pbxproj12 …1C968D171ED3B8F20054F5C3 /* grace_hopper.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 59A3…
13 …1C968D181ED3B8F20054F5C3 /* imagenet_comp_graph_label_strings.txt in Resources */ = {isa = PBXBuil…
14 …1C968D191ED3B8F20054F5C3 /* tensorflow_inception_graph.pb in Resources */ = {isa = PBXBuildFile; f…
15 …1C99111C1ED3B0E600A6BFB9 /* MainStoryboard_iPhone.storyboard in Resources */ = {isa = PBXBuildFile…
21 …1CDB2D4E1ED3AA35007929E9 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 1CDB2D4D1E…
136 1C564C0B1ED3A92E00087306 /* Resources */,
138 5C2D02120E3E5E09567AA946 /* [CP] Copy Pods Resources */,
185 1C564C0B1ED3A92E00087306 /* Resources */ = {
189 1C968D171ED3B8F20054F5C3 /* grace_hopper.jpg in Resources */,
190 1C968D181ED3B8F20054F5C3 /* imagenet_comp_graph_label_strings.txt in Resources */,
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DLogicalDylib.h38 : Resources(std::move(RHS.Resources)), in LogicalModule()
41 LogicalModuleResources Resources; member
77 return LMH->Resources; in getLogicalModuleResources()
92 if (auto StubSym = LMH->Resources.findSymbol(Name, ExportedSymbolsOnly)) in findSymbolInLogicalModule()
/external/pdfium/testing/resources/
Dbug_451265.in14 /Resources 11 0 R
37 /Resources <<
49 /Resources <<
64 /Resources <<

12345678910>>...16