/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | RuleContainer.kt | 39 fun setOrder(rule: Any, order: Int) { in setOrder() 40 orderValues[rule] = order in setOrder() 100 internal class RuleEntry(val rule: Any, val type: Int, order: Int?) { 101 val order: Int constant in android.tools.flicker.junit.RuleContainer 104 this.order = order ?: Rule.DEFAULT_ORDER 117 val result = compareInt(o1.order, o2.order) in compare()
|
D | FlickerServiceJUnit4ClassRunner.kt | 264 override fun order(orderer: Orderer) { in <lambda>() method 285 val inOrder = orderer.order(childMap.keys) in <lambda>()
|
D | LegacyFlickerJUnit4ClassRunner.kt | 329 override fun order(orderer: Orderer) { in <lambda>() method 350 val inOrder = orderer.order(childMap.keys) in <lambda>()
|
/platform_testing/libraries/health/composers/host/src/android/host/test/composer/ |
D | Iterate.java | 39 OrderOptions order = ORDER_DEFAULT_VALUE; in getOrdersArgument() local 43 order = OrderOptions.valueOf(orderStr.toUpperCase()); in getOrdersArgument() 51 return order; in getOrdersArgument()
|
D | IterateBase.java | 50 OrderOptions order = getOrdersArgument(args); in apply() local 51 switch (order) { in apply() 65 String.format("Order option \"%s\" is not supported", order)); in apply()
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/view/ |
D | ViewToolkitTest.kt | 48 @get:Rule(order = 0) val deviceEmulationRule = DeviceEmulationRule(emulationSpec) in <lambda>() 49 @get:Rule(order = 1) val screenshotRule = ScreenshotTestRule(goldenPathManager) in <lambda>() 50 @get:Rule(order = 2) val activityRule = ActivityScenarioRule(ScreenshotActivity::class.java) in <lambda>() 51 @get:Rule(order = 3) in <lambda>()
|
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/ |
D | Square.java | 85 bb.order(ByteOrder.nativeOrder()); in Square() 94 dlb.order(ByteOrder.nativeOrder()); in Square()
|
D | Triangle.java | 81 bb.order(ByteOrder.nativeOrder()); in Triangle()
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | KillAppsOnFailureRuleTest.java | 79 InOrder order = inOrder(rule.getUiDevice()); in testKillsSpecifiedApps() local 81 order.verify(rule.getUiDevice()) in testKillsSpecifiedApps()
|
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/ |
D | ComposeFeatureCapturesTest.kt | 50 @get:Rule(order = 0) val deviceEmulationRule = DeviceEmulationRule(emulationSpec) 52 @get:Rule(order = 1) val composeRule = createComposeRule()
|
/platform_testing/libraries/health/composers/host/tests/src/android/host/test/composer/ |
D | IterateTestBase.java | 171 public ArgumentsBuilder setOrder(String order) { in setOrder() argument 172 mOrder = order; in setOrder()
|
/platform_testing/libraries/audio-test-harness/instrumentation/src/com/android/media/audiotestharness/instrumentation/ |
D | AudioTestHarnessCaptureTest.java | 165 ByteBuffer buf = ByteBuffer.allocate(toWrite.length * 2).order(ByteOrder.LITTLE_ENDIAN); in writeSamplesToAppStorage()
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | profile.proto | 35 int32 index = 2; // An index for the relative order of the scenario.
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
D | RootcanalUtils.java | 352 ByteBuffer cmd = ByteBuffer.allocate(4 + params.length).order(ByteOrder.LITTLE_ENDIAN); in sendHciCmd() 490 ByteBuffer sizeBuf = ByteBuffer.allocate(Integer.BYTES).order(ByteOrder.LITTLE_ENDIAN); in readTestChannel()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/ |
D | ScreenRecordingRunnable.kt | 187 .order(ByteOrder.LITTLE_ENDIAN) in writeMetadata()
|
/platform_testing/libraries/audio-test-harness/client-lib/src/main/java/com/android/media/audiotestharness/client/grpc/ |
D | GrpcAudioCaptureStream.java | 270 .order( in read()
|
/platform_testing/libraries/health/runners/longevity/ |
D | README.md | 4 order to exercise or stress the device under test. Annotate a collection of JUnit test classes with
|
/platform_testing/libraries/audio-test-harness/client-lib/src/test/java/com/android/media/audiotestharness/client/grpc/ |
D | GrpcAudioCaptureStreamTests.java | 205 .order(ByteOrder.LITTLE_ENDIAN)
|
/platform_testing/libraries/compatibility-common-util/tests/assets/ |
D | arm64_libdl.txt | 65 L (link order), O (extra OS processing required), G (group), T (TLS),
|
D | arm32_libdl.txt | 45 L (link order), O (extra OS processing required), G (group), T (TLS),
|
D | x86app_process64.txt | 81 L (link order), O (extra OS processing required), G (group), T (TLS),
|
D | x86app_process32.txt | 53 L (link order), O (extra OS processing required), G (group), T (TLS),
|