Home
last modified time | relevance | path

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

/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
DShadowTelephonyManagerTest.java72 String testId = "TESTING123"; in shouldGiveDeviceId() 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/icu/android_icu4j/testing/src/android/icu/extratest/
DAndroidTransliteratorParameterizedTest.java59 String testId = id; in testTranslierateASourceCharacter() local
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java315 private void forwardFinalizedPendingResult(TestDescription testId) { in forwardFinalizedPendingResult()
364 public void setTestInstances(TestDescription testId, Set<BatchRunConfiguration> configs) { in setTestInstances()
379 public boolean isPendingTestInstance(TestDescription testId, in isPendingTestInstance()
401 public void skipTest(TestDescription testId) { in skipTest()
416 public void abortTest(TestDescription testId, String errorMessage) { in abortTest()
1047 private Set<BatchRunConfiguration> getTestRunConfigs(TestDescription testId) { in getTestRunConfigs()
1239 private int getTestInstabilityRating(TestDescription testId) { in getTestInstabilityRating()
1247 private void recordTestInstability(TestDescription testId) { in recordTestInstability()
1251 private void clearTestInstability(TestDescription testId) { in clearTestInstability()
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java172 final TestDescription testId = new TestDescription("dEQP-GLES" in testGlesVersion() local
323 final TestDescription testId = new TestDescription("dEQP-GLES3.info", "version"); in testResultCode() local
942 final TestDescription testId = new TestDescription("dEQP-GLES3.orientation", "test"); in testRun_queryPmListFailure() local
986 final TestDescription testId = new TestDescription("dEQP-GLES3.orientation", "test"); in testRun_queryRenderabilityFailure() local
1032 final TestDescription testId = new TestDescription("dEQP-GLES3.orientation", "test"); in testOrientation() local
1310 final TestDescription testId = new TestDescription("dEQP-GLES3.pixelformat", "test"); in testRun_unsupportedPixelFormat() local
1677 final TestDescription testId = new TestDescription("dEQP-GLES3.interrupt", "test"); in testInterrupt_killBeforeBatch() local
1845 final TestDescription testId = new TestDescription("dEQP-GLES3.interrupt", "test"); in testInterrupt_killReportTestFailed() local
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dplacement_test.py143 def testId(self): member in PlacementTest
/external/icu/tools/testing/test_harness/src/com/android/icu/tradefed/testtype/
DICU4CXmlResultParser.java180 TestDescription testId = new TestDescription(classname, testname); in processTestResult() local
/external/angle/src/tests/perf_tests/
DCompilerPerf.cpp235 std::string testId; member
/external/cldr/tools/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()
Dtest_printf.cpp193 static int isKernelArgument(testCase* pTestCase,size_t testId) in isKernelArgument()
200 static int isKernelPFormat(testCase* pTestCase,size_t testId) in isKernelPFormat()
233 …kePrintfProgram(cl_kernel *kernel_ptr, const cl_context context,const unsigned int testId,const un… in makePrintfProgram()
407 static int doTest(cl_command_queue queue, cl_context context, const unsigned int testId, const unsi… in doTest()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp241 …CoverageTestInstance::DisplayCoverageTestInstance (Context& context, const DisplayIndexTest testId) in DisplayCoverageTestInstance()
2266 …cu::TestContext &context, const char *name, const char *description, const DisplayIndexTest testId) in DisplayCoverageTestsCase()
2284 static void addTest (tcu::TestCaseGroup* group, const DisplayIndexTest testId, const char* name, co… in addTest()
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp33 char testId[100]; variable
925 const char *testId = "searchTime()"; // for error macros. in searchTime() local