Home
last modified time | relevance | path

Searched refs:find (Results 3251 - 3275 of 3459) sorted by relevance

1...<<131132133134135136137138139

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp956 uint32_t NullPos = StringRef(string, left).find('\0'); in checkLinkerOptCommand()
2730 return llvm::find(validArchs, ArchFlag) != validArchs.end(); in isValidArch()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp789 << tcu::TestLog::Message << "Cannot find unused trnasform feedback object." << tcu::TestLog::EndMessage; in testExtension1()
1166 << tcu::TestLog::Message << "Cannot find unused trnasform feedback object." << tcu::TestLog::EndMessage; in testExtension2()
1394 while (supported_mode.find(mode) != supported_mode.end()) in testInstanced()
1579 << tcu::TestLog::Message << "Cannot find unused trnasform feedback object." << tcu::TestLog::EndMessage; in testInstanced()
6859 size_t position = destination.find(key, 0); in preprocessCode()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp522 auto iter = spirvFormats.find(fmt); in hasSpirvFormat()
528 auto iter = spirvFormats.find(fmt); in getSpirvFormat()
H A DvkPipelineConstructionUtil.cpp2002 return std::find(deviceExtensions.begin(), deviceExtensions.end(), ext) != deviceExtensions.end(); in extensionEnabled()
2980 // find free space for fragment shader in setupFragmentShaderState2()
3878 return std::find(m_internalData->shaderObjectDynamicStates.begin(), m_internalData->shaderObjectDynamicStates.end(), dynamicState) != m_internalData->shaderObjectDynamicStates.end(); in isShaderObjectDynamic()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1449 size_t startOfParameters = topLevelCommand.find("("); in handleDirtyEventLogImpl()
5483 if (alreadyProcessed.find(image) != alreadyProcessed.end())
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp79 auto iter = variables.find(v); in remove()
4447 while((pos = str.find(substr, pos)) != std::string::npos)
/third_party/python/Lib/test/
H A Dtest_zipfile.py2146 msg3 = b"To find, explore the funds offshore"
2174 bloc = txt.find(b"Bruce")
2453 bloc = txt.find(test_word)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1240 // This does very trivial matching, with limited scanning, to find identical in HoistThenElseCodeToIf()
2255 DenseMap<Value *, Value *>::iterator PI = TranslateMap.find(*i); in FoldCondBranchOnPHI()
2304 // are trying to find the condition that is being branched on, which in FoldTwoEntryPHINode()
2410 assert(DomBlock && "Failed to find root DomBlock"); in FoldTwoEntryPHINode()
2918 // as an incoming operand. If we find one, we use it, else we create a new in ensureValueAvailableInSuccessor()
3020 if (llvm::find(FreeStores, S)) in mergeConditionalStoreToAddress()
3122 // The intention here is to find diamonds or triangles (see below) where each in mergeConditionalStores()
3160 // If we couldn't find a good PostBB, stop. in mergeConditionalStores()
3632 /// This is called when we find an icmp instruction
5782 /// try to find anothe
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp304 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isLoadFromStackSlot()
358 if (End != std::find(OpcodesForSpill, End, Opcode)) { in isStoreToStackSlot()
1352 assert(UseIdx < UseMI.getNumOperands() && "Cannot find Reg in UseMI"); in FoldImmediate()
1704 // Scan forward to find the first use of the compare.
2796 // Doing this post-RA would require dataflow analysis to reliably find uses
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FastISel.cpp764 DenseMap<const Value *, unsigned>::iterator I = LocalValueMap.find(V); in handleConstantAddresses()
877 FuncInfo.StaticAllocaMap.find(A); in X86SelectAddress()
3952 // scan the instruction to find the index reg and see if its the correct reg in tryToFoldLoadIntoMI()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h219 auto pair = map->find(key); in GetAttribute()
325 auto search = branch_interceptions_.find(branch_target); in FindBranchInterception()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp117 return (int)(std::find(arr.begin(), arr.end(), e) - arr.begin());
581 if (m_uniformLocations.find(name) == m_uniformLocations.end()) in getLocation()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp568 } while (offsetsSet.find(chunkSlot) != offsetsSet.end()); in generateSizesList()
832 DE_ASSERT(topologyParametersMap.find(parameters.primTopology) != topologyParametersMap.end()); in TransformFeedbackWindingOrderTestInstance()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp1448 auto extIter = extBehavior.find(extension); in checkCanUseOneOfExtensions()
4021 const TSymbol *prevSym = symbolTable.find(function->name(), getShaderVersion()); in parseFunctionDeclarator()
/third_party/eudev/
H A Dltmain.sh3925 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
5218 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5222 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5237 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
5850 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
6779 func_fatal_error "cannot find name of object for '$arg'"
7147 # and Darwin in order for the loader to find any dlls it needs.
7384 func_fatal_error "cannot find name of object for '$arg'"
7888 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
7937 func_fatal_error "cannot find nam
[all...]
/third_party/curl/
H A Dltmain.sh4126 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
5419 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5423 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5438 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
6051 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
6980 func_fatal_error "cannot find name of object for '$arg'"
7367 # and Darwin in order for the loader to find any dlls it needs.
7612 func_fatal_error "cannot find name of object for '$arg'"
8119 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
8168 func_fatal_error "cannot find nam
[all...]
/third_party/lame/
H A Dltmain.sh3878 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
5171 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5175 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5190 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
5802 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
6731 func_fatal_error "cannot find name of object for '$arg'"
7099 # and Darwin in order for the loader to find any dlls it needs.
7332 func_fatal_error "cannot find name of object for '$arg'"
7836 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
7885 func_fatal_error "cannot find nam
[all...]
/third_party/littlefs/
H A Dlfs.c633 // find mask of free blocks from tree in lfs_fs_rawgc()
657 // eagerly find next off so an alloc ack can in lfs_alloc()
1076 // we can find tag very efficiently during a fetch, since we're already in lfs_dir_fetchmatch()
1087 // find the block with the most recent revision in lfs_dir_fetchmatch()
1110 // now scan tags to fetch the actual dir and find possible match in lfs_dir_fetchmatch()
1369 // xor together to find resulting gstate in lfs_dir_getgstate()
1443 // we reduce path to a single name if we can find it in lfs_dir_find()
1514 // find entry matching name in lfs_dir_find()
1663 // find the expected fcrc, don't bother avoiding a reread in lfs_dir_commitcrc()
2078 // find siz in lfs_dir_splittingcompact()
4691 struct lfs_fs_parent_match *find = data; global() local
[all...]
/third_party/ltp/scripts/
H A Dcheckpatch.pl220 or warn "$P: Can't find a readable $configuration_file file $!\n";
1112 $files = `find $root/include -name "*.h"`;
2486 my ($string, $find, $replace) = @_;
2488 $string =~ s/$find/$replace/g;
3183 # A commit match can span multiple lines so this block attempts to find a
/third_party/node/src/
H A Djs_native_api_v8.cc243 auto it = sourceMapUrlMap.find(file); in SetFileToSourceMapMapping()
253 auto it = sourceMapUrlMap.find(file); in GetSourceMapFromFileName()
1389 auto pos = bundleName.find(":"); in ProcessBundleName()
/third_party/node/deps/cares/
H A Dltmain.sh4126 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
5419 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5423 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5438 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
6051 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
6980 func_fatal_error "cannot find name of object for '$arg'"
7367 # and Darwin in order for the loader to find any dlls it needs.
7612 func_fatal_error "cannot find name of object for '$arg'"
8119 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
8168 func_fatal_error "cannot find nam
[all...]
/third_party/node/deps/cares/config/
H A Dltmain.sh4126 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
5419 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5423 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5438 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
6051 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
6980 func_fatal_error "cannot find name of object for '$arg'"
7367 # and Darwin in order for the loader to find any dlls it needs.
7612 func_fatal_error "cannot find name of object for '$arg'"
8119 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
8168 func_fatal_error "cannot find nam
[all...]
/third_party/libevdev/build-aux/
H A Dltmain.sh4127 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
5420 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
5424 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
5439 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
6052 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
6981 func_fatal_error "cannot find name of object for '$arg'"
7368 # and Darwin in order for the loader to find any dlls it needs.
7611 func_fatal_error "cannot find name of object for '$arg'"
8115 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
8164 func_fatal_error "cannot find nam
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc996 auto iter = map_.find(key); in GetImpl()
1100 auto it = this->find(key, true); in LookupOrInsert()
1848 return covered_cases.find(j) != covered_cases.end(); in CaseExists()
2918 // walk the context chain from the runtime to find it. in BuildPrivateBrandInitialization()
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc449 // the passed-in this, which allows the visitor to at least find and report in VisitMacroCommon()
674 if (std::find(expected_types.begin(), expected_types.end(), in Visit()
1645 auto it_object_map = initializer_fields.find(map_field.name_and_type.name); in Visit()
1784 auto pos = csa_cc.find(BuiltinIncludesMarker); in GenerateImplementation()
1968 if (!label) ReportError("cannot find label ", name); in LookupLabel()
2056 FailCallableLookup("cannot find suitable callable with name", name, in LookupCallable()
3645 ReportError("unable to find any builtin with type \"", *type, "\""); in GenerateBuiltinDefinitionsAndInterfaceDescriptors()

Completed in 164 milliseconds

1...<<131132133134135136137138139