/third_party/vixl/src/ |
H A D | invalset-vixl.h | 110 // It is illegal to insert an element already present in the set. 111 void insert(const ElementType& element); 377 void InvalSet<TEMPLATE_INVALSET_P_DEF>::insert(const ElementType& element) { in insert() function in vixl::InvalSet
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | repeated_field_test.rb | 408 arr.insert(2, 'fizz') 411 arr.insert(3, 'fizz', 'buzz', 'bazz')
|
/third_party/protobuf/ruby/tests/ |
H A D | repeated_field_test.rb | 430 arr.insert(2, 'fizz') 433 arr.insert(3, 'fizz', 'buzz', 'bazz')
|
/third_party/rust/crates/env_logger/src/filter/ |
H A D | mod.rs | 207 self.directives.insert(module.map(|s| s.to_string()), level); in filter() 222 self.directives.insert(directive.name, directive.level); in parse()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_profile.h | 96 test_successes_.insert(std::move(normalized_test_name)); in addTestSuccess() 123 test_failures_.insert(std::move(normalized_test_name)); in addTestFailure()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_benchmark.cc | 675 vec->insert(pos, t); in BM_InsertSizeRef() 695 vec->insert(pos, other_vec.begin(), other_vec.end()); in BM_InsertRange()
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | fallback.rs | 392 .insert(lo_char, total_byte_offset); in source_text() 1115 literal.repr.insert(0, '-'); in from_str()
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 237 pub fn insert(&mut self, index: usize, value: T) in insert() functions 243 "Punctuated::insert: index out of range", in insert() 249 self.inner.insert(index, (value, Default::default())); in insert() 977 /// punctuated.insert(0, parse_quote!('lifetime));
|
/third_party/spirv-tools/source/opt/ |
H A D | upgrade_memory_model.cpp | 331 if (!visited->insert(inst->result_id()).second) { in TraceInstruction() 462 if (!visited.insert(def).second) continue; in CheckAllTypes()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboCompletenessTests.cpp | 484 formats.insert(it->second->internalFormat); in logFormatInfo() 486 formats.insert(it->second->internalFormat); in logFormatInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 304 usedExtensions.insert(ext); in createCustomInstanceWithExtensions() 309 usedExtensions.insert("VK_EXT_debug_report"); in createCustomInstanceWithExtensions()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorMetalDirect.cpp | 279 insertSequence->insert(insertSequence->begin(), assignToY); in RotateAndFlipBuiltinVariable() 280 insertSequence->insert(insertSequence->begin(), assignment); in RotateAndFlipBuiltinVariable()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1151 # _fpsp_done(). If there is an enabled FP exception, then we insert # 1366 bra.w fu_in_exc_ovfl # go insert overflow frame 1394 # here, we insert the correct fsave status value into the fsave frame for the 1456 or.w %d0,LOCAL_EX(%a0) # insert new exponent 1488 or.w %d0,LOCAL_EX(%a0) # insert new exponent 1657 # we don't mess with the existing fsave frame. just re-insert it and 1972 # here, we insert the correct fsave status value into the fsave frame for the 2320 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man) 2322 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent 2335 mov.w %d0,FP_SRC_EX(%a6) # insert exponen [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1151 # _fpsp_done(). If there is an enabled FP exception, then we insert # 1366 bra.w fu_in_exc_ovfl # go insert overflow frame 1394 # here, we insert the correct fsave status value into the fsave frame for the 1456 or.w %d0,LOCAL_EX(%a0) # insert new exponent 1488 or.w %d0,LOCAL_EX(%a0) # insert new exponent 1657 # we don't mess with the existing fsave frame. just re-insert it and 1972 # here, we insert the correct fsave status value into the fsave frame for the 2320 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man) 2322 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent 2335 mov.w %d0,FP_SRC_EX(%a6) # insert exponen [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 873 active_locations.insert(location + i); in emit_interface_block_member_in_struct() 942 active_locations.insert(location_number++); in emit_interface_block_in_struct() 953 active_locations.insert(location_number + i); in emit_interface_block_in_struct() 1194 io_block_types.insert(type.self); in emit_specialization_constants_and_structs() 2143 block_names.insert(buffer_name); in emit_buffer_block() 2271 // We have an expression like _ident[array], so we cannot tack on _sampler, insert it inside the string instead. in to_sampler_expression() 2272 return expr.insert(index, "_sampler"); in to_sampler_expression() 4044 suppressed_usage_tracking.insert(id); in write_access_chain_array() 4505 forced_temporaries.insert(ops[1]); in emit_atomic() 5257 forced_temporaries.insert(i in emit_instruction() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 339 ErasedInstrs.insert(MI); in deleteInstr() 581 ErasedInstrs.insert(MI); in LRE_WillEraseInstruction() 660 // Okay, we can merge them. We need to insert a new liverange: in adjustCopiesBackFrom() 874 MBB->insert(Pos, NewMI); in removeCopyByCommutingDef() 1136 // Position in CopyLeftBB where we should insert new copy. in removePartialRedundancy() 1140 // of the predecessor since we're about to insert a new definition of B in removePartialRedundancy() 1356 ErasedInstrs.insert(CopyMI); in reMaterializeTrivialDef() 1359 // We need to remember these so we can add intervals once we insert in reMaterializeTrivialDef() 1538 ToBeUpdated.insert(SrcReg); in reMaterializeTrivialDef() 1709 if (SrcReg == DstReg && !Visited.insert(UseM in updateRegDefsUses() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 246 Stack.insert(Stack.end(), T1->classes_begin(), T1->classes_end()); 529 auto &Entry = *ThePool.insert(V).first; 536 auto &Entry = *ThePool.insert(std::make_pair(V, nullptr)).first; 879 Args.insert(Args.end(), LHS->begin(), LHS->end()); 880 Args.insert(Args.end(), RHS->begin(), RHS->end()); 937 Args.insert(Args.end(), LHSs->begin(), LHSs->end()); 938 Args.insert(Args.end(), RHSs->begin(), RHSs->end());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 996 // insert a computation after it without breaking the edge. in foldOpIntoPhi() 1002 // instruction, but insert another equivalent one, leading to infinite in foldOpIntoPhi() 1008 // If there is exactly one non-constant value, we can insert a copy of the in foldOpIntoPhi() 1022 // If we are going to have to insert a new computation, do so right before the in foldOpIntoPhi() 1811 GEP.getParent()->getInstList().insert( in visitGetElementPtrInst() 1830 GEP.getParent()->getInstList().insert( in visitGetElementPtrInst() 2251 BCI->getParent()->getInstList().insert(BCI->getIterator(), I); in visitGetElementPtrInst() 2415 // If we are removing an alloca with a dbg.declare, insert dbg.value calls in visitAllocSite() 2712 // The insert and extract both reference distinctly different elements. in visitExtractValueInst() 2713 // This means the extract is not influenced by the insert, an in visitExtractValueInst() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 843 compareFuncs.insert(glu::TYPE_FLOAT); in getCompareDependencies() 844 compareFuncs.insert(basicType); in getCompareDependencies() 856 compareFuncs.insert(glu::TYPE_FLOAT); in getCompareDependencies() 857 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies() 858 compareFuncs.insert(basicType); in getCompareDependencies() 862 compareFuncs.insert(basicType); in getCompareDependencies() 879 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageFormatTests.cpp | 436 exts.insert(glExts.begin(), glExts.end()); in getSupportedExtensions() 437 exts.insert(eglExts.begin(), eglExts.end()); in getSupportedExtensions() 442 exts.insert("EGL_KHR_image_base"); in getSupportedExtensions() 443 exts.insert("EGL_KHR_gl_texture_2D_image"); in getSupportedExtensions() 444 exts.insert("EGL_KHR_gl_texture_cubemap_image"); in getSupportedExtensions() 445 exts.insert("EGL_KHR_gl_renderbuffer_image"); in getSupportedExtensions() 1633 exts.insert(eglExts.begin(), eglExts.end()); in init()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 315 readyEnableTagList.insert(tagName);
in SetAllTags() 325 readyEnableTagList.insert(defaultTag);
in SetAllTags() 336 readyEnableTagList.insert(tag);
in SetAllTags() 402 allClockTypes.insert(allClocks.substr(curPos, i - curPos));
in SetClock()
|
/base/time/time_service/services/timer/src/ |
H A D | timer_manager.cpp | 182 timerEntryMap_.insert(std::make_pair(timerId, timerInfo)); in CreateTimer() 200 timerEntryMap_.insert(std::make_pair(timerId, timerInfo)); in ReCreateTimer() 981 failurePid.insert(*pid); in ProxyTimer() 1128 list.insert(it, newBatch);
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | ast.py | 777 temp_tokens.insert(0, token) 953 self.token_queue.insert(0, token) 1340 return_type_and_name.insert(0, token) 1342 return_type_and_name.insert(1, token2)
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 1502 * This function does not insert new strings in the dictionary since
1576 * for the next match, plus MIN_MATCH bytes to insert the
1652 s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1;
1679 * for the next match, plus MIN_MATCH bytes to insert the
1730 /* Do not insert strings in hash table beyond this. */
1783 s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1;
1857 s->insert = 0;
1896 s->insert = 0;
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 1605 dependencies.insert(index, dependency) 1797 # Rather than simply appending new items, insert them after the 1805 dependencies.insert(index + add_index, imported_dependency) 2292 # Don't just insert everything at index 0. That would prepend the new 2295 to.insert(prepend_index, to_item) 2683 excluded_list.insert(0, the_list[index])
|