Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/external/perfetto/ui/src/base/
Dstore_unittest.ts66 const store = createStore(initialState); constant
82 const store = createStore(initialState); constant
92 const store = createStore(initialState); constant
119 const store = createStore(initialState); constant
129 const store = createStore(initialState); constant
143 const store = createStore(initialState); constant
160 const store = createStore(initialState); constant
185 const store = createStore(initialState); constant
201 const store = createStore(initialState); constant
218 const store = createStore(initialState); constant
[all …]
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/vector/
Dvector.hpp127 struct store struct
130 store() in store() function
135 store(store const& rhs) in store() argument
141 operator=(store const& rhs) in operator =()
148 store(store&& rhs) in store() function
154 operator=(store&& rhs) in operator =()
167 store(U&& rhs) in store() argument
171 using elem_type = T;
172 T elem;
/external/fmtlib/test/
Dargs-test.cc15 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
24 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
54 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
83 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
91 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
97 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
106 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
114 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
127 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
144 fmt::dynamic_format_arg_store<fmt::format_context> store; in TEST() local
[all …]
/external/tink/cc/internal/
Dkey_type_info_store_test.cc58 KeyTypeInfoStore store; in TEST() local
79 KeyTypeInfoStore store; in TEST() local
87 KeyTypeInfoStore store; in TEST() local
128 KeyTypeInfoStore store; in TEST() local
159 KeyTypeInfoStore store; in TEST() local
171 KeyTypeInfoStore store; in TEST() local
183 KeyTypeInfoStore store; in TEST() local
198 KeyTypeInfoStore store; in TEST() local
265 KeyTypeInfoStore store; in TEST() local
282 KeyTypeInfoStore store; in TEST() local
[all …]
Dkeyset_wrapper_store_test.cc171 KeysetWrapperStore store; in TEST() local
185 KeysetWrapperStore store; in TEST() local
198 KeysetWrapperStore store; in TEST() local
220 KeysetWrapperStore store; in TEST() local
238 KeysetWrapperStore store; in TEST() local
256 KeysetWrapperStore store; in TEST() local
296 KeysetWrapperStore store; in TEST() local
313 KeysetWrapperStore store; in TEST() local
341 KeysetWrapperStore store; in TEST() local
351 KeysetWrapperStore store; in TEST() local
[all …]
/external/selinux/libsemanage/utils/
Dsemanage_migrate_store56 def copy_module(store, name, base): argument
93 def migrate_store(store): argument
188 def oldstore_path(store): argument
192 def oldmodules_path(store): argument
196 def disabledmodules_path(store): argument
204 def newstore_path(store): argument
208 def newmodules_path(store): argument
212 def bottomdir_path(store): argument
/external/coreboot/src/drivers/smmstore/
Dstore.c123 struct region_device store; in smmstore_read_region() local
142 static enum cb_err scan_end(struct region_device *store) in scan_end()
205 struct region_device store; in smmstore_append_data() local
267 struct region_device store; in smmstore_clear_region() local
317 struct region_device store; in smmstore_get_info() local
343 static int lookup_block_in_store(struct region_device *store, uint32_t block_id) in lookup_block_in_store()
391 struct region_device store; in smmstore_rawread_region() local
425 struct region_device store; in smmstore_rawwrite_region() local
460 struct region_device store; in smmstore_rawclear_region() local
/external/pytorch/torch/distributed/elastic/utils/
Dstore.py30 def store_timeout(store, timeout: float): argument
46 def get_all(store, rank: int, prefix: str, world_size: int): argument
82 store, argument
105 store, argument
151 def _barrier_nonblocking(store, world_size: int, key_prefix: str) -> str: argument
167 store, argument
/external/conscrypt/platform/src/test/java/org/conscrypt/ct/
DLogStoreImplTest.java202 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics); in loadValidLogList_returnsCompliantState() local
231 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics); in loadMalformedLogList_returnsMalformedState() local
244 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, missingLogList, metrics); in loadMissingLogList_returnsNotFoundState() local
264 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics, fakeTime); in loadMissingAndThenFoundLogList_logListIsLoaded() local
290 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics, fakeTime); in loadExistingAndThenRemovedLogList_logListIsNotFound() local
306 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics, fakeTime); in loadExistingLogListAndThenMoveDirectory_logListIsNotFound() local
/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/ct/
DLogStoreImplTest.java207 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics); in loadValidLogList_returnsCompliantState() local
236 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics); in loadMalformedLogList_returnsMalformedState() local
249 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, missingLogList, metrics); in loadMissingLogList_returnsNotFoundState() local
269 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics, fakeTime); in loadMissingAndThenFoundLogList_logListIsLoaded() local
295 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics, fakeTime); in loadExistingAndThenRemovedLogList_logListIsNotFound() local
311 LogStore store = new LogStoreImpl(alwaysCompliantStorePolicy, logList, metrics, fakeTime); in loadExistingLogListAndThenMoveDirectory_logListIsNotFound() local
/external/libaom/aom_dsp/
Dfft_common.h118 #define GEN_FFT_2(ret, suffix, T, T_VEC, load, store) \ argument
126 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
143 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
178 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
270 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
514 #define GEN_IFFT_2(ret, suffix, T, T_VEC, load, store) \ argument
522 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
539 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
583 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
698 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
/external/cronet/tot/net/network_error_logging/
Dmock_persistent_nel_store_unittest.cc69 MockPersistentNelStore store; in TEST_F() local
91 MockPersistentNelStore store; in TEST_F() local
116 MockPersistentNelStore store; in TEST_F() local
138 MockPersistentNelStore store; in TEST_F() local
168 MockPersistentNelStore store; in TEST_F() local
201 MockPersistentNelStore store; in TEST_F() local
239 MockPersistentNelStore store; in TEST_F() local
/external/cronet/stable/net/network_error_logging/
Dmock_persistent_nel_store_unittest.cc69 MockPersistentNelStore store; in TEST_F() local
91 MockPersistentNelStore store; in TEST_F() local
116 MockPersistentNelStore store; in TEST_F() local
138 MockPersistentNelStore store; in TEST_F() local
168 MockPersistentNelStore store; in TEST_F() local
201 MockPersistentNelStore store; in TEST_F() local
239 MockPersistentNelStore store; in TEST_F() local
/external/pytorch/test/cpp/c10d/
DStoreTestCommon.hpp12 Store& store, in set()
20 Store& store, in compareSet()
30 Store& store, in check()
39 Store& store, in deleteKey()
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp166 const Instruction* store[1] = {nullptr}; in TEST() local
193 const Instruction* store[1] = {nullptr}; in TEST() local
1521 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1551 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1601 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1630 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1680 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1709 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1759 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1788 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
[all …]
/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp166 const Instruction* store[1] = {nullptr}; in TEST() local
193 const Instruction* store[1] = {nullptr}; in TEST() local
1521 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1551 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1601 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1630 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1680 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1709 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1759 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1788 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp166 const Instruction* store[1] = {nullptr}; in TEST() local
193 const Instruction* store[1] = {nullptr}; in TEST() local
1521 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1551 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1601 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1630 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1680 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1709 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1759 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
1788 SENode* store = analysis.GetScalarEvolution()->SimplifyExpression( in TEST() local
[all …]
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_buffered_packet_store_peer.cc13 QuicBufferedPacketStore* store) { in expiration_alarm()
17 void QuicBufferedPacketStorePeer::set_clock(QuicBufferedPacketStore* store, in set_clock()
24 const QuicBufferedPacketStore* store, QuicConnectionId connection_id) { in FindBufferedPackets()
/external/cronet/tot/third_party/boringssl/src/pki/
Dtrust_store_collection.cc14 void TrustStoreCollection::AddTrustStore(TrustStore *store) { in AddTrustStore()
21 for (auto *store : stores_) { in SyncGetIssuersOf() local
30 for (auto *store : stores_) { in GetTrust() local
/external/cronet/stable/third_party/boringssl/src/pki/
Dtrust_store_collection.cc14 void TrustStoreCollection::AddTrustStore(TrustStore *store) { in AddTrustStore()
21 for (auto *store : stores_) { in SyncGetIssuersOf() local
30 for (auto *store : stores_) { in GetTrust() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_buffered_packet_store_peer.cc13 QuicBufferedPacketStore* store) { in expiration_alarm()
17 void QuicBufferedPacketStorePeer::set_clock(QuicBufferedPacketStore* store, in set_clock()
24 const QuicBufferedPacketStore* store, QuicConnectionId connection_id) { in FindBufferedPackets()
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.arguments/format.args/
Dctor.pass.cpp30 auto store = std::make_format_args<Context>(i); in test() local
37 auto store = std::make_format_args<Context>(i, c); in test() local
45 auto store = std::make_format_args<Context>(i, c, p); in test() local
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.arguments/format.args/
Dctor.pass.cpp30 auto store = std::make_format_args<Context>(i); in test() local
37 auto store = std::make_format_args<Context>(i, c); in test() local
45 auto store = std::make_format_args<Context>(i, c, p); in test() local
/external/cronet/tot/net/reporting/
Dmock_persistent_reporting_store_unittest.cc69 MockPersistentReportingStore store; in TEST() local
87 MockPersistentReportingStore store; in TEST() local
110 MockPersistentReportingStore store; in TEST() local
132 MockPersistentReportingStore store; in TEST() local
189 MockPersistentReportingStore store; in TEST() local
/external/cronet/stable/net/reporting/
Dmock_persistent_reporting_store_unittest.cc69 MockPersistentReportingStore store; in TEST() local
87 MockPersistentReportingStore store; in TEST() local
110 MockPersistentReportingStore store; in TEST() local
132 MockPersistentReportingStore store; in TEST() local
189 MockPersistentReportingStore store; in TEST() local

12345678910>>...31