/hardware/google/gfxstream/guest/mesa/src/util/ |
D | build_id.c | 52 struct build_id_note *note; member 78 struct build_id_note *note = (void *)(info->dlpi_addr + in build_id_find_nhdr_callback() local 83 if (note->nhdr.n_type == NT_GNU_BUILD_ID && in build_id_find_nhdr_callback() 84 note->nhdr.n_descsz != 0 && in build_id_find_nhdr_callback() 85 note->nhdr.n_namesz == 4 && in build_id_find_nhdr_callback() 86 memcmp(note->name, "GNU", 4) == 0) { in build_id_find_nhdr_callback() 87 data->note = note; in build_id_find_nhdr_callback() 92 ALIGN_POT(note->nhdr.n_namesz, 4) + in build_id_find_nhdr_callback() 93 ALIGN_POT(note->nhdr.n_descsz, 4); in build_id_find_nhdr_callback() 94 note = (struct build_id_note *)((char *)note + offset); in build_id_find_nhdr_callback() [all …]
|
D | build_id.h | 41 build_id_length(const struct build_id_note *note); 44 build_id_data(const struct build_id_note *note);
|
D | disk_cache.h | 112 const struct build_id_note *note = NULL; in disk_cache_get_function_identifier() local 113 if ((note = build_id_find_nhdr_for_addr(ptr))) { in disk_cache_get_function_identifier() 114 _mesa_sha1_update(ctx, build_id_data(note), build_id_length(note)); in disk_cache_get_function_identifier()
|
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
D | Documentation.h | 57 void note(const std::string& note) { in note() function 58 LOG(INFO) << "Test " << detail::getTestName() << " noted: " << note; in note() 59 ::testing::Test::RecordProperty("note", note); in note()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/tests/ |
D | README.adoc | 6 :note-caption: :information_source:
|
/hardware/google/apf/doc/ |
D | packet_formats.txt | 48 (4 bytes in) Message body... (but note in practice it's actually 4 bytes reserved, then 'real' mes…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/ |
D | README.adoc | 6 :note-caption: :information_source:
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_ray_tracing_motion_blur.adoc | 49 * Added a note on the structure size and made the stride explicit in the
|
D | VK_KHR_external_memory_win32.adoc | 38 .editing-note
|
/hardware/interfaces/media/c2/1.2/ |
D | IComponentStore.hal | 34 * @note This is an extension of version 1.1 of `IComponentStore`. The purpose
|
D | IComponent.hal | 33 * @note This is an extension of version 1.1 of `IComponent`. The purpose of the
|
/hardware/interfaces/media/c2/1.1/ |
D | IComponentStore.hal | 34 * @note This is an extension of version 1.0 of `IComponentStore`. The purpose
|
D | IComponent.hal | 31 * @note This is an extension of version 1.0 of `IComponent`. The purpose of the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | markup.adoc | 617 table (note that these examples will not actually successfully link into 933 always include a note title, and are usually set off in a box or with an 937 by a note title. 938 Each type of note is discussed below. 964 This is an informative note. 973 This is an informative note. 978 note. 995 .editing-note 997 This is an editing note, marked up as follows: 1006 .editing-note [all …]
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 41 * \note Parameter values do not depend on the order of query. 72 * \note Parameter tuning DOES depend on the order of the tuning parameters.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | READMESC.adoc | 5 :note-caption: :information_source:
|
D | README.adoc | 5 :note-caption: :information_source:
|
D | READMEVK.adoc | 5 :note-caption: :information_source:
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory_win32/ |
D | import_memory_win32.adoc | 60 .editing-note
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | types.hal | 44 * @note This status value is different from a transaction failure, which
|
/hardware/interfaces/audio/7.1/ |
D | IDevicesFactory.hal | 43 * Important note: due to rules of HIDL, @7.1::IPrimaryDevice extends
|
/hardware/interfaces/audio/ |
D | README.md | 71 - `1.0` — note that versions of CAP are not linked to the versions
|
/hardware/interfaces/media/c2/1.0/ |
D | types.hal | 101 * @note Please refer to the Codec 2.0 standard for the list of standard 212 * @note 460 * @note `WorkOrdinal` is the HIDL counterpart of `C2WorkOrdinalStruct` in the 558 * @note `FrameData` is the HIDL counterpart of `C2FrameData` in the Codec 2.0 747 * @note `WorkBundle` is the HIDL counterpart of the vector of `C2Work` in the
|
D | IConfigurable.hal | 62 * @note The order of C2Param objects in @p param does not depend on the 133 * @note Parameter tuning @e does depend on the order of the tuning
|
D | IComponentListener.hal | 117 * @note onWorkDone() and onInputBuffersReleased() both notify the client
|