/system/extras/simpleperf/ |
D | cmd_record_impl.h | 35 {"-a", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::NOT_ALLOWED}}, in GetRecordCmdOptionFormats() 41 {"-b", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 51 {"--exclude-perf", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 52 {"--exit-with-parent", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 54 {"-g", {OptionValueType::NONE, OptionType::ORDERED, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 56 {"--in-app", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 59 {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 61 {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::NOT_ALLOWED}}, in GetRecordCmdOptionFormats() 65 {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 66 {"--no-cut-samples", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() [all …]
|
D | cmd_stat_impl.h | 329 {"-a", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::NOT_ALLOWED}}, in GetStatCmdOptionFormats() 332 {"--csv", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetStatCmdOptionFormats() 336 {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetStatCmdOptionFormats() 339 {"--in-app", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetStatCmdOptionFormats() 340 {"--no-inherit", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetStatCmdOptionFormats() 344 {"--per-core", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetStatCmdOptionFormats() 345 {"--per-thread", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetStatCmdOptionFormats() 352 {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::NOT_ALLOWED}}, in GetStatCmdOptionFormats() 353 {"--verbose", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetStatCmdOptionFormats()
|
D | command.h | 44 NONE, // No value is needed enumerator 136 {"-h", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetCommonOptionFormatMap() 137 {"--help", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetCommonOptionFormatMap() 140 {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetCommonOptionFormatMap() 141 {"--version", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetCommonOptionFormatMap()
|
D | cmd_api_impl.h | 26 {"--in-app", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetApiCollectCmdOptionFormats()
|
D | command.cpp | 67 if (format.value_type != OptionValueType::NONE && in PreprocessOptions() 75 case OptionValueType::NONE: in PreprocessOptions() 240 if (it->second.value_type != OptionValueType::NONE && i + 1 == argc) { in RunSimpleperfCmd()
|
D | cmd_report.cpp | 513 {"-b", {OptionValueType::NONE, OptionType::SINGLE}}, in ParseOptions() 514 {"--children", {OptionValueType::NONE, OptionType::SINGLE}}, in ParseOptions() 517 {"--csv", {OptionValueType::NONE, OptionType::SINGLE}}, in ParseOptions() 519 {"--full-callgraph", {OptionValueType::NONE, OptionType::SINGLE}}, in ParseOptions() 524 {"-n", {OptionValueType::NONE, OptionType::SINGLE}}, in ParseOptions() 525 {"--no-demangle", {OptionValueType::NONE, OptionType::SINGLE}}, in ParseOptions() 526 {"--no-show-ip", {OptionValueType::NONE, OptionType::SINGLE}}, in ParseOptions() 531 {"--raw-period", {OptionValueType::NONE, OptionType::SINGLE}}, in ParseOptions()
|
/system/tools/hidl/lint/lints/ |
D | oneway.cpp | 30 enum InterfaceMethodType { NONE = 0, ONEWAY = 1, TWOWAY = 2, MIXED = ONEWAY | TWOWAY }; enumerator 41 InterfaceMethodType onewayType = NONE; in getInterfaceOnewayType() 47 : NONE; in getInterfaceOnewayType() 66 CHECK(onewayType != NONE) << "Functions are neither oneway nor non-oneway?: " in getInterfaceOnewayType() 80 if (ifaceType == NONE) { in onewayLint() 100 if (parentType == NONE || parentType == MIXED) { in onewayLint()
|
/system/timezone/tzdatacheck/ |
D | tzdatacheck.cpp | 184 enum PathStatus { ERR, NONE, IS_DIR, IS_REG, UNKNOWN }; enumerator 193 return NONE; in checkPath() 205 if (pathStatus == NONE) { in deleteFile() 235 if (pathStatus == NONE) { in deleteDir() 292 case NONE: in handleStagedUninstall() 336 case NONE: in handleStagedInstall() 381 if (dataStagedDirStatus == NONE) { in processStagedOperation() 410 if (uninstallTombStoneFileStatus != IS_REG && uninstallTombStoneFileStatus != NONE) { in processStagedOperation() 458 if (dataCurrentDirStatus == NONE) { in main()
|
/system/update_engine/common/ |
D | dynamic_partition_control_stub.cc | 30 return FeatureFlag(FeatureFlag::Value::NONE); in GetDynamicPartitionsFeatureFlag() 34 return FeatureFlag(FeatureFlag::Value::NONE); in GetVirtualAbFeatureFlag() 38 return FeatureFlag(FeatureFlag::Value::NONE); in GetVirtualAbCompressionFeatureFlag()
|
D | dynamic_partition_control_interface.h | 47 enum class Value { NONE = 0, RETROFIT, LAUNCH }; enumerator 49 constexpr bool IsEnabled() const { return value_ != Value::NONE; } in IsEnabled()
|
/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/ |
D | FooFlag.aidl | 23 NONE = 0, enumConstant
|
/system/security/keystore2/aidl/android/security/metrics/ |
D | HardwareAuthenticatorType.aidl | 28 NONE = 1, enumConstant
|
/system/bt/bta/include/ |
D | bta_hearing_aid_api.h | 91 NONE, // Not Connected enumerator 163 connection_update_status(NONE), in HearingDevice() 187 connection_update_status(NONE), in HearingDevice()
|
/system/tools/hidl/c2hal/ |
D | Type.h | 35 NONE = 0, enumerator 81 case Qualifier::NONE: return ""; in qualifierText()
|
/system/update_engine/aosp/ |
D | cleanup_previous_update_action_unittest.cc | 69 constexpr static FeatureFlag NONE{FeatureFlag::Value::NONE}; member in chromeos_update_engine::CleanupPreviousUpdateActionTest 88 .WillRepeatedly(Return(NONE)); in TEST_F()
|
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
D | KeyPermission.aidl | 34 NONE = 0, enumConstant
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
D | KeyPermission.aidl | 38 NONE = 0, enumConstant
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
D | KeyPermission.aidl | 38 NONE = 0, enumConstant
|
/system/libhidl/adapter/ |
D | HidlBinderAdapter.cpp | 54 NONE, enumerator 60 StopMethod stopMethod = StopMethod::NONE; 178 case StopMethod::NONE: { in adapterMain()
|
/system/libhidl/base/ |
D | Status.cpp | 115 static HidlReturnRestriction gReturnRestriction = HidlReturnRestriction::NONE; 128 if (gReturnRestriction == HidlReturnRestriction::NONE) { in onIgnored()
|
/system/teeui/libteeui/include/teeui/example/ |
D | example.h | 38 NONE, enumerator
|
/system/security/keystore/ |
D | keystore_utils.cpp | 114 params->push_back(TAG_PADDING, PaddingMode::NONE); in add_legacy_key_authorizations() 121 params->push_back(TAG_DIGEST, Digest::NONE); in add_legacy_key_authorizations()
|
/system/tools/hidl/lint/test/interfaces/enum_max_all/1.0/ |
D | IAll.hal | 21 NONE = 0,
|
/system/netd/server/ |
D | FirewallController.h | 42 NONE = INetd::FIREWALL_CHAIN_NONE, enumerator
|
D | FirewallControllerTest.cpp | 149 mFw.setUidRule(NONE, 54321, DENY); in TEST_F() 158 mFw.setUidRule(NONE, 54321, ALLOW); in TEST_F()
|