Home
last modified time | relevance | path

Searched refs:testType (Results 1 – 25 of 68) sorted by relevance

123

/external/webrtc/webrtc/modules/audio_device/test/
Daudio_device_test_func.cc79 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/
Drunner.go305 type testType int type
308 clientTest testType = iota
325 testType testType member
535 if test.testType == clientTest {
565 if test.testType == clientTest {
607 if test.testType == clientTest {
1048 if test.testType == serverTest {
1128 if test.testType == serverTest {
1462 test.testType != serverTest ||
1615 testType: serverTest,
[all …]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.cpp45 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()
DvktProtectedMemStorageBufferTests.cpp185 const SSBOTestType testType,
207 const SSBOTestType testType, in StorageBufferTestCase() argument
213 : TestCase (testctx, name, getSSBOTestDescription(testType)) in StorageBufferTestCase()
214 , m_testType (testType) in StorageBufferTestCase()
239 const SSBOTestType testType, in StorageBufferTestInstance() argument
244 , m_testType (testType) in StorageBufferTestInstance()
682 SSBOTestType testType, in createSpecifiedStorageBufferTests() argument
687 const std::string testTypeStr = getSSBOTypeString(testType); in createSpecifiedStorageBufferTests()
694 …testGroup->addChild(new StorageBufferTestCase<tcu::UVec4>(testCtx, testType, shaderType, name.c_st… in createSpecifiedStorageBufferTests()
700 tcu::TestCaseGroup* createRandomizedBufferTests (tcu::TestContext& testCtx, SSBOTestType testType, … in createRandomizedBufferTests() argument
[all …]
/external/deqp/framework/common/
DtcuAstcUtil.hpp59 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);
DtcuAstcUtil.cpp2412 …enerateBlockCaseTestData (vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType) in generateBlockCaseTestData() argument
2415 DE_ASSERT(!(isAstcSRGBFormat(format) && isBlockTestTypeHDROnly(testType))); in generateBlockCaseTestData()
2420 switch (testType) in generateBlockCaseTestData()
2680 if ((testType == BLOCK_TEST_TYPE_ENDPOINT_VALUE_LDR && isHDRCem) || in generateBlockCaseTestData()
2681 (testType == BLOCK_TEST_TYPE_ENDPOINT_VALUE_HDR_NO_15 && (!isHDRCem || cem == 15)) || in generateBlockCaseTestData()
2682 (testType == BLOCK_TEST_TYPE_ENDPOINT_VALUE_HDR_15 && cem != 15)) in generateBlockCaseTestData()
2961 const char* getBlockTestTypeName (BlockTestType testType) in getBlockTestTypeName() argument
2963 switch (testType) in getBlockTestTypeName()
2983 const char* getBlockTestTypeDescription (BlockTestType testType) in getBlockTestTypeDescription() argument
2985 switch (testType) in getBlockTestTypeDescription()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dstore-empty-member.ll8 %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/llvm/test/CodeGen/X86/
Dstore-empty-member.ll8 %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/skia/tests/
DGrContextAbandonTest.cpp18 for (int testType = 0; testType < 6; ++testType) { in DEF_GPUTEST() local
24 switch (testType) { in DEF_GPUTEST()
/external/skqp/tests/
DGrContextAbandonTest.cpp18 for (int testType = 0; testType < 6; ++testType) { in DEF_GPUTEST() local
24 switch (testType) { in DEF_GPUTEST()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp77 TestType testType; member
548 bool verifyLayerContent (tcu::TestLog& log, const TestType testType, const tcu::ConstPixelBufferAcc… in verifyLayerContent() argument
554 switch (testType) in verifyLayerContent()
622 if (verifyLayerContent(log, params.testType, layerImage, layerNdx, image.getNumLayersOrSlices())) in verifyResults()
641 …const bool geomOutputColor = (params.testType == TEST_TYPE_ALL_LAYERS || params.testType == TEST_T… in initPrograms()
659 …const int maxVertices = (params.testType == TEST_TYPE_DIFFERENT_CONTENT) ? (numLayers + 1… in initPrograms()
660 …(params.testType == TEST_TYPE_ALL_LAYERS || params.testType == TEST_TYPE_LAYER_ID) ? numLayers * 4… in initPrograms()
661 (params.testType == TEST_TYPE_MULTIPLE_LAYERS_PER_INVOCATION) ? 6 : 4; in initPrograms()
667 …if (params.testType == TEST_TYPE_INVOCATION_PER_LAYER || params.testType == TEST_TYPE_MULTIPLE_LAY… in initPrograms()
696 if (params.testType == TEST_TYPE_DEFAULT_LAYER) in initPrograms()
[all …]
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp310 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 …]
Des31fShaderMultisampleInterpolationStateQueryTests.cpp56 …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/
DAudioFragment.java143 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/icu/icu4c/source/test/intltest/
Ddadrfmt.cpp333 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()
Ddadrcal.cpp454 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/jni/
Dsles.h104 int testType; member
138 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
150 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
Dsles.cpp40 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength, in slesInit() argument
57 performanceMode, testType, in slesInit()
109 if (pSles->testType == TEST_TYPE_LATENCY) { in recorderCallback()
137 } else if (pSles->testType == TEST_TYPE_BUFFER_PERIOD) { in recorderCallback()
238 if (pSles->testType == TEST_TYPE_LATENCY) { in playerCallback()
297 } else if (pSles->testType == TEST_TYPE_BUFFER_PERIOD) { in playerCallback()
454 int testType, double frequency1, char *byteBufferPtr, int byteBufferLength, in slesCreateServer() argument
590 pSles->testType = testType; in slesCreateServer()
Djni_sles.c26 jint testType, jdouble frequency1, jobject byteBuffer, jshortArray loopbackTone, in Java_org_drrickorang_loopback_NativeAudioThread_slesInit() argument
38 testType, frequency1, byteBufferPtr, byteBufferLength, in Java_org_drrickorang_loopback_NativeAudioThread_slesInit()
/external/clang/test/Misc/
Dast-dump-decl.cpp370 template<typename> class testType { }; class
371 template class testType<int>; variable
/external/flatbuffers/tests/
DJavaTest.java103 TestEq(monster.testType(), (byte)Any.Monster); in TestBuffer()
370 TestEq(monster.testType(), (byte)Any.Monster); in TestBuilderBasics()
372 TestEq(monster.testType(), (byte)Any.NONE); in TestBuilderBasics()
374 TestEq(monster.testType(), (byte)Any.Monster); in TestBuilderBasics()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DNativeAudioThread.java90 … int micSource, int performanceMode, int testType, int bufferTestDurationInSeconds, in NativeAudioThread() argument
98 mTestType = testType; in NativeAudioThread()
135 int testType, double frequency1, ByteBuffer byteBuffer, in slesInit() argument
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_test_interface.h35 int runAutoTest(TestType testType);
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/
DUnitTest.classUnitTest.java package org.objectweb.asm public org.objectweb.asm.UnitTest extends junit ...
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.hpp55 tcu::astc::BlockTestType testType,

123