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

1234567891011>>

/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/snapshot/
H A Dserialize.cc49 Add(ExternalReference::roots_array_start(isolate).address(),
51 Add(ExternalReference::address_of_stack_limit(isolate).address(),
53 Add(ExternalReference::address_of_real_stack_limit(isolate).address(),
55 Add(ExternalReference::new_space_start(isolate).address(),
57 Add(ExternalReference::new_space_mask(isolate).address(),
59 Add(ExternalReference::new_space_allocation_limit_address(isolate).address(),
61 Add(ExternalReference::new_space_allocation_top_address(isolate).address(),
63 Add(ExternalReference::mod_two_doubles_operation(isolate).address(),
66 Add(ExternalReference::keyed_lookup_cache_keys(isolate).address(),
68 Add(ExternalReferenc
[all...]
/external/v8/src/ast/
H A Dast-value-factory.cc250 strings_.Add(new_string);
281 values_.Add(value);
291 values_.Add(value);
301 values_.Add(value);
312 values_.Add(value);
323 values_.Add(value); \
370 strings_.Add(new_string);
/external/clang/lib/Driver/
H A DSanitizerArgs.cpp129 SanitizerMask Add = parseArgValues(D, Arg, true); local
130 Add &= ~TrapRemove;
131 if (SanitizerMask InvalidValues = Add & ~TrappingSupportedWithGroups) {
137 TrappingKinds |= expandSanitizerGroups(Add) & ~TrapRemove;
225 SanitizerMask Add = parseArgValues(D, Arg, true); local
226 AllAddedKinds |= expandSanitizerGroups(Add);
229 Add &= ~AllRemove;
231 // sanitizers in Add are those which have been explicitly enabled.
234 Add & InvalidTrappingKinds & ~DiagnosedKinds) {
240 Add
358 SanitizerMask Add = parseArgValues(D, Arg, true); local
[all...]
/external/libchrome/base/metrics/
H A Dhistogram_unittest.cc270 histogram->Add(5);
271 histogram->Add(-50);
273 histogram->Add(100);
274 histogram->Add(10000);
294 test_custom_histogram->Add(5);
295 test_custom_histogram->Add(-50);
296 test_custom_histogram->Add(100);
297 test_custom_histogram->Add(1000);
298 test_custom_histogram->Add(INT_MAX);
315 // Add
[all...]
H A Dsample_vector_unittest.cc72 samples1.Add(samples2);
152 samples1.Add(samples2);
157 EXPECT_DEATH(samples1.Add(samples2), "");
163 EXPECT_DEATH(samples1.Add(samples2), "");
169 EXPECT_DEATH(samples1.Add(samples2), "");
H A Dsparse_histogram.cc55 void SparseHistogram::Add(Sample value) { function in class:base::SparseHistogram
76 snapshot->Add(samples_);
82 samples_.Add(samples);
H A Dsparse_histogram_unittest.cc52 histogram->Add(100);
57 histogram->Add(100);
58 histogram->Add(101);
/external/vixl/test/
H A Dtest-utils-a64.cc388 __ Add(tmp, sp, 4 * kXRegSizeInBytes);
390 __ Add(tmp_w, wsp, 4 * kXRegSizeInBytes);
394 __ Add(dump, dump_base, x_offset);
401 __ Add(dump, dump_base, w_offset);
408 __ Add(dump, dump_base, d_offset);
415 __ Add(dump, dump_base, s_offset);
422 __ Add(dump, dump_base, q_offset);
444 __ Add(dump2, dump2_base, w_offset);
449 __ Add(dump2, dump2_base, x_offset);
/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/v8/src/crankshaft/
H A Dhydrogen-infer-representation.cc14 worklist_.Add(current, zone());
15 in_worklist_.Add(current->id());
28 connected_set->Add(i);
29 connected_phis.Add(connected_set, zone());
72 done.Add(index);
/external/v8/src/ic/arm64/
H A Dstub-cache-arm64.cc48 __ Add(scratch3, offset, Operand(offset, LSL, 1));
52 __ Add(scratch, scratch, Operand(scratch3, LSL, kPointerSizeLog2));
83 __ Add(scratch, scratch, Code::kHeaderSize - kHeapObjectTag);
136 __ Add(scratch, scratch, extra);
148 __ Add(scratch, scratch, flags >> kCacheIndexShift);
/external/v8/src/
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/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssdeclaration.cpp369 argumentArr.Add(
376 argumentArr.Add(pFunctionValue);
379 argumentArr.Add(FDE_NewWith(pArgs->pStaticStore) CFDE_CSSPrimitiveValue(
386 argumentArr.Add(
391 argumentArr.Add(FDE_NewWith(pArgs->pStaticStore) CFDE_CSSPrimitiveValue(
414 list.Add(FDE_NewWith(pStaticStore) CFDE_CSSPrimitiveValue(
427 list.Add(NewEnumValue(pStaticStore, pValue->eName));
436 list.Add(NewEnumValue(pStaticStore, pValue->eName));
445 list.Add(pFunction);
448 list.Add(FDE_NewWit
[all...]
/external/v8/src/regexp/
H A Dregexp-parser.cc546 // Add count of captures after this position.
623 captures_->Add(new (zone()) RegExpCapture(captures_->length() + 1), zone());
923 ranges->Add(range, zone);
952 ranges->Add(CharacterRange::Singleton('-'), zone());
960 ranges->Add(CharacterRange::Singleton('-'), zone());
967 ranges->Add(CharacterRange::Range(first.from(), next.to()), zone());
977 ranges->Add(CharacterRange::Everything(), zone());
1033 text_.Add(atom, zone());
1045 terms_.Add(text_.last(), zone());
1049 terms_.Add(tex
[all...]
/external/avahi/avahi-sharp/
H A DDomainBrowser.cs90 addListeners.Add (value);
102 removeListeners.Add (value);
181 infos.Add (info);
H A DRecordBrowser.cs106 addListeners.Add (value);
118 removeListeners.Add (value);
206 infos.Add (info);
H A DServiceBrowser.cs92 addListeners.Add (value);
104 removeListeners.Add (value);
195 infos.Add (info);
H A DServiceTypeBrowser.cs83 addListeners.Add (value);
95 removeListeners.Add (value);
180 infos.Add (info);
/external/lzma/CPP/Common/
H A DCommandLineParser.cpp54 parts.Add(s1);
160 sw.PostStrings.Add((const wchar_t *)s + pos);
193 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/pdfium/fpdfsdk/src/javascript/
H A DJS_GlobalData.cpp32 Add(pNewObjData);
39 Add(pNewObjData);
46 Add(pNewObjData);
53 Add(pNewObjData);
59 Add(pNewObjData);
65 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p) { function in class:CJS_GlobalVariableArray
66 array.Add(p);
165 m_arrayGlobalData.Add(pNewData);
189 m_arrayGlobalData.Add(pNewData);
213 m_arrayGlobalData.Add(pNewDat
[all...]
/external/vixl/examples/
H A Dcustom-disassembler.cc122 __ Add(x10, x16, x17);
124 __ Add(x11, ip0, ip1);
125 __ Add(w5, w6, w30);
/external/autotest/client/tests/kvm/deps/
H A Dwhql_submission_15.cs152 machines.Add(args[i]);
225 deviceDataList.Add(dd);
237 descriptorList.Add(script.GetDescriptorByPath(descriptorPath));
275 paramNames.Add(paramName);
276 paramValues.Add(deviceName);
295 jobs.Add(j);
/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))

Completed in 743 milliseconds

1234567891011>>