Home
last modified time | relevance | path

Searched defs:description (Results 1 – 25 of 25) 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.h57 std::string description; member
Devent_type.cpp34 #define EVENT_TYPE_TABLE_ENTRY(name, type, config, description, limited_arch) \ argument
/system/keymaster/km_openssl/
Daes_operation.cpp93 static AesEvpCipherDescription description; variable
Dtriple_des_operation.cpp68 static TripleDesEvpCipherDescription description; variable
/system/core/libkeyutils/
Dkeyutils.cpp47 key_serial_t add_key(const char* type, const char* description, const void* payload, in add_key()
60 long keyctl_search(key_serial_t ring_id, const char* type, const char* description, in keyctl_search()
/system/tools/hidl/docs/src/parser/files/
DInterfaceFileParser.kt46 val description get() = interfaceEntry.docParser.description constant
/system/update_engine/common/
Dhttp_common.cc30 const char* description; in GetHttpResponseDescription() member
/system/tools/hidl/docs/src/parser/elements/
DDocParser.kt27 val description: String by lazy { formatDescription(this.descTokens) } in <lambda>() constant
DDocAnnotationParser.kt32 lateinit var description: String variable
/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/
DStatus.cpp127 std::string Status::description() const { in description() function in android::hardware::Status
/system/libhidl/base/include/hidl/
DStatus.h184 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.cpp307 const std::string description; in TEST_F() member
/system/bt/include/hardware/
Dbt_hd.h48 const char* description; member
/system/libvintf/
Dparse_xml.cpp1032 std::string description{hal.name}; in buildObject() local
1044 std::string description{xmlFile.name()}; in buildObject() local
1235 std::string description{xmlFile.name()}; in buildObject() local
/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.cc722 static void dump_stat(int fd, stat_t* stat, const char* description) { in dump_stat()
/system/core/adb/
Dtest_device.py85 def _test_no_rebind(self, description, direction_list, direction, argument
/system/tools/hidl/
DEnumType.cpp775 std::string description = prevType->fullName() + "." + prevValue->name() + " implicitly"; in autofill() local
Dmain.cpp133 const std::string& description() const { return mDescription; } in description() function