Home
last modified time | relevance | path

Searched refs:find (Results 4251 - 4275 of 7397) sorted by relevance

1...<<171172173174175176177178179180>>...296

/third_party/gn/src/base/
H A Dstl_util.h47 return collection.find(key) != collection.end(); in ContainsKey()
74 return std::find(std::begin(collection), std::end(collection), value) != in ContainsValue()
/third_party/gn/src/gn/
H A Dcommand_args.cc75 std::string line_stripped(line.substr(line.find('#') + 1)); in StripHashFromLine()
85 // Tries to find the comment before the setting of the given value.
218 auto found = args.find(list_value); in ListArgs()
222 "\" which I didn't find in any " in ListArgs()
430 To find your editor on Posix, GN will search the environment variables in
H A Dmetadata_unittest.cc26 auto a_actual = metadata.contents().find("a"); in TEST()
27 auto b_actual = metadata.contents().find("b"); in TEST()
/third_party/glslang/SPIRV/
H A DspvIR.h342 auto found = find(blocks.begin(), blocks.end(), block); in removeBlock()
382 return reducedPrecisionParams.find(param) != reducedPrecisionParams.end() ? in getParamPrecision()
H A DSpvPostProcess.cpp261 // Walk the index list for the access chain. For each index, find any in postProcess()
428 // there is an existing restrict/aliased decoration. If we don't find one, add Aliased as the in postProcessFeatures()
454 if (capabilities.find(spv::CapabilityVulkanMemoryModelKHR) != capabilities.end()) { in postProcessFeatures()
460 if (capabilities.find(spv::CapabilityWorkgroupMemoryExplicitLayoutKHR) != capabilities.end()) { in postProcessFeatures()
/third_party/alsa-lib/src/ucm/
H A Dmain.c612 uc_error("Unable to find subtree '%s'", root); in execute_cfgsave()
688 uc_error("error: unable to find device '%s'\n", name); in run_device_sequence()
1065 * \brief Universal find - string in a list
1089 #define find(list, type, member, value, match) \ macro
1202 * \param verb_name verb to find
1208 return find(&uc_mgr->verb_list, in find_verb()
1261 * \param device_name device to find
1289 * \param modifier_name modifier to find
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuTextWriter.java349 if (!matcher.find()) { in quoteInside()
363 } while (matcher.find()); in quoteInside()
/third_party/json/tests/src/
H A Dunit-inspection.cpp251 CHECK(s.find("42.23") != std::string::npos);
257 CHECK(s.find("1.23456e-78") != std::string::npos);
/third_party/json/tools/serve_header/
H A Dserve_header.py214 def find(self, path): member in WorkTrees
215 # find working tree for a given header file path
270 self.worktree = self.worktrees.find(path)
374 log.info(f'cannot find configuration file: {config_file}')
377 # find and monitor working trees
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dkernel.cpp36 auto &sym = find(name_equals(name), prog.symbols()); in clCreateKernel()
138 buf.as_string() = find(name_equals(kern.name()), kern.program().symbols()).attributes; in clGetKernelInfo()
/third_party/node/src/
H A Ddebug_utils.cc72 std::string::size_type comma_pos = debug_categories.find(','); in Parse()
78 if (available_category.find(wanted) != std::string::npos) \ in Parse()
/third_party/musl/scripts/
H A Druntest_Windows.bat150 for /f %%b in (' find /c /v "" ^<"FileList.txt" ') do set /a run=%%b
151 for /f %%c in (' find /c "FAIL" ^<"REPORT" ') do set fail=%%c
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h540 scan_idx = (int) sScan_STRING.find('.'); in StdLibScan()
545 scan_idx = (int) sScan_STRING.find(L"123"); in StdLibScan1()
/third_party/node/deps/v8/src/compiler/
H A Dmemory-optimizer.cc108 if (visited.find(current) == visited.end()) { in SearchAllocatingNode()
439 auto it = pending_.find(id); in EnqueueMerge()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dstats-collector.cc28 std::find(allocation_observers_.begin(), in RegisterObserver()
34 auto it = std::find(allocation_observers_.begin(), in UnregisterObserver()
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc248 processed->find(Item{rule, rule->right().size(), pos, pos}); in RunEarleyAlgorithm()
269 processed->find(Item{top_level.rule(0), 1, 0, input_length}); in RunEarleyAlgorithm()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ssa_builder.cpp385 def_map::iterator I = m.find(v); in get_index()
399 def_map::iterator I = m.find(v); in new_index()
/third_party/libabigail/src/
H A Dabg-corpus-priv.h274 str_fn_ptrs_map_type::iterator i = m.find(fn_id); in fn_id_is_in_id_fns_map()
384 str_var_ptr_map_type::const_iterator i = m.find(var_id); in var_id_is_in_id_var_map()
/third_party/python/Lib/
H A Dtelnetlib.py307 i = self.cookedq.find(match)
322 i = self.cookedq.find(match, i)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImage.cpp107 ASSERT(mSourcesOf.find(imageSource) != mSourcesOf.end()); in removeImageSource()
345 ASSERT(mState.targets.find(sibling) == mState.targets.end()); in orphanSibling()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp414 if (mIndexedVecAndMatrixTypes.find(type) == mIndexedVecAndMatrixTypes.end()) in visitBinary()
462 if (mWrittenVecAndMatrixTypes.find(type) == mWrittenVecAndMatrixTypes.end()) in visitBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp130 auto NameIter = SourceFileNames.find(File); in getSourceFileNameIndex()
230 auto Result = SourceFileNames.find(Name); in generateFileInfoSubstream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp95 // Try to find address of external function given a Function object.
265 std::map<const Function *, ExFunc>::iterator FI = ExportedFunctions->find(F); in callExternalFunction()
273 std::map<const Function *, RawFunc>::iterator RF = RawFunctions->find(F); in callExternalFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA()
116 GlobalSymbolTable.find(TargetName.data()); in getRelocationValueRef()
262 auto I = SectionMap.find(Section); in finalizeLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h125 auto EntryItr = GlobalSymbolTable.find(TargetName);
311 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
380 assert(SAI != MachO.section_end() && "Can't find section for address A"); in processHALFSECTDIFFRelocation()
394 assert(SBI != MachO.section_end() && "Can't find section for address B"); in processHALFSECTDIFFRelocation()

Completed in 25 milliseconds

1...<<171172173174175176177178179180>>...296