| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cClipDistance.cpp | 1664 size_t position = destination.find(key, 0); in preprocessCode()
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_composites_test.cpp | 737 HasSubstr("Index is out of bounds, can not find index 6 in the " in TEST_F() 962 HasSubstr("Index is out of bounds, can not find index 6 in the " in TEST_F() 1069 header.erase(header.find("%func")); in TEST_F() 1383 HasSubstr("Index is out of bounds, can not find index 3 in the " in TEST_F() 1404 HasSubstr("Index is out of bounds, can not find index 3 in the structure " in TEST_F()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | cl_stubs.cpp | 1170 const auto it = procTable.find(func_name); in GetExtensionFunctionAddress()
|
| /third_party/skia/src/core/ |
| H A D | SkPictureRecord.cpp | 851 if (int* n = fPaths.find(path)) { in addPathToHeap()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_composites_test.cpp | 737 HasSubstr("Index is out of bounds, can not find index 6 in the " in TEST_F() 962 HasSubstr("Index is out of bounds, can not find index 6 in the " in TEST_F() 1069 header.erase(header.find("%func")); in TEST_F() 1383 HasSubstr("Index is out of bounds, can not find index 3 in the " in TEST_F() 1404 HasSubstr("Index is out of bounds, can not find index 3 in the structure " in TEST_F()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tzgnames.cpp | 116 * GMatchInfo stores zone name match information used by find method 1108 return fTimeZoneNames->find(text, start, nameTypes, status); in findTimeZoneNames()
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFGradientShader.cpp | 246 // find coincident points and slightly move them over in gradientStitchCode() 899 if (SkPDFIndirectReference* ptr = gradientPatternMap.find(key)) { in find_pdf_shader()
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| H A D | ANGLETest.cpp | 488 auto iter = gFixtures.find(withMethods); in ANGLETestBase()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-coretext.cc | 680 active_feature_t *feature = active_features.find (&event->feature); in _hb_coretext_shape()
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
| H A D | cmap_table.cc | 76 throw NoSuchElementException("Cannot find builder for requested CMap."); in GetCMap() 1269 CMapBuilderMap::iterator builder = cmap_builders->find(cmap_id); in CMapBuilder()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 397 auto CostIter = InstCostMap.find({I, Iteration, 0, 0}); in analyzeLoopUnrollCost() 610 // won't find them on later ones too. in analyzeLoopUnrollCost() 1109 // Try to find the trip count upper bound if we cannot find the exact trip in tryToUnrollLoop()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceGlobalContext.cpp | 141 auto Iter = Pool.find(Key); in getOrAdd()
|
| H A D | IceOperand.h | 650 auto Iter = NodeMap.find(Begin); in getNodeForSegment()
|
| H A D | IceRegAlloc.cpp | 335 if (ExcludeVars.find(Var) == ExcludeVars.end()) in init() 382 // available across Cur's live range. To handle this, we find a register that is 388 // Iterate through Iter.Cur's node's instruction list until we find the actual in addSpillFill() 398 // range to find all explicitly used registers (though the live range is in addSpillFill() 549 // variables to find the best <Prefer,AllowOverlap> combination, but note in findRegisterPreference() 717 // At this point, we need to find some reserve register that is already in handleNoFreeRegisters() 724 Func->setError("Unable to find a physical register for an " in handleNoFreeRegisters()
|
| H A D | IceTargetLowering.cpp | 156 size_t Pos = RegName.find(Separator); in splitToClassAndName() 530 // register allocator to find registers for as many of the new variables as in postRegallocSplitting()
|
| H A D | IceTargetLoweringMIPS32.h | 707 // argInGPR is used to find if any GPR register is available for argument of 844 auto Iter = KnownComputations.find(Var->getIndex()); in getProducerOf() 873 // false once we find the end of the live range for the variable defined
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 581 auto Iter = HashTable->find(FuncName);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 541 MInstToMCSymbol::iterator LabelIt = LOHInstToLabel.find(MI); in EmitLOHs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 885 auto I = CallGraphResourceInfo.find(Callee); in analyzeResourceUsage()
|
| H A D | AMDGPULibFunc.cpp | 1009 auto Loc = Map.find(Name);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 478 auto LastMappingSymbol = LastMappingSymbols.find(Section);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | Thumb2SizeReduction.cpp | 1007 DenseMap<unsigned, unsigned>::iterator OPI = ReduceOpcodeMap.find(Opcode); in ReduceMI()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 1037 size_t Next = Name.find('.'); in splitMnemonic()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 90 if (StubsNeeded.find(Symbol) == StubsNeeded.end()) in runOnMachineFunction()
|
| H A D | MipsConstantIslandPass.cpp | 777 assert(CPE && "Cannot find a corresponding CPEntry!"); in initializeFunctionInfo() 811 assert(I != MBB->end() && "Didn't find MI in its own basic block?"); in getOffsetOf() 1022 /// decrementCPEReferenceCount - find the constant pool entry with index CPI 1357 IP = llvm::find(WaterList, WaterBB); in handleConstantPoolUser()
|