Home
last modified time | relevance | path

Searched refs:insert (Results 26 - 50 of 3253) sorted by relevance

12345678910>>...131

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DASTMetadataHLSL.cpp38 mGradientBuiltinFunctions.insert(ImmutableString("texture2D")); in PullGradient()
39 mGradientBuiltinFunctions.insert(ImmutableString("texture2DProj")); in PullGradient()
40 mGradientBuiltinFunctions.insert(ImmutableString("textureCube")); in PullGradient()
43 mGradientBuiltinFunctions.insert(ImmutableString("dFdx")); in PullGradient()
44 mGradientBuiltinFunctions.insert(ImmutableString("dFdy")); in PullGradient()
45 mGradientBuiltinFunctions.insert(ImmutableString("fwidth")); in PullGradient()
46 mGradientBuiltinFunctions.insert(ImmutableString("texture")); in PullGradient()
47 mGradientBuiltinFunctions.insert(ImmutableString("textureProj")); in PullGradient()
48 mGradientBuiltinFunctions.insert(ImmutableString("textureOffset")); in PullGradient()
49 mGradientBuiltinFunctions.insert(ImmutableStrin in PullGradient()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp127 DefQ.insert(RD); in getAllReachingDefs()
131 DefQ.insert(RD); in getAllReachingDefs()
153 DefQ.insert(RD); in getAllReachingDefs()
164 Defs.insert(TA.Id); in getAllReachingDefs()
165 Owners.insert(TA.Addr->getOwner(DFG).Id); in getAllReachingDefs()
249 RDefs.insert(RDefs.end(), Ds.begin(), Ds.end()); in getAllReachingDefs()
256 RRs.insert(DA.Addr->getRegRef(DFG)); in getAllReachingDefs()
285 DefRRs.insert(DA.Addr->getRegRef(DFG)); in getAllReachingDefsRecImpl()
295 TmpDefs.insert(R.Id); in getAllReachingDefsRecImpl()
300 Result.insert(D in getAllReachingDefsRecImpl()
[all...]
/third_party/gn/src/gn/
H A Dhash_table_base_unittest.cc21 // constructors and operators, as well as insert()/erase()/clear() methods.
75 // operator, as well as insert() and erase() methods.
139 // Try to insert |x| in the table. Returns true on success, or false if
141 bool insert(int x) { in insert() function in TestHashTable
209 table.insert(1); in TEST()
210 table.insert(5); in TEST()
211 table.insert(7); in TEST()
238 table.insert(1); in TEST()
239 table.insert(5); in TEST()
240 table.insert( in TEST()
[all...]
H A Danalyzer.cc53 labels.insert(target->label()); in LabelsFor()
195 inputs->source_files.insert(&s); in JSONToInputs()
197 inputs->compile_labels.insert(l); in JSONToInputs()
199 inputs->test_labels.insert(l); in JSONToInputs()
250 dep_map_.insert(std::make_pair(dep_target_pair.ptr, item)); in Analyzer()
253 dep_map_.insert(std::make_pair(dep_config_pair.ptr, item)); in Analyzer()
255 dep_map_.insert(std::make_pair(item->AsTarget()->toolchain(), item)); in Analyzer()
262 dep_map_.insert(std::make_pair(pool.ptr, item)); in Analyzer()
266 dep_map_.insert(std::make_pair(dep_config_pair.ptr, item)); in Analyzer()
269 dep_map_.insert(st in Analyzer()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringSet.h34 insert(X); in StringSet()
38 std::pair<typename base::iterator, bool> insert(StringRef Key) { in insert() function in llvm::StringSet
40 return base::insert(std::make_pair(Key, None)); in insert()
44 void insert(const InputIt &Begin, const InputIt &End) { in insert() function in llvm::StringSet
46 base::insert(std::make_pair(*It, None)); in insert()
51 insert(const StringMapEntry<ValueTy> &MapEntry) { in insert() function in llvm::StringSet
52 return insert(MapEntry.getKey()); in insert()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dregister_pressure.cpp109 live->insert(insn_op); in ComputePhiUses()
145 live_inout->live_out_.insert(filter.begin(), filter.end()); in ComputePartialLiveness()
151 live_inout->live_in_.insert(&insn); in ComputePartialLiveness()
158 live_inout->live_in_.insert(insn_op); in ComputePartialLiveness()
196 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
197 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
203 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
204 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
242 die_in_block.insert(*id); in EvaluateRegisterRequirements()
300 loop_reg_pressure->live_out_.insert(live_inou in ComputeLoopRegisterPressure()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dregister_pressure.cpp109 live->insert(insn_op); in ComputePhiUses()
145 live_inout->live_out_.insert(filter.begin(), filter.end()); in ComputePartialLiveness()
151 live_inout->live_in_.insert(&insn); in ComputePartialLiveness()
158 live_inout->live_in_.insert(insn_op); in ComputePartialLiveness()
196 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
197 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
203 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
204 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
242 die_in_block.insert(*id); in EvaluateRegisterRequirements()
300 loop_reg_pressure->live_out_.insert(live_inou in ComputeLoopRegisterPressure()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc111 if (!state->owned.insert(ptr).second) in track_alloc()
197 auto it = t1.insert(0).first; in TEST_F()
204 auto it = t1.insert(0).first; in TEST_F()
209 EXPECT_FALSE(t1.insert(0).second); in TEST_F()
216 auto it = t1.insert(0).first; in TEST_F()
226 auto it = t1.insert(0).first; in TEST_F()
234 auto it = t1.insert(0).first; in TEST_F()
243 auto it = t1.insert(0).first; in TEST_F()
251 auto it = t1.insert(0).first; in TEST_F()
259 auto it = t1.insert( in TEST_F()
[all...]
/third_party/spirv-tools/source/opt/
H A Dregister_pressure.cpp108 live->insert(insn_op); in ComputePhiUses()
144 live_inout->live_out_.insert(filter.begin(), filter.end()); in ComputePartialLiveness()
150 live_inout->live_in_.insert(&insn); in ComputePartialLiveness()
157 live_inout->live_in_.insert(insn_op); in ComputePartialLiveness()
195 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
196 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
202 live_inout->live_in_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
203 live_inout->live_out_.insert(live_loop.begin(), live_loop.end()); in DoLoopLivenessUnification()
241 die_in_block.insert(*id); in EvaluateRegisterRequirements()
299 loop_reg_pressure->live_out_.insert(live_inou in ComputeLoopRegisterPressure()
[all...]
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp81 keys->insert({key, timestamp++}); in add_key()
138 insert(*it); in fifo_map()
147 insert(x); in fifo_map()
294 /// insert value
295 std::pair<iterator, bool> insert(const value_type& value) in insert() function in nlohmann::fifo_map
298 return m_map.insert(value); in insert()
301 /// insert value
303 std::pair<iterator, bool> insert( P&& value ) in insert() function in nlohmann::fifo_map
306 return m_map.insert(value); in insert()
309 /// insert valu
310 iterator insert(const_iterator hint, const value_type& value) insert() function in nlohmann::fifo_map
317 iterator insert(const_iterator hint, value_type&& value) insert() function in nlohmann::fifo_map
325 void insert(InputIt first, InputIt last) insert() function in nlohmann::fifo_map
336 void insert(std::initializer_list<value_type> ilist) insert() function in nlohmann::fifo_map
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_set_test.cc44 x.insert(1); in BeforeMain()
75 s.insert(n); in TEST()
76 s.insert(s.end(), n); in TEST()
77 s.insert({n}); in TEST()
97 set1.insert(absl::make_unique<int>(7)); in TEST()
98 set1.insert(absl::make_unique<int>(17)); in TEST()
100 set2.insert(absl::make_unique<int>(7)); in TEST()
101 set2.insert(absl::make_unique<int>(19)); in TEST()
116 auto insert_result = set2.insert(std::move(node)); in TEST()
132 insert_result = set2.insert(st in TEST()
[all...]
H A Dbtree_test.cc335 std::pair<iterator, bool> insert(const value_type &v) { in insert() function in absl::container_internal::__anon19158::unique_checker
338 this->checker_.insert(v); in insert()
339 std::pair<iterator, bool> tree_res = this->tree_.insert(v); in insert()
346 iterator insert(iterator position, const value_type &v) { in insert() function in absl::container_internal::__anon19158::unique_checker
349 this->checker_.insert(v); in insert()
350 iterator tree_res = this->tree_.insert(position, v); in insert()
357 void insert(InputIterator b, InputIterator e) { in insert() function in absl::container_internal::__anon19158::unique_checker
359 insert(*b); in insert()
383 iterator insert(const value_type &v) { in insert() function in absl::container_internal::__anon19158::multi_checker
385 auto checker_res = this->checker_.insert( in insert()
392 iterator insert(iterator position, const value_type &v) { insert() function in absl::container_internal::__anon19158::multi_checker
402 void insert(InputIterator b, InputIterator e) { insert() function in absl::container_internal::__anon19158::multi_checker
[all...]
/third_party/json/tests/src/
H A Dunit-modifiers.cpp347 // we try to insert at given key - no change
510 SECTION("insert()")
517 SECTION("insert before begin()")
519 auto it = j_array.insert(j_array.begin(), j_value);
526 SECTION("insert in the middle")
528 auto it = j_array.insert(j_array.begin() + 2, j_value);
535 SECTION("insert before end()")
537 auto it = j_array.insert(j_array.end(), j_value);
547 SECTION("insert before begin()")
549 auto it = j_array.insert(j_arra
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInternalize.cpp63 ExternalNames.insert(APIList.begin(), APIList.end()); in PreserveAPIList()
84 ExternalNames.insert(*I); in LoadFile()
147 ExternalComdats.insert(C); in checkComdatVisibility()
178 AlwaysPreserved.insert(V->getName()); in internalizeModule()
198 AlwaysPreserved.insert("llvm.used"); in internalizeModule()
199 AlwaysPreserved.insert("llvm.compiler.used"); in internalizeModule()
203 AlwaysPreserved.insert("llvm.global_ctors"); in internalizeModule()
204 AlwaysPreserved.insert("llvm.global_dtors"); in internalizeModule()
205 AlwaysPreserved.insert("llvm.global.annotations"); in internalizeModule()
210 AlwaysPreserved.insert("__stack_chk_fai in internalizeModule()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp134 Reachable[MBB].insert(Succ); in calculate()
148 if (Reachable[Pred].insert(Succ).second) { in calculate()
158 Loopers.insert(MBB); in calculate()
170 LoopEntries.insert(Looper); in calculate()
171 LoopEnterers[Looper].insert(Pred); in calculate()
200 Blocks.insert(Entry); in calculate()
204 AddedToWorkList.insert(Pred); in calculate()
211 if (Blocks.insert(MBB).second) { in calculate()
215 AddedToWorkList.insert(Pred); in calculate()
273 MutualLoopEntries.insert(LoopEntr in processRegion()
[all...]
/third_party/skia/tests/
H A DTDPQueueTest.cpp18 heap.insert(0); in simple_test()
24 heap.insert(0); in simple_test()
25 heap.insert(1); in simple_test()
34 heap.insert(2); in simple_test()
35 heap.insert(1); in simple_test()
36 heap.insert(0); in simple_test()
48 heap.insert(2); in simple_test()
49 heap.insert(3); in simple_test()
50 heap.insert(0); in simple_test()
51 heap.insert( in simple_test()
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.cc175 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code)); in PrefixNumberWithCountryCallingCode()
178 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code, " ")); in PrefixNumberWithCountryCallingCode()
181 formatted_number->insert(0, StrCat(kRfc3966Prefix, kPlusSign, in PrefixNumberWithCountryCallingCode()
399 types->insert(type); in GetSupportedTypesForMetadata()
526 diallable_char_mappings_.insert(std::make_pair('+', '+')); in InitializeMapsAndSets()
527 diallable_char_mappings_.insert(std::make_pair('*', '*')); in InitializeMapsAndSets()
528 diallable_char_mappings_.insert(std::make_pair('#', '#')); in InitializeMapsAndSets()
529 // Here we insert all punctuation symbols that we wish to respect when in InitializeMapsAndSets()
531 all_plus_number_grouping_symbols_.insert( in InitializeMapsAndSets()
533 all_plus_number_grouping_symbols_.insert( in InitializeMapsAndSets()
[all...]
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py392 self.entry.insert('end', 1)
393 self.entry.insert('end', 'a')
406 self.entry.insert('end', 'avocado')
413 self.entry.insert('end', 'a1b')
608 self.assertRaises(tkinter.TclError, self.paned.insert, None, 0)
609 self.assertRaises(tkinter.TclError, self.paned.insert, 0, None)
610 self.assertRaises(tkinter.TclError, self.paned.insert, 0, 0)
616 self.assertRaises(tkinter.TclError, self.paned.insert, 0, child)
618 self.paned.insert('end', child2)
619 self.paned.insert(
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslScanContext.cpp459 ReservedSet->insert("auto"); in fillInKeywordMap()
460 ReservedSet->insert("catch"); in fillInKeywordMap()
461 ReservedSet->insert("char"); in fillInKeywordMap()
462 ReservedSet->insert("const_cast"); in fillInKeywordMap()
463 ReservedSet->insert("enum"); in fillInKeywordMap()
464 ReservedSet->insert("explicit"); in fillInKeywordMap()
465 ReservedSet->insert("friend"); in fillInKeywordMap()
466 ReservedSet->insert("goto"); in fillInKeywordMap()
467 ReservedSet->insert("long"); in fillInKeywordMap()
468 ReservedSet->insert("mutabl in fillInKeywordMap()
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dmod.rs270 g.0.insert(Node(1), vec![Node(3)]); in make_test_graph()
271 g.0.insert(Node(2), vec![Node(2)]); in make_test_graph()
272 g.0.insert(Node(3), vec![Node(4), Node(5)]); in make_test_graph()
273 g.0.insert(Node(4), vec![Node(7)]); in make_test_graph()
274 g.0.insert(Node(5), vec![Node(6), Node(7)]); in make_test_graph()
275 g.0.insert(Node(6), vec![Node(8)]); in make_test_graph()
276 g.0.insert(Node(7), vec![Node(3)]); in make_test_graph()
277 g.0.insert(Node(8), vec![]); in make_test_graph()
339 self.reachable.get_mut(&node).unwrap().insert(*sub_node); in constrain()
348 self.reachable.get_mut(&node).unwrap().insert(transitiv in constrain()
[all...]
/third_party/rust/crates/nom/tests/
H A Dini_str.rs157 expected.insert("parameter", "value"); in parse_multiple_keys_and_values_test()
158 expected.insert("key", "value2"); in parse_multiple_keys_and_values_test()
182 expected_h.insert("parameter", "value"); in parse_category_then_multiple_keys_and_values_test()
183 expected_h.insert("key", "value2"); in parse_category_then_multiple_keys_and_values_test()
208 expected_1.insert("parameter", "value"); in parse_multiple_categories_test()
209 expected_1.insert("key", "value2"); in parse_multiple_categories_test()
211 expected_2.insert("parameter3", "value3"); in parse_multiple_categories_test()
212 expected_2.insert("key4", "value4"); in parse_multiple_categories_test()
214 expected_h.insert("abcd", expected_1); in parse_multiple_categories_test()
215 expected_h.insert("categor in parse_multiple_categories_test()
[all...]
H A Dini.rs145 expected.insert("parameter", "value"); in parse_multiple_keys_and_values_test()
146 expected.insert("key", "value2"); in parse_multiple_keys_and_values_test()
170 expected_h.insert("parameter", "value"); in parse_category_then_multiple_keys_and_values_test()
171 expected_h.insert("key", "value2"); in parse_category_then_multiple_keys_and_values_test()
198 expected_1.insert("parameter", "value"); in parse_multiple_categories_test()
199 expected_1.insert("key", "value2"); in parse_multiple_categories_test()
201 expected_2.insert("parameter3", "value3"); in parse_multiple_categories_test()
202 expected_2.insert("key4", "value4"); in parse_multiple_categories_test()
204 expected_h.insert("abcd", expected_1); in parse_multiple_categories_test()
205 expected_h.insert("categor in parse_multiple_categories_test()
[all...]
/third_party/rust/crates/nix/test/sys/
H A Dtest_select.rs15 fd_set.insert(r1); in test_pselect()
16 fd_set.insert(r2); in test_pselect()
35 fd_set.insert(r1); in test_pselect_nfds2()
36 fd_set.insert(r2); in test_pselect_nfds2()
69 generate_fdset_bad_fd_tests!(-1, insert, remove, contains);
77 insert,
/third_party/rust/crates/serde/test_suite/tests/macros/
H A Dmod.rs12 $(set.insert($value);)+
23 $(map.insert($key, $value);)+
34 $(set.insert($value);)+
40 $(set.insert($value);)+
51 $(map.insert($key, $value);)+
57 $(map.insert($key, $value);)+
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTree.java92 void insert(int[] chars, int index) in insert() method in LigatureTree.Lignode
111 subnodes[0].insert(chars, index + 1); in insert()
120 subnodes[i].insert(chars, index + 1); in insert()
141 subnodes[i].insert(chars, index + 1); in insert()
226 public void insert(String string) in insert() method in LigatureTree
228 root.insert(toIntArray(string), 0); in insert()
231 public void insert(int[] chars) in insert() method in LigatureTree
233 root.insert(chars, 0); in insert()

Completed in 19 milliseconds

12345678910>>...131