Searched refs:testType (Results 1 - 25 of 69) sorted by relevance

123

/external/webrtc/webrtc/modules/audio_device/test/
H A Daudio_device_test_func.cc79 enum TestType testType(TTInvalid);
100 testType = TTAll;
103 testType = TTAudioLayerSelection;
106 testType = TTDeviceEnumeration;
109 testType = TTDeviceSelection;
112 testType = TTAudioTransport;
115 testType = TTSpeakerVolume;
118 testType = TTMicrophoneVolume;
121 testType = TTSpeakerMute;
124 testType
[all...]
/external/skia/tests/
H A DGrContextAbandonTest.cpp18 for (int testType = 0; testType < 6; ++testType) {
24 switch (testType) {
/external/skqp/tests/
H A DGrContextAbandonTest.cpp18 for (int testType = 0; testType < 6; ++testType) {
24 switch (testType) {
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.cpp45 const char* generateShaderVarString (TestType testType) argument
47 switch (testType)
57 const char* generateShaderBufferString (TestType testType, BufferType bufferType) argument
64 switch (testType) {
75 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType) argument
160 validatorParams["VAR_TYPE"] = generateShaderVarString(testType);
161 validatorParams["BUFFER_TYPE"] = generateShaderBufferString(testType, bufferType);
H A DvktProtectedMemStorageBufferTests.cpp185 const SSBOTestType testType,
207 const SSBOTestType testType,
213 : TestCase (testctx, name, getSSBOTestDescription(testType))
214 , m_testType (testType)
239 const SSBOTestType testType,
244 , m_testType (testType)
682 SSBOTestType testType,
687 const std::string testTypeStr = getSSBOTypeString(testType);
694 testGroup->addChild(new StorageBufferTestCase<tcu::UVec4>(testCtx, testType, shaderType, name.c_str(), testData[ndx].values, testData[ndx]));
700 tcu::TestCaseGroup* createRandomizedBufferTests (tcu::TestContext& testCtx, SSBOTestType testType, cons argument
206 StorageBufferTestCase(tcu::TestContext& testctx, const SSBOTestType testType, const glu::ShaderType shaderType, const char* name, const tcu::UVec4 testInput, ValidationDataStorage<T> validationData, const std::string& extraShader = �) argument
238 StorageBufferTestInstance(Context& ctx, const SSBOTestType testType, const glu::ShaderType shaderType, const tcu::UVec4 testInput, const BufferValidator<T>& validator) argument
680 createSpecifiedStorageBufferTests(tcu::TestContext& testCtx, const std::string groupName, SSBOTestType testType, const glu::ShaderType shaderType, const ValidationDataStorage<tcu::UVec4> testData[], size_t testCount) argument
712 createRWStorageBufferTests(tcu::TestContext& testCtx, const std::string groupName, const std::string groupDescription, SSBOTestType testType, const ValidationDataStorage<tcu::UVec4> testData[], size_t testCount) argument
[all...]
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_test_interface.h35 int runAutoTest(TestType testType);
/external/deqp/framework/common/
H A 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 void generateBlockCaseTestData (std::vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType);
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/
H A DUnitTest.classUnitTest.java package org.objectweb.asm public org.objectweb.asm.UnitTest extends junit ...
H A DUnitTest.java48 public void testType() { method in class:UnitTest
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DAudioFragment.java143 AudioTestType testType = getSelectedTestType();
144 switch (testType) {
157 if (testType == AudioTestType.DISPLAY_WAVEFORM) {
164 if (testType == AudioTestType.CONTINUOUS_PLAYBACK ||
165 testType == AudioTestType.COLD_PLAYBACK ||
166 testType == AudioTestType.CONTINUOUS_RECORDING ||
167 testType == AudioTestType.COLD_RECORDING) {
176 switch (testType) {
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp77 TestType testType; member in struct:vkt::geometry::__anon4338::TestParams
548 bool verifyLayerContent (tcu::TestLog& log, const TestType testType, const tcu::ConstPixelBufferAccess image, const int layerNdx, const int numLayers) argument
554 switch (testType)
622 if (verifyLayerContent(log, params.testType, layerImage, layerNdx, image.getNumLayersOrSlices()))
641 const bool geomOutputColor = (params.testType == TEST_TYPE_ALL_LAYERS || params.testType == TEST_TYPE_INVOCATION_PER_LAYER);
659 const int maxVertices = (params.testType == TEST_TYPE_DIFFERENT_CONTENT) ? (numLayers + 1) * numLayers :
660 (params.testType == TEST_TYPE_ALL_LAYERS || params.testType == TEST_TYPE_LAYER_ID) ? numLayers * 4 :
661 (params.testType
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp56 InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType);
67 InterpolationOffsetCase::InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType) argument
70 , m_testType (testType)
H A Des31fLayoutBindingTests.cpp310 TestType testType,
357 TestType testType,
366 , m_testType (testType)
685 TestType testType,
729 TestType testType,
741 , m_testType (testType)
1008 SamplerBindingRenderCase (Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samplerType, glw::GLenum textureType);
1032 TestType testType,
1035 : LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS, GL_MAX_TEXTURE_IMAGE_UNITS, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, "u_sampler")
1213 TestType testType,
353 LayoutBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum maxBindingPointEnum, glw::GLenum maxVertexUnitsEnum, glw::GLenum maxFragmentUnitsEnum, glw::GLenum maxCombinedUnitsEnum, const std::string& uniformName) argument
725 LayoutBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum maxBindingPointEnum, glw::GLenum maxVertexUnitsEnum, glw::GLenum maxTessCtrlUnitsEnum, glw::GLenum maxTessEvalUnitsEnum, glw::GLenum maxFragmentUnitsEnum, glw::GLenum maxCombinedUnitsEnum, const std::string& uniformName) argument
1028 SamplerBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samplerType, glw::GLenum textureType) argument
1225 SamplerBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum samplerType) argument
1351 ImageBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum imageType, glw::GLenum textureType) argument
1549 ImageBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum imageType) argument
1667 UBOBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType) argument
1819 UBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) argument
1936 SSBOBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType) argument
2088 SSBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) argument
2226 TestType testType; member in struct:deqp::gles31::Functional::RenderTestType
2247 TestType testType; member in struct:deqp::gles31::Functional::NegativeTestType
[all...]
/external/drrickorang/LoopbackApp/app/src/main/jni/
H A Dsles.h104 int testType; member in struct:__anon5641
138 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
150 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
H A Dsles.cpp40 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
57 performanceMode, testType,
109 if (pSles->testType == TEST_TYPE_LATENCY) {
137 } else if (pSles->testType == TEST_TYPE_BUFFER_PERIOD) {
238 if (pSles->testType == TEST_TYPE_LATENCY) {
297 } else if (pSles->testType == TEST_TYPE_BUFFER_PERIOD) {
454 int testType, double frequency1, char *byteBufferPtr, int byteBufferLength,
590 pSles->testType = testType;
38 slesInit(sles_data ** ppSles, int samplingRate, int frameCount, int micSource, int performanceMode, int testType, double frequency1, char* byteBufferPtr, int byteBufferLength, short* loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames) argument
452 slesCreateServer(sles_data *pSles, int samplingRate, int frameCount, int micSource, int performanceMode, int testType, double frequency1, char *byteBufferPtr, int byteBufferLength, short *loopbackTone, int maxRecordedLateCallbacks, int ignoreFirstFrames) argument
H A Djni_sles.c26 jint testType, jdouble frequency1, jobject byteBuffer, jshortArray loopbackTone,
38 testType, frequency1, byteBufferPtr, byteBufferLength,
23 Java_org_drrickorang_loopback_NativeAudioThread_slesInit(JNIEnv *env, jobject obj __unused, jint samplingRate, jint frameCount, jint micSource, jint performanceMode, jint testType, jdouble frequency1, jobject byteBuffer, jshortArray loopbackTone, jint maxRecordedLateCallbacks, jint ignoreFirstFrames) argument
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.hpp55 tcu::astc::BlockTestType testType,
/external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/
H A DAudioDeviceAndroidTest.java54 private native int RunTest(int testType); argument
/external/icu/icu4c/source/test/intltest/
H A Ddadrfmt.cpp333 char testType[256]; local
348 testSetting.extract(0, testSetting.length(), testType, "");
354 if (!strcmp(testType, "date_format")) {
356 } else if (!strcmp(testType, "date_parse")) {
359 errln("Unknown type: %s", testType);
H A Ddadrcal.cpp454 char testType[256]; local
469 testSetting.extract(0, testSetting.length(), testType, "");
475 if (!strcmp(testType, "convert_fwd")) {
477 } else if (!strcmp(testType, "convert_rev")) {
479 } else if (!strcmp(testType, "ops")) {
482 errln("Unknown type: %s", testType);
/external/clang/test/Misc/
H A Dast-dump-decl.cpp370 template<typename> class testType { }; class in namespace:TestTemplateArgument
371 template class testType<int>;
372 // CHECK: ClassTemplateSpecializationDecl{{.*}} class testType
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DNativeAudioThread.java90 int micSource, int performanceMode, int testType, int bufferTestDurationInSeconds,
98 mTestType = testType;
135 int testType, double frequency1, ByteBuffer byteBuffer,
89 NativeAudioThread(int samplingRate, int playerBufferInBytes, int recorderBufferInBytes, int micSource, int performanceMode, int testType, int bufferTestDurationInSeconds, int bufferTestWavePlotDurationInSeconds, int ignoreFirstFrames, CaptureHolder captureHolder) argument
133 slesInit(int samplingRate, int frameCount, int micSource, int performanceMode, int testType, double frequency1, ByteBuffer byteBuffer, short[] sincTone, int maxRecordedLateCallbacks, int ignoreFirstFrames) argument
H A DLoopbackAudioThread.java85 BufferPeriod playerBufferPeriod, int testType,
95 mTestType = testType;
83 LoopbackAudioThread(int samplingRate, int playerBufferInBytes, int recorderBufferInBytes, int micSource, BufferPeriod recorderBufferPeriod, BufferPeriod playerBufferPeriod, int testType, int bufferTestDurationInSeconds, int bufferTestWavePlotDurationInSeconds, Context context, int channelIndex, CaptureHolder captureHolder) argument
/external/flatbuffers/tests/
H A DJavaTest.java103 TestEq(monster.testType(), (byte)Any.Monster);
369 // testType is an existing field and mutating it should succeed
370 TestEq(monster.testType(), (byte)Any.Monster);
372 TestEq(monster.testType(), (byte)Any.NONE);
374 TestEq(monster.testType(), (byte)Any.Monster);
/external/autotest/frontend/client/src/autotest/afe/
H A DTestSelector.java179 String testType = test.get("test_type").isString().stringValue().toLowerCase();
181 if (testType.equals(getSelectedTestType()) &&

Completed in 944 milliseconds

123