Home
last modified time | relevance | path

Searched full:platform (Results 1 – 25 of 73) sorted by relevance

123

/benchmark/benchmark-darwin-core/src/nativeInterop/cinterop/
DxcTestInterop.def2 # https://github.com/JetBrains/kotlin/tree/master/kotlin-native/platformLibs/src/platform/ios
5 package = platform.XCTest
13 … -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library…
17 … -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library…
18 linkerOpts.ios_arm64 = -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Dev…
19 …rk XCTest -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library…
/benchmark/benchmark-darwin-samples/src/iosMain/kotlin/androidx/benchmark/darwin/samples/
DArrayListAllocationBenchmark.kt22 import platform.XCTest.XCTMeasureOptions
36 platform.XCTest.XCTCPUMetric(), in benchmark()
37 platform.XCTest.XCTMemoryMetric(), in benchmark()
38 platform.XCTest.XCTClockMetric() in benchmark()
/benchmark/benchmark-darwin/src/iosMain/kotlin/androidx/benchmark/darwin/
DTestCaseContextWrapper.kt19 import platform.XCTest.XCTMeasureOptions
20 import platform.XCTest.XCTestCase
21 import platform.XCTest.measureWithMetrics
DMeasureOptions.kt19 actual typealias MeasureOptions = platform.XCTest.XCTMeasureOptions
/benchmark/benchmark-darwin-xcode/projects/
Dcollection-benchmark-ios.yml8 platform: iOS
24 platform: iOS
Dbenchmark-darwin-samples-xcode.yml8 platform: iOS
24 platform: iOS
/benchmark/benchmark-darwin-core/
Dbuild.gradle20 // default platform is not JVM but we need to use it because it is
21 // the only platform built on all machines
/benchmark/benchmark-darwin-gradle-plugin/src/main/kotlin/androidx/benchmark/darwin/gradle/
DXCodeSimCtrl.kt32 // platform=iOS Simulator,name=iPhone 13,OS=15.2 in <lambda>()
49 private const val PLATFORM_KEY = "platform" in <lambda>()
65 return when (platform(parsed)) { in <lambda>()
145 private fun platform(parsed: Map<String, String>): String? { in <lambda>() method
/benchmark/benchmark-darwin/
Dbuild.gradle30 // default platform is not JVM but we need to use it because it is
31 // the only platform built on all machines
/benchmark/benchmark-macro/src/androidTest/java/androidx/benchmark/macro/perfetto/
DPerfettoCaptureSweepTest.kt113 * We use unique, app tag names to avoid conflicting with other legitimate platform tracing. in <lambda>()
127 // Note: this test avoids validating platform-triggered trace sections, to avoid flakes in <lambda>()
128 // from legitimate (and coincidental) platform use during test. in <lambda>()
/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DPackageInfo.kt19 import androidx.test.platform.app.InstrumentationRegistry
DPropOverride.kt23 * PropOverride provides temporary overriding of a platform setprop value, with resetting to avoid
/benchmark/benchmark-common/src/androidTest/java/androidx/benchmark/
DPackages.kt19 import androidx.test.platform.app.InstrumentationRegistry
DBenchmarkStateLegacyTest.kt261 @RequiresApi(22) // 21 profiler has flaky platform crashes, see b/353716346
307 @SdkSuppress(minSdkVersion = 22) // 21 profiler has flaky platform crashes, see b/353716346
311 @SdkSuppress(minSdkVersion = 22) // 21 profiler has flaky platform crashes, see b/353716346 in profiler_default()
315 @SdkSuppress(minSdkVersion = 22) // 21 profiler has flaky platform crashes, see b/353716346 in profiler_default()
/benchmark/benchmark-darwin-gradle-plugin/
DREADME.md33 destination = "platform=iOS Simulator,name=iPhone 13,OS=15.2"
/benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/
DProfileInstallBroadcast.kt47 // 0 is returned by the platform by default, and also if no broadcast receiver in <lambda>()
130 // 0 is returned by the platform by default, and also if no broadcast receiver in <lambda>()
161 // 0 is returned by the platform by default, and also if no broadcast receiver in <lambda>()
225 // 0 is returned by the platform by default, and also if no broadcast receiver in <lambda>()
/benchmark/integration-tests/macrobenchmark/src/main/java/androidx/benchmark/integration/macrobenchmark/
DTrivialStartupBaselineProfile.kt23 import androidx.test.platform.app.InstrumentationRegistry
DVectorsListScrollBenchmark.kt25 import androidx.test.platform.app.InstrumentationRegistry
DTrivialListScrollBenchmark.kt25 import androidx.test.platform.app.InstrumentationRegistry
/benchmark/benchmark-common/src/androidTest/java/androidx/benchmark/json/
DBenchmarkDataTest.kt24 import androidx.test.platform.app.InstrumentationRegistry
122 // Newer REL-eased versions of the platform don't have a discoverable codename in osCodenameAbbreviated()
/benchmark/benchmark-junit4/src/androidTest/java/androidx/benchmark/junit4/
DArgumentInjectingApplication.kt22 import androidx.test.platform.app.InstrumentationRegistry
/benchmark/baseline-profile-gradle-plugin/src/test/kotlin/androidx/baselineprofile/gradle/utils/
DBaselineProfileProjectSetupRule.kt21 import com.google.testing.platform.proto.api.core.LabelProto
22 import com.google.testing.platform.proto.api.core.PathProto
23 import com.google.testing.platform.proto.api.core.TestArtifactProto
24 import com.google.testing.platform.proto.api.core.TestResultProto
25 import com.google.testing.platform.proto.api.core.TestStatusProto
26 import com.google.testing.platform.proto.api.core.TestSuiteResultProto
/benchmark/benchmark-darwin-samples/
Dbuild.gradle66 destination = "platform=iOS Simulator,name=iPhone 13,OS=15.2"
/benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/
DBenchmarkConfigTest.kt22 import androidx.test.platform.app.InstrumentationRegistry
/benchmark/benchmark-macro-junit4/src/androidTest/java/androidx/benchmark/macro/junit4/
DTrivialServiceHandle.kt25 import androidx.test.platform.app.InstrumentationRegistry

123