Home
last modified time | relevance | path

Searched defs:featureFlags (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/aconfig/tests/
DAconfigHostTest.java20 FakeFeatureFlagsImpl featureFlags = new FakeFeatureFlagsImpl(); in testThrowsExceptionIfFlagNotSet() local
26 FakeFeatureFlagsImpl featureFlags = new FakeFeatureFlagsImpl(); in testSetFlagInFakeFeatureFlagsImpl() local
42 FakeFeatureFlagsImpl featureFlags = new FakeFeatureFlagsImpl(); in testSetFlagWithRandomName() local
49 FakeFeatureFlagsImpl featureFlags = new FakeFeatureFlagsImpl(); in testResetFlagsInFakeFeatureFlagsImpl() local
62 FakeFeatureFlagsImpl featureFlags = new FakeFeatureFlagsImpl(); in testFlagsSetFeatureFlags() local
72 FakeFeatureFlagsImpl featureFlags = new FakeFeatureFlagsImpl(); in testFlagsUnsetFeatureFlags() local
84 FeatureFlags featureFlags = new FeatureFlagsImpl(); in testFeatureFlagsImplNotImpl() local
/build/soong/rust/
Dcompiler.go41 featureFlags(ctx ModuleContext, module *Module, flags Flags) Flags methodSpec
392 func (compiler *baseCompiler) featureFlags(ctx ModuleContext, module *Module, flags Flags) Flags { func