HomeSort by relevance Sort by last modified time
    Searched refs:testType (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_func.cc 79 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
    [all...]
  /external/skia/tests/
GrContextAbandonTest.cpp 18 for (int testType = 0; testType < 6; ++testType) {
24 switch (testType) {
  /external/skqp/tests/
GrContextAbandonTest.cpp 18 for (int testType = 0; testType < 6; ++testType) {
24 switch (testType) {
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_test_interface.h 24 // TestType enumerator
25 enum TestType {
35 int runAutoTest(TestType testType);
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemBufferValidator.cpp 45 const char* generateShaderVarString (TestType testType)
47 switch (testType)
57 const char* generateShaderBufferString (TestType testType, BufferType bufferType)
64 switch (testType) {
75 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType)
160 validatorParams["VAR_TYPE"] = generateShaderVarString(testType);
161 validatorParams["BUFFER_TYPE"] = generateShaderBufferString(testType, bufferType)
    [all...]
  /external/deqp/framework/common/
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 void generateBlockCaseTestData (std::vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType);
  /cts/tests/tests/widget/src/android/widget/cts/
PositionTesterContextMenuListener.java 30 // Fake constant to store in testType a test type specific to headers and footers
32 private int testType; // as returned by getPackedPositionType
39 testType = ExpandableListView.PACKED_POSITION_TYPE_GROUP;
45 testType = ExpandableListView.PACKED_POSITION_TYPE_CHILD;
50 testType = ADAPTER_TYPE;
55 if (testType == ADAPTER_TYPE) {
74 if (!areEqual("Wrong packed position type", testType, packedPositionType)) {
83 if (testType == ExpandableListView.PACKED_POSITION_TYPE_CHILD) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 113 IType testType = null;
115 testType = (((ICompilationUnit) element)).findPrimaryType();
117 testType = (((IClassFile) element)).getType();
119 testType = (IType) element;
121 testType = ((IMember) element).getDeclaringType();
123 if (testType != null && testType.exists()) {
124 return TestSearchEngine.isTestOrTestSuite(testType);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressThreadTest.java 44 private int testType;
62 testType = type;
75 if (someoneDone[testType]) {
94 threadedTestErrorString = (testType == 0 ? "gethostbyname"
104 threadedTestErrorString = (testType == 0 ? "gethostbyname"
113 someoneDone[testType] = true;
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
UnitTest.class 
  /cts/tests/tests/media/src/android/media/cts/
AudioAttributesTest.java 73 for (int testType : new int[] { AudioManager.STREAM_ALARM, AudioManager.STREAM_MUSIC,
76 final AudioAttributes aa = new AudioAttributes.Builder().setLegacyStreamType(testType)
79 assertEquals("Volume control from attributes, stream doesn't match", testType, stream);
MediaPlayer2DrmTest.java 151 private void stream(Uri uri, Resolution res, ModularDrmTestType testType) throws Exception {
152 playModularDrmVideo(uri, res.width, res.height, testType);
155 private void download(Uri remote, Uri local, Resolution res, ModularDrmTestType testType)
157 playModularDrmVideoDownload(remote, local, res.width, res.height, testType);
MediaPlayerDrmTest.java 183 private void stream(Uri uri, Resolution res, ModularDrmTestType testType) throws Exception {
184 playModularDrmVideo(uri, res.width, res.height, testType);
187 private void download(Uri remote, Uri local, Resolution res, ModularDrmTestType testType)
189 playModularDrmVideoDownload(remote, local, res.width, res.height, testType);
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiClass.java 210 * @param testType The type as found used in a test
214 private static boolean compareType(String apiType, String testType) {
215 return apiType.equals(testType) ||
216 isGenericType(apiType) && !testType.equals(VOID) ||
217 isGenericArrayType(apiType) && isArrayType(testType) ||
218 isVarArg(apiType) && isArrayType(testType) &&
219 apiType.startsWith(testType.substring(0, testType.indexOf("[")));
  /cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
Utils.java 72 String testType = bundle.getString(TESTCASE_TYPE);
73 if (testType != null) {
74 buf.append("testcase type = " + testType);
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 100 testType = type;
114 testType = type;
160 public String testType;
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
AudioFragment.java 143 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) {
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 113 testType = type;
127 public String testType;
  /external/boringssl/src/ssl/test/runner/
runner.go 305 type testType int
308 clientTest testType = iota
325 testType testType
535 if test.testType == clientTest {
565 if test.testType == clientTest {
607 if test.testType == clientTest {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java 205 private String getKeyName(int testType) {
206 return testType == LOCKSCREEN ? LOCKSCREEN_KEY_NAME : FINGERPRINT_KEY_NAME;
212 private void createKey(int testType) {
219 builder = new KeyGenParameterSpec.Builder(getKeyName(testType),
224 if (testType == LOCKSCREEN) {
240 private SecretKey loadSecretKey(int testType) {
244 return (SecretKey) keyStore.getKey(getKeyName(testType), null);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryLayeredRenderingTests.cpp 57 enum TestType
77 TestType testType;
548 bool verifyLayerContent (tcu::TestLog& log, const TestType testType, const tcu::ConstPixelBufferAccess image, const int layerNdx, const int numLayers)
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
    [all...]
  /cts/tests/tests/assist/common/src/android/assist/common/
Utils.java 234 String testType = bundle.getString(TESTCASE_TYPE);
235 if (testType != null) {
236 buf.append("testcase type = " + testType);
  /external/deqp/modules/gles31/functional/
es31fShaderMultisampleInterpolationStateQueryTests.cpp 48 enum TestType
56 InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType);
64 const TestType m_testType;
67 InterpolationOffsetCase::InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType)
70 , m_testType (testType)
es31fLayoutBindingTests.cpp 60 enum TestType
310 TestType testType,
332 const TestType m_testType;
357 TestType testType,
366 , m_testType (testType)
685 TestType testType,
705 const TestType m_testType
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.h 104 int testType;
138 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
150 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,

Completed in 455 milliseconds

1 2 3 4 5 6