Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 142) sorted by relevance

123456

/system/extras/simpleperf/
Dgenerate_event_type_table.py19 def gen_event_type_entry_str(event_type_name, event_type, event_config, description='', argument
26 event_type_name, event_type, event_config, description, limited_arch)
28 def gen_arm_event_type_entry_str(event_type_name, event_type, event_config, description): argument
29 return gen_event_type_entry_str(event_type_name, event_type, event_config, description,
288 description = item[2]
290 description)
Devent_type.h34 const std::string& description, const std::string& limited_arch) in EventType()
35 : name(name), type(type), config(config), description(description), in EventType()
55 std::string description; member
Dcmd_list.cpp116 if (!event_type.description.empty()) { in PrintEventTypesOfType()
117 printf("\t\t# %s", event_type.description.c_str()); in PrintEventTypesOfType()
/system/core/libkeyutils/
Dkeyutils.cpp37 key_serial_t add_key(const char* type, const char* description, const void* payload, in add_key() argument
39 return syscall(__NR_add_key, type, description, payload, payload_length, ring_id); in add_key()
50 long keyctl_search(key_serial_t ring_id, const char* type, const char* description, in keyctl_search() argument
52 return syscall(__NR_keyctl, KEYCTL_SEARCH, ring_id, type, description, dest_ring_id); in keyctl_search()
/system/bt/build/toolchain/gcc/
DBUILD.gn24 description = "CC {{output}}"
34 description = "CXX {{output}}"
43 description = "AR {{target_output_name}}{{output_extension}}"
61 description = "SOLINK $soname"
81 description = "LINK $outfile"
90 description = "STAMP {{output}}"
95 description = "COPY {{source}} {{output}}"
/system/bt/build/toolchain/clang/
DBUILD.gn43 description = "CC {{output}}"
53 description = "CXX {{output}}"
62 description = "AR {{target_output_name}}{{output_extension}}"
80 description = "SOLINK $soname"
100 description = "LINK $outfile"
109 description = "STAMP {{output}}"
114 description = "COPY {{source}} {{output}}"
/system/media/camera/docs/
Dmetadata_template.mako24 % if tag.description and tag.description.strip():
25 <tag id="${tag.id}">${tag.description | x}</tag>
27 <tag id="${tag.id}"><!-- TODO: fill the tag description --></tag>
47 % if section.description is not None:
48 <description>${section.description}</description>
187 % if prop.description is not None:
188 <description>${prop.description | x}</description>
DCameraMetadataKeys.mako33 description = ""
34 if entry.description:
35 description = dedent(entry.description) + "\n\n"
42 concatenated_info = description + details + extra_detail
44 ## Glue description and details together before javadoc-izing. Otherwise @see in middle of javadoc.
/system/update_engine/
Dboot_control_android.cc109 << " is bootable: " << ret.description(); in IsSlotBootable()
124 << SlotName(slot) << ": " << ret.description(); in MarkSlotUnbootable()
139 << ": " << ret.description(); in SetActiveBootSlot()
154 LOG(ERROR) << "Unable to call MarkBootSuccessful: " << ret.description(); in MarkBootSuccessfulAsync()
171 << " is marked successful: " << ret.description(); in IsSlotMarkedSuccessful()
/system/libufdt/tests/
Drun_tests.sh31 local description="$2"
33 alert "${description}"
/system/bt/audio_hal_interface/
Dclient_interface.cc82 LOG(ERROR) << __func__ << ": BluetoothAudioHal failure: " << hidl_retval.description(); in startStream()
94 LOG(ERROR) << __func__ << ": BluetoothAudioHal failure: " << hidl_retval.description(); in suspendStream()
205 … LOG(FATAL) << __func__ << ": BluetoothAudioDeathRecipient failure: " << hidl_retval.description(); in ~BluetoothAudioClientInterface()
230 << hidl_retval.description(); in IsSupported()
260 << hidl_retval.description(); in GetAudioCapabilities()
288 … __func__ << ": BluetoothAudioHal::getProviderCapabilities failure: " << hidl_retval.description(); in FetchAudioProvider()
318 …G(FATAL) << __func__ << ": BluetoothAudioHal::openProvider failure: " << hidl_retval.description(); in FetchAudioProvider()
323 … LOG(FATAL) << __func__ << ": BluetoothAudioDeathRecipient failure: " << hidl_retval.description(); in FetchAudioProvider()
389 LOG(FATAL) << __func__ << ": BluetoothAudioHal failure: " << hidl_retval.description(); in StartSession()
427 LOG(ERROR) << __func__ << ": BluetoothAudioHal failure: " << hidl_retval.description(); in StreamStarted()
[all …]
/system/netd/server/
DFirewallControllerTest.cpp304 const std::string description; in TEST_F() member
309 .description = "root namespace case", in TEST_F()
314 .description = "container namespace case", in TEST_F()
321 .description = "garbage content case", in TEST_F()
326 .description = "no content case", in TEST_F()
339 FAIL() << test.description << ":\n" in TEST_F()
/system/keymaster/km_openssl/
Dtriple_des_operation.cpp68 static TripleDesEvpCipherDescription description; variable
70 return description; in GetCipherDescription()
Daes_operation.cpp93 static AesEvpCipherDescription description; variable
95 return description; in GetCipherDescription()
/system/core/libkeyutils/include/
Dkeyutils.h40 key_serial_t add_key(const char* type, const char* description, const void* payload,
47 long keyctl_search(key_serial_t ring_id, const char* type, const char* description,
/system/update_engine/common/
Dhttp_common.cc31 const char* description; in GetHttpResponseDescription() member
64 return (is_found ? http_response_table[i].description : "(unsupported)"); in GetHttpResponseDescription()
/system/vold/
DKeymaster.cpp55 LOG(ERROR) << "update failed: " << error.description(); in updateCompletely()
86 LOG(ERROR) << "finish failed: " << error.description(); in finish()
131 LOG(ERROR) << "generate_key failed: " << error.description(); in generateKey()
152 LOG(ERROR) << "export_key failed: " << error.description(); in exportKey()
166 LOG(ERROR) << "delete_key failed: " << error.description(); in deleteKey()
189 LOG(ERROR) << "upgrade_key failed: " << error.description(); in upgradeKey()
217 LOG(ERROR) << "begin failed: " << error.description(); in begin()
236 LOG(ERROR) << "earlyBootEnded call failed: " << error.description() << " for " in earlyBootEnded()
/system/libhidl/base/
DStatus.cpp96 std::string Status::description() const { in description() function in android::hardware::Status
123 LOG(FATAL) << "Attempted to retrieve value from failed HIDL call: " << description(); in onValueRetrieval()
148 "protocol). Error is: " << description(); in assertOk()
/system/core/libsysutils/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/system/chre/external/kiss_fft/
DMETADATA2 description:
/system/update_engine/init/
Dupdate-engine.conf17 description "System software update service"
/system/libhidl/base/include/hidl/
DStatus.h116 std::string description() const;
191 std::string description() const { in description() function
193 return mStatus.description(); in description()
/system/libvintf/include/vintf/
DManifestInstance.h61 std::string description() const;
/system/bt/bta/hd/
Dbta_hd_api.cc114 strlcpy(p_buf->description, p_app_info->p_description, in BTA_HdRegisterApp()
117 p_buf->description[0] = '\0'; in BTA_HdRegisterApp()
/system/keymaster/ng/include/
Dkeystore_hidl_support.h52 LOG(ERROR) << "HIDL call failed with " << error.description() << " @ " in ksHandleHidlError()
61 LOG(ERROR) << "HIDL call failed with " << error.description() << " @ " in ksHandleHidlError()

123456