Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 69) sorted by relevance

123

/system/extras/simpleperf/
Dcmd_record_impl.h32 {"-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 …]
Dcmd_stat_impl.h329 {"-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()
Dcommand.h44 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()
Dcmd_api_impl.h26 {"--in-app", {OptionValueType::NONE, OptionType::SINGLE, AppRunnerType::ALLOWED}}, in GetApiCollectCmdOptionFormats()
Dcommand.cpp67 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/
Doneway.cpp30 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/
Dtzdatacheck.cpp184 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/
DBpfUtils.cpp118 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/
Ddynamic_partition_control_stub.cc29 return FeatureFlag(FeatureFlag::Value::NONE); in GetDynamicPartitionsFeatureFlag()
33 return FeatureFlag(FeatureFlag::Value::NONE); in GetVirtualAbFeatureFlag()
Ddynamic_partition_control_interface.h34 enum class Value { NONE = 0, RETROFIT, LAUNCH }; enumerator
36 constexpr bool IsEnabled() const { return value_ != Value::NONE; } in IsEnabled()
/system/bt/bta/include/
Dbta_hearing_aid_api.h89 NONE, // Not Connected enumerator
161 connection_update_status(NONE), in HearingDevice()
185 connection_update_status(NONE), in HearingDevice()
/system/tools/hidl/c2hal/
DType.h35 NONE = 0, enumerator
81 case Qualifier::NONE: return ""; in qualifierText()
/system/libhidl/adapter/
DHidlBinderAdapter.cpp54 NONE, enumerator
60 StopMethod stopMethod = StopMethod::NONE;
178 case StopMethod::NONE: { in adapterMain()
/system/libhidl/base/
DStatus.cpp115 static HidlReturnRestriction gReturnRestriction = HidlReturnRestriction::NONE;
128 if (gReturnRestriction == HidlReturnRestriction::NONE) { in onIgnored()
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h40 NONE, enumerator
172 return getBpfSupportLevel() != BpfLevel::NONE; in isBpfSupported()
/system/teeui/libteeui/include/teeui/example/
Dexample.h38 NONE, enumerator
/system/security/keystore/
Dkeystore_utils.cpp114 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/
DIAll.hal21 NONE = 0,
/system/extras/simpleperf/simpleperf_app_runner/
Dsimpleperf_app_runner.cpp132 if (format.value_type != OptionValueType::NONE && args[i + 1] == nullptr) { in CheckSimpleperfArguments()
156 if (format.value_type != OptionValueType::NONE) { in CheckSimpleperfArguments()
/system/netd/server/
DFirewallController.h42 NONE = INetd::FIREWALL_CHAIN_NONE, enumerator
DFirewallControllerTest.cpp149 mFw.setUidRule(NONE, 54321, DENY); in TEST_F()
158 mFw.setUidRule(NONE, 54321, ALLOW); in TEST_F()
/system/bt/gd/hci/
Dhci_layer.cc127 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/
Dtouch_button_example.cpp40 EventResult eventResult_ = EventResult::NONE;
93 eventResult_ = EventResult::NONE; in onEvent()
/system/libvintf/include/vintf/
DRuntimeInfo.h96 NONE = 0, enumerator
/system/libhwbinder/include/hwbinder/
DProcessState.h84 NONE, enumerator

123