/third_party/python/Lib/ |
H A D | runpy.py | 296 sys.path.insert(0, path_name)
|
/third_party/python/Lib/ctypes/ |
H A D | util.py | 201 nums.insert(0, int(parts.pop()))
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RecordUniformBlocksWithLargeArrayMember.cpp | 378 slowCompilingUniformBlockSet.insert(uniformBlock.second->name().data()); in RecordUniformBlocksWithLargeArrayMember()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Caps.h | 69 void insert(GLenum internalFormat, const TextureCaps &caps);
|
H A D | Config.cpp | 90 mConfigs.insert(std::make_pair(id, copyConfig)); in add()
|
H A D | CLPlatform.cpp | 52 propArray.insert(propArray.cend(), properties, propIt); in ParseContextProperties()
|
H A D | BinaryStream.h | 274 mData.insert(mData.end(), asBytes, asBytes + num * sizeof(T)); in write()
|
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/ |
H A D | MultipleContexts.cpp | 83 textureData.insert(textureData.end(), bytes.begin(), bytes.end()); in UpdateThreadLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | GCRootLowering.cpp | 156 InitedRoots.insert(AI); in InsertRootInitializers() 187 /// already done so...), and insert initializing stores to roots as a defensive
|
H A D | SwiftErrorValueTracking.cpp | 184 if (!Visited.insert(Pred).second) in propagateVRegs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 176 TemporaryInsts.insert(MI); in recordNewInstruction() 190 /// Now insert the new instruction. in handleRecordedInst() 229 // For now, perform erase, followed by insert. in changingInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 36 // Find FE in hash map and insert if not present. in insertFile() 37 auto R = FileEntryToIndex.insert(std::make_pair(FE, NextIndex)); in insertFile()
|
H A D | LineTable.cpp | 149 DeltaInfos.insert(Pos, DeltaInfo(LineDelta, 1)); in encode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 297 LayoutItems.insert(Loc, Child.get()); in addChildToLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.cpp | 300 ChildBufferInfos.insert( in tryToGenerate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 244 Insts.insert(Insts.end(), ReadySet.begin(), ReadySet.end()); in analyzeResourcePressure()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 437 GotToPlt.insert(std::make_pair(Entry.second, Entry.first)); in getPltAddresses()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | doctransformer.py | 17 sys.path.insert(0, 'xml')
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeTestLogCompare.cpp | 230 addedCases.insert(caseIter->casePath); in computeCaseList()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.h | 40 void insert(const vk::FramebufferDesc &desc, vk::FramebufferHelper &&framebufferHelper);
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 81 insert the result into the appropriate part of the template.
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_construct_composites.cpp | 81 // Check whether it is legitimate to insert a composite construction in Apply() 317 instructions_to_choose_from.insert(instructions_to_choose_from.end(), in FindComponentsToConstructVector()
|
H A D | transformation_add_bit_instruction_synonym.cpp | 208 // insert the result bits. in AddOpBitwiseOrOpNotSynonym() 245 // The first two ids in |extracted_bit_instructions| are used to insert the in AddOpBitwiseOrOpNotSynonym() 294 result.insert(id); in GetFreshIds()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | def_use_manager.cpp | 62 id_to_users_.insert(UserEntry(def, inst)); in AnalyzeInstUse()
|
H A D | function.h | 225 blocks_.insert(ip.Get(), std::make_move_iterator(src_begin), in AddBasicBlocks()
|