Searched refs:Add (Results 151 - 175 of 1221) sorted by relevance

1234567891011>>

/external/google-breakpad/src/processor/
H A Dsynth_minidump.h63 // minidump.Add(&stack1);
64 // minidump.Add(&context1);
65 // minidump.Add(&thread1);
81 // The dump.Add(thing) functions append THINGS's contents to the
84 // - dump.Add(thing) invokes thing->Finish, which tells *thing the
89 // of list or directory, then dump.Add(THING) automatically creates
96 // to other Sections do not take care of 'Add'ing their arguments to
100 // 'Add'ing every section they create. This allows Sections to be
105 // If you forget to Add some Section, the Dump::GetContents call will
151 // been placed in the minidump file at OFFSET. The 'Add' membe
293 void Add(Element *element) { function in class:google_breakpad::SynthMinidump::List
[all...]
/external/libchrome/base/metrics/
H A Dhistogram_macros.h64 histogram_pointer->Add(sample);
69 // vary are the invocation of the Add(sample) vs AddTime(sample), and the choice
143 STATIC_HISTOGRAM_POINTER_BLOCK(name, Add(sample), \
149 STATIC_HISTOGRAM_POINTER_BLOCK(name, Add(sample), \
167 STATIC_HISTOGRAM_POINTER_BLOCK(name, Add(sample), \
177 STATIC_HISTOGRAM_POINTER_BLOCK(name, Add(sample), \
227 STATIC_HISTOGRAM_POINTER_BLOCK(name, Add(sample), \
262 STATIC_HISTOGRAM_POINTER_BLOCK(name, Add(sample), \
H A Dhistogram_unittest.cc155 histogram->Add(1);
156 histogram->Add(10);
157 histogram->Add(50);
169 histogram->Add(10);
170 histogram->Add(10);
184 histogram->Add(1);
185 histogram->Add(10);
186 histogram->Add(50);
195 histogram->Add(2);
196 histogram->Add(5
[all...]
H A Dsparse_histogram.cc103 void SparseHistogram::Add(Sample value) { function in class:base::SparseHistogram
124 snapshot->Add(*samples_);
133 snapshot->Add(*samples_);
137 logged_samples_->Add(*snapshot);
147 snapshot->Add(*samples_);
156 samples_->Add(samples);
H A Dpersistent_histogram_allocator_unittest.cc172 histogram->Add(3);
173 histogram->Add(1);
174 histogram->Add(4);
175 histogram->Add(1);
176 histogram->Add(6);
/external/pdfium/xfa/fxbarcode/oned/
H A DBC_OnedCode128Writer.cpp201 patterns.Add(CODE_PATTERNS[checkSum]);
202 patterns.Add(CODE_PATTERNS[CODE_STOP]);
231 patterns->Add(CODE_PATTERNS[CODE_START_B]);
237 patterns->Add(CODE_PATTERNS[patternIndex]);
252 patterns->Add(CODE_PATTERNS[CODE_START_C]);
269 patterns->Add(CODE_PATTERNS[patternIndex]);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DIVUsers.cpp66 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
68 for (SCEVAddExpr::op_iterator OI = Add->op_begin(), OE = Add->op_end();
248 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
249 for (SCEVAddExpr::op_iterator I = Add->op_begin(), E = Add->op_end();
/external/webrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc113 decode_time_counter_.Add(decode_ms);
116 delay_counter_.Add(target_delay_ms + rtt_ms / 2);
174 render_width_counter_.Add(width);
175 render_height_counter_.Add(height);
202 qp_counters_.vp8.Add(encoded_image.qp_);
206 void ReceiveStatisticsProxy::SampleCounter::Add(int sample) { function in class:webrtc::ReceiveStatisticsProxy::SampleCounter
/external/v8/src/
H A Dframes.cc700 accumulator->Add("builtin exit frame: ");
702 if (IsConstructor()) accumulator->Add("new ");
705 accumulator->Add("(this=%o", receiver);
710 accumulator->Add(",%o", GetParameter(i));
713 accumulator->Add(")\n\n");
978 functions->Add(function()->shared());
987 functions->Add(Handle<SharedFunctionInfo>(raw_function));
1000 functions->Add(summary);
1442 frames->Add(summary);
1548 functions->Add(SharedFunctionInf
[all...]
H A Dsafepoint-table.cc98 registers_->Add(reg.code(), zone);
112 deoptimization_info_.Add(info, zone_);
113 deopt_index_list_.Add(Safepoint::kNoDeoptimizationIndex, zone_);
117 indexes_.Add(new(zone_) ZoneList<int>(8, zone_), zone_);
118 registers_.Add((kind & Safepoint::kWithRegisters)
/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs90 clone.Add(pair.Key, ((IDeepCloneable<TValue>)pair.Value).Clone());
96 clone.Add(this);
110 public void Add(TKey key, TValue value) method in class:Google.Protobuf.Collections.MapField
236 public void Add(IDictionary<TKey, TValue> entries) method in class:Google.Protobuf.Collections.MapField
241 Add(pair.Key, pair.Value);
271 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) method in class:Google.Protobuf.Collections.MapField
273 Add(item.Key, item.Value);
484 void IDictionary.Add(object key, object value)
486 Add((TKey)key, (TValue)value);
697 public void Add( method in class:Google.Protobuf.Collections.MapField.MapView
[all...]
/external/v8/src/regexp/
H A Dregexp-parser.cc648 // Add count of captures after this position.
789 named_captures_->Add(capture, zone());
820 named_back_references_->Add(atom, zone());
867 captures_->Add(new (zone()) RegExpCapture(captures_->length() + 1), zone());
1114 result->Add(
1131 if (!negate) result->Add(CharacterRange::Everything(), zone);
1133 result->Add(negate ? CharacterRange::Range(0x80, String::kMaxCodePoint)
1163 first_part.Add(static_cast<char>(current()));
1168 second_part.Add(static_cast<char>(current()));
1170 second_part.Add(
[all...]
/external/v8/src/compiler/
H A Dbytecode-analysis.cc23 void BytecodeLoopAssignments::Add(interpreter::Register r) { function in class:v8::internal::compiler::BytecodeLoopAssignments
25 bit_vector_->Add(r.ToParameterIndex(parameter_count_));
27 bit_vector_->Add(parameter_count_ + r.index());
34 bit_vector_->Add(r.ToParameterIndex(parameter_count_));
35 bit_vector_->Add(r.ToParameterIndex(parameter_count_) + 1);
38 bit_vector_->Add(parameter_count_ + r.index());
39 bit_vector_->Add(parameter_count_ + r.index() + 1);
47 bit_vector_->Add(r.ToParameterIndex(parameter_count_));
48 bit_vector_->Add(r.ToParameterIndex(parameter_count_) + 1);
49 bit_vector_->Add(
[all...]
/external/clang/lib/Driver/
H A DSanitizerArgs.cpp131 SanitizerMask Add = parseArgValues(D, Arg, true); local
132 Add &= ~TrapRemove;
133 if (SanitizerMask InvalidValues = Add & ~TrappingSupportedWithGroups) {
139 TrappingKinds |= expandSanitizerGroups(Add) & ~TrapRemove;
209 SanitizerMask Add = parseArgValues(D, Arg, true); local
210 AllAddedKinds |= expandSanitizerGroups(Add);
213 Add &= ~AllRemove;
215 // sanitizers in Add are those which have been explicitly enabled.
218 Add & InvalidTrappingKinds & ~DiagnosedKinds) {
224 Add
352 SanitizerMask Add = parseArgValues(D, Arg, true); local
[all...]
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DMapUnittestProto3.cs477 mapInt32Int32_.Add(other.mapInt32Int32_);
478 mapInt64Int64_.Add(other.mapInt64Int64_);
479 mapUint32Uint32_.Add(other.mapUint32Uint32_);
480 mapUint64Uint64_.Add(other.mapUint64Uint64_);
481 mapSint32Sint32_.Add(other.mapSint32Sint32_);
482 mapSint64Sint64_.Add(other.mapSint64Sint64_);
483 mapFixed32Fixed32_.Add(other.mapFixed32Fixed32_);
484 mapFixed64Fixed64_.Add(other.mapFixed64Fixed64_);
485 mapSfixed32Sfixed32_.Add(other.mapSfixed32Sfixed32_);
486 mapSfixed64Sfixed64_.Add(othe
[all...]
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs150 matchedSwitch.PostStrings.Add(srcString.Substring(pos));
162 matchedSwitch.PostStrings.Add(stringSwitch);
179 NonSwitchStrings.Add(s);
185 NonSwitchStrings.Add(s);
242 indices.Add(currentIndex);
/external/protobuf/python/google/protobuf/internal/
H A Dmessage_factory_test.py95 db.Add(self.factory_test1_fd)
96 db.Add(self.factory_test2_fd)
138 # Add Container message.
147 pool.Add(f)
164 pool.Add(f)
168 # Add Duplicate extending the same field number.
181 pool.Add(f)
/external/v8/src/crankshaft/
H A Dhydrogen-infer-representation.cc15 worklist_.Add(current, zone());
16 in_worklist_.Add(current->id());
29 connected_set->Add(i);
30 connected_phis.Add(connected_set, zone());
73 done.Add(index);
/external/gemmlowp/internal/
H A Dsimd_wrappers_sse.h85 *acc = Add(*acc, Mul(lhs, rhs));
89 *acc = Add(*acc, Mul(lhs, rhs));
94 *acc = Add(*acc, MulByRhsLane<Lane>(lhs, rhs));
/external/lzma/CPP/Common/
H A DCommandLineParser.cpp54 parts.Add(s1);
164 sw.PostStrings.Add((const wchar_t *)s + pos);
198 NonSwitchStrings.Add(s);
/external/lzma/CPP/Windows/Control/
H A DPropertyPage.cpp60 titles.Add(GetSystemString(pagesInfo[i].Title));
85 pagesA.Add(page);
106 pagesW.Add(page);
/external/r8/src/main/java/com/android/tools/r8/ir/code/
H A DAdd.java18 public class Add extends ArithmeticBinop { class in inherits:ArithmeticBinop
20 public Add(NumericType type, Value dest, Value left, Value right) { method in class:Add
111 public Add asAdd() {
/external/v4l2_codec2/vda/
H A Dranges.h28 // Add (start,end) to this object, coallescing overlaps as appropriate.
30 size_t Add(T start, T end);
58 size_t Ranges<T>::Add(T start, T end) { function in class:media::Ranges
147 // Add an intersection range to the result if the ranges overlap.
149 result.Add(max_start, min_end);
/external/google-breakpad/src/common/linux/
H A Delf_symbols_to_module_unittest.cc100 .D32(table.Add(name))
138 table.Add("Foo");
139 table.Add("Bar");
162 table.Add("Foo");
163 table.Add("Bar");
164 // Add a non-null-terminated string to the end of the string table
270 .D32(table.Add(name))
/external/llvm/lib/Analysis/
H A DIVUsers.cpp71 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
73 for (SCEVAddExpr::op_iterator OI = Add->op_begin(), OE = Add->op_end();
122 // Add this IV user to the Processed set before returning false to ensure that
344 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
345 for (SCEVAddExpr::op_iterator I = Add->op_begin(), E = Add->op_end();

Completed in 654 milliseconds

1234567891011>>