/external/webrtc/webrtc/modules/audio_device/test/ |
D | audio_device_test_func.cc | 79 enum TestType testType(TTInvalid); in func_test() local 100 testType = TTAll; in func_test() 103 testType = TTAudioLayerSelection; in func_test() 106 testType = TTDeviceEnumeration; in func_test() 109 testType = TTDeviceSelection; in func_test() 112 testType = TTAudioTransport; in func_test() 115 testType = TTSpeakerVolume; in func_test() 118 testType = TTMicrophoneVolume; in func_test() 121 testType = TTSpeakerMute; in func_test() 124 testType = TTMicrophoneMute; in func_test() [all …]
|
D | func_test_manager.h | 184 int32_t DoTest(const TestType testType);
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 109 type testType int type 112 clientTest testType = iota 129 testType testType member 257 if test.testType == clientTest { 292 if test.testType == clientTest { 572 if test.testType != clientTest && test.expectedClientCertSignatureHash != 0 { 587 if test.testType == serverTest { 678 if test.testType == clientTest { 892 testType: serverTest, 905 testType: serverTest, [all …]
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.hpp | 59 const char* getBlockTestTypeName (BlockTestType testType); 60 const char* getBlockTestTypeDescription (BlockTestType testType); 61 bool isBlockTestTypeHDROnly (BlockTestType testType); 62 Vec4 getBlockTestTypeColorScale (BlockTestType testType); 63 Vec4 getBlockTestTypeColorBias (BlockTestType testType); 65 …BlockCaseTestData (std::vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType);
|
D | tcuAstcUtil.cpp | 2398 …enerateBlockCaseTestData (vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType) in generateBlockCaseTestData() argument 2401 DE_ASSERT(!(isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(testType))); in generateBlockCaseTestData() 2406 switch (testType) in generateBlockCaseTestData() 2666 if ((testType == BLOCK_TEST_TYPE_ENDPOINT_VALUE_LDR && isHDRCem) || in generateBlockCaseTestData() 2667 (testType == BLOCK_TEST_TYPE_ENDPOINT_VALUE_HDR_NO_15 && (!isHDRCem || cem == 15)) || in generateBlockCaseTestData() 2668 (testType == BLOCK_TEST_TYPE_ENDPOINT_VALUE_HDR_15 && cem != 15)) in generateBlockCaseTestData() 2940 const char* getBlockTestTypeName (BlockTestType testType) in getBlockTestTypeName() argument 2942 switch (testType) in getBlockTestTypeName() 2962 const char* getBlockTestTypeDescription (BlockTestType testType) in getBlockTestTypeDescription() argument 2964 switch (testType) in getBlockTestTypeDescription() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | store-empty-member.ll | 8 %testType = type {i32, [0 x i32], i32} 11 %1 = alloca %testType 12 store volatile %testType {i32 1, [0 x i32] zeroinitializer, i32 2}, %testType* %1
|
/external/deqp/modules/gles31/functional/ |
D | es31fLayoutBindingTests.cpp | 213 TestType testType, 260 TestType testType, in LayoutBindingRenderCase() argument 269 , m_testType (testType) in LayoutBindingRenderCase() 588 TestType testType, 625 TestType testType, in LayoutBindingNegativeCase() argument 635 , m_testType (testType) in LayoutBindingNegativeCase() 831 …xt, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samp… 855 TestType testType, in SamplerBindingRenderCase() argument 858 …: LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_COMBINED_TEXTURE_IMAG… in SamplerBindingRenderCase() 1036 TestType testType, [all …]
|
D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 56 …ase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType); 67 …tCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType) in InterpolationOffsetCase() argument 70 , m_testType (testType) in InterpolationOffsetCase()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 1199 …const char* name, const char* description, int numSamples, RenderTarget target, TestType testType); 1216 … const char* name, const char* description, int numSamples, RenderTarget target, TestType testType) in InterpolateAtOffsetCase() argument 1218 , m_testType (testType) in InterpolateAtOffsetCase() 1220 DE_ASSERT(testType < TEST_LAST); in InterpolateAtOffsetCase()
|
/external/icu/icu4c/source/test/intltest/ |
D | dadrfmt.cpp | 331 char testType[256]; in processTest() local 346 testSetting.extract(0, testSetting.length(), testType, ""); in processTest() 352 if (!strcmp(testType, "date_format")) { in processTest() 354 } else if (!strcmp(testType, "date_parse")) { in processTest() 357 errln("Unknown type: %s", testType); in processTest()
|
D | dadrcal.cpp | 452 char testType[256]; in processTest() local 467 testSetting.extract(0, testSetting.length(), testType, ""); in processTest() 473 if (!strcmp(testType, "convert_fwd")) { in processTest() 475 } else if (!strcmp(testType, "convert_rev")) { in processTest() 477 } else if (!strcmp(testType, "ops")) { in processTest() 480 errln("Unknown type: %s", testType); in processTest()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/ |
D | TiledMapPackerTest.java | 47 TestType testType = TestType.DefaultUsage; in main() local 57 switch (testType) { in main()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_test_interface.h | 35 int runAutoTest(TestType testType);
|
/external/clang/test/Misc/ |
D | ast-dump-decl.cpp | 370 template<typename> class testType { }; class 371 template class testType<int>; variable
|
/external/skia/tests/ |
D | SkResourceCacheTest.cpp | 202 for (const SkColorType testType : testTypes) { in testBitmapCache_discarded_bitmap() local 204 make_bitmap(&cachedBitmap, SkImageInfo::Make(5, 5, testType, kPremul_SkAlphaType), in testBitmapCache_discarded_bitmap() 233 make_bitmap(&cachedBitmap, SkImageInfo::Make(5, 5, testType, kPremul_SkAlphaType), in testBitmapCache_discarded_bitmap()
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.hpp | 55 tcu::astc::BlockTestType testType,
|
D | es3fASTCDecompressionCases.cpp | 372 BlockTestType testType, in ASTCBlockCase2D() argument 375 , m_testType (testType) in ASTCBlockCase2D()
|
D | es3fDrawTests.cpp | 175 …const TestIterationType testType = (instanced) ? (TYPE_INSTANCE_COUNT) : ((ranged) ? (TYPE_INDEX… in init() local 207 addTestIterations(test, spec, testType); in init() 253 addTestIterations(test, spec, testType); in init() 313 addTestIterations(test, spec, testType); in init()
|
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/ |
D | AudioDeviceAndroidTest.java | 54 private native int RunTest(int testType); in RunTest() argument
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | TestSelector.java | 179 String testType = test.get("test_type").isString().stringValue().toLowerCase(); in populateTests() local 181 if (testType.equals(getSelectedTestType()) && in populateTests()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | Calendar.java | 2106 for (CalType testType : CalType.values()) { in getRelatedYear() 2107 if (typeString.equals(testType.id)) { in getRelatedYear() 2108 type = testType; in getRelatedYear() 2181 for (CalType testType : CalType.values()) { in setRelatedYear() 2182 if (typeString.equals(testType.id)) { in setRelatedYear() 2183 type = testType; in setRelatedYear()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Calendar.java | 2192 for (CalType testType : CalType.values()) { in getRelatedYear() 2193 if (typeString.equals(testType.id)) { in getRelatedYear() 2194 type = testType; in getRelatedYear() 2266 for (CalType testType : CalType.values()) { in setRelatedYear() 2267 if (typeString.equals(testType.id)) { in setRelatedYear() 2268 type = testType; in setRelatedYear()
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | Compiler.java | 746 int testType = getOp(opPos + 3); in getWhatToShow() local 749 switch (testType) in getWhatToShow()
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
D | android_test.cc | 377 jint testType, in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest() argument 382 switch (testType) in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 989 …rCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType); 1005 …plerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType) in TextureSamplerCase() argument 1008 , m_testType (testType) in TextureSamplerCase() 1012 DE_ASSERT(testType < TEST_LAST); in TextureSamplerCase()
|