Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 25 of 30) sorted by relevance

12

/platform_testing/libraries/flag-helpers/libflagtest/include/
Dflag_macros.h40 #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/
DLayerProperties.kt31 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()
DILayerProperties.kt34 val flags: Int constant
76 val tokens = Flag.values().filter { (it.value and flags) != 0 }.map { it.name } in <lambda>()
DLayer.kt79 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/
DWindowLayoutParams.kt50 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()
DDisplayContent.kt42 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>()
DWindowState.kt53 get() = this.attributes.flags.and(PlatformConsts.FLAG_FULLSCREEN) > 0 in <lambda>()
/platform_testing/libraries/flag-helpers/
DTEST_MAPPING7 "include-filter": "android.cts.flags.tests.FlagAnnotationTest"
/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/example/
DExampleFlagsParameterizedTest.java63 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/
DLayerTest.kt118 flags: Int = 0x0, in makeLayerWithDefaults()
131 flags, in makeLayerWithDefaults()
DLayerTraceEntryBuilderTest.kt89 flags = 0, in removesLayersFromOffDisplays()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/
DPerfettoTraceMonitor.kt99 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()
DMonitorUtils.kt64 flags: List<SurfaceFlingerLayersConfig.TraceFlag>? = null, in withSFTracing()
69 .enableLayersTrace(flags) in withSFTracing()
DScreenRecordingRunnable.kt92 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/
DLaunchAppUtils.kt36 flags = FLAG_ACTIVITY_NEW_TASK or FLAG_ACTIVITY_CLEAR_TASK in Context()
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DVideoRenderer.kt127 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/
DCalendarAppHelper.kt46 intent.flags = Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET in getCalendarIntent()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java228 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/
DAnnotationsRetriever.java307 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/
DMockLayerBuilder.kt78 flags = if (isVisible) 0 else Flag.HIDDEN.value, in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt195 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/
DReadElf.java234 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/
DIOContentionStressTestMode.java123 bufferInfo.flags = extractor.getSampleFlags(); in doCopyFile()
/platform_testing/libraries/flicker/utils/test/src/android/tools/monitors/
DScreenRecorderTest.kt202 flags: Int, in onSampleCompleted()
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/
DWindowManagerStateHelperTest.kt111 flags = 0, in <lambda>()

12