| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 956 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 D | gl3cTransformFeedbackTests.cpp | 789 << 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 D | vkImageUtil.cpp | 522 auto iter = spirvFormats.find(fmt); in hasSpirvFormat() 528 auto iter = spirvFormats.find(fmt); in getSpirvFormat()
|
| H A D | vkPipelineConstructionUtil.cpp | 2002 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 D | ContextVk.cpp | 1449 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 D | Reactor.cpp | 79 auto iter = variables.find(v); in remove() 4447 while((pos = str.find(substr, pos)) != std::string::npos)
|
| /third_party/python/Lib/test/ |
| H A D | test_zipfile.py | 2146 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 D | SimplifyCFG.cpp | 1240 // 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 D | PPCInstrInfo.cpp | 304 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 D | X86FastISel.cpp | 764 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 D | simulator-aarch64.h | 219 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 D | es31fShaderImageLoadStoreTests.cpp | 117 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 D | vktTransformFeedbackSimpleTests.cpp | 568 } 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 D | ParseContext.cpp | 1448 auto extIter = extBehavior.find(extension); in checkCanUseOneOfExtensions() 4021 const TSymbol *prevSym = symbolTable.find(function->name(), getShaderVersion()); in parseFunctionDeclarator()
|
| /third_party/eudev/ |
| H A D | ltmain.sh | 3925 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 D | ltmain.sh | 4126 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 D | ltmain.sh | 3878 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 D | lfs.c | 633 // 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 D | checkpatch.pl | 220 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 D | js_native_api_v8.cc | 243 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 D | ltmain.sh | 4126 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 D | ltmain.sh | 4126 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 D | ltmain.sh | 4127 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 D | bytecode-generator.cc | 996 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 D | implementation-visitor.cc | 449 // 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()
|