/third_party/rust/crates/cxx/syntax/ |
H A D | set.rs | 28 pub fn insert(&mut self, value: &'a T) -> bool { in insert() functions 29 let new = self.set.insert(value); in insert() 89 pub fn insert(&mut self, value: T) -> bool { in insert() functions 90 self.0.insert(value) in insert()
|
/third_party/skia/platform_tools/android/tradefed/ |
H A D | upload_dm_results.py | 24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
|
/third_party/skia/experimental/graphite/src/ |
H A D | ProgramCache.cpp | 86 fProgramHash.insert(std::make_pair(c, pi)); in findOrCreateProgram()
|
H A D | ResourceProvider.cpp | 59 entry = fMap.insert(desc, std::unique_ptr<Entry>(new Entry(std::move(pipeline)))); in refPipeline()
|
/third_party/rust/crates/syn/tests/repo/ |
H A D | mod.rs | 244 rs_files.insert(entry.into_path()); in for_each_rust_file() 315 if !exclude_files_set.insert(exclude) { in clone_rust() 331 if !exclude_dirs_set.insert(exclude) { in clone_rust()
|
/third_party/spirv-tools/source/reduce/ |
H A D | remove_block_reduction_opportunity_finder.cpp | 72 instructions_in_block.insert(instruction.unique_id()); in BlockInstructionsHaveNoOutsideReferences()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | fuzzer_pass_test.cpp | 46 reached_ids_.insert(inst_it->result_id());
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | amber_verify.py | 29 sys.path.insert(0, scriptPath)
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 82 regions_.insert(insert_pos, merged_region); in Merge() 86 // No element below, and not adjavent to {above}: insert and done. in Merge() 88 regions_.insert(above, new_region); in Merge() 103 regions_.insert(above, merged_region); in Merge() 107 // Not adjacent to any existing region: insert between {below} and {above}. in Merge() 109 regions_.insert(above, new_region); in Merge() 136 regions_.insert(insert_pos, {old.begin() + size, old.size() - size}); in AllocateInRegion() 139 regions_.insert(insert_pos, {old.begin(), old.size() - size}); in AllocateInRegion() 142 // (insert the region with smaller address first). in AllocateInRegion() 143 regions_.insert(insert_po in AllocateInRegion() [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.cpp | 242 auto [iter, didInsert] = writtenVars.insert(outVars[index]->variable()); in getOutParamHelper() 455 auto [iter, didInsert] = fWrittenIntrinsics.insert(name); in getInversePolyfill() 489 fWrittenIntrinsics.insert(name); in writeMatrixCompMult() 508 fWrittenIntrinsics.insert(name); in writeOuterProduct() 1046 auto [iter, newlyCreated] = fHelpers.insert(name); in getMatrixConstructHelper() 1149 auto [iter, didInsert] = fHelpers.insert(name); in writeConstructorArrayCast() 1180 fHelpers.insert(name); in getVectorFromMat2x2ConstructorHelper() 1391 auto [iter, wasInserted] = fHelpers.insert(key); in writeMatrixTimesEqualHelper() 1410 auto [iter, wasInserted] = fHelpers.insert(key); in writeMatrixEqualityHelpers() 1447 auto [iter, wasInserted] = fHelpers.insert(ke in writeMatrixDivisionHelpers() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1308 RangeMap[Ranges[I-Begin]].insert(I); in assignInits() 1359 CandSet.insert(R.Min); in assignInits() 1361 CandSet.insert(adjustUp(R.Min, P0.first, P0.second)); in assignInits() 1363 CandSet.insert(R.Max); in assignInits() 1365 CandSet.insert(adjustDown(R.Max, P1.first, P1.second)); in assignInits() 1383 Counts.insert({*It, N}); in assignInits() 1399 IMap[{BestV,Extenders[I].Expr}].insert(I); in assignInits() 1469 F->second.insert(P.second.begin(), P.second.end()); in assignInits() 1491 RefMIs.insert(ED0.UseMI); in calculatePlacement() 1492 Blocks.insert(Dom in calculatePlacement() [all...] |
H A D | HexagonFrameLowering.cpp | 779 Worklist.insert(EntryB.getNumber()); in updateEntryPaths() 792 Worklist.insert(SB->getNumber()); in updateEntryPaths() 1378 DealignSlots.insert(i); in processFunctionBeforeFrameFinalized() 2002 SpillRCs.insert(&Hexagon::IntRegsRegClass); in determineCalleeSaves() 2005 SpillRCs.insert(MRI.getRegClass(VR)); in determineCalleeSaves() 2111 auto P = BlockIndexes.insert( in optimizeSpillSlots() 2123 BadFIs.insert(LFI); in optimizeSpillSlots() 2124 BadFIs.insert(SFI); in optimizeSpillSlots() 2165 BadFIs.insert(TFI); in optimizeSpillSlots() 2178 BadFIs.insert(F in optimizeSpillSlots() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 233 Visited.insert(PredBB); in updatePredecessorProfileMetadata() 385 Unreachable.insert(&BB); in runImpl() 565 LoopHeaders.insert(Edge.second); in FindLoopHeaders() 602 if (!RecursionSet.insert(std::make_pair(V, BB)).second) in ComputeValueKnownInPredecessorsImpl() 716 LHSKnownBBs.insert(LHSVal.second); in ComputeValueKnownInPredecessorsImpl() 1158 // we see one, check to see if it's partially redundant. If so, insert a PHI in ProcessBlock() 1324 if (!PredsScanned.insert(PredBB).second) in SimplifyPartiallyRedundantLoad() 1375 // predecessor, we want to insert a merge block for those common predecessors. in SimplifyPartiallyRedundantLoad() 1376 // This ensures that we only have to insert one reload, thus not increasing in SimplifyPartiallyRedundantLoad() 1407 AvailablePredSet.insert(AvailablePre in SimplifyPartiallyRedundantLoad() [all...] |
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | options.cpp | 171 if (sourceFiles.insert(realPath).second == false) { in AddSources() 198 sourceFiles.insert(files.begin(), files.end()); in AddSourcesByDir()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | pool.c | 187 result = g_poolList->insert(g_poolList, (void *)executorCopy); in RegisterExecutorToPool() 189 LOG_ERROR("insert failed"); in RegisterExecutorToPool() 288 if (result->insert(result, copy) != RESULT_SUCCESS) { in QueryExecutor() 289 LOG_ERROR("insert executor info failed"); in QueryExecutor()
|
/third_party/glslang/glslang/Include/ |
H A D | arrays.h | 138 sizes->insert(sizes->end(), newDims.sizes->begin(), newDims.sizes->end()); in push_back() 168 sizes->insert(sizes->begin(), rhs.sizes->begin() + 1, rhs.sizes->end()); in copyNonFront()
|
/third_party/benchmark/test/ |
H A D | benchmark_test.cc | 46 for (int i = 0; i < size; ++i) s.insert(s.end(), i); in ConstructRandomSet() 92 for (int j = 0; j < state.range(1); ++j) data.insert(rand()); in BM_SetInsert()
|
/third_party/gn/src/gn/ |
H A D | ninja_create_bundle_target_writer.cc | 244 asset_catalog_bundles.insert(source); in WriteCompileAssetsCatalogStep() 341 post_processing_input_files.insert( in WritePostProcessingInputDepsStamp()
|
H A D | ninja_rust_binary_target_writer.cc | 144 nonrustdeps.insert(nonrustdeps.end(), in Run() 328 emitted_rust_libs.insert(rust_lib); in WriteExternsAndDeps()
|
H A D | resolved_target_data.cc | 71 all_hard_deps.insert(dep); in ComputeHardDeps() 86 all_hard_deps.insert(dep_info->hard_deps); in ComputeHardDeps()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | mnkytst.cpp | 226 newRules.insert(0, baseRules); in TestRules() 241 newRules.insert(0, baseRules); in TestRules()
|
/third_party/PyYAML/ |
H A D | setup.py | 264 sys.path.insert(0, str(temp_test_path)) 265 sys.path.insert(0, 'tests/lib')
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_assembler.cpp | 241 bld.insert(std::move(add3)); 260 bld.insert(std::move(add3));
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
H A D | common.cpp | 282 text.data.insert(text.data.end(), reinterpret_cast<const char *>(&header), in make_text_section() 284 text.data.insert(text.data.end(), code.begin(), code.end()); in make_text_section()
|
/third_party/node/lib/internal/test_runner/mock/ |
H A D | mock_timers.js | 105 this.#executionQueue.insert({ 489 this.#executionQueue.insert(timer);
|