/device/google/sunfish/json-c/ |
D | Doxyfile | 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 56 # This tag can be used to specify the encoding used in the generated output. 59 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES 61 # whereas setting the tag to NO uses a Unix-style encoding (the default for 66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend [all …]
|
/device/google/coral/json-c/ |
D | Doxyfile | 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 56 # This tag can be used to specify the encoding used in the generated output. 59 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES 61 # whereas setting the tag to NO uses a Unix-style encoding (the default for 66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend [all …]
|
/device/google/redbull/json-c/ |
D | Doxyfile | 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 56 # This tag can be used to specify the encoding used in the generated output. 59 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES 61 # whereas setting the tag to NO uses a Unix-style encoding (the default for 66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend [all …]
|
/device/google/contexthub/firmware/os/algos/calibration/util/ |
D | cal_log.h | 30 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument 31 printf("%s " fmt "\n", tag, ##__VA_ARGS__); 37 # define LOGD_TAG(tag, fmt, ...) \ argument 38 LOG_FUNC(LOG_DEBUG, "%s " fmt "\n", tag, ##__VA_ARGS__) 39 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument 40 osLog(LOG_DEBUG, "%s " fmt, tag, ##__VA_ARGS__); 43 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument 44 chreLog(CHRE_LOG_INFO, "%s " fmt, tag, ##__VA_ARGS__) 47 # define CAL_DEBUG_LOG(tag, format, ...) \ argument 48 LOG_DEBUG("%s " format, tag, ##__VA_ARGS__) [all …]
|
/device/generic/goldfish/camera/ |
D | exif.cpp | 55 ExifEntry* allocateEntry(ExifMem* mem, const ExifTag tag, const ExifFormat format, in allocateEntry() argument 61 e->tag = tag; in allocateEntry() 68 const ExifIfd ifd, const ExifTag tag) { in appendEntry() argument 70 exif_entry_initialize(e, tag); in appendEntry() 76 const ExifIfd ifd, const ExifTag tag, in appendEntryU8() argument 78 ExifEntry* e = allocateEntry(mem, tag, EXIF_FORMAT_BYTE, 1); in appendEntryU8() 85 const ExifIfd ifd, const ExifTag tag, in appendEntryU16() argument 87 ExifEntry* e = allocateEntry(mem, tag, EXIF_FORMAT_SHORT, 1); in appendEntryU16() 94 const ExifIfd ifd, const ExifTag tag, in appendEntryU32() argument 96 ExifEntry* e = allocateEntry(mem, tag, EXIF_FORMAT_LONG, 1); in appendEntryU32() [all …]
|
D | metadata_utils.cpp | 66 for (const auto& [tag, value] : m) { in serializeCameraMetadataMap() 68 const int tagType = get_camera_metadata_tag_type(tag); in serializeCameraMetadataMap() 73 if (add_camera_metadata_entry(cm.get(), tag, value.data.data(), value.count)) { in serializeCameraMetadataMap() 75 get_camera_metadata_section_name(tag), in serializeCameraMetadataMap() 76 get_camera_metadata_tag_name(tag), tag, in serializeCameraMetadataMap() 83 get_camera_metadata_section_name(tag), in serializeCameraMetadataMap() 84 get_camera_metadata_tag_name(tag), in serializeCameraMetadataMap() 85 tag, camera_metadata_type_names[tagType], in serializeCameraMetadataMap() 114 auto& v = r[e.tag]; in parseCameraMetadataMap() 220 get_camera_metadata_section_name(e.tag), in prettyPrintCameraMetadata() [all …]
|
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/ |
D | nano_calibration.cc | 60 #define NANO_CAL_LOGD(tag, format, ...) \ argument 61 TECHENG_LOGD("%s " format, tag, ##__VA_ARGS__) 62 #define NANO_CAL_LOGW(tag, format, ...) \ argument 63 TECHENG_LOGW("%s " format, tag, ##__VA_ARGS__) 64 #define NANO_CAL_LOGE(tag, format, ...) \ argument 65 TECHENG_LOGE("%s " format, tag, ##__VA_ARGS__) 67 #define NANO_CAL_LOGD(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 68 #define NANO_CAL_LOGW(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 69 #define NANO_CAL_LOGE(tag, format, ...) techeng_log_null(format, ##__VA_ARGS__) argument 74 #define NANO_CAL_LOGI(tag, format, ...) \ argument [all …]
|
/device/google/cuttlefish/common/libs/utils/ |
D | tee_logging.cpp | 170 LogSeverity severity, const char* tag, in StderrOutputGenerator() argument 182 line_prefix = StringPrintf("%s %c %s %5d %5" PRIu64 " %s:%u] ", tag ? tag : "nullptr", in StderrOutputGenerator() 185 line_prefix = StringPrintf("%s %c %s %5d %5" PRIu64 " ", tag ? tag : "nullptr", severity_char, in StderrOutputGenerator() 227 const char* tag, in operator ()() argument 239 output_string = fmt::format("{}] {}{}", tag, msg_with_prefix, "\n"); in operator ()() 246 StderrOutputGenerator(now, getpid(), GetThreadId(), severity, tag, in operator ()()
|
D | tee_logging.h | 33 const char* tag, const char* file, 60 android::base::LogSeverity severity, const char* tag,
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_keymaster_context.cpp | 156 static bool UpgradeIntegerTag(keymaster_tag_t tag, uint32_t value, in UpgradeIntegerTag() argument 158 int index = set->find(tag); in UpgradeIntegerTag() 161 param.tag = tag; in UpgradeIntegerTag() 413 KeymasterBlob tag; in UnwrapKey() local 416 &tag, wrapped_key_params, wrapped_key_format, in UnwrapKey() 521 size_t total_key_size = secure_key.key_material_size + tag.data_length; in UnwrapKey() 536 if (!encrypted_key.write(tag.data, tag.data_length)) { in UnwrapKey()
|
D | tpm_ffi.cpp | 28 uint8_t* tag, uint32_t tag_len) { in tpm_hmac() argument 45 memcpy(tag, hmac->buffer, tag_len); in tpm_hmac() 50 const char* tag, const char* msg) { in secure_env_log() argument 76 android::base::LogMessage::LogLine(file, line, severity_enum, tag, msg); in secure_env_log()
|
D | tpm_key_blob_maker.cpp | 49 switch (entry.tag) { in SplitEnforcedProperties() 74 LOG(DEBUG) << "Tag " << entry.tag in SplitEnforcedProperties() 100 LOG(DEBUG) << "Strongbox-only tag: " << entry.tag; in SplitEnforcedProperties()
|
D | tpm_ffi.h | 33 uint8_t* tag, uint32_t tag_len); 36 const char* tag, const char* msg);
|
/device/google/cuttlefish/host/commands/secure_env/rust/ |
D | tpm.rs | 42 let mut tag = vec_try![0; 32]?; in tpm_hmac() localVariable 50 tag.as_mut_ptr(), in tpm_hmac() 51 tag.len() as u32, in tpm_hmac() 55 Ok(tag) in tpm_hmac()
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/ |
D | TvNotification.java | 65 String contentButtonLabel, String dismissButtonLabel, String tag) { in TvNotification() argument 80 mTag = tag; in TvNotification() 163 String tag = cursor.getString(index); in fromCursor() local 167 contentButtonLabel, dismissButtonLabel, tag); in fromCursor()
|
/device/linaro/dragonboard/shared/utils/qrtr/lib/ |
D | logging.c | 14 void qlog_setup(const char *tag, bool use_syslog) in qlog_setup() argument 16 current_tag = tag; in qlog_setup() 19 openlog(tag, LOG_PID, LOG_USER); in qlog_setup()
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 824 v9fs_rcancel(uint16_t tag, uint8_t id) "tag %d id %d" 825 v9fs_rerror(uint16_t tag, uint8_t id, int err) "tag %d id %d err %d" 826 v9fs_version(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version… 827 v9fs_version_return(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d … 828 v9fs_attach(uint16_t tag, uint8_t id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u … 829 v9fs_attach_return(uint16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u… 830 v9fs_stat(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d" 831 v9fs_stat_return(uint16_t tag, uint8_t id, int32_t mode, int32_t atime, int32_t mtime, int64_t leng… 832 v9fs_getattr(uint16_t tag, uint8_t id, int32_t fid, uint64_t request_mask) "tag %d id %d fid %d req… 833 v9fs_getattr_return(uint16_t tag, uint8_t id, uint64_t result_mask, uint32_t mode, uint32_t uid, ui… [all …]
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 824 v9fs_rcancel(uint16_t tag, uint8_t id) "tag %d id %d" 825 v9fs_rerror(uint16_t tag, uint8_t id, int err) "tag %d id %d err %d" 826 v9fs_version(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version… 827 v9fs_version_return(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d … 828 v9fs_attach(uint16_t tag, uint8_t id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u … 829 v9fs_attach_return(uint16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u… 830 v9fs_stat(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d" 831 v9fs_stat_return(uint16_t tag, uint8_t id, int32_t mode, int32_t atime, int32_t mtime, int64_t leng… 832 v9fs_getattr(uint16_t tag, uint8_t id, int32_t fid, uint64_t request_mask) "tag %d id %d fid %d req… 833 v9fs_getattr_return(uint16_t tag, uint8_t id, uint64_t result_mask, uint32_t mode, uint32_t uid, ui… [all …]
|
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/ |
D | JobBase.java | 24 JobBase(String tag) { in JobBase() argument 25 mTag = tag; in JobBase()
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/ |
D | fdt.h | 37 fdt32_t tag; member 42 fdt32_t tag; member
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | hardware.h | 33 uint32_t tag; member 49 uint32_t tag; member
|
/device/generic/goldfish/pc/ |
D | config.ini.pc | 27 tag.display = Desktop 28 tag.id = android-desktop
|
/device/generic/goldfish/data/etc/ |
D | config.ini.pixeltablet | 45 tag.display = Google Play 46 tag.id = google_apis_playstore
|
/device/generic/car/tools/ |
D | create_avd_config.sh | 62 tag.display = Automotive 63 tag.id = android-automotive
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Gralloc1.cpp | 39 .tag = HARDWARE_MODULE_TAG, 119 .tag = HARDWARE_DEVICE_TAG,
|