/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | PpContext.h | 142 auto it = atomMap.find(s); in getAtom() 339 auto existingMacroIt = macroDefs.find(atom); in lookupMacroDef()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 152 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 D | builder.cc | 40 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 D | ninja_build_writer.cc | 250 } 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 D | hlslParseHelper.h | 264 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 D | Currency.java | 737 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 D | Currency.java | 702 currencyNameTrie.find(text, pos.getIndex(), handler); in parse() 709 currencySymbolTrie.find(text, pos.getIndex(), handler); in parse()
|
/third_party/libabigail/tools/ |
H A D | abilint.cc | 214 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 D | tinyxml.cpp | 41 unsigned next = str.find( '&', i ); in PutString() 746 if ( value.find( '\"' ) != std::string::npos ) in StreamOut()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opt_value_numbering.cpp | 375 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 D | isa.py | 264 if xml.find('encode') is not None: 265 self.encode = BitSetEncode(xml.find('encode'))
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 191 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 D | node_env_var.cc | 233 auto it = map_.find(key); in Get() 258 return map_.find(key) == map_.end() ? -1 : 0; in Query()
|
H A D | node_platform.cc | 6 #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 D | pm_sched_mc.py | 395 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 D | move-optimizer.cc | 276 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 D | v8-util.h | 68 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 D | v8-util.h | 68 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 D | sb_ra_coalesce.cpp | 102 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 D | ntpath.py | 190 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 D | modulefinder.py | 211 i = name.find('.') 239 i = tail.find('.')
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 461 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 D | vktAmberTestCase.cpp | 460 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 D | ReplaceForShaderFramebufferFetch.cpp | 200 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 D | formatutils9.cpp | 88 dataInitializationMap->find(internalFormat); in InsertD3D9FormatInfo() 176 D3D9FormatMap::const_iterator iter = formatMap->find(internalFormat); in GetTextureFormatInfo()
|