/platform_testing/libraries/flag-helpers/libflagtest/include/ |
D | flag_macros.h | 40 #define _FLAG_GTEST_CLASS(test_fixture, test_name, parent_class, flags...) \ argument 58 android::test::flag::GetFlagsNotMetRequirements({flags}); \ 103 #define REQUIRES_FLAGS_ENABLED(flags...) \ argument 105 std::pair<std::function<bool()>, std::string>>>(true, {flags}) 118 #define REQUIRES_FLAGS_DISABLED(flags...) \ argument 120 std::pair<std::function<bool()>, std::string>>>(false, {flags}) 140 #define TEST_F_WITH_FLAGS(test_fixture, test_name, flags...) \ argument 141 _FLAG_GTEST_CLASS(test_fixture, test_name, test_fixture, flags) \ 164 #define TEST_WITH_FLAGS(test_fixture, test_name, flags...) \ argument 165 _FLAG_GTEST_CLASS(test_fixture, test_name, ::testing::Test, flags) \
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/ |
D | LayerProperties.kt | 31 override val flags: Int = 0, constant in android.tools.traces.surfaceflinger.LayerProperties 54 result = 31 * result + flags in hashCode() 78 "flags=$flags, bounds=$bounds, color=$color, _isOpaque=$_isOpaque, " + in toString() 95 if (flags != other.flags) return false in equals() 125 flags: Int, in from() 147 flags, in from()
|
D | ILayerProperties.kt | 34 val flags: Int constant 76 val tokens = Flag.values().filter { (it.value and flags) != 0 }.map { it.name } in <lambda>()
|
D | Layer.kt | 79 return (flags and Flag.HIDDEN.value) != 0x0 || 258 if (flags != other.flags) return false in equals() 282 result = 31 * result + flags in hashCode() 323 flags: Int, in from() 346 flags, in from()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/ |
D | WindowLayoutParams.kt | 50 val flags: Int = 0, constant in android.tools.traces.wm.WindowLayoutParams 87 if (flags != other.flags) return false in equals() 123 result = 31 * result + flags in hashCode() 145 "userActivityTimeout=$userActivityTimeout, colorMode=$colorMode, flags=$flags, " + in toString() 182 flags: Int, in from() 214 flags, in from()
|
D | DisplayContent.kt | 42 val flags: Int, in <lambda>() constant in android.tools.traces.wm.DisplayContent 112 "mAppRect=$appRect mFlags=$flags" in <lambda>() 129 if (flags != other.flags) return false in <lambda>() 155 result = 31 * result + flags in <lambda>()
|
D | WindowState.kt | 53 get() = this.attributes.flags.and(PlatformConsts.FLAG_FULLSCREEN) > 0 in <lambda>()
|
/platform_testing/libraries/flag-helpers/ |
D | TEST_MAPPING | 7 "include-filter": "android.cts.flags.tests.FlagAnnotationTest"
|
/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/example/ |
D | ExampleFlagsParameterizedTest.java | 63 public ExampleFlagsParameterizedTest(FlagsParameterization flags) { in ExampleFlagsParameterizedTest() argument 64 mSetFlagsRule = mSetFlagsClassRule.createSetFlagsRule(flags); in ExampleFlagsParameterizedTest()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/ |
D | LayerTest.kt | 118 flags: Int = 0x0, in makeLayerWithDefaults() 131 flags, in makeLayerWithDefaults()
|
D | LayerTraceEntryBuilderTest.kt | 89 flags = 0, in removesLayersFromOffDisplays()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/ |
D | PerfettoTraceMonitor.kt | 99 fun enableLayersTrace(flags: List<SurfaceFlingerLayersConfig.TraceFlag>? = null): Builder = in enableLayersTrace() 102 createLayersTraceDataSourceConfig(flags ?: DEFAULT_SF_LAYER_FLAGS) in enableLayersTrace() 106 fun enableLayersDump(flags: List<SurfaceFlingerLayersConfig.TraceFlag>? = null): Builder = in enableLayersDump() 108 enableCustomTrace(createLayersDumpDataSourceConfig(flags ?: DEFAULT_SF_LAYER_FLAGS)) in enableLayersDump()
|
D | MonitorUtils.kt | 64 flags: List<SurfaceFlingerLayersConfig.TraceFlag>? = null, in withSFTracing() 69 .enableLayersTrace(flags) in withSFTracing()
|
D | ScreenRecordingRunnable.kt | 92 val endOfStream = bufferInfo.flags and MediaCodec.BUFFER_FLAG_END_OF_STREAM in run() 120 val endOfStream = bufferInfo.flags and MediaCodec.BUFFER_FLAG_END_OF_STREAM in writeSample()
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ |
D | LaunchAppUtils.kt | 36 flags = FLAG_ACTIVITY_NEW_TASK or FLAG_ACTIVITY_CLEAR_TASK in Context()
|
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/ |
D | VideoRenderer.kt | 127 if (bufferInfo.flags and MediaCodec.BUFFER_FLAG_CODEC_CONFIG != 0) { in <lambda>() 144 if (bufferInfo.flags and MediaCodec.BUFFER_FLAG_END_OF_STREAM != 0) { in <lambda>()
|
/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/ |
D | CalendarAppHelper.kt | 46 intent.flags = Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET in getCalendarIntent()
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | NotificationHelper.java | 228 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 229 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/ |
D | AnnotationsRetriever.java | 307 String[] flags = getFlags(annotation); in getFlagsSet() local 308 return flags == null ? Set.of() : Set.of(flags); in getFlagsSet()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/ |
D | MockLayerBuilder.kt | 78 flags = if (isVisible) 0 else Flag.HIDDEN.value, in <lambda>()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/ |
D | WindowManagerStateBuilder.kt | 195 flags = proto.displayInfo?.flags ?: 0, in <lambda>() 433 flags = proto?.flags ?: 0, in <lambda>()
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 234 long flags, in SecHeader() argument 244 this.sh_flags = flags; in SecHeader() 336 VerNAux(long hash, int flags, int other, long name, long next) { in VerNAux() argument 338 this.vna_flags = flags; in VerNAux() 380 VerDef(int ver, int flags, int ndx, int cnt, long hash, long aux, long next) { in VerDef() argument 382 this.vd_flags = flags; in VerDef()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/stressmodes/ |
D | IOContentionStressTestMode.java | 123 bufferInfo.flags = extractor.getSampleFlags(); in doCopyFile()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/monitors/ |
D | ScreenRecorderTest.kt | 202 flags: Int, in onSampleCompleted()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/ |
D | WindowManagerStateHelperTest.kt | 111 flags = 0, in <lambda>()
|