Home
last modified time | relevance | path

Searched refs:entry (Results 1001 - 1025 of 2598) sorted by relevance

1...<<41424344454647484950>>...104

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_observer_test.cpp256 * @tc.steps: step4. delete one entry of local db where key = KEY_1. in CheckObserverAllLocalValue()
288 * @tc.steps: step5. put one entry (KEY_1, VALUE_1) to sync db. in HWTEST_F()
298 * @tc.steps: step6. put one entry (KEY_2, VALUE_2) to sync db. in HWTEST_F()
308 * @tc.steps: step7. delete one entry from sync db where key = KEY_1. in HWTEST_F()
343 * @tc.steps: step4. delete one entry of local db where key = KEY_1. in CheckObserverAllNativeValue()
352 * @tc.steps: step5. put one entry (KEY_1, VALUE_1) to sync db. in CheckObserverAllNativeValue()
362 * @tc.steps: step6. update one entry (KEY_2, VALUE_3) to sync db. in CheckObserverAllNativeValue()
405 * @tc.steps: step7. delete one entry from sync db where key = KEY_1. in HWTEST_F()
992 DistributedDB::Entry entry = { KEY_1, VALUE_2 }; in HWTEST_F() local
993 deleteLocalEntries.push_back(entry); in HWTEST_F()
1291 DistributedDB::Entry entry = { KEY_1, VALUE_1 }; CheckPressureForLocalRepeat() local
1450 DistributedDB::Entry entry = { KEY_1, VALUE_2 }; HWTEST_F() local
1580 DistributedDB::Entry entry = { KEY_1, VALUE_1 }; HWTEST_F() local
1710 DistributedDB::Entry entry = { KEY_1, VALUE_1 }; CheckPressureAfterReopen() local
1810 DistributedDB::Entry entry = { KEY_1, VALUE_2 }; HWTEST_F() local
1919 DistributedDB::Entry entry = { KEY_1, VALUE_1 }; CheckPressureAcrossDatabase() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_scalar.c285 struct hash_entry *entry = _mesa_hash_table_search(ht, var); in get_channel_variables() local
286 if (!entry) { in get_channel_variables()
290 chan_vars = (nir_variable **) entry->data; in get_channel_variables()
532 hash_table_foreach(state.split_inputs, entry) { in nir_lower_io_to_scalar_early()
533 nir_variable *var = (nir_variable *) entry->key; in nir_lower_io_to_scalar_early()
536 free(entry->data); in nir_lower_io_to_scalar_early()
540 hash_table_foreach(state.split_outputs, entry) { in nir_lower_io_to_scalar_early()
541 nir_variable *var = (nir_variable *) entry->key; in nir_lower_io_to_scalar_early()
544 free(entry->data); in nir_lower_io_to_scalar_early()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource_state.cpp205 destroy_context_state_table_entry(d3d12_context_state_table_entry *entry) in destroy_context_state_table_entry() argument
207 desired_resource_state_cleanup(&entry->desired); in destroy_context_state_table_entry()
208 d3d12_resource_state_cleanup(&entry->batch_begin); in destroy_context_state_table_entry()
209 d3d12_resource_state_cleanup(&entry->batch_end); in destroy_context_state_table_entry()
210 free(entry); in destroy_context_state_table_entry()
223 hash_table_foreach(ctx->bo_state_table->table, entry) in d3d12_context_state_table_destroy()
224 destroy_context_state_table_entry((d3d12_context_state_table_entry *)entry->data); in d3d12_context_state_table_destroy()
523 set_foreach_remove(ctx->pending_barriers_bos, entry) { in d3d12_apply_resource_states()
524 d3d12_bo *bo = (d3d12_bo *)entry->key; in d3d12_apply_resource_states()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dbinary.cpp109 // new entry on to the operands vector. Otherwise returns an error code and
674 spv_operand_desc entry;
675 if (grammar_.lookupOperand(type, word, &entry)) {
681 spvPushOperandTypes(entry->operandTypes, expected_operands);
710 spv_operand_desc entry;
711 if (grammar_.lookupOperand(type, mask, &entry)) {
718 spvPushOperandTypes(entry->operandTypes, expected_operands);
723 spv_operand_desc entry;
724 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) {
726 spvPushOperandTypes(entry
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dbinary.cpp109 // new entry on to the operands vector. Otherwise returns an error code and
674 spv_operand_desc entry;
675 if (grammar_.lookupOperand(type, word, &entry)) {
681 spvPushOperandTypes(entry->operandTypes, expected_operands);
710 spv_operand_desc entry;
711 if (grammar_.lookupOperand(type, mask, &entry)) {
718 spvPushOperandTypes(entry->operandTypes, expected_operands);
723 spv_operand_desc entry;
724 if (SPV_SUCCESS == grammar_.lookupOperand(type, 0, &entry)) {
726 spvPushOperandTypes(entry
[all...]
/third_party/skia/gm/
H A Ddrawimageset.cpp178 SkCanvas::ImageSetEntry entry; variable
179 entry.fSrcRect = SkRect::MakeWH(kTileW, kTileH).makeInset(kTileW / 4.f, kTileH / 4.f);
180 entry.fDstRect = SkRect::MakeWH(1.5 * kTileW, 1.5 * kTileH).makeOffset(d / 4, 2 * d);
181 entry.fImage = fSet[0].fImage;
182 entry.fAlpha = 0.7f;
183 entry.fAAFlags = SkCanvas::kLeft_QuadAAFlag | SkCanvas::kTop_QuadAAFlag;
188 canvas->experimental_DrawEdgeAAImageSet(&entry, 1, nullptr, nullptr, sampling,
190 canvas->translate(entry.fDstRect.width() + 8.f, 0);
193 canvas->experimental_DrawEdgeAAImageSet(&entry, 1, nullptr, nullptr, sampling,
/foundation/distributeddatamgr/kv_store/test/fuzztest/typesutil_fuzzer/
H A Dtypesutil_fuzzer.cpp151 Entry entry; in GetTotalSizeFuzz() local
152 entry.key = strBase; in GetTotalSizeFuzz()
153 entry.value = strBase; in GetTotalSizeFuzz()
154 std::vector<Entry> VecEntryIn(size, entry); in GetTotalSizeFuzz()
161 /* Fuzzer entry point */
/foundation/distributeddatamgr/kv_store/databaseutils/test/
H A Dacl_test.cpp100 AclXattrEntry entry(ACL_TAG::GROUP, UID, Acl::R_RIGHT | Acl::W_RIGHT); in HWTEST_F()
101 ASSERT_TRUE(aclNew.HasEntry(entry)); in HWTEST_F()
120 AclXattrEntry entry(ACL_TAG::USER, UID, Acl::R_RIGHT | Acl::W_RIGHT); in HWTEST_F()
121 ASSERT_TRUE(aclNew.HasEntry(entry)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Drs_skia_memory_tracer.cpp132 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in LogOutput() local
134 traceValue.units.c_str(), traceValue.count, entry); in LogOutput()
140 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in LogOutput() local
142 traceValue.units.c_str(), traceValue.count, entry); in LogOutput()
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontObject.cpp92 DirectoryEntry *entry = findTable(tag); in readTable() local
94 if (entry == NULL) { in readTable()
99 *length = SWAPL(entry->length); in readTable()
103 fseek(file, SWAPL(entry->offset), SEEK_SET); in readTable()
/third_party/icu/icu4c/source/test/letest/
H A DFontObject.cpp88 DirectoryEntry *entry = findTable(tag); in readTable() local
90 if (entry == NULL) { in readTable()
95 *length = SWAPL(entry->length); in readTable()
99 fseek(file, SWAPL(entry->offset), SEEK_SET); in readTable()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_handle.c90 list_for_each_entry(handle, &g_hanle_list, entry) in handle_find_by_name()
115 list_for_each_entry(handle, &g_hanle_list, entry) in handle_find_by_fd()
152 list_add_tail(&handle->entry, &g_hanle_list); in register_handle()
169 list_del_init(&handle->entry); in unregister_handle()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTrieTest.java146 for (BytesTrie.Entry entry : trie) { in getRawTrieTable()
148 int length = entry.bytesLength(); in getRawTrieTable()
150 byte b = entry.byteAt(i); in getRawTrieTable()
159 map.put(sb.toString(), entry.value); in getRawTrieTable()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DCompatibilityTest.java173 // Need to trim the directory off the JAR entry before opening the connection otherwise in getJarList()
174 // it could fail as it will try and find the entry within the JAR which may not exist. in getJarList()
183 JarEntry entry = (JarEntry) entries.nextElement(); in getJarList()
184 if (!entry.isDirectory()) { in getJarList()
185 String entryName = entry.getName(); in getJarList()
189 SerializableTestUtility.copyStreamBytes(jarFile.getInputStream(entry))); in getJarList()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DCompatibilityTest.java170 // Need to trim the directory off the JAR entry before opening the connection otherwise in getJarList()
171 // it could fail as it will try and find the entry within the JAR which may not exist. in getJarList()
180 JarEntry entry = (JarEntry) entries.nextElement(); in getJarList()
181 if (!entry.isDirectory()) { in getJarList()
182 String entryName = entry.getName(); in getJarList()
186 SerializableTestUtility.copyStreamBytes(jarFile.getInputStream(entry))); in getJarList()
/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py283 gfx10_formats = [Gfx10Format(entry) for entry in db.enum('GFX10_FORMAT').entries]
292 gfx11_formats = [Gfx10Format(entry) for entry in db.enum('GFX11_FORMAT').entries]
/third_party/node/lib/
H A Dos.js284 const entry = {
294 entry.scopeid = scopeid;
298 ArrayPrototypePush(existing, entry);
300 result[name] = [entry];
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
H A Dindex.js151 for (const entry of dirEntries) {
152 const p = resolve(path, entry.name)
153 if (entry.isDirectory() === false) {
158 if (currentDepth !== 0 || entry.name !== 'node_modules') {
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dcreate.js65 return lines.map(function (entry) {
66 return ' ' + entry;
119 lines.map(function (entry) {
120 return (current.added ? '+' : '-') + entry;
/third_party/mesa3d/src/util/
H A Du_debug_stack.c67 struct hash_entry *entry = _mesa_hash_table_search(symbols_hash, addr); in symbol_name_cached() local
68 if (!entry) { in symbol_name_cached()
81 entry = _mesa_hash_table_insert(symbols_hash, addr, (void*)name); in symbol_name_cached()
85 return entry->data; in symbol_name_cached()
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtune-jit.cc211 JitInfoMap::iterator entry = in event_handler() local
213 if (entry != GetEntries()->end() && IsLineInfoTagged(entry->first)) { in event_handler()
214 JITCodeLineInfo* line_info = UntagLineInfo(entry->second); in event_handler()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
H A DFontLanguages.java622 for (String[] entry : langScriptData) { in FontLanguages()
623 String lang = entry[0]; in FontLanguages()
627 for (int i = 1; i < entry.length; i++) { in FontLanguages()
628 String script = entry[i].toLowerCase(); in FontLanguages()
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.cpp75 for (const BindingLayoutEntryInitializationHelper& entry : entriesInitializer) { in MakeBindGroupLayout()
76 entries.push_back(entry); in MakeBindGroupLayout()
134 const BindGroupLayoutEntry& entry) in BindingLayoutEntryInitializationHelper()
135 : BindGroupLayoutEntry(entry) { in BindingLayoutEntryInitializationHelper()
133 BindingLayoutEntryInitializationHelper( const BindGroupLayoutEntry& entry) BindingLayoutEntryInitializationHelper() argument
/third_party/toybox/toys/pending/
H A Dman.c177 struct dirent *entry; in man_main() local
183 while ((entry = readdir(dp))) { in man_main()
184 if (entry->d_name[0] == '.') continue; in man_main()
185 f = xmprintf("%s/%s", d, TT.k = entry->d_name); in man_main()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dexplicit_seed_seq_test.cc133 for (uint32_t& entry : entropy) { in TEST()
134 entry = urandom(); in TEST()
155 for (uint32_t& entry : entropy) { in TEST()
156 entry = urandom(); in TEST()

Completed in 19 milliseconds

1...<<41424344454647484950>>...104