Home
last modified time | relevance | path

Searched defs:elements (Results 1 – 12 of 12) sorted by relevance

/hardware/google/aemu/base/
DContiguousRangeMapper_unittest.cpp27 std::vector<uintptr_t> elements = { in TEST() local
59 std::vector<uintptr_t> elements = { in TEST() local
87 std::vector<uintptr_t> elements = { in TEST() local
Dring_buffer_unittest.cpp46 std::vector<uint8_t> elements(kNumElts); in TEST() local
162 std::vector<uint8_t> elements(kNumElts); in TEST() local
200 std::vector<uint8_t> elements(kNumElts); in TEST() local
312 std::vector<uint8_t> elements(kNumElts); in TEST() local
397 std::vector<uint8_t> elements(testSize); in TEST() local
431 std::vector<uint8_t> elements(kNumElts); in TEST() local
511 std::vector<uint8_t> elements(testSize); in TEST() local
566 std::vector<uint8_t> elements = { in TEST() local
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_buffer_view.h54 VkDeviceSize elements; member
/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.cpp204 std::ostream& elements; member
276 std::stringstream elements; in serialize() local
317 std::istream& elements; member
400 std::stringstream elements(elements_buffer); in deserialize() local
/hardware/interfaces/keymaster/4.0/support/
Dauthorization_set.cpp205 std::ostream& elements; member
290 std::stringstream elements; in serialize() local
331 std::istream& elements; member
421 std::stringstream elements(elements_buffer); in deserialize() local
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconventions.py93 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): argument
172 …def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True… argument
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dconfirmationui_utils.h84 array(const T (&data)[elements]) { std::copy(data, data + elements, data_); } in array()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dvaliditygenerator.py110 def makeProseList(self, elements, fmt=plf.AND, argument
131 def makeProseListIs(self, elements, fmt=plf.AND, argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dlunr.js188 lunr.Set = function (elements) { argument
754 lunr.Vector = function (elements) { argument
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp474 std::vector<VkhppHandleType> AsHandles(const std::vector<VkhppUniqueHandleType>& elements) { in AsHandles()
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp1041 const size_type elements = required / sizeof(T); in getInfoHelper() local
1072 const size_type elements = required / sizeof(typename T::cl_type); in getInfoHelper() local
1131 size_type elements = required / sizeof(size_type); in getInfoHelper() local
8660 size_type elements = 0; in enqueueNativeKernel() local
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.mjs7975 …const elements = buildExpression(group.body, options.withColor(group.color), false); // \color isn… constant