/third_party/python/Lib/ |
H A D | timeit.py | 311 sys.path.insert(0, os.curdir)
|
/third_party/python/Lib/test/test_importlib/ |
H A D | fixtures.py | 293 sys.path.insert(0, str(file))
|
/third_party/python/Lib/test/ |
H A D | test_pkg.py | 74 sys.path.insert(0, root)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | flat_hash_map.h | 63 // `insert()`, provided that the map is provided a compatible heterogeneous 93 // ducks.insert({"d", "donald"}); 241 // flat_hash_map::insert() 249 // std::pair<iterator,bool> insert(const init_type& value): 255 // std::pair<iterator,bool> insert(T&& value): 256 // std::pair<iterator,bool> insert(init_type&& value): 263 // iterator insert(const_iterator hint, const init_type& value): 264 // iterator insert(const_iterator hint, T&& value): 265 // iterator insert(const_iterator hint, init_type&& value); 272 // void insert(InputIterato [all...] |
H A D | node_hash_map.h | 67 // `insert()`, provided that the map is provided a compatible heterogeneous 87 // ducks.insert({"d", "donald"}}; 232 // node_hash_map::insert() 240 // std::pair<iterator,bool> insert(const init_type& value): 246 // std::pair<iterator,bool> insert(T&& value): 247 // std::pair<iterator,bool> insert(init_type&& value): 254 // iterator insert(const_iterator hint, const init_type& value): 255 // iterator insert(const_iterator hint, T&& value): 256 // iterator insert(const_iterator hint, init_type&& value); 263 // void insert(InputIterato [all...] |
/third_party/rust/crates/regex/src/ |
H A D | pikevm.rs | 309 nlist.set.insert(ip); in add_step()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_loop_preheader.cpp | 227 result.insert(id); in GetFreshIds()
|
/third_party/spirv-tools/source/opt/ |
H A D | block_merge_util.cpp | 203 new_vec.insert(new_vec.end(), vec.begin(), vec.end()); in MergeWithSuccessor()
|
H A D | local_single_store_elim_pass.cpp | 89 extensions_allowlist_.insert({"SPV_AMD_shader_explicit_vertex_parameter", in InitExtensionAllowList()
|
H A D | private_to_local_pass.cpp | 62 localized_variables.insert(p.first->result_id()); in Process()
|
H A D | struct_cfg_analysis.cpp | 241 if (called_from_continue.insert(func_id).second) { in FindFuncsCalledFromContinue()
|
/third_party/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 77 already_seen.insert(pred); in RedirectToClosestMergeBlock()
|
/third_party/spirv-tools/source/val/ |
H A D | construct.cpp | 108 if (!construct_blocks.insert(block).second) continue; in blocks()
|
H A D | function.h | 237 function_call_targets_.insert(call_target_id); in AddFunctionCallTarget()
|
/third_party/spirv-tools/test/opt/ |
H A D | module_test.cpp | 326 non_semantic_ids.insert(inst->result_id()); in TEST()
|
/third_party/spirv-tools/tools/objdump/ |
H A D | extract_source.cpp | 209 output->insert({filename, code}); in ExtractSourceFromModule()
|
/third_party/spirv-tools/tools/util/ |
H A D | flags.cpp | 216 parsed_flags.insert(&*needle); in parse()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_vulkan_header.py | 115 sys.path.insert(0, os.getcwd())
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglClientExtensionTests.cpp | 302 commonExtensionSet.insert(*iter); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderAlgorithmTests.cpp | 129 params.insert(pair<string, string>("PRECISION", "mediump")); in createExpressionCase()
|
/third_party/zlib/ |
H A D | deflate.h | 166 uInt strstart; /* start of string to insert */ 259 uInt insert; /* bytes at end of window left to insert */ member
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 312 valdefs.insert(valdefs.end(), vals.begin(), vals.end()); in add() 445 phis.insert(std::make_pair(std::make_pair(phi, pb), phi->getSrc(j))); in splitEdges() 464 phis.insert(std::make_pair(std::make_pair(phi, pn), it->second)); in splitEdges() 497 // insert MOVs (phi->src(j) should stem from j-th in-BB) in visit() 944 livei.insert(lval->livei); in init() 1264 list.insert(it, node); in insertOrderedTail() 1543 RIG.insert(&nodes[i]); in allocateRegisters() 1682 bgn->occup.insert(livei); in assignSlot() 1697 slots.insert(pos, slot)->occup.insert(live in assignSlot() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 241 auto Insertion = FileIdMap.insert(std::make_pair(FullPath, NextId)); in maybeRecordFile() 268 auto SiteInsertion = CurFn->InlineSites.insert({InlinedAt, InlineSite()}); in getInlineSite() 282 InlinedSubprograms.insert(Inlinee); in getInlineSite() 465 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() 937 if (ComdatDebugSections.insert(DebugSec).second) in switchToDebugSectionForSymbol() 1155 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable() 1333 auto Insertion = FnDebugInfo.insert({&GV, std::make_unique<FunctionInfo>()}); in beginFunctionImpl() 2555 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() 2805 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()}); in collectLexicalBlockInfo() 3012 auto Insertion = ScopeGlobals.insert( in collectGlobalVariableInfo() [all...] |
/third_party/json/tests/src/ |
H A D | unit-bjdata.cpp | 1376 // reverse order of commands, because we insert at begin() 1377 expected.insert(expected.begin(), static_cast<uint8_t>((N >> 8) & 0xff)); 1378 expected.insert(expected.begin(), static_cast<uint8_t>(N & 0xff)); 1379 expected.insert(expected.begin(), 'I'); 1380 expected.insert(expected.begin(), 'S'); 1410 // reverse order of commands, because we insert at begin() 1411 expected.insert(expected.begin(), static_cast<uint8_t>((N >> 8) & 0xff)); 1412 expected.insert(expected.begin(), static_cast<uint8_t>(N & 0xff)); 1413 expected.insert(expected.begin(), 'u'); 1414 expected.insert(expecte [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 868 compareFuncs.insert(glu::TYPE_FLOAT); in getCompareDependencies() 869 compareFuncs.insert(basicType); in getCompareDependencies() 881 compareFuncs.insert(glu::TYPE_FLOAT); in getCompareDependencies() 882 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies() 883 compareFuncs.insert(basicType); in getCompareDependencies() 887 compareFuncs.insert(basicType); in getCompareDependencies() 904 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes()
|