Home
last modified time | relevance | path

Searched refs:entries (Results 451 - 475 of 1102) sorted by relevance

1...<<11121314151617181920>>...45

/third_party/skia/src/ports/
H A DSkFontMgr_custom_embedded_factory.cpp11 struct SkEmbeddedResourceHeader { const SkEmbeddedResource* entries; int count; }; member
/third_party/node/lib/internal/util/
H A Dinspect.js224 // empty strings to fill up unused entries.
1125 // For boxed Strings, we have to remove the 0-n indexed entries,
1225 // Count the number of consecutive entries.
1446 // Calculate the total length of all output entries and the individual max
1447 // entries length of all output entries. We have to remove colors first,
1457 // in-between two entries.
1459 // Check if at least three entries fit next to each other and prevent grouping
1460 // of arrays that contains entries of very different length (i.e., if a single
1461 // entry is longer than 1/5 of all other entries combine
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp654 void KVDBGeneralStore::ObserverProxy::ConvertChangeData(const std::list<DBEntry> &entries, std::vector<Values> &values) in ConvertChangeData() argument
656 for (auto &entry : entries) { in ConvertChangeData()
708 auto entries = data.GetEntries();
709 for (size_t i = 0; i < entries.size(); i++) {
710 if (entries[i].key.empty()) {
713 auto oriKey = entries[i].key;
737 auto entries = data.GetEntries();
738 for (size_t i = 0; i < entries.size(); i++) {
739 if (entries[i].key.empty()) {
750 auto oriKey = entries[
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c649 FREE(screen->tic.entries); in nv50_screen_destroy()
1202 screen->tic.entries = CALLOC(4096, sizeof(void *)); in nv50_screen_create()
1203 screen->tsc.entries = screen->tic.entries + 2048; in nv50_screen_create()
1235 if (screen->tic.entries[i]) in nv50_screen_tic_alloc()
1236 nv50_tic_entry(screen->tic.entries[i])->id = -1; in nv50_screen_tic_alloc()
1238 screen->tic.entries[i] = entry; in nv50_screen_tic_alloc()
1252 if (screen->tsc.entries[i]) in nv50_screen_tsc_alloc()
1253 nv50_tsc_entry(screen->tsc.entries[i])->id = -1; in nv50_screen_tsc_alloc()
1255 screen->tsc.entries[ in nv50_screen_tsc_alloc()
[all...]
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp619 map<string, string> entries; in HWTEST_F() local
620 int32_t res1 = ProfileUtils::DeviceProfileToEntries(deviceProfile, entries); in HWTEST_F()
624 int32_t res2 = ProfileUtils::EntriesToDeviceProfile(entries, outDeviceProfile); in HWTEST_F()
641 map<string, string> entries; in HWTEST_F() local
642 int32_t res1 = ProfileUtils::ServiceProfileToEntries(serviceProfile, entries); in HWTEST_F()
646 int32_t res2 = ProfileUtils::EntriesToServiceProfile(entries, outServiceProfile); in HWTEST_F()
765 map<string, string> entries; in HWTEST_F() local
766 int32_t res1 = ProfileUtils::CharacteristicProfileToEntries(charProfile, entries); in HWTEST_F()
770 int32_t res2 = ProfileUtils::EntriesToCharProfile(entries, outCharProfile); in HWTEST_F()
783 map<string, string> entries; in HWTEST_F() local
797 map<string, string> entries; HWTEST_F() local
811 map<string, string> entries; HWTEST_F() local
[all...]
/third_party/python/Python/
H A Dgetargs.c67 freelistentry_t *entries; member
229 freelist->entries[index].item = ptr; in addcleanup()
230 freelist->entries[index].destructor = destructor; in addcleanup()
245 freelist->entries[index].destructor(NULL, in cleanreturn()
246 freelist->entries[index].item); in cleanreturn()
250 PyMem_Free(freelist->entries); in cleanreturn()
276 freelist.entries = static_entries; in vgetargs1_impl()
333 freelist.entries = PyMem_NEW(freelistentry_t, max); in vgetargs1_impl()
334 if (freelist.entries == NULL) { in vgetargs1_impl()
1634 freelist.entries in vgetargskeywords()
[all...]
/base/hiviewdfx/hiview/base/event_store/utility/reader/include/
H A Devent_doc_reader.h32 virtual int Read(const DocQuery& query, EntryQueue& entries, int& num) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_snapshot.h40 // Get the entries of the key set
41 int GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_snapshot.h35 int GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const override;
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-2783.js21 iterator = array.entries();
H A Dmap-iterators.js15 var methods = ['entries', 'keys', 'values', Symbol.iterator];
67 var entryIterators = [m.entries(), m[Symbol.iterator]()];
103 var entryIterators = [m.entries(), m[Symbol.iterator]()];
/third_party/node/test/parallel/
H A Dtest-crypto-classes.js30 for (const [clazz, args] of Object.entries(TEST_CASES)) {
H A Dtest-whatwg-encoding-custom-internals.js263 Object.entries(mappings).forEach((i) => {
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dopcode_table_get_test.cpp28 ASSERT_NE(nullptr, table->entries); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dopcode_table_get_test.cpp28 ASSERT_NE(nullptr, table->entries); in TEST_P()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-meta.h65 hb_ot_meta_tag_t *entries /* OUT. May be NULL. */);
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dstructdata.h50 int count; /* Number of entries used */
51 int max_count; /* Number of StructDataEntry items in `entries` */
52 StructDataEntry *entries; member
/third_party/spirv-tools/test/
H A Dopcode_table_get_test.cpp28 ASSERT_NE(nullptr, table->entries); in TEST_P()
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp75 int SysEventDoc::Query(const DocQuery& query, EntryQueue& entries, int& num) in Query() argument
83 return reader_->Read(query, entries, num); in Query()
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp138 const std::string &prefixKey, std::vector<Entry> &entries) in GetEntriesFromDistributedDB()
149 DistributedKv::Status status = kvStore_->GetEntries(kvStoreKey, entries); in GetEntriesFromDistributedDB()
137 GetEntriesFromDistributedDB( const std::string &prefixKey, std::vector<Entry> &entries) GetEntriesFromDistributedDB() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dikvstore_observer.cpp39 int64_t GetBufferSize(const std::vector<Entry> &entries) in GetBufferSize() argument
42 for (const auto &item : entries) { in GetBufferSize()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_propagate_invariant.c166 uint32_t prev_entries = invariants->entries; in propagate_invariant_impl()
174 if (invariants->entries > prev_entries) { in propagate_invariant_impl()
/third_party/ltp/include/lapi/
H A Dio_uring.h281 static inline int io_uring_setup(unsigned int entries, in io_uring_setup() argument
284 return tst_syscall(__NR_io_uring_setup, entries, p); in io_uring_setup()
/third_party/ltp/lib/
H A Dtst_safe_io_uring.c11 unsigned int entries, struct io_uring_params *params, in safe_io_uring_init()
15 uring->fd = io_uring_setup(entries, params); in safe_io_uring_init()
10 safe_io_uring_init(const char *file, const int lineno, unsigned int entries, struct io_uring_params *params, struct tst_io_uring *uring) safe_io_uring_init() argument
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/
H A Dindex.js76 for (const [groupName, group] of Object.entries(styles)) {
77 for (const [styleName, style] of Object.entries(group)) {

Completed in 16 milliseconds

1...<<11121314151617181920>>...45