Home
last modified time | relevance | path

Searched defs:testId (Results 1 – 25 of 33) sorted by relevance

12

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/
DTransformationTest.java46 String testId = TAG + "_transform"; in transform() local
57 String testId = TAG + "_transformForceCodecUse"; in transformWithDecodeEncode() local
71 String testId = TAG + "_transformWithSpecificBitrate"; in transformToSpecificBitrate() local
90 String testId = TAG + "_transform4K60"; in transform4K60() local
101 String testId = TAG + "_transformNoAudio"; in transformNoAudio() local
112 String testId = TAG + "_transformNoVideo"; in transformNoVideo() local
122 String testId = TAG + "_transformSef"; in transformSef() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/
DFrameProcessorChainPixelTest.java86 String testId = "processData_noEdits"; in processData_noEdits_producesExpectedOutput() local
104 String testId = "processData_withAdvancedFrameProcessor_translateRight"; in processData_withAdvancedFrameProcessor_translateRight_producesExpectedOutput() local
127 String testId = "processData_withAdvancedAndScaleToFitFrameProcessors"; in processData_withAdvancedAndScaleToFitFrameProcessors_producesExpectedOutput() local
154 String testId = "processData_withScaleToFitAndAdvancedFrameProcessors"; in processData_withScaleToFitAndAdvancedFrameProcessors_producesExpectedOutput() local
182 String testId = "processData_withPresentationFrameProcessor_requestOutputHeight"; in processData_withPresentationFrameProcessor_requestOutputHeight_producesExpectedOutput() local
203 String testId = "processData_withScaleToFitFrameProcessor_rotate45"; in processData_withScaleToFitFrameProcessor_rotate45_producesExpectedOutput() local
DAdvancedFrameProcessorPixelTest.java91 String testId = "updateProgramAndDraw_noEdits"; in updateProgramAndDraw_noEdits_producesExpectedOutput() local
112 String testId = "updateProgramAndDraw_translateRight"; in updateProgramAndDraw_translateRight_producesExpectedOutput() local
136 String testId = "updateProgramAndDraw_scaleNarrow"; in updateProgramAndDraw_scaleNarrow_producesExpectedOutput() local
159 String testId = "updateProgramAndDraw_rotate90"; in updateProgramAndDraw_rotate90_producesExpectedOutput() local
DAndroidTestUtil.java56 public static void recordTestSkipped(Context context, String testId, String reason) in recordTestSkipped()
130 public static void writeTestSummaryToFile(Context context, String testId, JSONObject testJson) in writeTestSummaryToFile()
DTransformerAndroidTestRunner.java173 public TransformationTestResult run(String testId, String uriString) throws Exception { in run()
207 private TransformationTestResult runInternal(String testId, String uriString) in runInternal()
DBitmapTestUtil.java136 Bitmap expected, Bitmap actual, @Nullable String testId) { in getAveragePixelAbsoluteDifferenceArgb8888()
191 String testId, String bitmapLabel, Bitmap bitmap, boolean throwOnFailure) throws IOException { in saveTestBitmapToCacheDirectory()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSubscriptionManagerTest.java35 int testId = 42; in shouldGiveDefaultSubscriptionId() local
42 int testId = 42; in shouldGiveDefaultDataSubscriptionId() local
49 int testId = 42; in shouldGiveDefaultSmsSubscriptionId() local
56 int testId = 42; in shouldGiveDefaultVoiceSubscriptionId() local
/external/autotest/frontend/client/src/autotest/tko/
DTestSelectionListener.java6 public void onSelectTest(int testId); in onSelectTest()
7 public HistoryToken getSelectTestHistoryToken(int testId); in getSelectTestHistoryToken()
DEmbeddedTkoClient.java32 public HistoryToken getSelectTestHistoryToken(int testId) { in getSelectTestHistoryToken()
37 public void onSelectTest(int testId) { in onSelectTest()
DTkoClient.java81 public void onSelectTest(int testId) { in onSelectTest()
85 public HistoryToken getSelectTestHistoryToken(int testId) { in getSelectTestHistoryToken()
DTestDetailView.java40 private int testId = NO_TEST_ID; field in TestDetailView
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowSubscriptionManagerTest.java42 int testId = 42; in shouldGiveActiveDataSubscriptionId() local
49 int testId = 42; in shouldGiveDefaultSubscriptionId() local
56 int testId = 42; in shouldGiveDefaultDataSubscriptionId() local
63 int testId = 42; in shouldGiveDefaultSmsSubscriptionId() local
70 int testId = 42; in shouldGiveDefaultVoiceSubscriptionId() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/
DAndroidTestUtil.java46 public final String testId; field in AndroidTestUtil.TransformationResult
49 private TransformationResult(String testId, long outputSizeBytes) { in TransformationResult()
67 Context context, String testId, Transformer transformer, String uriString, int timeoutSeconds) in runTransformer()
/external/dagger2/java/dagger/hilt/android/plugin/src/test/kotlin/
DBuildCacheTest.kt39 private val testId = UUID.randomUUID().toString() constant
/external/icu/android_icu4j/testing/src/android/icu/extratest/
DAndroidTransliteratorParameterizedTest.java59 String testId = id; in testTranslierateASourceCharacter() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/androidTest/java/com/google/android/exoplayer2/transformer/mh/analysis/
DEncoderPerformanceAnalysisTest.java96 String testId = in analyzeEncoderPerformance() local
DBitrateAnalysisTest.java85 String testId = String.format("analyzeBitrate_ssim_%s_%d_%s", bitrate, bitrateMode, fileName); in analyzeBitrate() local
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java323 private void forwardFinalizedPendingResult(TestDescription testId) { in forwardFinalizedPendingResult()
372 public void setTestInstances(TestDescription testId, Set<BatchRunConfiguration> configs) { in setTestInstances()
387 public boolean isPendingTestInstance(TestDescription testId, in isPendingTestInstance()
409 public void skipTest(TestDescription testId) { in skipTest()
424 public void abortTest(TestDescription testId, String errorMessage) { in abortTest()
1080 private Set<BatchRunConfiguration> getTestRunConfigs(TestDescription testId) { in getTestRunConfigs()
1279 private int getTestInstabilityRating(TestDescription testId) { in getTestInstabilityRating()
1287 private void recordTestInstability(TestDescription testId) { in recordTestInstability()
1291 private void clearTestInstability(TestDescription testId) { in clearTestInstability()
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java181 final TestDescription testId = new TestDescription("dEQP-GLES" in testGlesVersion() local
332 final TestDescription testId = new TestDescription("dEQP-GLES3.info", "version"); in testResultCode() local
1084 final TestDescription testId = new TestDescription("dEQP-GLES3.orientation", "test"); in testRun_queryPmListFailure() local
1128 final TestDescription testId = new TestDescription("dEQP-GLES3.orientation", "test"); in testRun_queryRenderabilityFailure() local
1174 final TestDescription testId = new TestDescription("dEQP-GLES3.orientation", "test"); in testOrientation() local
1452 final TestDescription testId = new TestDescription("dEQP-GLES3.pixelformat", "test"); in testRun_unsupportedPixelFormat() local
1817 final TestDescription testId = new TestDescription("dEQP-GLES3.interrupt", "test"); in testInterrupt_killBeforeBatch() local
1985 final TestDescription testId = new TestDescription("dEQP-GLES3.interrupt", "test"); in testInterrupt_killReportTestFailed() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiAcquireDrmDisplayTests.cpp121 …DrmDisplayTestInstance::AcquireDrmDisplayTestInstance (Context& context, const DrmTestIndex testId) in AcquireDrmDisplayTestInstance()
677 …e (tcu::TestContext &context, const char *name, const char *description, const DrmTestIndex testId) in AcquireDrmDisplayTestsCase()
695 static void addTest (tcu::TestCaseGroup* group, const DrmTestIndex testId, const char* name, const … in addTest()
/external/icu/tools/testing/test_harness/src/com/android/icu/tradefed/testtype/
DICU4CXmlResultParser.java180 TestDescription testId = new TestDescription(classname, testname); in processTestResult() local
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dplacement_test.py135 def testId(self): member in PlacementTest
/external/angle/src/tests/perf_tests/
DCompilerPerf.cpp236 std::string testId; member
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/keyboard/test/
DKeyboardTest.java59 KeyboardId testId = KeyboardId.of(ULocale.forLanguageTag("cs"), Platform.OSX, in testKeyboardId() local
/external/OpenCL-CTS/test_conformance/printf/
Dutil_printf.cpp743 size_t verifyOutputBuffer(char *analysisBuffer,testCase* pTestCase,size_t testId,cl_ulong pAddr) in verifyOutputBuffer()

12