/system/extras/simpleperf/ |
D | generate_event_type_table.py | 19 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)
|
D | event_type.h | 34 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
|
D | cmd_list.cpp | 116 if (!event_type.description.empty()) { in PrintEventTypesOfType() 117 printf("\t\t# %s", event_type.description.c_str()); in PrintEventTypesOfType()
|
/system/core/libkeyutils/ |
D | keyutils.cpp | 37 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/ |
D | BUILD.gn | 24 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/ |
D | BUILD.gn | 43 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/ |
D | metadata_template.mako | 24 % 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>
|
D | CameraMetadataKeys.mako | 33 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/ |
D | boot_control_android.cc | 109 << " 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/ |
D | run_tests.sh | 31 local description="$2" 33 alert "${description}"
|
/system/bt/audio_hal_interface/ |
D | client_interface.cc | 82 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/ |
D | FirewallControllerTest.cpp | 304 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/ |
D | triple_des_operation.cpp | 68 static TripleDesEvpCipherDescription description; variable 70 return description; in GetCipherDescription()
|
D | aes_operation.cpp | 93 static AesEvpCipherDescription description; variable 95 return description; in GetCipherDescription()
|
/system/core/libkeyutils/include/ |
D | keyutils.h | 40 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/ |
D | http_common.cc | 31 const char* description; in GetHttpResponseDescription() member 64 return (is_found ? http_response_table[i].description : "(unsupported)"); in GetHttpResponseDescription()
|
/system/vold/ |
D | Keymaster.cpp | 55 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/ |
D | Status.cpp | 96 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/ |
D | EventLogTags.logtags | 1 # See system/core/logcat/event.logtags for a description of the format of this file.
|
/system/chre/external/kiss_fft/ |
D | METADATA | 2 description:
|
/system/update_engine/init/ |
D | update-engine.conf | 17 description "System software update service"
|
/system/libhidl/base/include/hidl/ |
D | Status.h | 116 std::string description() const; 191 std::string description() const { in description() function 193 return mStatus.description(); in description()
|
/system/libvintf/include/vintf/ |
D | ManifestInstance.h | 61 std::string description() const;
|
/system/bt/bta/hd/ |
D | bta_hd_api.cc | 114 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/ |
D | keystore_hidl_support.h | 52 LOG(ERROR) << "HIDL call failed with " << error.description() << " @ " in ksHandleHidlError() 61 LOG(ERROR) << "HIDL call failed with " << error.description() << " @ " in ksHandleHidlError()
|