/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 …]
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 456 type testType int type 459 clientTest testType = iota 476 testType testType member 693 if test.testType == clientTest { 720 if test.testType == clientTest { 765 if test.testType == clientTest { 1223 if test.testType == serverTest { 1306 if test.testType == serverTest { 1641 test.testType != serverTest || 1794 testType: serverTest, [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmImageSamplerTests.cpp | 89 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() argument 92 switch (testType) in isValidTestCase() 153 const char* getTestTypeName (TestType testType) in getTestTypeName() argument 155 switch (testType) in getTestTypeName() 288 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr() argument 290 …const bool passNdx = (testType == TESTTYPE_LOCAL_VARIABLES) || (testType == TESTTYPE_OPTYPEIMA… in getFunctionDstVariableStr() 291 …const bool passImg = ((testType == TESTTYPE_PASS_IMAGE_TO_FUNCTION) || (testType == TESTTYPE_PAS… in getFunctionDstVariableStr() 292 …const bool passSmp = ((testType == TESTTYPE_PASS_SAMPLER_TO_FUNCTION) || (testType == TESTTYPE_PA… in getFunctionDstVariableStr() 433 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr() argument 435 …const bool passImg = ((testType == TESTTYPE_PASS_IMAGE_TO_FUNCTION) || (testType == TESTTYPE_PAS… in getFunctionSrcVariableStr() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemBufferValidator.cpp | 45 const char* generateShaderVarString (TestType testType) in generateShaderVarString() argument 47 switch (testType) in generateShaderVarString() 57 const char* generateShaderBufferString (TestType testType, BufferType bufferType) in generateShaderBufferString() argument 64 switch (testType) { in generateShaderBufferString() 75 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, Buff… in initBufferValidatorPrograms() argument 160 validatorParams["VAR_TYPE"] = generateShaderVarString(testType); in initBufferValidatorPrograms() 161 validatorParams["BUFFER_TYPE"] = generateShaderBufferString(testType, bufferType); in initBufferValidatorPrograms()
|
D | vktProtectedMemStorageBufferTests.cpp | 187 const SSBOTestType testType, 209 const SSBOTestType testType, in StorageBufferTestCase() argument 215 : TestCase (testctx, name, getSSBOTestDescription(testType)) in StorageBufferTestCase() 216 , m_testType (testType) in StorageBufferTestCase() 241 const SSBOTestType testType, in StorageBufferTestInstance() argument 246 , m_testType (testType) in StorageBufferTestInstance() 672 SSBOTestType testType, in createSpecifiedStorageBufferTests() argument 677 const std::string testTypeStr = getSSBOTypeString(testType); in createSpecifiedStorageBufferTests() 684 …testGroup->addChild(new StorageBufferTestCase<tcu::UVec4>(testCtx, testType, shaderType, name.c_st… in createSpecifiedStorageBufferTests() 690 tcu::TestCaseGroup* createRandomizedBufferTests (tcu::TestContext& testCtx, SSBOTestType testType, … in createRandomizedBufferTests() argument [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);
|
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | store-empty-member.ll | 8 %testType = type {i32, [0 x i32], i32} 11 %1 = alloca %testType 12 volatile store %testType {i32 1, [0 x i32] zeroinitializer, i32 2}, %testType* %1
|
/external/skqp/tests/ |
D | GrContextAbandonTest.cpp | 16 for (int testType = 0; testType < 6; ++testType) { in DEF_GPUTEST() local 22 switch (testType) { in DEF_GPUTEST()
|
/external/skia/tests/ |
D | GrContextAbandonTest.cpp | 16 for (int testType = 0; testType < 6; ++testType) { in DEF_GPUTEST() local 22 switch (testType) { in DEF_GPUTEST()
|
/external/deqp/modules/gles31/functional/ |
D | es31fLayoutBindingTests.cpp | 310 TestType testType, 357 TestType testType, in LayoutBindingRenderCase() argument 366 , m_testType (testType) in LayoutBindingRenderCase() 685 TestType testType, 729 TestType testType, in LayoutBindingNegativeCase() argument 741 , m_testType (testType) in LayoutBindingNegativeCase() 1008 …xt, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samp… 1032 TestType testType, in SamplerBindingRenderCase() argument 1035 …: LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_COMBINED_TEXTURE_IMAG… in SamplerBindingRenderCase() 1213 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()
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | AudioFragment.java | 143 AudioTestType testType = getSelectedTestType(); in onClick() local 144 switch (testType) { in onClick() 157 if (testType == AudioTestType.DISPLAY_WAVEFORM) { in onClick() 164 if (testType == AudioTestType.CONTINUOUS_PLAYBACK || in onClick() 165 testType == AudioTestType.COLD_PLAYBACK || in onClick() 166 testType == AudioTestType.CONTINUOUS_RECORDING || in onClick() 167 testType == AudioTestType.COLD_RECORDING) { in onClick() 176 switch (testType) { in onClick()
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/ |
D | loopback2.cpp | 45 int performanceMode, int testType, double frequency1, char* byteBufferPtr, in lb2Init() argument 50 switch (testType) { in lb2Init() 68 ALOGE("Invalid test type: %d", testType); in lb2Init() 74 switch (testType) { in lb2Init()
|
D | loopback2.h | 30 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 82 TestType testType; member 578 bool verifyLayerContent (tcu::TestLog& log, const TestType testType, const tcu::ConstPixelBufferAcc… in verifyLayerContent() argument 584 switch (testType) in verifyLayerContent() 700 …if (verifyLayerContent(log, params.testType, layerImage, layerNdx, image.getNumLayersOrSlices(), d… in verifyResults() 719 …omOutputColor = (params.testType == TEST_TYPE_ALL_LAYERS || params.testType == TEST_TYPE_INVOCATIO… in initPrograms() 737 …const int maxVertices = (params.testType == TEST_TYPE_DIFFERENT_CONTENT) ? (n… in initPrograms() 738 …(params.testType == TEST_TYPE_ALL_LAYERS || params.testType == TEST_TYPE_LAYER_ID || params.testTy… in initPrograms() 739 (params.testType == TEST_TYPE_MULTIPLE_LAYERS_PER_INVOCATION) ? 6 : 4; in initPrograms() 745 if (params.testType == TEST_TYPE_LAYERED_READBACK) in initPrograms() 750 …if (params.testType == TEST_TYPE_INVOCATION_PER_LAYER || params.testType == TEST_TYPE_MULTIPLE_LAY… in initPrograms() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | dadrfmt.cpp | 333 char testType[256]; in processTest() local 348 testSetting.extract(0, testSetting.length(), testType, ""); in processTest() 354 if (!strcmp(testType, "date_format")) { in processTest() 356 } else if (!strcmp(testType, "date_parse")) { in processTest() 359 errln("Unknown type: %s", testType); in processTest()
|
D | dadrcal.cpp | 454 char testType[256]; in processTest() local 469 testSetting.extract(0, testSetting.length(), testType, ""); in processTest() 475 if (!strcmp(testType, "convert_fwd")) { in processTest() 477 } else if (!strcmp(testType, "convert_rev")) { in processTest() 479 } else if (!strcmp(testType, "ops")) { in processTest() 482 errln("Unknown type: %s", testType); in processTest()
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | sles.cpp | 38 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength, 57 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength, in slesInit() argument 73 performanceMode, testType, in slesInit() 128 if (pSles->testType == TEST_TYPE_LATENCY) { in recorderCallback() 156 } else if (pSles->testType == TEST_TYPE_BUFFER_PERIOD) { in recorderCallback() 220 if (pSles->testType == TEST_TYPE_LATENCY) { in playerCallback() 280 } else if (pSles->testType == TEST_TYPE_BUFFER_PERIOD) { in playerCallback() 437 int testType, double frequency1, char *byteBufferPtr, int byteBufferLength, in slesCreateServer() argument 579 pSles->testType = testType; in slesCreateServer()
|
D | loopback_sles.h | 30 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
|
/external/clang/test/Misc/ |
D | ast-dump-decl.cpp | 370 template<typename> class testType { }; class 371 template class testType<int>; variable
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_test_interface.h | 35 int runAutoTest(TestType testType);
|
/external/flatbuffers/tests/ |
D | JavaTest.java | 109 TestEq(monster.testType(), (byte)Any.Monster); in TestBuffer() 387 TestEq(monster.testType(), (byte)Any.Monster); in TestBuilderBasics() 389 TestEq(monster.testType(), (byte)Any.NONE); in TestBuilderBasics() 391 TestEq(monster.testType(), (byte)Any.Monster); in TestBuilderBasics()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | NativeAudioThread.java | 119 int testType, int bufferTestDurationInSeconds, in NativeAudioThread() argument 128 mTestType = testType; in NativeAudioThread() 169 int testType, double frequency1, ByteBuffer byteBuffer, in nativeInit() argument
|