/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 365 Resources.maxLights = value; in ProcessConfigFile() 367 Resources.maxClipPlanes = value; in ProcessConfigFile() 369 Resources.maxTextureUnits = value; in ProcessConfigFile() 371 Resources.maxTextureCoords = value; in ProcessConfigFile() 373 Resources.maxVertexAttribs = value; in ProcessConfigFile() 375 Resources.maxVertexUniformComponents = value; in ProcessConfigFile() 377 Resources.maxVaryingFloats = value; in ProcessConfigFile() 379 Resources.maxVertexTextureImageUnits = value; in ProcessConfigFile() 381 Resources.maxCombinedTextureImageUnits = value; in ProcessConfigFile() 383 Resources.maxTextureImageUnits = value; in ProcessConfigFile() [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowResources.java | 5 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/guava/guava-tests/test/com/google/common/io/ |
D | ResourcesTest.java | 58 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/ |
D | LogMessageParserTest.java | 27 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/ |
D | Resources.cs | 15 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/ |
D | Resources.Designer.cs | 25 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/ |
D | ResourcesTest.java | 33 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/ |
D | vktApiObjectManagementTests.cpp | 272 typename Case::Resources resources; 347 const typename Object::Resources res (env, params); in computeSystemMemoryUsage() 435 struct Resources struct 437 Resources (const Environment&, const Parameters&) {} in Resources() function 445 static Move<VkInstance> create (const Environment& env, const Resources&, const Parameters&) in create() 488 struct Resources struct 495 Resources (const Environment& env, const Parameters& params) in Resources() argument 534 static Move<VkDevice> create (const Environment& env, const Resources& res, const Parameters&) in create() 584 struct Resources struct 586 Resources (const Environment&, const Parameters&) {} in Resources() function [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
D | BarColumn.java | 27 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()
|
D | Table.java | 23 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()
|
D | IColumnRenderer.java | 21 import org.jacoco.report.internal.html.resources.Resources; 56 Resources resources, ReportOutputFolder base) throws IOException; in footer() 72 public void item(HTMLElement td, ITableItem item, Resources resources, in item()
|
D | LabelColumn.java | 21 import org.jacoco.report.internal.html.resources.Resources; 41 final Resources resources, final ReportOutputFolder base) in footer() 47 final Resources resources, final ReportOutputFolder base) in item()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
D | Messages.Designer.cs | 27 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/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/ |
D | TableTest.java | 33 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/pdfium/testing/resources/ |
D | bug_451265.in | 14 /Resources 11 0 R 37 /Resources << 49 /Resources << 64 /Resources <<
|
D | bug_572871.in | 24 /Resources <<>> 31 /Resources <<>> 38 /Resources <<>>
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | HtmlLexerTest.java | 40 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/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LogicalDylib.h | 38 : 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/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/ |
D | project.pbxproj | 16 …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/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
D | PageTestBase.java | 26 import org.jacoco.report.internal.html.resources.Resources; 48 final Resources resources = new Resources(rootFolder); in setup() 57 public Resources getResources() { in setup()
|
/external/pdfium/testing/resources/javascript/ |
D | app_props.in | 23 /Resources << 32 /Resources << 41 /Resources << 50 /Resources <<
|
D | document_props.in | 23 /Resources << 32 /Resources << 41 /Resources << 50 /Resources <<
|
/external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
D | ResourceLoader.java | 5 import android.content.res.Resources; 19 private final Resources resources; 25 public ResourceLoader(Resources resources, ModelLoader<Uri, T> uriLoader) { in ResourceLoader()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/ |
D | GlideBitmapDrawableTranscoder.java | 4 import android.content.res.Resources; 18 private final Resources resources; 25 public GlideBitmapDrawableTranscoder(Resources resources, BitmapPool bitmapPool) { in GlideBitmapDrawableTranscoder()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | SourceFilePage.java | 23 import org.jacoco.report.internal.html.resources.Resources; 73 Resources.PRETTIFY_STYLESHEET), "text/css"); in head() 77 Resources.PRETTIFY_SCRIPT)); in head()
|