Home
last modified time | relevance | path

Searched refs:FlagType (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/libartbase/base/
H A Dflags.h47 enum class FlagType { enum
64 FlagType type) : in FlagMetaBase()
138 FlagType type_;
162 Flag(const std::string& name, Value default_value, FlagType type);
259 Flag<int32_t> MyFeatureTestFlag{"my-feature-test.flag", 42, FlagType::kDeviceConfig};
270 FlagType::kDeviceConfig};
279 FlagType::kDeviceConfig};
281 FlagType::kDeviceConfig};
289 FlagType::kDeviceConfig};
291 FlagType::kDeviceConfig};
[all …]
H A Dflags_test.cc33 TestFlag(ScratchFile* tmp_file, FlagType flag_type) { in TestFlag()
107 test_flag_.reset(new TestFlag(new ScratchFile(), FlagType::kDeviceConfig)); in SetUpRuntimeOptions()
121 explicit FlagsTestsWithCmdLineBase(FlagType type) : flag_type_(type) { in FlagsTestsWithCmdLineBase()
137 FlagType flag_type_;
142 FlagsTestsWithCmdLine() : FlagsTestsWithCmdLineBase(FlagType::kDeviceConfig) { in FlagsTestsWithCmdLine()
148 FlagsTestsCmdLineOnly() : FlagsTestsWithCmdLineBase(FlagType::kCmdlineOnly) { in FlagsTestsCmdLineOnly()
H A Dflags.cc100 Flag<Value>::Flag(const std::string& name, Value default_value, FlagType type) : in Flag()
120 if (type_ == FlagType::kCmdlineOnly) { in Reload()
/aosp12/hardware/interfaces/audio/policy/1.0/xml/api/
H A Dcurrent.txt126 public enum FlagType {
129 enum_constant public static final audio.policy.V1_0.FlagType AUDIO_FLAG_BEACON;
131 enum_constant public static final audio.policy.V1_0.FlagType AUDIO_FLAG_BYPASS_MUTE;
133 enum_constant public static final audio.policy.V1_0.FlagType AUDIO_FLAG_DEEP_BUFFER;
134 enum_constant public static final audio.policy.V1_0.FlagType AUDIO_FLAG_HW_AV_SYNC;
135 enum_constant public static final audio.policy.V1_0.FlagType AUDIO_FLAG_HW_HOTWORD;
138 enum_constant public static final audio.policy.V1_0.FlagType AUDIO_FLAG_NONE;
141 enum_constant public static final audio.policy.V1_0.FlagType AUDIO_FLAG_SCO;
142 enum_constant public static final audio.policy.V1_0.FlagType AUDIO_FLAG_SECURE;
147 method public java.util.List<audio.policy.V1_0.FlagType> getValue();
[all …]
/aosp12/frameworks/base/core/java/android/app/search/
H A DSearchTargetEvent.java65 public @interface FlagType {} annotation in SearchTargetEvent
73 @FlagType
120 @FlagType int flags) { in SearchTargetEvent()
/aosp12/system/testing/gtest_extras/
H A DOptions.h62 enum FlagType : uint32_t { enum