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

1 2 3 4

  /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/webrtc/webrtc/voice_engine/test/auto_test/
voe_test_interface.h 24 // TestType enumerator
25 enum TestType {
35 int runAutoTest(TestType testType);
  /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;
  /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);
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/boringssl/src/ssl/test/runner/
runner.go 270 type testType int
273 clientTest testType = iota
290 testType testType
433 if test.testType == serverTest {
478 if test.testType == clientTest {
505 if test.testType == clientTest {
546 if test.testType == clientTest {
895 if test.testType == serverTest {
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 113 testType = type;
127 public String testType;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java 202 private String getKeyName(int testType) {
203 return testType == LOCKSCREEN ? LOCKSCREEN_KEY_NAME : FINGERPRINT_KEY_NAME;
209 private void createKey(int testType) {
216 builder = new KeyGenParameterSpec.Builder(getKeyName(testType),
221 if (testType == LOCKSCREEN) {
237 private SecretKey loadSecretKey(int testType) {
241 return (SecretKey) keyStore.getKey(getKeyName(testType), null);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryLayeredRenderingTests.cpp 56 enum TestType
76 TestType testType;
547 bool verifyLayerContent (tcu::TestLog& log, const TestType testType, const tcu::ConstPixelBufferAccess image, const int layerNdx, const int numLayers)
553 switch (testType)
621 if (verifyLayerContent(log, params.testType, layerImage, layerNdx, image.getNumLayersOrSlices()))
640 const bool geomOutputColor = (params.testType == TEST_TYPE_ALL_LAYERS || params.testType == TEST_TYPE_INVOCATION_PER_LAYER);
658 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...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 265 String testType = "application/wibble";
267 out.write(testType.getBytes("US-ASCII"));
273 assertEquals(testType, mimeType);
280 String testType = "12345678901234567890123456789";
282 out.write(testType.length() + 1);
283 out.write(testType.getBytes("US-ASCII"));
290 assertEquals(testType, mimeType);
445 String testType = "application/wibble";
449 out.write(testType.length() + 1); // Length as UINTVAR
451 out.write(testType.getBytes("US-ASCII"))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.hpp 55 tcu::astc::BlockTestType testType,
  /external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/
AudioDeviceAndroidTest.java 54 private native int RunTest(int testType);
  /external/icu/icu4c/source/test/intltest/
dadrfmt.cpp 333 char testType[256];
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);
dadrcal.cpp 454 char testType[256];
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);
  /build/blueprint/proptools/
extend_test.go 814 var testType string
817 testType = "prepend"
820 testType = "append"
824 check(t, testType, testString, got, err, testCase.out, testCase.err)
834 var testType string
847 testType = "prepend"
849 testType = "append"
854 check(t, testType, testString, got, err, testCase.out, testCase.err)
1140 var testType string
1143 testType = "prepend matching
    [all...]

Completed in 1468 milliseconds

1 2 3 4