Home
last modified time | relevance | path

Searched refs:insert (Results 1 - 25 of 3226) sorted by relevance

12345678910>>...130

/third_party/json/tests/src/
H A Dunit-hash.cpp26 hashes.insert(std::hash<json> {}(json(nullptr)));
29 hashes.insert(std::hash<json> {}(json(true)));
30 hashes.insert(std::hash<json> {}(json(false)));
33 hashes.insert(std::hash<json> {}(json("")));
34 hashes.insert(std::hash<json> {}(json("foo")));
37 hashes.insert(std::hash<json> {}(json(0)));
38 hashes.insert(std::hash<json> {}(json(static_cast<unsigned>(0))));
40 hashes.insert(std::hash<json> {}(json(-1)));
41 hashes.insert(std::hash<json> {}(json(0.0)));
42 hashes.insert(st
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.h163 // The following are helpers that insert lowered MIPS32 instructions with
167 Context.insert<InstMIPS32Add>(Dest, Src0, Src1); in _add()
171 Context.insert<InstMIPS32Addu>(Dest, Src0, Src1); in _addu()
175 Context.insert<InstMIPS32And>(Dest, Src0, Src1); in _and()
179 Context.insert<InstMIPS32Andi>(Dest, Src, Imm); in _andi()
182 void _br(CfgNode *Target) { Context.insert<InstMIPS32Br>(Target); } in _br()
185 Context.insert<InstMIPS32Br>(Target, Label); in _br()
190 Context.insert<InstMIPS32Br>(TargetTrue, TargetFalse, Src0, Src1, in _br()
196 Context.insert<InstMIPS32Br>(TargetTrue, TargetFalse, Src0, Condition); in _br()
202 Context.insert<InstMIPS32B in _br()
[all...]
H A DIceTargetLoweringX8632.h375 Context.insert<InstFakeUse>(esp);
441 /// The following are helpers that insert lowered x86 instructions with
445 Context.insert<Insts::Adc>(Dest, Src0);
448 Context.insert<Insts::AdcRMW>(DestSrc0, Src1);
451 Context.insert<Insts::Add>(Dest, Src0);
454 Context.insert<Insts::AddRMW>(DestSrc0, Src1);
457 Context.insert<Insts::Addps>(Dest, Src0);
460 Context.insert<Insts::Addss>(Dest, Src0);
464 Context.insert<Insts::And>(Dest, Src0);
467 Context.insert<Inst
[all...]
H A DIceTargetLoweringX8664.h371 Context.insert<InstFakeUse>(esp);
437 /// The following are helpers that insert lowered x86 instructions with
441 Context.insert<Insts::Adc>(Dest, Src0);
444 Context.insert<Insts::AdcRMW>(DestSrc0, Src1);
447 Context.insert<Insts::Add>(Dest, Src0);
450 Context.insert<Insts::AddRMW>(DestSrc0, Src1);
453 Context.insert<Insts::Addps>(Dest, Src0);
456 Context.insert<Insts::Addss>(Dest, Src0);
460 Context.insert<Insts::And>(Dest, Src0);
463 Context.insert<Inst
[all...]
H A DIceTargetLoweringARM32.h323 // The following are helpers that insert lowered ARM32 instructions with
328 Context.insert<InstARM32Add>(Dest, Src0, Src1, Pred); in _add()
333 Context.insert<InstARM32Add>(Dest, Src0, Src1, Pred, SetFlags); in _adds()
335 Context.insert<InstFakeUse>(Dest); in _adds()
340 Context.insert<InstARM32Adc>(Dest, Src0, Src1, Pred); in _adc()
344 Context.insert<InstARM32And>(Dest, Src0, Src1, Pred); in _and()
348 Context.insert<InstARM32Asr>(Dest, Src0, Src1, Pred); in _asr()
352 Context.insert<InstARM32Bic>(Dest, Src0, Src1, Pred); in _bic()
356 Context.insert<InstARM32Br>(TargetTrue, TargetFalse, Condition); in _br()
358 void _br(CfgNode *Target) { Context.insert<InstARM32B in _br()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-priority-queue.cc36 queue.insert (10, 0); in test_insert()
40 queue.insert (20, 1); in test_insert()
43 queue.insert (5, 2); in test_insert()
46 queue.insert (15, 3); in test_insert()
49 queue.insert (1, 4); in test_insert()
57 queue.insert (0, 0); in test_extract()
58 queue.insert (60, 6); in test_extract()
59 queue.insert (30, 3); in test_extract()
60 queue.insert (40 ,4); in test_extract()
61 queue.insert (2 in test_extract()
[all...]
/third_party/node/test/parallel/
H A Dtest-priority-queue.js13 queue.insert(i);
24 queue.insert(i);
37 queue.insert(i);
50 queue.insert(i);
68 queue.insert({ value: i, position: null });
83 queue.insert({ value: 1, position: null });
84 queue.insert({ value: 2, position: null });
85 queue.insert({ value: 3, position: null });
86 queue.insert({ value: 4, position: null });
87 queue.insert({ valu
[all...]
/third_party/spirv-tools/test/opt/
H A Deliminate_dead_output_stores_test.cpp110 live_inputs.insert(2); in TEST_F()
111 live_inputs.insert(5); in TEST_F()
203 live_inputs.insert(2); in TEST_F()
204 live_inputs.insert(8); in TEST_F()
205 live_inputs.insert(9); in TEST_F()
206 live_inputs.insert(10); in TEST_F()
207 live_inputs.insert(11); in TEST_F()
309 live_inputs.insert(1); in TEST_F()
440 live_inputs.insert(5); in TEST_F()
441 live_inputs.insert(1 in TEST_F()
[all...]
/third_party/spirv-tools/test/
H A Denum_set_test.cpp307 set.insert(value); in createSetUnorderedInsertion()
316 set.insert(TestEnum::ZERO); in TEST()
323 set.insert(TestEnum::ONE_HUNDRED_FIFTY); in TEST()
347 set.insert(TestEnum::FIVE); in TEST()
348 set.insert(TestEnum::EIGHT); in TEST()
355 set.insert(TestEnum::TWO_HUNDRED); in TEST()
356 set.insert(TestEnum::THREE_HUNDRED); in TEST()
363 set.insert(TestEnum::FIVE); in TEST()
364 set.insert(TestEnum::EIGHT); in TEST()
365 set.insert(TestEnu in TEST()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DBitSetIteratorTests.cpp30 originalValues.insert(2); in TEST_F()
31 originalValues.insert(6); in TEST_F()
32 originalValues.insert(8); in TEST_F()
33 originalValues.insert(35); in TEST_F()
43 readValues.insert(bit); in TEST_F()
79 seenBits.insert(bit); in TEST_F()
98 originalValues.insert(TestEnum::B); in TEST_F()
99 originalValues.insert(TestEnum::F); in TEST_F()
100 originalValues.insert(TestEnum::C); in TEST_F()
101 originalValues.insert(TestEnu in TEST_F()
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_undo.py42 text.insert('insert', 'foobar')
43 text.insert('insert', 'h')
47 text.insert('insert', 'foo')
48 text.insert('insert', 'bar')
50 text.insert('insert', 'hell
[all...]
H A Dtest_text.py12 hw = 'hello\nworld' # Several tests insert this after initialization.
13 hwn = hw+'\n' # \n present at initialization, before insert
26 'insert'):
34 self.text.insert('1.0', self.hw)
48 self.text.insert('1.0', self.hw)
65 insert = self.text.insert
69 insert('1.0', self.hw)
72 insert('1.0', '') # nothing
75 insert('1.
[all...]
H A Dtest_percolator.py14 def insert(self, *args): member in MyFilter
16 self.delegate.insert(*args)
24 self.delegate.insert(index, chars)
28 self.delegate.insert(index, chars)
80 self.text.insert('insert', 'foo')
83 ('insert', 'foo', None))
86 self.filter_one.insert = self.filter_one.uppercase_insert
87 self.text.insert('insert', 'bA
[all...]
H A Dtest_autoexpand.py24 # If mock_tk.Text._decode understood indexes 'insert' with suffixed 'linestart',
56 text.insert('insert', 't')
59 text.insert('insert', 'his')
62 text.insert('insert', ' ')
65 text.insert('insert', 'is')
68 text.insert('inser
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dsimplification_pass.cpp42 if (!inst_seen->insert(iid_inst).second) return; in AddNewOperands()
71 inst_seen.insert(inst); in SimplifyFunction()
73 process_phis.insert(inst); in SimplifyFunction()
87 if (process_phis.count(use) && in_work_list.insert(use).second) { in SimplifyFunction()
105 inst_to_kill.insert(inst); in SimplifyFunction()
106 in_work_list.insert(inst); in SimplifyFunction()
108 inst_to_kill.insert(inst); in SimplifyFunction()
109 in_work_list.insert(inst); in SimplifyFunction()
121 inst_seen.insert(inst); in SimplifyFunction()
134 in_work_list.insert(us in SimplifyFunction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dsimplification_pass.cpp42 if (!inst_seen->insert(iid_inst).second) return; in AddNewOperands()
71 inst_seen.insert(inst); in SimplifyFunction()
73 process_phis.insert(inst); in SimplifyFunction()
87 if (process_phis.count(use) && in_work_list.insert(use).second) { in SimplifyFunction()
105 inst_to_kill.insert(inst); in SimplifyFunction()
106 in_work_list.insert(inst); in SimplifyFunction()
108 inst_to_kill.insert(inst); in SimplifyFunction()
109 in_work_list.insert(inst); in SimplifyFunction()
121 inst_seen.insert(inst); in SimplifyFunction()
134 in_work_list.insert(us in SimplifyFunction()
[all...]
/third_party/spirv-tools/source/opt/
H A Dsimplification_pass.cpp41 if (!inst_seen->insert(iid_inst).second) return; in AddNewOperands()
70 inst_seen.insert(inst); in SimplifyFunction()
72 process_phis.insert(inst); in SimplifyFunction()
86 if (process_phis.count(use) && in_work_list.insert(use).second) { in SimplifyFunction()
104 inst_to_kill.insert(inst); in SimplifyFunction()
105 in_work_list.insert(inst); in SimplifyFunction()
107 inst_to_kill.insert(inst); in SimplifyFunction()
108 in_work_list.insert(inst); in SimplifyFunction()
120 inst_seen.insert(inst); in SimplifyFunction()
133 in_work_list.insert(us in SimplifyFunction()
[all...]
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtypes.rs49 self.0.insert(ty); in visit_type()
58 resolutions.insert(&name.rust, Resolution { name, generics });
74 if !type_names.insert(ident)
84 structs.insert(&strct.name.rust, strct);
93 all.insert(repr_type);
99 if !type_names.insert(ident)
109 enums.insert(ident, enm);
113 cxx.insert(&enm.name.rust);
119 if !type_names.insert(ident)
128 cxx.insert(iden
[all...]
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtypes.rs49 self.0.insert(ty); in visit_type()
58 resolutions.insert(&name.rust, Resolution { name, generics });
74 if !type_names.insert(ident)
84 structs.insert(&strct.name.rust, strct);
93 all.insert(repr_type);
99 if !type_names.insert(ident)
109 enums.insert(ident, enm);
113 cxx.insert(&enm.name.rust);
119 if !type_names.insert(ident)
128 cxx.insert(iden
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtypes.rs49 self.0.insert(ty); in visit_type()
58 resolutions.insert(&name.rust, Resolution { name, generics });
74 if !type_names.insert(ident)
84 structs.insert(&strct.name.rust, strct);
93 all.insert(repr_type);
99 if !type_names.insert(ident)
109 enums.insert(ident, enm);
113 cxx.insert(&enm.name.rust);
119 if !type_names.insert(ident)
128 cxx.insert(iden
[all...]
/third_party/rust/crates/cxx/syntax/
H A Dtypes.rs49 self.0.insert(ty); in visit_type()
58 resolutions.insert(&name.rust, Resolution { name, generics });
74 if !type_names.insert(ident)
84 structs.insert(&strct.name.rust, strct);
93 all.insert(repr_type);
99 if !type_names.insert(ident)
109 enums.insert(ident, enm);
113 cxx.insert(&enm.name.rust);
119 if !type_names.insert(ident)
128 cxx.insert(iden
[all...]
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtypes.rs49 self.0.insert(ty); in visit_type()
58 resolutions.insert(&name.rust, Resolution { name, generics });
74 if !type_names.insert(ident)
84 structs.insert(&strct.name.rust, strct);
93 all.insert(repr_type);
99 if !type_names.insert(ident)
109 enums.insert(ident, enm);
113 cxx.insert(&enm.name.rust);
119 if !type_names.insert(ident)
128 cxx.insert(iden
[all...]
/third_party/gn/src/gn/
H A Dmetadata_walk_unittest.cc19 one.metadata().contents().insert( in TEST()
24 one.metadata().contents().insert( in TEST()
32 two.metadata().contents().insert( in TEST()
37 two.metadata().contents().insert( in TEST()
66 expected_walked_targets.insert(&one); in TEST()
67 expected_walked_targets.insert(&two); in TEST()
77 one.metadata().contents().insert( in TEST()
82 one.metadata().contents().insert( in TEST()
88 two.metadata().contents().insert( in TEST()
115 expected_walked_targets.insert( in TEST()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureClampTests.cpp203 f.allowedTargets.insert(GL_TEXTURE_2D); in init()
204 f.allowedTargets.insert(GL_TEXTURE_2D_ARRAY); in init()
205 f.allowedTargets.insert(GL_TEXTURE_CUBE_MAP); in init()
206 f.allowedTargets.insert(GL_TEXTURE_CUBE_MAP_ARRAY); in init()
207 f.allowedTargets.insert(GL_TEXTURE_3D); in init()
211 f.allowedTargets.insert(GL_TEXTURE_2D); in init()
212 f.allowedTargets.insert(GL_TEXTURE_2D_ARRAY); in init()
213 f.allowedTargets.insert(GL_TEXTURE_3D); in init()
218 f.allowedTargets.insert(GL_TEXTURE_2D); in init()
219 f.allowedTargets.insert(GL_TEXTURE_2D_ARRA in init()
[all...]
/third_party/vixl/test/
H A Dtest-invalset.cc100 set.insert(Obj(i, i)); in TEST()
104 set.insert(Obj(-123, 456)); in TEST()
105 set.insert(Obj(2718, 2871828)); in TEST()
125 TEST(insert) { in TEST()
130 set.insert(Obj(i, i)); in TEST()
133 set.insert(Obj(-123, 1)); in TEST()
135 set.insert(Obj(-123, 2)); in TEST()
136 set.insert(Obj(-123, 3)); in TEST()
150 set.insert(Obj(2718, 0)); in TEST()
153 set.insert(Ob in TEST()
[all...]

Completed in 15 milliseconds

12345678910>>...130