Home
last modified time | relevance | path

Searched refs:entry (Results 1201 - 1225 of 2665) sorted by relevance

1...<<41424344454647484950>>...107

/third_party/skia/third_party/externals/spirv-tools/source/
H A Dopcode.h39 // SPV_SUCCESS and writes a handle of the table entry into *entry.
42 const char* name, spv_opcode_desc* entry);
45 // SPV_SUCCESS and writes a handle of the table entry into *entry.
49 spv_opcode_desc* entry);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.h39 // SPV_SUCCESS and writes a handle of the table entry into *entry.
42 const char* name, spv_opcode_desc* entry);
45 // SPV_SUCCESS and writes a handle of the table entry into *entry.
49 spv_opcode_desc* entry);
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DDecoderTest.java37 for (String entry : entries) { in suite()
38 suite.addTest(new DecoderTestCase(entry)); in suite()
69 throw new RuntimeException("Can't read bundle entry: " + entryName); in run()
H A DBrotliDecoderChannelTest.java39 for (String entry : entries) { in suite()
40 suite.addTest(new ChannelTestCase(entry)); in suite()
71 throw new RuntimeException("Can't read bundle entry: " + entryName); in run()
H A DBrotliInputStreamTest.java37 for (String entry : entries) { in suite()
38 suite.addTest(new StreamTestCase(entry)); in suite()
69 throw new RuntimeException("Can't read bundle entry: " + entryName); in run()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DEncoderTest.java31 for (String entry : entries) { in suite()
32 suite.addTest(new EncoderTestCase(entry)); in suite()
63 throw new RuntimeException("Can't read bundle entry: " + entryName); in run()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dmutator_cache.cc70 auto entry = std::move(*it->second); in UpdateUsage() local
72 entries_.push_front(std::move(entry)); in UpdateUsage()
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc2984 Handle<AccessorInfo> entry(AccessorInfo::cast(callbacks->get(i)), isolate); in AppendUniqueCallbacks()
2985 Handle<Name> key(Name::cast(entry->name()), isolate); in AppendUniqueCallbacks()
2988 if (!T::Contains(key, entry, valid_descriptors, array)) { in AppendUniqueCallbacks()
2989 T::Insert(key, entry, valid_descriptors, array); in AppendUniqueCallbacks()
2999 static bool Contains(Handle<Name> key, Handle<AccessorInfo> entry, in Contains()
3006 static void Insert(Handle<Name> key, Handle<AccessorInfo> entry, in Insert()
3009 array->set(valid_descriptors, *entry); in Insert()
4095 // Do not copy the first entry, i.e., the length. in Elements()
5770 InternalIndex entry = FirstProbe(hash, capacity); in EntryForProbe() local
5772 if (entry in EntryForProbe()
5982 InternalIndex entry = stringset->FindInsertionEntry(isolate, hash); Add() local
6001 InternalIndex entry = table->FindInsertionEntry(isolate, hash); Add() local
6014 InternalIndex entry = set->FindInsertionEntry(isolate, hash); Add() local
6068 DeleteEntry( Isolate* isolate, Handle<Derived> dictionary, InternalIndex entry) DeleteEntry() argument
6082 InternalIndex entry = dictionary->FindEntry(isolate, key); AtPut() local
6141 InternalIndex entry = dictionary->FindInsertionEntry(isolate, roots, hash); Add() local
6293 InternalIndex entry = this->FindEntry(cage_base, roots, key, hash); Lookup() local
6305 InternalIndex entry = this->FindEntry(cage_base, roots, key, key->hash()); Lookup() local
6333 ValueAt(InternalIndex entry) ValueAt() argument
6337 ValueAt(InternalIndex entry) ValueAt() argument
6341 ValueAt(InternalIndex entry) ValueAt() argument
6345 IndexAt(InternalIndex entry) IndexAt() argument
6380 InternalIndex entry = table->FindEntry(isolate, roots, key, hash); Put() local
6435 InternalIndex entry = table->FindEntry(isolate, roots, key, hash); Remove() local
6447 AddEntry(InternalIndex entry, Object key, Object value) AddEntry() argument
6456 RemoveEntry(InternalIndex entry) RemoveEntry() argument
6587 InvalidateAndReplaceEntry( Isolate* isolate, Handle<GlobalDictionary> dictionary, InternalIndex entry, PropertyDetails new_details, Handle<Object> new_value) InvalidateAndReplaceEntry() argument
6647 PrepareForAndSetValue( Isolate* isolate, Handle<GlobalDictionary> dictionary, InternalIndex entry, Handle<Object> value, PropertyDetails details) PrepareForAndSetValue() argument
[all...]
/third_party/libfuse/example/
H A Dpassthrough_ll.c587 struct dirent *entry; member
616 d->entry = NULL; in lo_opendir()
661 d->entry = NULL; in lo_do_readdir()
669 if (!d->entry) { in lo_do_readdir()
671 d->entry = readdir(d->dp); in lo_do_readdir()
672 if (!d->entry) { in lo_do_readdir()
681 nextoff = d->entry->d_off; in lo_do_readdir()
682 name = d->entry->d_name; in lo_do_readdir()
688 .attr.st_ino = d->entry->d_ino, in lo_do_readdir()
689 .attr.st_mode = d->entry in lo_do_readdir()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java427 for (Object entry : (List<?>) value) { in printField()
428 adapters.add(new MapEntryAdapter(entry, field)); in printField()
445 * An adapter class that can take a MapEntry or a MutableMapEntry and returns its key and entry.
450 private Object entry; field in TextFormat.Printer.MapEntryAdapter
458 public MapEntryAdapter(Object entry, FieldDescriptor fieldDescriptor) { in MapEntryAdapter() argument
459 if (entry instanceof MapEntry) { in MapEntryAdapter()
460 this.mapEntry = (MapEntry) entry; in MapEntryAdapter()
462 this.entry = entry; in MapEntryAdapter()
482 return entry; in getEntry()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duresbund.cpp56 /* INTERNAL: hashes an entry */
106 static void entryIncrease(UResourceDataEntry *entry) { in entryIncrease() argument
108 entry->fCountExisting++; in entryIncrease()
109 while(entry->fParent != NULL) { in entryIncrease()
110 entry = entry->fParent; in entryIncrease()
111 entry->fCountExisting++; in entryIncrease()
160 free_entry(UResourceDataEntry *entry) { in free_entry() argument
162 res_unload(&(entry->fData)); in free_entry()
163 if(entry in free_entry()
2295 UResourceDataEntry *entry; ures_openWithType() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duresbund.cpp57 /* INTERNAL: hashes an entry */
304 static void entryIncrease(UResourceDataEntry *entry) { in entryIncrease() argument
306 entry->fCountExisting++; in entryIncrease()
307 while(entry->fParent != nullptr) { in entryIncrease()
308 entry = entry->fParent; in entryIncrease()
309 entry->fCountExisting++; in entryIncrease()
360 free_entry(UResourceDataEntry *entry) { in free_entry() argument
362 res_unload(&(entry->fData)); in free_entry()
363 if(entry in free_entry()
2370 UResourceDataEntry* entry = aliasRB->fData; global() variable
2717 UResourceDataEntry *entry; ures_openWithType() local
[all...]
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp241 for (auto entry : allEntries) { in GetDistributedBundleName()
242 std::string key = entry.key.ToString(); in GetDistributedBundleName()
243 std::string value = entry.value.ToString(); in GetDistributedBundleName()
491 for (const auto &entry : allEntries) { in GetAllOldDistributionBundleInfo()
492 std::string key = entry.key.ToString(); in GetAllOldDistributionBundleInfo()
496 std::string value = entry.value.ToString(); in GetAllOldDistributionBundleInfo()
502 if (kvStorePtr_->Delete(entry.key) != Status::SUCCESS) { in GetAllOldDistributionBundleInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp309 for (auto const& entry : std::filesystem::recursive_directory_iterator(path)) { in IterateDirectory()
310 if (entry.is_directory()) { in IterateDirectory()
311 IterateDirectory(entry.path().string(), files); in IterateDirectory()
313 files.push_back(entry.path().string()); in IterateDirectory()
322 while (struct dirent* entry = readdir(directory)) { in IterateDirectory()
323 const std::string entryName(entry->d_name); in IterateDirectory()
328 if (entry->d_type == DT_DIR) { in IterateDirectory()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp105 struct dirent *entry = readdir(dir); in GetCAFilesFromPath() local
106 while (entry != nullptr) { in GetCAFilesFromPath()
107 if (IsCACertFileName(entry->d_name)) { in GetCAFilesFromPath()
109 caFiles.push_back(caPath + OS_PATH_SEPARATOR + entry->d_name); in GetCAFilesFromPath()
111 caFiles.push_back(caPath + entry->d_name); in GetCAFilesFromPath()
113 NETMGR_LOG_D("Read CA File [%{public}s] from CA Path", entry->d_name); in GetCAFilesFromPath()
115 entry = readdir(dir); in GetCAFilesFromPath()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_data_sync.cpp273 MultiVerKvEntry *entry = nullptr; in AckRecvCallback() local
288 entry = entries[0]; in AckRecvCallback()
289 errCode = entry->GetValueHash(valueHashes); in AckRecvCallback()
313 void MultiVerDataSync::ReleaseKvEntry(const MultiVerKvEntry *entry) in ReleaseKvEntry() argument
315 return storagePtr_->ReleaseKvEntry(entry); in ReleaseKvEntry()
688 MultiVerKvEntry *MultiVerDataSync::CreateKvEntry(const std::vector<uint8_t> &entry) in CreateKvEntry() argument
690 return storagePtr_->CreateKvEntry(entry); in CreateKvEntry()
/third_party/eudev/src/udev/
H A Dudevadm-hwdb.c89 /* extend array, add new entry, sort for bisection */ in node_add_child()
167 /* extend array, add new entry, sort for bisection */ in trie_node_add_value()
427 struct udev_list_entry *entry; in insert_data() local
450 udev_list_entry_foreach(entry, udev_list_get_entry(match_list)) in insert_data()
451 trie_insert(trie, trie->root, udev_list_entry_get_name(entry), line, value); in insert_data()
681 struct udev_list_entry *entry; in adm_hwdb() local
683 udev_list_entry_foreach(entry, udev_hwdb_get_properties_list_entry(hwdb, test, 0)) in adm_hwdb()
684 printf("%s=%s\n", udev_list_entry_get_name(entry), udev_list_entry_get_value(entry)); in adm_hwdb()
/third_party/gn/src/base/win/
H A Dregistry.cc336 const char16_t* entry = &buffer[0]; in ReadValues() local
337 const char16_t* buffer_end = entry + (size / sizeof(char16_t)); in ReadValues()
338 while (entry < buffer_end && entry[0] != '\0') { in ReadValues()
339 const char16_t* entry_end = std::find(entry, buffer_end, L'\0'); in ReadValues()
340 values->push_back(std::u16string(entry, entry_end)); in ReadValues()
341 entry = entry_end + 1; in ReadValues()
/third_party/curl/lib/
H A Dhttp_aws_sigv4.c433 int entry = 0; in canon_query() local
444 entry++; in canon_query()
455 } while(entry < MAX_QUERYPAIRS); in canon_query()
456 if(entry == MAX_QUERYPAIRS) { in canon_query()
462 qsort(&array[0], entry, sizeof(struct pair), compare_func); in canon_query()
465 for(i = 0; !result && (i < entry); i++, ap++) { in canon_query()
518 if(!result && i < entry - 1) { in canon_query()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc579 // Entry is a single entry in the traversal stack. Entry points to a in TraverseDependencies()
592 auto& entry = stack.back(); in TraverseDependencies() local
593 // Have we exhausted the dependencies of entry.global? in TraverseDependencies()
594 if (entry.dep_idx < entry.global->deps.size()) { in TraverseDependencies()
596 auto& dep = entry.global->deps[entry.dep_idx]; in TraverseDependencies()
601 entry.dep_idx++; // No. Skip this node. in TraverseDependencies()
607 exit(entry.global); in TraverseDependencies()
/third_party/toybox/toys/pending/
H A Dcrond.c229 if (TT.flagd) loginfo(LOG_LEVEL5, "user:%s entry:%s", cfile->username, line); in parse_line()
367 struct dirent *entry; in scan_cronfiles() local
373 while ((entry = readdir(dp))) { in scan_cronfiles()
379 if (isdotdot(entry->d_name)) continue; in scan_cronfiles()
381 if (!getpwnam(entry->d_name)) { in scan_cronfiles()
382 loginfo(LOG_LEVEL7, "ignoring file '%s' (no such user)", entry->d_name); in scan_cronfiles()
386 if (!(fp = fopen(entry->d_name, "r"))) continue; in scan_cronfiles()
390 cfile->username = xstrdup(entry->d_name); in scan_cronfiles()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp156 for (const auto& entry : entries) { in ResolveAutoLaunch()
157 if (entry.storeType != RDB_DEVICE_COLLABORATION) { in ResolveAutoLaunch()
162 entry.user, entry.appId, entry.storeId); in ResolveAutoLaunch()
164 entry.user.c_str(), entry.appId.c_str(), Anonymous::Change(entry.storeId).c_str()); in ResolveAutoLaunch()
168 ZLOGI("find identifier %{public}s", Anonymous::Change(entry.storeId).c_str()); in ResolveAutoLaunch()
169 param.userId = entry in ResolveAutoLaunch()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_upgrade_test.cpp833 Entry entry; in HWTEST_F() local
835 EXPECT_EQ(resultSet->GetEntry(entry), OK); in HWTEST_F()
836 EXPECT_EQ(entry.value, value1); in HWTEST_F()
838 EXPECT_EQ(resultSet->GetEntry(entry), OK); in HWTEST_F()
839 EXPECT_EQ(entry.value, value2); in HWTEST_F()
911 Entry entry; in HWTEST_F() local
913 EXPECT_EQ(resultSet->GetEntry(entry), OK); in HWTEST_F()
914 EXPECT_EQ(entry.value, value1); in HWTEST_F()
916 EXPECT_EQ(resultSet->GetEntry(entry), OK); in HWTEST_F()
917 EXPECT_EQ(entry in HWTEST_F()
1043 Entry entry; CheckAddNewFieldSucceed() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvorbisenc.c154 int entry) in put_codeword()
156 av_assert2(entry >= 0); in put_codeword()
157 av_assert2(entry < cb->nentries); in put_codeword()
158 av_assert2(cb->lens[entry]); in put_codeword()
159 if (put_bits_left(pb) < cb->lens[entry]) in put_codeword()
161 put_bits(pb, cb->lens[entry], cb->codewords[entry]); in put_codeword()
870 int entry = coded[counter++]; in floor_encode() local
874 if (entry == -1) in floor_encode()
875 entry in floor_encode()
153 put_codeword(PutBitContext *pb, vorbis_enc_codebook *cb, int entry) put_codeword() argument
890 int i, entry = -1; put_vector() local
943 int entry = 0; residue_encode() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c716 hash_table_foreach(&prog->pipelines[i], entry) { in zink_destroy_gfx_program()
717 struct gfx_pipeline_cache_entry *pc_entry = entry->data; in zink_destroy_gfx_program()
744 hash_table_foreach(comp->pipelines, entry) { in zink_destroy_compute_program()
745 struct compute_pipeline_cache_entry *pc_entry = entry->data; in zink_destroy_compute_program()
825 struct hash_entry *entry = NULL; in zink_get_gfx_pipeline() local
860 entry = _mesa_hash_table_search_pre_hashed(&prog->pipelines[idx], state->final_hash, state); in zink_get_gfx_pipeline()
862 if (!entry) { in zink_get_gfx_pipeline()
878 entry = _mesa_hash_table_insert_pre_hashed(&prog->pipelines[idx], state->final_hash, pc_entry, pc_entry); in zink_get_gfx_pipeline()
879 assert(entry); in zink_get_gfx_pipeline()
882 struct gfx_pipeline_cache_entry *cache_entry = entry in zink_get_gfx_pipeline()
893 struct hash_entry *entry = NULL; zink_get_compute_pipeline() local
945 struct hash_entry *entry = _mesa_hash_table_search(&ctx->compute_program_cache, shader); bind_stage() local
[all...]

Completed in 36 milliseconds

1...<<41424344454647484950>>...107