Home
last modified time | relevance | path

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

1234567

/system/iorap/src/prefetcher/
Dsession_manager.cc55 os << "(" << it->second.description << ") "; in Dump()
68 os << "Description: " << it->second.description << std::endl; in Dump()
99 void InsertNewSession(std::shared_ptr<Session> session, std::string description) { in InsertNewSession() argument
106 data.description = std::move(description); in InsertNewSession()
114 std::string description; member
127 std::string description) override { in CreateSession() argument
128 LOG(VERBOSE) << "CreateSessionDirect id=" << session_id << ", description=" << description; in CreateSession()
132 description)); in CreateSession()
134 InsertNewSession(session, std::move(description)); in CreateSession()
149 std::string description) override { in CreateSession() argument
[all …]
Dsession_manager.h54 std::string description) = 0;
60 std::string description, in CreateSession() argument
62 return CreateSession(session_id, description); in CreateSession()
Dsession.h100 SessionBase(size_t session_id, std::string description);
135 SessionDirect(size_t session_id, std::string description) in SessionDirect() argument
136 : SessionBase{session_id, std::move(description)} { in SessionDirect()
203 std::string description,
222 std::string description,
Dsession.cc60 SessionBase::SessionBase(size_t session_id, std::string description) in SessionBase() argument
61 : session_id_{session_id}, description_{description} { in SessionBase()
607 std::string description, in SessionIndirect() argument
610 : SessionBase{session_id, description}, in SessionIndirect()
620 cmd.file_path = description;
626 << ", description: " << description;
699 std::string description, in SessionIndirectSocket() argument
701 : SessionIndirect{session_id, description, daemon, /*send_command*/false} { in SessionIndirectSocket()
707 cmd.file_path = description;
713 << ", description: " << description;
/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.h37 EventType(const std::string& name, uint32_t type, uint64_t config, const std::string& description, in EventType()
42 description(description), in EventType()
59 std::string description; member
/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>
184 % if prop.description is not None:
185 <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/libufdt/tests/
Drun_tests.sh31 local description="$2"
33 alert "${description}"
/system/update_engine/aosp/
Dboot_control_android.cc108 << " is bootable: " << ret.description(); in IsSlotBootable()
123 << SlotName(slot) << ": " << ret.description(); in MarkSlotUnbootable()
138 << ": " << ret.description(); in SetActiveBootSlot()
153 LOG(ERROR) << "Unable to call MarkBootSuccessful: " << ret.description(); in MarkBootSuccessfulAsync()
170 << " is marked successful: " << ret.description(); in IsSlotMarkedSuccessful()
/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/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/bt/audio_hal_interface/
Dclient_interface.cc84 << hidl_retval.description(); in startStream()
98 << hidl_retval.description(); in suspendStream()
247 << hidl_retval.description(); in GetAudioCapabilities()
280 << hidl_retval.description(); in GetAudioCapabilities_2_1()
308 << hidl_retval.description(); in FetchAudioProvider()
339 << hidl_retval.description(); in FetchAudioProvider()
345 << hidl_retval.description(); in FetchAudioProvider()
376 << hidl_retval.description(); in FetchAudioProvider_2_1()
407 << hidl_retval.description(); in FetchAudioProvider_2_1()
413 << hidl_retval.description(); in FetchAudioProvider_2_1()
[all …]
/system/bt/build/dpkg/libchrome/debian/patches/
D0001-common-mk-rebase_path-output-location-of-generate-pc.patch31 if (defined(description)) {
32 args += [ "--description=" + description ]
/system/bt/build/dpkg/modp_b64/debian/patches/
D0001-common-mk-rebase_path-output-location-of-generate-pc.patch31 if (defined(description)) {
32 args += [ "--description=" + 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/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/core/fastboot/testdata/
Dfastboot_gen_rand.py24 parser = argparse.ArgumentParser(description=__doc__)

1234567