Home
last modified time | relevance | path

Searched defs:description (Results 1 – 24 of 24) sorted by relevance

/system/extras/libperfmgr/
Dconfig_schema.json29 "description": "The name of the node.", string
36 …"description": "For File type node, it is filesystem path of the file; for Property type node, it … string
48 …"description": "The Values array lists all possible values that can be set in the Actions section,… string
55 …"description": "The default index of the node, if not present, it will be set to max index of Valu… string
62 …"description": "Flag if node will be set to default value on initialization; if not present, it wi… string
68 … "description": "Type of Node (File or Property), if not present, it will be set to File." string
74 …"description": "Flag if node will hold the file descriptor on non-default values; if not present, … string
98 "description": "The PowerHint name of the action.", string
105 "description": "The Node name of the action, which is defined in Nodes.", string
112 "description": "The value of action, which is defined in Nodes.", string
[all …]
/system/extras/simpleperf/
Dgenerate_event_type_table.py19 def gen_event_type_entry_str(event_type_name, event_type, event_config, description='', argument
28 def gen_arm_event_type_entry_str(event_type_name, event_type, event_config, description): argument
Devent_type.h55 std::string description; member
Devent_type.cpp48 #define EVENT_TYPE_TABLE_ENTRY(name, type, config, description, limited_arch) \ argument
/system/core/libkeyutils/
Dkeyutils.cpp37 key_serial_t add_key(const char* type, const char* description, const void* payload, in add_key()
50 long keyctl_search(key_serial_t ring_id, const char* type, const char* description, in keyctl_search()
/system/keymaster/km_openssl/
Daes_operation.cpp93 static AesEvpCipherDescription description; variable
Dtriple_des_operation.cpp68 static TripleDesEvpCipherDescription description; variable
/system/update_engine/common/
Dhttp_common.cc31 const char* description; in GetHttpResponseDescription() member
/system/libvintf/
DManifestInstance.cpp111 std::string ManifestInstance::description() const { in description() function in android::vintf::ManifestInstance
DMatrixInstance.cpp117 std::string MatrixInstance::description(Version replaceVersion) const { in description() function in android::vintf::MatrixInstance
Dparse_xml.cpp1096 std::string description{hal.name}; in buildObject() local
1108 std::string description{xmlFile.name()}; in buildObject() local
1300 std::string description{xmlFile.name()}; in buildObject() local
/system/libhidl/base/
DStatus.cpp96 std::string Status::description() const { in description() function in android::hardware::Status
/system/media/camera/docs/
Dmetadata_model.py244 def insert_tag(self, tag, description=""): argument
609 def __init__(self, name, parent, description=""): argument
623 def description(self): member in Tag
697 def __init__(self, name, parent, description=None, kinds=[]): argument
706 def description(self): member in Section
1298 def description(self): member in Entry
/system/libhidl/base/include/hidl/
DStatus.h191 std::string description() const { in description() function
/system/update_engine/scripts/update_payload/
Dpayload.py231 def _DescribeImageInfo(description, image_info): argument
/system/netd/server/
DFirewallControllerTest.cpp304 const std::string description; in TEST_F() member
/system/bt/include/hardware/
Dbt_hd.h48 const char* description; member
/system/bt/bta/hd/
Dbta_hd_int.h81 char description[BTA_HD_APP_DESCRIPTION_LEN]; member
/system/nvram/client/
Dnvram_client.c37 const char* description; member
/system/media/audio/include/system/
Dsound_trigger.h64 char description[SOUND_TRIGGER_MAX_STRING_LEN]; /* implementation description */ member
/system/bt/osi/src/
Dalarm.cc718 static void dump_stat(int fd, stat_t* stat, const char* description) { in dump_stat()
/system/core/adb/
Dtest_device.py94 def _test_no_rebind(self, description, direction_list, direction, argument
/system/tools/hidl/
DEnumType.cpp814 std::string description = prevType->fullName() + "." + prevValue->name() + " implicitly"; in autofill() local
Dmain.cpp133 const std::string& description() const { return mDescription; } in description() function