Home
last modified time | relevance | path

Searched refs:entry (Results 4801 - 4825 of 7439) sorted by relevance

1...<<191192193194195196197198199200>>...298

/third_party/ntfs-3g/include/ntfs-3g/
H A Dsecurity.h326 INDEX_ENTRY *entry);
328 INDEX_ENTRY *entry);
/third_party/node/deps/icu-small/source/common/
H A Duresdata.h526 void setValidLocaleDataEntry(UResourceDataEntry *entry) { in setValidLocaleDataEntry() argument
527 validLocaleDataEntry = entry; in setValidLocaleDataEntry()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_tess.c98 struct set_entry *entry = _mesa_set_search(instr_set, instr); in prune_patch_function_to_intrinsic_and_srcs() local
99 if (!entry) in prune_patch_function_to_intrinsic_and_srcs()
258 * The barrier() function may only be called inside the main entry point of the tessellation control shader in dxil_nir_split_tess_ctrl()
/third_party/node/deps/v8/src/codegen/
H A Dsafepoint-table.h133 // the non-existing entry after the last one). in GetEntry()
144 // Returns the entry for the given pc.
252 Safepoint(EntryBuilder* entry, SafepointTableBuilder* table) in Safepoint() argument
253 : entry_(entry), table_(table) {} in Safepoint()
262 // entry must be enough to hold all the pointer indexes.
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.h58 CodeEntry* entry; member in v8::internal::CodeCreateEventRecord
128 CodeEntry* entry; member in v8::internal::CodeDeleteEventRecord
H A Dheap-profiler.cc42 [&](const std::unique_ptr<HeapSnapshot>& entry) { in RemoveSnapshot()
43 return entry.get() == snapshot; in RemoveSnapshot()
179 // In case no id has been found, check whether there exists an entry where the in GetSnapshotObjectId()
180 // native objects has been merged into a V8 entry. in GetSnapshotObjectId()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c228 load_spirv(const char *filename, const char *entry, gl_shader_stage stage) in load_spirv() argument
251 stage, entry, &spirv_options, in load_spirv()
338 errx(1, "in SPIR-V mode, an entry point must be specified"); in main()
/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c37 RB_ENTRY(watcher_list) entry;
58 RB_GENERATE_STATIC(watcher_root, watcher_list, entry, compare_watchers)
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
H A DServletMain.java234 .filter(entry -> !validUntouchedEntriesSet.contains(entry)).collect(ImmutableList.toImmutableList())); in handleFileMigration()
/third_party/python/Lib/dbm/
H A Ddumb.py135 entry = "%r, %r\n" % (key.decode('Latin-1'), pos_and_siz_pair)
136 f.write(entry)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DToposortStructs.cpp73 for (const auto &entry : g) in Toposort()
75 invPerms.insert(entry.first); in Toposort()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dlocal_single_block_elim.cpp1223 OpName %bb_entry "bb.entry"
1381 OpName %bb_entry "bb.entry"
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H A DTestFontUtils.java197 for (NameEntry entry : name) { in buildAndCheckFont()
198 logger.finer(entry.toString()); in buildAndCheckFont()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp32 // Helper method to find the fragment shader entry point, complaining if there
33 // is no shader or if there is no fragment entry point.
61 "Forcing of red rendering requires an entry point with " in FindFragmentShaderEntryPoint()
74 "A valid module must have a function associate with each entry point."); in FindFragmentShaderEntryPoint()
216 // Make the new entry block in ForceRenderRed()
249 // we have added the entry block to the module. in ForceRenderRed()
343 {entry_point_function->entry()->id()}}; in ForceRenderRed()
352 std::move(new_entry_block), entry_point_function->entry().get()); in ForceRenderRed()
H A Dtransformation_propagate_instruction_up.cpp112 for (const auto& entry : predecessor_id_to_fresh_id) { in IsApplicable()
113 maybe_fresh_ids.push_back(entry.second); in IsApplicable()
H A Dtransformation_replace_params_with_struct.cpp54 // The function can't be an entry-point function. in IsApplicable()
120 for (const auto& entry : caller_id_to_fresh_composite_id) { in IsApplicable()
121 fresh_ids.push_back(entry.second); in IsApplicable()
193 // Insert OpCompositeExtract instructions into the entry point block of the in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddominator_tree.cpp26 // will point to all entry or all exit nodes.
109 // For compliance with the dominance tree computation, entry nodes are
144 // The dominator tree construction requires a unique entry node, which cannot
146 // is here to gather all entry nodes.
178 // The tree construction requires 1 entry point, so we add a placeholder in CreateSuccessorMap()
202 successors_[placeholder_start_node].push_back(f.entry().get()); in CreateSuccessorMap()
203 predecessors_[f.entry().get()].push_back( in CreateSuccessorMap()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dforce_render_red.cpp32 // Helper method to find the fragment shader entry point, complaining if there
33 // is no shader or if there is no fragment entry point.
61 "Forcing of red rendering requires an entry point with " in FindFragmentShaderEntryPoint()
74 "A valid module must have a function associate with each entry point."); in FindFragmentShaderEntryPoint()
216 // Make the new entry block in ForceRenderRed()
249 // we have added the entry block to the module. in ForceRenderRed()
343 {entry_point_function->entry()->id()}}; in ForceRenderRed()
352 std::move(new_entry_block), entry_point_function->entry().get()); in ForceRenderRed()
H A Dtransformation_propagate_instruction_up.cpp112 for (const auto& entry : predecessor_id_to_fresh_id) { in IsApplicable()
113 maybe_fresh_ids.push_back(entry.second); in IsApplicable()
H A Dtransformation_replace_params_with_struct.cpp54 // The function can't be an entry-point function. in IsApplicable()
120 for (const auto& entry : caller_id_to_fresh_composite_id) { in IsApplicable()
121 fresh_ids.push_back(entry.second); in IsApplicable()
193 // Insert OpCompositeExtract instructions into the entry point block of the in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_tree.cpp26 // will point to all entry or all exit nodes.
109 // For compliance with the dominance tree computation, entry nodes are
144 // The dominator tree construction requires a unique entry node, which cannot
146 // is here to gather all entry nodes.
178 // The tree construction requires 1 entry point, so we add a placeholder in CreateSuccessorMap()
202 successors_[placeholder_start_node].push_back(f.entry().get()); in CreateSuccessorMap()
203 predecessors_[f.entry().get()].push_back( in CreateSuccessorMap()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dlocal_single_block_elim.cpp1223 OpName %bb_entry "bb.entry"
1381 OpName %bb_entry "bb.entry"
/third_party/pulseaudio/src/pulsecore/
H A Dconf-parser.c68 /* Parse a proplist entry. */
74 pa_log("[%s:%u] Failed to parse a proplist entry: %s = %s", state->filename, state->lineno, state->lvalue, state->rvalue); in proplist_assignment()
157 static int conf_filter(const struct dirent *entry) { in conf_filter() argument
158 return pa_endswith(entry->d_name, ".conf"); in conf_filter()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolver_test.go202 file.txt:3:14 'b' resolves to enum entry 'e.b' but type is expected
272 `file.txt:3:8 cannot use enum entry 'E.b' as template type`,
/third_party/python/Lib/test/test_importlib/
H A Dtest_metadata_api.py87 for entry in ("main", "ns:sub"):
88 ep = entries[entry]
158 assert "Accessing entry points by index is deprecated" in str(expected)

Completed in 20 milliseconds

1...<<191192193194195196197198199200>>...298