/system/extras/simpleperf/ |
D | cmd_record_impl.h | 32 {"-a", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::NOT_ALLOWED}}, in GetRecordCmdOptionFormats() 36 {"-b", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 46 {"--exclude-perf", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 47 {"--exit-with-parent", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 49 {"-g", {OptionValueType::NONE, OptionType::ORDERED, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 51 {"--in-app", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 55 {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 56 {"--no-cut-samples", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 58 {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetRecordCmdOptionFormats() 59 {"--no-dump-symbols", {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 131 {"-h", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetCommonOptionFormatMap() 132 {"--help", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetCommonOptionFormatMap() 135 {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetCommonOptionFormatMap() 136 {"--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() 236 if (it->second.value_type != OptionValueType::NONE && i + 1 == argc) { in RunSimpleperfCmd()
|
/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/bpf/libbpf_android/ |
D | BpfUtils.cpp | 118 case BpfLevel::NONE: in BpfLevelToString() 151 if (api_level < MINIMUM_API_REQUIRED) return BpfLevel::NONE; in getUncachedBpfSupportLevel() 155 return BpfLevel::NONE; in getUncachedBpfSupportLevel()
|
/system/update_engine/common/ |
D | dynamic_partition_control_stub.cc | 29 return FeatureFlag(FeatureFlag::Value::NONE); in GetDynamicPartitionsFeatureFlag() 33 return FeatureFlag(FeatureFlag::Value::NONE); in GetVirtualAbFeatureFlag()
|
D | dynamic_partition_control_interface.h | 34 enum class Value { NONE = 0, RETROFIT, LAUNCH }; enumerator 36 constexpr bool IsEnabled() const { return value_ != Value::NONE; } in IsEnabled()
|
/system/bt/bta/include/ |
D | bta_hearing_aid_api.h | 89 NONE, // Not Connected enumerator 161 connection_update_status(NONE), in HearingDevice() 185 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/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/bpf/libbpf_android/include/bpf/ |
D | BpfUtils.h | 40 NONE, enumerator 172 return getBpfSupportLevel() != BpfLevel::NONE; in isBpfSupported()
|
/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/extras/simpleperf/simpleperf_app_runner/ |
D | simpleperf_app_runner.cpp | 132 if (format.value_type != OptionValueType::NONE && args[i + 1] == nullptr) { in CheckSimpleperfArguments() 156 if (format.value_type != OptionValueType::NONE) { in CheckSimpleperfArguments()
|
/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()
|
/system/bt/gd/hci/ |
D | hci_layer.cc | 127 if (op_code == OpCode::NONE) { in handle_command_response() 142 waiting_command_ = OpCode::NONE; in handle_command_response() 151 if (waiting_command_ != OpCode::NONE) { in send_next_command() 217 OpCode waiting_command_{OpCode::NONE};
|
/system/teeui/libteeui/example/ |
D | touch_button_example.cpp | 40 EventResult eventResult_ = EventResult::NONE; 93 eventResult_ = EventResult::NONE; in onEvent()
|
/system/libvintf/include/vintf/ |
D | RuntimeInfo.h | 96 NONE = 0, enumerator
|
/system/libhwbinder/include/hwbinder/ |
D | ProcessState.h | 84 NONE, enumerator
|