Home
last modified time | relevance | path

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

1234

/system/extras/simpleperf/
Dcmd_record_impl.h35 {"-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 …]
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
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()
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()
240 if (it->second.value_type != OptionValueType::NONE && i + 1 == argc) { in RunSimpleperfCmd()
Dcmd_report.cpp513 {"-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/
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/update_engine/common/
Ddynamic_partition_control_stub.cc30 return FeatureFlag(FeatureFlag::Value::NONE); in GetDynamicPartitionsFeatureFlag()
34 return FeatureFlag(FeatureFlag::Value::NONE); in GetVirtualAbFeatureFlag()
38 return FeatureFlag(FeatureFlag::Value::NONE); in GetVirtualAbCompressionFeatureFlag()
Ddynamic_partition_control_interface.h47 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/
DFooFlag.aidl23 NONE = 0, enumConstant
/system/security/keystore2/aidl/android/security/metrics/
DHardwareAuthenticatorType.aidl28 NONE = 1, enumConstant
/system/bt/bta/include/
Dbta_hearing_aid_api.h91 NONE, // Not Connected enumerator
163 connection_update_status(NONE), in HearingDevice()
187 connection_update_status(NONE), in HearingDevice()
/system/tools/hidl/c2hal/
DType.h35 NONE = 0, enumerator
81 case Qualifier::NONE: return ""; in qualifierText()
/system/update_engine/aosp/
Dcleanup_previous_update_action_unittest.cc69 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/
DKeyPermission.aidl34 NONE = 0, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DKeyPermission.aidl38 NONE = 0, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DKeyPermission.aidl38 NONE = 0, enumConstant
/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/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/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()

1234