Home
last modified time | relevance | path

Searched refs:Add (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/aosp12/packages/modules/GeoTZ/validation/geonames/known_diffs/
H A Dknown_diffs500.prototxt12 comment: "Add a comment here"
27 comment: "Add a comment here"
42 comment: "Add a comment here"
57 comment: "Add a comment here"
72 comment: "Add a comment here"
87 comment: "Add a comment here"
102 comment: "Add a comment here"
117 comment: "Add a comment here"
132 comment: "Add a comment here"
147 comment: "Add a comment here"
[all …]
H A Dknown_diffs1000.prototxt12 comment: "Add a comment here"
27 comment: "Add a comment here"
42 comment: "Add a comment here"
57 comment: "Add a comment here"
72 comment: "Add a comment here"
87 comment: "Add a comment here"
102 comment: "Add a comment here"
117 comment: "Add a comment here"
132 comment: "Add a comment here"
147 comment: "Add a comment here"
[all …]
H A Dknown_diffs15000.prototxt12 comment: "Add a comment here"
27 comment: "Add a comment here"
42 comment: "Add a comment here"
57 comment: "Add a comment here"
72 comment: "Add a comment here"
87 comment: "Add a comment here"
102 comment: "Add a comment here"
117 comment: "Add a comment here"
132 comment: "Add a comment here"
147 comment: "Add a comment here"
[all …]
H A Dknown_diffs5000.prototxt12 comment: "Add a comment here"
27 comment: "Add a comment here"
42 comment: "Add a comment here"
57 comment: "Add a comment here"
72 comment: "Add a comment here"
87 comment: "Add a comment here"
102 comment: "Add a comment here"
119 comment: "Add a comment here"
134 comment: "Add a comment here"
149 comment: "Add a comment here"
[all …]
/aosp12/build/blueprint/parser/
H A Dmodify_test.go40 expectOk(patchlist.Add(0, 3, "ABC"))
41 expectOk(patchlist.Add(12, 15, "MNO"))
42 expectOk(patchlist.Add(24, 26, "Z"))
43 expectOk(patchlist.Add(15, 15, "_"))
45 expectOverlap(patchlist.Add(0, 3, "x"))
46 expectOverlap(patchlist.Add(12, 13, "x"))
47 expectOverlap(patchlist.Add(13, 14, "x"))
48 expectOverlap(patchlist.Add(14, 15, "x"))
49 expectOverlap(patchlist.Add(11, 13, "x"))
50 expectOverlap(patchlist.Add(12, 15, "x"))
[all …]
/aosp12/packages/modules/StatsD/lib/libkll/tests/
H A Dsampler_test.cpp51 sampler.Add(4); in TEST_F()
53 sampler.Add(10); in TEST_F()
79 sampler.Add(4); in TEST_F()
87 sampler.Add(1); in TEST_F()
88 sampler.Add(2); in TEST_F()
105 sampler.Add(1); in TEST_F()
106 sampler.Add(2); in TEST_F()
116 sampler.Add(1); in TEST_F()
117 sampler.Add(2); in TEST_F()
118 sampler.Add(3); in TEST_F()
[all …]
H A Dcompactor_stack_test.cpp70 sampler.Add(dis(gen)); in TEST_P()
123 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
135 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
149 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
160 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
174 compactor_stack.Add(random_.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_F()
198 compactor_stack.Add(random.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_P()
211 compactor_stack.Add(10); in TEST_P()
231 compactor_stack.Add(random.UnbiasedUniform(std::numeric_limits<uint32_t>::max())); in TEST_P()
235 compactor_stack.Add(random.UnbiasedUniform(std::numeric_limits<uint64_t>::max())); in TEST_P()
[all …]
/aosp12/art/runtime/
H A Dindirect_reference_table_test.cc85 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F()
114 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F()
116 iref1 = irt.Add(cookie, obj1.Get(), &error_msg); in TEST_F()
118 iref2 = irt.Add(cookie, obj2.Get(), &error_msg); in TEST_F()
134 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F()
136 iref1 = irt.Add(cookie, obj1.Get(), &error_msg); in TEST_F()
138 iref2 = irt.Add(cookie, obj2.Get(), &error_msg); in TEST_F()
163 iref0 = irt.Add(cookie, obj0.Get(), &error_msg); in TEST_F()
165 iref1 = irt.Add(cookie, obj1.Get(), &error_msg); in TEST_F()
167 iref2 = irt.Add(cookie, obj2.Get(), &error_msg); in TEST_F()
[all …]
H A Dreference_table_test.cc104 rt.Add(o1.Get()); in TEST_F()
115 rt.Add(o2.Get()); in TEST_F()
161 rt.Add(empty_reference); in TEST_F()
174 rt.Add(non_empty_reference); in TEST_F()
226 rt.Add(h_with_trace.Get()); in TEST_F()
227 rt.Add(h_ref.Get()); in TEST_F()
290 rt.Add(s1.Get()); in TEST_F()
291 rt.Add(s2); in TEST_F()
293 rt.Add(s1.Get()); in TEST_F()
300 rt.Add(b1_1.Get()); in TEST_F()
[all …]
/aosp12/system/extras/memory_replay/tests/
H A DPointersTest.cpp24 pointers.Add(0x1234, reinterpret_cast<void*>(0xabcd)); in TEST()
32 pointers.Add(0x1234, reinterpret_cast<void*>(0xabcd)); in TEST()
35 pointers.Add(0x1234, reinterpret_cast<void*>(0x5555)); in TEST()
46 pointers.Add(0x1234, reinterpret_cast<void*>(0xabcd)); in TEST()
47 pointers.Add(0x11234, reinterpret_cast<void*>(0xabcf)); in TEST()
57 pointers.Add(0x1234, reinterpret_cast<void*>(0xabcd)); in TEST()
58 pointers.Add(0x1235, reinterpret_cast<void*>(0xabcf)); in TEST()
59 pointers.Add(0x1236, reinterpret_cast<void*>(0xabc1)); in TEST()
60 pointers.Add(0x1237, reinterpret_cast<void*>(0xabc2)); in TEST()
65 pointers.Add(0x2349, reinterpret_cast<void*>(0x2abcd)); in TEST()
[all …]
/aosp12/system/tools/aidl/
H A Dgenerate_java_binder.cpp131 ctor->statements->Add(stability); in StubClass()
137 ctor->statements->Add(attach); in StubClass()
274 m->statements->Add(ifstatement); in make_as_interface()
281 m->statements->Add(iinVd); in make_as_interface()
362 addTo->Add( in generate_new_array()
371 addTo->Add(lencheck); in generate_new_array()
435 statements->Add(tryStatement); in generate_stub_code()
496 statements->Add(realCall); in generate_stub_code()
501 statements->Add(ex); in generate_stub_code()
511 statements->Add(ex); in generate_stub_code()
[all …]
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp99 case Instruction::Add: in GetEncodedBinaryOpcode()
166 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in WriteTypeSymbolTable()
167 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteTypeSymbolTable()
169 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeSymbolTable()
223 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in WriteTypeTable()
225 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in WriteTypeTable()
233 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
242 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
248 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY)); in WriteTypeTable()
450 Abbv->Add(BitCodeAbbrevOp(0)); in WriteModuleInfo()
[all …]
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp84 case Instruction::Add: in GetEncodedBinaryOpcode()
109 case AtomicRMWInst::Add: return bitc::RMW_ADD; in GetEncodedRMWOperation()
196 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in WriteTypeTable()
204 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
212 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
219 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
220 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in WriteTypeTable()
227 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
233 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY)); in WriteTypeTable()
448 Abbv->Add(BitCodeAbbrevOp(0)); in WriteModuleInfo()
[all …]
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp84 case Instruction::Add: in GetEncodedBinaryOpcode()
109 case AtomicRMWInst::Add: return bitc::RMW_ADD; in GetEncodedRMWOperation()
196 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in WriteTypeTable()
203 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
212 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
220 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
221 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Char6)); in WriteTypeTable()
228 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeTable()
235 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY)); in WriteTypeTable()
461 Abbv->Add(BitCodeAbbrevOp(0)); in WriteModuleInfo()
[all …]
/aosp12/bionic/tests/
H A Dsystem_properties_test.cpp97 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6)); in TEST()
98 ASSERT_EQ(0, system_properties.Add("other_property", 14, "value2", 6)); in TEST()
109 ASSERT_EQ(0, system_properties.Add(name, strlen(name), "value", 5)); in TEST()
133 ASSERT_EQ(0, system_properties.Add("property", 8, "oldvalue1", 9)); in TEST()
214 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6)); in TEST()
231 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6)); in TEST()
275 ASSERT_EQ(0, system_properties.Add( in TEST()
321 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6)); in TEST()
340 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6)); in TEST()
356 ASSERT_EQ(0, system_properties.Add("property", 8, "value1", 6)); in TEST()
[all …]
/aosp12/art/libartbase/base/metrics/
H A Dmetrics_test.cc42 test_counter.Add(5); in TEST_F()
122 avg.Add(i); in TEST_F()
141 histogram.Add(10); in TEST_F()
144 histogram.Add(20); in TEST_F()
145 histogram.Add(25); in TEST_F()
148 histogram.Add(56); in TEST_F()
149 histogram.Add(57); in TEST_F()
150 histogram.Add(58); in TEST_F()
151 histogram.Add(59); in TEST_F()
154 histogram.Add(70); in TEST_F()
[all …]
/aosp12/frameworks/base/tools/aapt2/trace/
H A DTraceBuffer.cpp59 void Add(const std::string& tag, char type) noexcept { in Add() function
90 tracebuffer::Add(tag, tracebuffer::kBegin); in BeginTrace()
94 tracebuffer::Add("", tracebuffer::kEnd); in EndTrace()
98 tracebuffer::Add(tag, tracebuffer::kBegin); in Trace()
109 tracebuffer::Add(s.str(), tracebuffer::kBegin); in Trace()
113 tracebuffer::Add("", tracebuffer::kEnd); in ~Trace()
118 tracebuffer::Add(tag, tracebuffer::kBegin); in FlushTrace()
130 tracebuffer::Add(s.str(), tracebuffer::kBegin); in FlushTrace()
142 tracebuffer::Add(s.str(), tracebuffer::kBegin); in FlushTrace()
146 tracebuffer::Add("", tracebuffer::kEnd); in ~FlushTrace()
/aosp12/system/bt/gd/storage/
H A Dmutation_test.cc40 …mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "AA:BB:CC:DD:EE:FF", "LinkKey… in TEST()
41 …mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "AA:BB:CC:DD:EE:FF", "Link… in TEST()
45 …mutation2.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "AA:BB:CC:DD:EE:FF", "LinkKe… in TEST()
65 mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "A", "B")); in TEST()
76 mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "B")); in TEST()
87 mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "A", "C")); in TEST()
103 mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "A", "B", "C")); in TEST()
104 mutation.Add(MutationEntry::Remove(MutationEntry::PropertyType::NORMAL, "A", "B")); in TEST()
114 mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::NORMAL, "A", "B", "C")); in TEST()
115 mutation.Add(MutationEntry::Set(MutationEntry::PropertyType::MEMORY_ONLY, "A", "D", "Hello")); in TEST()
/aosp12/art/libelffile/elf/
H A Delf_builder.h281 Elf_Word Add(const std::string& name) { in Add() function
359 void Add(Elf_Word name, in Add() function
371 Add(sym, section); in Add()
666 Elf_Word oatdata = dynstr_.Add("oatdata"); in PrepareDynamicSection()
684 dynsym_.Add(oatdatabimgrelro, in PrepareDynamicSection()
693 dynsym_.Add(oatdatabimgrelrolastword, in PrepareDynamicSection()
702 Elf_Word oatbss = dynstr_.Add("oatbss"); in PrepareDynamicSection()
711 dynsym_.Add( in PrepareDynamicSection()
719 dynsym_.Add( in PrepareDynamicSection()
727 Elf_Word oatdex = dynstr_.Add("oatdex"); in PrepareDynamicSection()
[all …]
/aosp12/art/libartbase/base/
H A Dstats.h37 void AddBytes(double bytes, size_t count = 1) { Add(bytes, count); }
38 void AddBits(double bits, size_t count = 1) { Add(bits / kBitsPerByte, count); }
39 void AddSeconds(double s, size_t count = 1) { Add(s, count); }
40 void AddNanoSeconds(double ns, size_t count = 1) { Add(ns / 1000000000.0, count); }
53 void Add(double value, size_t count = 1) {
/aosp12/system/logging/logd/
H A DLogStatistics.h147 it->second.Add(element); in Add()
152 iterator Add(const TKey& key) { in Add() function
157 it->second.Add(key); in Add()
238 EntryBase::Add(element); in Add()
264 EntryBaseDropped::Add(element); in Add()
295 void Add(pid_t new_pid) { in Add() function
312 Add(element.pid); in Add()
314 EntryBaseDropped::Add(element); in Add()
348 void Add(pid_t incomingTid) { in Add() function
367 Add(element.tid); in Add()
[all …]
/aosp12/system/bt/gd/security/record/
H A Dsecurity_record_storage.cc34 mutation.Add(device.Classic().SetLinkKey(record->GetLinkKey())); in SetClassicData()
35 mutation.Add(device.Classic().SetLinkKeyType(record->GetKeyType())); in SetClassicData()
47 mutation.Add(le_device.SetAddressType(record->identity_address_->GetAddressType())); in SetLeData()
57 mutation.Add(le_device.SetPeerId(byte_array.ToString())); in SetLeData()
61 mutation.Add(le_device.SetLegacyPseudoAddress(record->pseudo_address_->GetAddress())); in SetLeData()
75 mutation.Add(le_device.SetPeerEncryptionKeys(byte_array.ToString())); in SetLeData()
90 mutation.Add(le_device.SetPeerSignatureResolvingKeys(byte_array.ToString())); in SetLeData()
111 mutation.Add(device.SetDeviceType(hci::DeviceType::BR_EDR)); in SaveSecurityRecords()
113 mutation.Add(device.SetDeviceType(hci::DeviceType::DUAL)); in SaveSecurityRecords()
115 mutation.Add(device.SetDeviceType(hci::DeviceType::LE)); in SaveSecurityRecords()
[all …]
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/
H A Dcontract-between-code-and-parser.txt35 … t0: t_m_w:B|T1|[NN_LR_PP]funcP Add (t1-t0) to total ti…
45 … t0: t_m_w:B|T1|[NN_LA_PP]funcE1 Add (t3-t0) to total ti…
48 … t3: t_m_w:E|T1 Add (t2-t1) to total ti…
68 … t0: t_m_w:B|T1|[NN_LC_PTR]funcC1 Add (t1-t0) to total ti…
71 …; t3: t_m_w:E|T1 Add (t2-t1) to total ti…
82 … t0: t_m_w:B|T1|[NN_LR_PE]funcR2 Add (t2-t1) to total ti…
86Add (t3-t0) to total ti…
97 … t0: t_m_w:B|T1|[NN_LR_PE]funcR3 Add (t3-t0) to total ti…
118 … t4: t_m_w:E|T1 Add (t4-t1) to total ti…
136 … t0: t_m_w:B|T1|[NN_LI_PC]prepareModel Add (t10-t0) to total t…
[all …]
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.internal.h87 ComparisonChain& Add(const Group<T>& groups, const Maybe<std::string>& lhs, in Add() function
89 return Add(GetGroupOrder(groups, lhs), GetGroupOrder(groups, rhs)); in Add()
96 ComparisonChain& Add(int lhs, int rhs) { in Add() function
184 .Add(GetMinSdk(lhs), GetMinSdk(rhs)) in operator()
188 .Add(abi_groups, lhs.abi_group, rhs.abi_group) in operator()
190 .Add(screen_density_groups, lhs.screen_density_group, rhs.screen_density_group) in operator()
191 .Add(locale_groups, lhs.locale_group, rhs.locale_group) in operator()
192 .Add(gl_texture_groups, lhs.gl_texture_group, rhs.gl_texture_group) in operator()
193 .Add(device_feature_groups, lhs.device_feature_group, rhs.device_feature_group) in operator()
/aosp12/art/test/458-checker-instruct-simplification/smali/
H A DSmaliTests.smali198 ## CHECK-DAG: <<Add:i\d+>> Add [<<ArgValue>>,<<Const7>>]
205 ## CHECK-DAG: <<Add:i\d+>> Add [<<ArgValue>>,<<ConstM1>>]
206 ## CHECK-DAG: Return [<<Add>>]
226 ## CHECK-DAG: <<Add:i\d+>> Add [<<Sub>>,<<Const4>>]
227 ## CHECK-DAG: Return [<<Add>>]
232 ## CHECK-DAG: <<Add:i\d+>> Add [<<ArgValue>>,<<Const1>>]
259 ## CHECK-DAG: <<Add:i\d+>> Add [<<ArgValue>>,<<ConstM19>>]
363 ## CHECK-DAG: <<Add:i\d+>> Add [<<Not2>>,<<Not1>>]
364 ## CHECK-DAG: Return [<<Add>>]
369 ## CHECK-DAG: <<Add:i\d+>> Add [<<Arg>>,<<Not>>]
[all …]

12345678910>>...18