Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 114) sorted by relevance

12345

/hardware/qcom/gps/msm8909w_3100/core/
DAndroid.mk36 data-items/DataItemsFactoryProxy.cpp \
37 data-items/common/ClientIndex.cpp \
38 data-items/common/DataItemIndex.cpp \
39 data-items/common/IndexFactory.cpp \
49 $(LOCAL_PATH)/data-items \
50 $(LOCAL_PATH)/data-items/common \
68 $(LOCAL_PATH)/data-items \
69 $(LOCAL_PATH)/data-items/common \
DMakefile.am20 data-items/DataItemId.h \
21 data-items/IDataItemCore.h \
35 data-items/DataItemsFactoryProxy.cpp \
36 data-items/common/ClientIndex.cpp \
37 data-items/common/DataItemIndex.cpp \
38 data-items/common/IndexFactory.cpp \
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DConcurrentQueue.h46 std::vector<T> items; in flush() local
50 return items; in flush()
55 items.push_back(std::move(mQueue.front())); in flush()
58 return items; in flush()
72 void push(std::vector<T>&& items) { in push() argument
78 for (T& item : items) { in push()
152 std::vector<T> items = mQueue->flush(); in runInternal() local
154 if (items.size() > 0) { in runInternal()
155 onBatchReceived(std::move(items)); in runInternal()
/hardware/qcom/sm7150/gps/core/
DMakefile.am6 -I./data-items/ \
7 -I./data-items/common \
23 data-items/DataItemId.h \
24 data-items/IDataItemCore.h \
25 data-items/DataItemConcreteTypesBase.h \
39 data-items/DataItemsFactoryProxy.cpp \
DAndroid.mk31 data-items/DataItemsFactoryProxy.cpp \
40 $(LOCAL_PATH)/data-items \
41 $(LOCAL_PATH)/data-items/common \
60 $(LOCAL_PATH)/data-items \
61 $(LOCAL_PATH)/data-items/common \
/hardware/qcom/sm8150p/gps/core/
DMakefile.am6 -I./data-items/ \
7 -I./data-items/common \
23 data-items/DataItemId.h \
24 data-items/IDataItemCore.h \
25 data-items/DataItemConcreteTypesBase.h \
39 data-items/DataItemsFactoryProxy.cpp \
DAndroid.mk28 data-items/DataItemsFactoryProxy.cpp \
37 $(LOCAL_PATH)/data-items \
38 $(LOCAL_PATH)/data-items/common \
57 $(LOCAL_PATH)/data-items \
58 $(LOCAL_PATH)/data-items/common \
/hardware/qcom/sm7250/gps/core/
DMakefile.am6 -I./data-items/ \
7 -I./data-items/common \
23 data-items/DataItemId.h \
24 data-items/IDataItemCore.h \
25 data-items/DataItemConcreteTypesBase.h \
39 data-items/DataItemsFactoryProxy.cpp \
DAndroid.bp33 "data-items/DataItemsFactoryProxy.cpp",
44 "data-items",
62 "data-items",
/hardware/qcom/sm8150/gps/core/
DMakefile.am6 -I./data-items/ \
7 -I./data-items/common \
23 data-items/DataItemId.h \
24 data-items/IDataItemCore.h \
25 data-items/DataItemConcreteTypesBase.h \
39 data-items/DataItemsFactoryProxy.cpp \
DAndroid.bp32 "data-items/DataItemsFactoryProxy.cpp",
43 "data-items",
61 "data-items",
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DConcurrentQueue.h39 std::vector<T> items; in flush() local
43 return items; in flush()
46 items.push_back(std::move(mQueue.front())); in flush()
49 return items; in flush()
135 std::vector<T> items = mQueue->flush(); in runInternal() local
137 if (items.size() > 0) { in runInternal()
138 onBatchReceived(items); in runInternal()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Ddata_structures.py20 for k, v in d.items():
35 def items(self): member in DictOfStringSets
37 return self.d.items()
Dentity_db.py298 for entity, data in self._byEntity.items()}
417 for childname, entity in self._byEntity.items()
645 for name, info in registry.typedict.items():
659 for name, info in registry.enumdict.items():
662 for name, info in registry.cmddict.items():
665 for name, info in registry.extdict.items():
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleCallback.h36 std::optional<T> pop(std::list<T>& items) { in pop() argument
37 if (items.size() > 0) { in pop()
38 auto item = std::move(items.front()); in pop()
39 items.pop_front(); in pop()
/hardware/google/gfxstream/guest/mesa/src/util/
Dsparse_array.c237 uint32_t *items, unsigned num_items) in util_sparse_array_free_list_push() argument
240 assert(items[0] != fl->sentinel); in util_sparse_array_free_list_push()
241 void *last_elem = util_sparse_array_get(fl->arr, items[0]); in util_sparse_array_free_list_push()
244 p_atomic_set(last_next, items[i]); in util_sparse_array_free_list_push()
245 assert(items[i] != fl->sentinel); in util_sparse_array_free_list_push()
246 last_elem = util_sparse_array_get(fl->arr, items[i]); in util_sparse_array_free_list_push()
255 uint64_t new_head = free_list_head(current_head, items[0]); in util_sparse_array_free_list_push()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dformatsgenerator.py47 for class_name, info in self.format_classes.items():
93 for packed_size, formats in self.packed_info.items():
105 for condition, condition_formats in sorted_formats.items():
117 for vk_format, spirv_format in self.spirv_image_format.items():
123 for format_name, plane_infos in self.plane_format.items():
/hardware/interfaces/identity/aidl/vts/
DReaderAuthTests.cpp315 rns.items.push_back(buildRequestDataItem("Accessible by A", 1, {0})); in retrieveData()
316 rns.items.push_back(buildRequestDataItem("Accessible by A or B", 1, {0, 1})); in retrieveData()
317 rns.items.push_back(buildRequestDataItem("Accessible by B", 1, {1})); in retrieveData()
318 rns.items.push_back(buildRequestDataItem("Accessible by C", 1, {2})); in retrieveData()
319 rns.items.push_back(buildRequestDataItem("Accessible by All", 1, {3})); in retrieveData()
320 rns.items.push_back(buildRequestDataItem("Accessible by None", 1, {})); in retrieveData()
558 rns.items.push_back(buildRequestDataItem("Accessible by A", 1, {0})); in TEST_P()
559 rns.items.push_back(buildRequestDataItem("Accessible by A or B", 1, {0, 1})); in TEST_P()
560 rns.items.push_back(buildRequestDataItem("Accessible by B", 1, {1})); in TEST_P()
561 rns.items.push_back(buildRequestDataItem("Accessible by C", 1, {2})); in TEST_P()
[all …]
/hardware/google/gfxstream/scripts/
Dgen-entries.py271 for (k, v) in list(gles30_custom.custom_share_processing.items()):
273 for (k, v) in list(gles31_custom.custom_share_processing.items()):
277 for (k, v) in list(gles30_custom.custom_preprocesses.items()):
279 for (k, v) in list(gles31_custom.custom_preprocesses.items()):
283 for (k, v) in list(gles30_custom.custom_postprocesses.items()):
285 for (k, v) in list(gles31_custom.custom_postprocesses.items()):
289 for (k, v) in list(gles30_custom.no_passthrough.items()):
291 for (k, v) in list(gles31_custom.no_passthrough.items()):
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/3/android/hardware/identity/
DRequestNamespace.aidl38 android.hardware.identity.RequestDataItem[] items;
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/5/android/hardware/identity/
DRequestNamespace.aidl38 android.hardware.identity.RequestDataItem[] items;
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
DRequestNamespace.aidl38 android.hardware.identity.RequestDataItem[] items;
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/2/android/hardware/identity/
DRequestNamespace.aidl22 android.hardware.identity.RequestDataItem[] items;
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/4/android/hardware/identity/
DRequestNamespace.aidl38 android.hardware.identity.RequestDataItem[] items;
/hardware/interfaces/identity/aidl/android/hardware/identity/
DRequestNamespace.aidl32 RequestDataItem[] items;

12345