Home
last modified time | relevance | path

Searched refs:find (Results 5026 - 5050 of 7680) sorted by relevance

1...<<201202203204205206207208209210>>...308

/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h142 auto it = atomMap.find(s); in getAtom()
339 auto existingMacroIt = macroDefs.find(atom); in lookupMacroDef()
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc152 size_t comma_pos = result.find(','); in AppendModeCharacter()
397 DCHECK(name_tmpl.find("XXXXXX") != FilePath::StringType::npos) in CreateTemporaryDirInDirImpl()
/third_party/gn/src/gn/
H A Dbuilder.cc40 std::find(path->begin(), path->end(), cur); in RecursiveFindCycle()
183 return records_.find(label); in GetRecord()
187 // Look for errors where we find a defined node with an item that refers to in CheckForBadItems()
189 // on our defined one, but listing those isn't helpful: we want to find the in CheckForBadItems()
192 // This finds normal "missing dependency" errors but does not find circular in CheckForBadItems()
573 "I was hoping to find a toolchain " + in ResolveToolchain()
608 "I was hoping to find a pool " + in ResolvePools()
623 return std::string(); // Didn't find a cycle, something else is wrong. in CheckForCircularDependencies()
H A Dninja_build_writer.cc250 } else if (used_toolchains.find(target->settings()) == in RunAndWriteFile()
441 // enough to find duplicates. in WriteSubninjas()
674 if (written_rules.find(StringAtom("default")) != written_rules.end()) {
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.h264 bool wasFlattened(long long id) const { return flattenMap.find(id) != flattenMap.end(); } in wasFlattened()
273 bool wasSplit(long long id) const { return splitNonIoVars.find(id) != splitNonIoVars.end(); } in wasSplit()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java737 currencyNameTrie.find(text, pos.getIndex(), handler); in parse()
744 currencySymbolTrie.find(text, pos.getIndex(), handler); in parse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java702 currencyNameTrie.find(text, pos.getIndex(), handler); in parse()
709 currencySymbolTrie.find(text, pos.getIndex(), handler); in parse()
/third_party/libabigail/tools/
H A Dabilint.cc214 return root_node->artifacts.find(artifact) != root_node->artifacts.end(); in artifact_in_tree()
267 auto r = artifact_use_rel.find(tree.artifact); in fill_artifact_use_tree()
833 cerr << "could not find the debug info"; in main()
847 << "could not find the ELF symbols in the file " in main()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp41 unsigned next = str.find( '&', i ); in PutString()
746 if ( value.find( '\"' ) != std::string::npos ) in StreamOut()
/third_party/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp375 auto it = ctx.renames.find(op.tempId()); in process_block()
445 auto it = renames.find(op.tempId()); in rename_phi_operands()
/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py264 if xml.find('encode') is not None:
265 self.encode = BitSetEncode(xml.find('encode'))
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp191 auto pos = opt.find(search); in get_language_version()
443 return std::find(names.begin(), names.end(), in optimize()
/third_party/node/src/
H A Dnode_env_var.cc233 auto it = map_.find(key); in Get()
258 return map_.find(key) == map_.end() ? -1 : 0; in Query()
H A Dnode_platform.cc6 #include <algorithm> // find_if(), find(), move()
381 auto existing_it = per_isolate_.find(isolate); in UnregisterIsolate()
393 auto it = per_isolate_.find(isolate); in AddIsolateFinishedCallback()
/third_party/ltp/testcases/kernel/power_management/lib/
H A Dpm_sched_mc.py395 if file_name.find("linux-2.6") != -1 and os.path.isdir(file_name):
661 if group_info.find("(") != -1:
/third_party/node/deps/v8/src/compiler/backend/
H A Dmove-optimizer.cc276 if (move_candidates.find(key) != move_candidates.end()) { in MigrateMoves()
480 auto it = move_map.find(key); in OptimizeMerge()
/third_party/node/deps/v8/include/
H A Dv8-util.h68 Iterator it = impl->find(key); in Get()
73 Iterator it = impl->find(key); in Remove()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-util.h68 Iterator it = impl->find(key); in Get()
73 Iterator it = impl->find(key); in Remove()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ra_coalesce.cpp102 chunk_vec::iterator F = std::find(all_chunks.begin(), all_chunks.end(), c2); in unify_chunks()
446 vvec::iterator F = std::find(v->chunk->values.begin(), in detach_value()
/third_party/python/Lib/
H A Dntpath.py190 index = normp.find(sep, start)
193 index2 = normp.find(sep, index + 1)
645 # Non-strict algorithm is to find as much of the target directory
H A Dmodulefinder.py211 i = name.find('.')
239 i = tail.find('.')
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.cpp461 if (requirement.find(".") != std::string::npos) in addRequirement()
495 if (req.find(".") == std::string::npos) in validateRequirements()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.cpp460 if (requirement.find(".") != std::string::npos) in addRequirement()
494 if (req.find(".") == std::string::npos) in validateRequirements()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DReplaceForShaderFramebufferFetch.cpp200 if (mReplacementMap.find(variable) != mReplacementMap.end()) in visitDeclaration()
215 if (mReplacementMap.find(variable) != mReplacementMap.end()) in visitSymbol()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dformatutils9.cpp88 dataInitializationMap->find(internalFormat); in InsertD3D9FormatInfo()
176 D3D9FormatMap::const_iterator iter = formatMap->find(internalFormat); in GetTextureFormatInfo()

Completed in 31 milliseconds

1...<<201202203204205206207208209210>>...308