Searched refs:Add (Results 251 - 275 of 1065) sorted by relevance

<<11121314151617181920>>

/external/v8/src/profiler/
H A Dprofile-generator.cc167 children_list_.Add(node);
176 // Add a new source line if not found.
331 stack.Add(Position(root_));
336 stack.Add(Position(current.current_child()));
362 timestamps_.Add(timestamp);
363 samples_.Add(top_frame_node);
400 if (start2 < end && start < end2) to_delete.Add(start2);
480 current_profiles_.Add(new CpuProfile(isolate_, title, record_samples));
500 finished_profiles_.Add(profile);
546 code_entries_.Add(code_entr
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp438 mode.Methods.Add(m);
439 mode.Methods.Add(m);
444 bind.InCoder = 1; bind.OutStream = 0; mode.Binds.Add(bind);
445 bind.InCoder = 2; bind.OutStream = 1; mode.Binds.Add(bind);
446 bind.InCoder = 3; bind.OutStream = 2; mode.Binds.Add(bind);
481 mode.Binds.Add(bind);
835 folderRefs.Add(rep);
909 groups[GetGroupIndex(method.PasswordIsDefined, filteredGroup)].Indices.Add(i);
946 treeFolderToArcIndex.Add(-1);
983 newDatabase.SecureIDs.Add(secureI
[all...]
/external/skia/tests/
H A DSkResourceCacheTest.cpp58 REPORTER_ASSERT(reporter, !SkBitmapCache::Add(cachedPR, SkIRect::MakeWH(4, 6), cachedBitmap, cache));
61 REPORTER_ASSERT(reporter, !SkBitmapCache::Add(cachedPR, SkIRect::MakeXYWH(-1, 0, 5, 5), cachedBitmap, cache));
67 REPORTER_ASSERT(reporter, SkBitmapCache::Add(cachedPR, rect, cachedBitmap, cache));
163 SkBitmapCache::Add(src[i].pixelRef(), subset, dst[i], cache);
212 // Add a bitmap to the cache.
213 REPORTER_ASSERT(reporter, SkBitmapCache::Add(cachedBitmap.pixelRef(), rect, cachedBitmap,
239 REPORTER_ASSERT(reporter, SkBitmapCache::Add(cachedBitmap.pixelRef(), rect, cachedBitmap,
/external/v8/src/arm64/
H A Ddeoptimizer-arm64.cc158 __ Add(fp_to_sp, masm()->StackPointer(),
209 __ Add(unwind_limit, unwind_limit, __ StackPointer());
214 __ Add(x3, x1, FrameDescription::frame_content_offset());
241 __ Add(x1, x0, Operand(x1, LSL, kPointerSizeLog2));
252 __ Add(x6, current_frame, x3);
258 __ Add(x0, x0, kPointerSize);
/external/v8/src/runtime/
H A Druntime-regexp.cc110 parts->Add(
122 parts->Add(ReplacementPart::ReplacementSubString(last, i), zone);
124 parts->Add(ReplacementPart::SubjectPrefix(), zone);
130 parts->Add(ReplacementPart::ReplacementSubString(last, i), zone);
132 parts->Add(ReplacementPart::SubjectSuffix(subject_length), zone);
138 parts->Add(ReplacementPart::ReplacementSubString(last, i), zone);
140 parts->Add(ReplacementPart::SubjectMatch(), zone);
173 parts->Add(ReplacementPart::ReplacementSubString(last, i),
177 parts->Add(ReplacementPart::SubjectCapture(capture_ref), zone);
194 parts->Add(ReplacementPar
[all...]
/external/v8/src/
H A Dstring-builder.h156 void Add(Object* value) { function in class:v8::internal::FixedArrayBuilder
164 void Add(Smi* value) { function in class:v8::internal::FixedArrayBuilder
214 builder->Add(Smi::FromInt(encoded_slice));
217 builder->Add(Smi::FromInt(-length));
218 builder->Add(Smi::FromInt(from));
259 array_builder_.Add(element);
393 // Add the current part to the accumulator.
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py172 vBoxLeftTop.Add(self.btnAddSeg, 0, wx.TOP, BORDER)
173 vBoxLeftTop.Add(self.btnRevSeg, 0, wx.TOP, BUT_SPACE)
174 vBoxLeftTop.Add(self.btnDelSeg, 0, wx.TOP, BUT_SPACE)
175 vBoxLeftTop.Add(self.btnMoveSeg, 0, wx.TOP, BUT_SPACE)
176 vBoxLeftTop.Add((-1, 12))
177 vBoxLeftTop.Add(self.btnQueueAll, 0, wx.TOP, BUT_SPACE)
178 vBoxLeftTop.Add(self.btnDequeueAll, 0, wx.TOP, BUT_SPACE)
179 vBoxLeftTop.Add(self.btnPlay, 0, wx.TOP, BUT_SPACE)
180 vBoxLeftTop.Add(self.btnPause, 0, wx.TOP, BUT_SPACE)
181 vBoxLeftTop.Add(sel
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp126 m_aListItems.Add(pListItem);
313 void CPLST_Select::Add(int32_t nItemIndex) { function in class:CPLST_Select
317 m_aItems.Add(new CPLST_Select_Item(nItemIndex, 1));
325 void CPLST_Select::Add(int32_t nBeginIndex, int32_t nEndIndex) { function in class:CPLST_Select
333 Add(i);
466 m_aSelItems.Add(nHitIndex);
474 m_aSelItems.Add(m_nFootIndex, nHitIndex);
478 m_aSelItems.Add(nHitIndex);
501 m_aSelItems.Add(m_nFootIndex, nHitIndex);
508 m_aSelItems.Add(m_nFootInde
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-gvn.cc29 void Add(HInstruction* instr, Zone* zone) { function in class:v8::internal::final
30 present_depends_on_.Add(side_effects_tracker_->ComputeDependsOn(instr));
173 present_depends_on_.Add(depends_on);
193 present_depends_on_.Add(depends_on); // Keep it.
544 side_effects.Add(side_effects_tracker_.ComputeChanges(instr));
546 block_side_effects_[id].Add(side_effects);
550 loop_side_effects_[id].Add(side_effects);
559 loop_side_effects_[parent_block->block_id()].Add(side_effects);
663 visited_on_paths_.Add(block->block_id());
664 side_effects.Add(block_side_effects
[all...]
/external/avahi/avahi-sharp/
H A DAddressResolver.cs85 foundListeners.Add (value);
97 timeoutListeners.Add (value);
H A DHostNameResolver.cs62 foundListeners.Add (value);
74 timeoutListeners.Add (value);
/external/chromium-trace/catapult/devil/devil/utils/
H A Dreraiser_thread.py102 self.Add(thread)
104 def Add(self, thread): member in class:ReraiserThreadGroup
105 """Add a thread to the group.
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp64 constexpr int Add(int a, int b, int c) { return a + b + c; } function in namespace:PotentialConstant
65 constexpr int FunctionArgs(int a) { return Add(a, ng, a); } // expected-error {{never produces}} expected-note {{read}}
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.h69 empty_string = Add("");
72 // Add the string s to the string table, and return
75 Label Add(const string& s) { function in class:google_breakpad::synth_elf::StringTable
100 // Add the Section section to the section header table and append it
107 // Add a segment containing from section index start to section index end.
168 // Add an Elf32_Sym.
171 // Add an Elf64_Sym.
187 // Add a note.
/external/libchrome/base/metrics/
H A Dhistogram_base.cc87 Add(static_cast<Sample>(time.InMilliseconds()));
91 Add(value ? 1 : 0);
/external/libchrome/crypto/
H A Dp224_spake.cc129 p224::Add(X, MNpw, &Xstar);
187 p224::Add(Ystar, minus_MNpw, &Y);
/external/libvpx/libvpx/test/
H A Dvp9_frame_parallel_test.cc86 md5.Add(img);
167 md5.Add(img);
/external/libweave/third_party/chromium/crypto/
H A Dp224_spake.cc146 p224::Add(X, MNpw, &Xstar);
204 p224::Add(Ystar, minus_MNpw, &Y);
/external/llvm/include/llvm/Support/
H A DRegistry.h181 /// Registry<Collector>::Add<FancyGC>
196 class Add { class in class:llvm::Registry
203 Add(const char *Name, const char *Desc) function in class:llvm::Registry::Add
/external/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp174 v1.Add(fs2us(fullPath));
175 v2.Add(fs2us(fullPath));
/external/mesa3d/docs/
H A DMESA_agp_offset.spec63 Add a new section, 3.6 as follows:
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixDetector.cpp61 transitions.Add(TransitionsBetween(pointA, pointB));
62 transitions.Add(TransitionsBetween(pointA, pointC));
63 transitions.Add(TransitionsBetween(pointB, pointD));
64 transitions.Add(TransitionsBetween(pointC, pointD));
198 result->Add(topLeft);
199 result->Add(bottomLeft);
200 result->Add(bottomRight);
201 result->Add(correctedTopRight.release());
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_script.h43 objArray.Add(pObject);
59 hValueArray.Add(hValue);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_layoutpseudomodel.cpp218 retArray.Add(pMasterPage);
226 retArray.Add(pItem->m_pFormNode);
235 retArray.Add(pMasterPage);
240 retArray.Add(pItem->m_pFormNode);
261 retArray.Add(pItemChild->m_pFormNode);
285 retArray.Add(pItemChild->m_pFormNode);
322 retArray.Add(pItemChild->m_pFormNode);
342 retArray.Add(pItemChild->m_pFormNode);
/external/protobuf/python/google/protobuf/internal/
H A Dmessage_factory_test.py91 db.Add(self.factory_test1_fd)
92 db.Add(self.factory_test2_fd)

Completed in 1433 milliseconds

<<11121314151617181920>>