Home
last modified time | relevance | path

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

123

/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/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
DNistCurvesHpkeKemTest.java139 HpkeTestId testId = in encapsulate_succeeds() local
163 HpkeTestId testId = in authEncapsulate_succeeds() local
190 HpkeTestId testId = in decapsulate_succeeds() local
220 HpkeTestId testId = in authDecapsulate_succeeds() local
251 HpkeTestId testId = in encapsulate_failsWithInvalidRecipientPublicKey() local
269 HpkeTestId testId = in authEncapsulate_failsWithInvalidRecipientPublicKey() local
294 HpkeTestId testId = in decapsulate_failsWithInvalidEncapsulatedPublicKey() local
317 HpkeTestId testId = in authDecapsulate_failsWithInvalidEncapsulatedPublicKey() local
DX25519HpkeKemTest.java71 HpkeTestId testId = new HpkeTestId(mode, kemId, kdfId, aeadId); in encapsulate() local
93 HpkeTestId testId = new HpkeTestId(mode, kemId, kdfId, aeadId); in decapsulate() local
/external/tink-java/src/test/java/com/google/crypto/tink/hybrid/internal/
DNistCurvesHpkeKemTest.java138 HpkeTestId testId = in encapsulate_succeeds() local
166 HpkeTestId testId = in authEncapsulate_succeeds() local
192 HpkeTestId testId = in decapsulate_succeeds() local
226 HpkeTestId testId = in authDecapsulate_succeeds() local
261 HpkeTestId testId = in encapsulate_failsWithInvalidRecipientPublicKey() local
279 HpkeTestId testId = in authEncapsulate_failsWithInvalidRecipientPublicKey() local
302 HpkeTestId testId = in decapsulate_failsWithInvalidEncapsulatedPublicKey() local
324 HpkeTestId testId = in authDecapsulate_failsWithInvalidEncapsulatedPublicKey() 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/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()
/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/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowSubscriptionManagerTest.java51 int testId = 42; in shouldGiveActiveDataSubscriptionId() local
58 int testId = 42; in shouldGiveDefaultSubscriptionId() local
65 int testId = 42; in shouldGiveDefaultDataSubscriptionId() local
72 int testId = 42; in shouldGiveDefaultSmsSubscriptionId() local
79 int testId = 42; in shouldGiveDefaultVoiceSubscriptionId() local
/external/okio/okio-wasifilesystem/src/wasmWasiTest/kotlin/okio/
DWasiFileSystemPreopensTest.kt32 private val testId = "${this::class.simpleName}-${randomToken(16)}" constant
/external/deqp/android/openglcts/runner/src/org/khronos/cts/runner/
DKhronosCTSRunner.java90 protected void forwardFinalizedPendingResult(TestDescription testId) { in forwardFinalizedPendingResult()
130 …public void setTestInstancesExperiment(TestDescription testId, Set<KhronosCTSBatchRunConfiguration… in setTestInstancesExperiment()
147 public boolean isPendingTestInstance(TestDescription testId, in isPendingTestInstance()
171 public void abortTest(TestDescription testId, String errorMessage) { in abortTest()
394 private Set<KhronosCTSBatchRunConfiguration> getTestRunConfigs(TestDescription testId) { in getTestRunConfigs()
/external/dagger2/java/dagger/hilt/android/plugin/main/src/test/kotlin/
DBuildCacheTest.kt39 private val testId = UUID.randomUUID().toString() constant
/external/google-cloud-java/java-network-management/samples/snippets/generated/com/google/cloud/networkmanagement/v1/reachabilityservice/createconnectivitytest/
DSyncCreateConnectivityTestStringStringConnectivitytest.java37 String testId = "testId-877170355"; in syncCreateConnectivityTestStringStringConnectivitytest() local
/external/icu/android_icu4j/testing/src/android/icu/extratest/
DAndroidTransliteratorParameterizedTest.java59 String testId = id; in testTranslierateASourceCharacter() local
/external/tink-java/src/main/java/com/google/crypto/tink/testing/
DHpkeTestUtil.java49 HpkeTestId testId = in parseTestVectors() local
/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
DHpkeTestUtil.java49 HpkeTestId testId = in parseTestVectors() local
/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/resources/software/amazon/awssdk/protocol/suites/cases/
Drest-json-contenttype.json9 "testId": "t-12345" string
64 "testId": "t-12345" string
91 "testId": "t-12345" string
248 "testId": "t-12345" string
303 "testId": "t-12345" string
/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/google-cloud-java/java-network-management/google-cloud-network-management/src/test/java/com/google/cloud/networkmanagement/v1/
DReachabilityServiceClientHttpJsonTest.java216 String testId = "testId-877170355"; in createConnectivityTestTest() local
247 String testId = "testId-877170355"; in createConnectivityTestExceptionTest() local

123