Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 87) sorted by relevance

1234

/hardware/google/gfxstream/guest/mesa/src/util/
Dbuild_id.c52 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 …]
Dbuild_id.h41 build_id_length(const struct build_id_note *note);
44 build_id_data(const struct build_id_note *note);
Ddisk_cache.h112 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/
DDocumentation.h57 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/
DREADME.adoc6 :note-caption: :information_source:
/hardware/google/apf/doc/
Dpacket_formats.txt48 (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/
DREADME.adoc6 :note-caption: :information_source:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_ray_tracing_motion_blur.adoc49 * Added a note on the structure size and made the stride explicit in the
DVK_KHR_external_memory_win32.adoc38 .editing-note
/hardware/interfaces/media/c2/1.2/
DIComponentStore.hal34 * @note This is an extension of version 1.1 of `IComponentStore`. The purpose
DIComponent.hal33 * @note This is an extension of version 1.1 of `IComponent`. The purpose of the
/hardware/interfaces/media/c2/1.1/
DIComponentStore.hal34 * @note This is an extension of version 1.0 of `IComponentStore`. The purpose
DIComponent.hal31 * @note This is an extension of version 1.0 of `IComponent`. The purpose of the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmarkup.adoc617 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/
DIConfigurable.hal41 * \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/
DREADMESC.adoc5 :note-caption: :information_source:
DREADME.adoc5 :note-caption: :information_source:
DREADMEVK.adoc5 :note-caption: :information_source:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory_win32/
Dimport_memory_win32.adoc60 .editing-note
/hardware/interfaces/graphics/bufferqueue/2.0/
Dtypes.hal44 * @note This status value is different from a transaction failure, which
/hardware/interfaces/audio/7.1/
DIDevicesFactory.hal43 * Important note: due to rules of HIDL, @7.1::IPrimaryDevice extends
/hardware/interfaces/audio/
DREADME.md71 - `1.0` — note that versions of CAP are not linked to the versions
/hardware/interfaces/media/c2/1.0/
Dtypes.hal101 * @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
DIConfigurable.hal62 * @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
DIComponentListener.hal117 * @note onWorkDone() and onInputBuffersReleased() both notify the client

1234