Searched refs:resourceType (Results 1 – 7 of 7) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarData.java | 150 int resourceType = patResource.getType(); in getDateTimePatterns() local 151 switch (resourceType) { in getDateTimePatterns() 214 int resourceType = patResource.getType(); in getOverrides() local 215 switch (resourceType) { in getOverrides()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarData.java | 148 int resourceType = patResource.getType(); in getDateTimePatterns() local 149 switch (resourceType) { in getDateTimePatterns() 212 int resourceType = patResource.getType(); in getOverrides() local 213 switch (resourceType) { in getOverrides()
|
/external/smali/util/src/main/java/org/jf/util/ |
D | NumberUtils.java | 67 int resourceType = value >> 16 & 0xff; in isLikelyFloat() local 69 if ((packageId == 0x7f || packageId == 1) && resourceType < 0x1f && resourceId < 0xfff) { in isLikelyFloat()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 2964 ResourceType resourceType; member 3052 if (m_config.resourceType == TestConfig::RESOURCETYPE_IMAGE) in init() 3087 switch (m_config.resourceType) in init() 3770 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests() 3782 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests() 3794 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests() 3806 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests() 3818 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_BUFFER; in addSimpleTests() 3836 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests() 3848 config.resourceType = GLES2ThreadedSharingTest::TestConfig::RESOURCETYPE_TEXTURE; in addSimpleTests() [all …]
|
/external/skia/include/gpu/ |
D | GrResourceKey.h | 187 ResourceType resourceType() const { return this->domain(); } in resourceType() function
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_sm4.cpp | 90 TexTarget resourceType[NV50_IR_MAX_RESOURCES][2]; member in __anon577e3f570111::Converter 860 resourceType[idx][0] = cvtTexTarget(targ, SM4_OPCODE_SAMPLE, NULL); in inspectDeclaration() 861 resourceType[idx][1] = cvtTexTarget(targ, SM4_OPCODE_SAMPLE_C, NULL); in inspectDeclaration() 1536 texi->setTexture(resourceType[tR][0], tR, 0); in handleQUERY() 1551 texi->setTexture(resourceType[tR][0], tR, 0); in handleLOAD() 1583 TexInstruction::Target tgt = resourceType[tR][shadow[tS] ? 1 : 0]; in handleSAMPLE()
|
/external/doclava/src/com/google/doclava/ |
D | SampleCode.java | 392 String resourceType, boolean browsable) { in writeImageVideoPage() argument 409 hdf.setValue("resType", resourceType); in writeImageVideoPage()
|