Searched refs:Add (Results 201 - 225 of 1065) sorted by relevance

1234567891011>>

/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc44 stream->Add("%s ", this->Mnemonic());
51 stream->Add(" ");
56 stream->Add(" ");
63 stream->Add("= ");
65 if (i > 0) stream->Add(" ");
67 stream->Add("NULL");
84 stream->Add(" Dead block replaced with B%d", rep->block_id());
102 stream->Add("(");
106 stream->Add(") ");
169 stream->Add("
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs396 _insertionOrderList.Add(key);
425 public void Add(object key, object value) method in class:Antlr.Runtime.Collections.HashList
427 _dictionary.Add(key, value);
428 _insertionOrderList.Add(key);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DFastQueue.cs105 _data.Add(o);
H A DLookaheadStream.cs127 _data.Add(o);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs160 /** <summary>Add t as child of this node.</summary>
190 this.children.Add(c);
207 children.Add(t);
214 /** <summary>Add all elements of kids list as children of this node</summary> */
295 newChildren.Add(newTree.GetChild(i));
299 newChildren.Add(newTree);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs115 _data.Add( o );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs191 /** <summary>Add t as child of this node.</summary>
228 this.Children.Add( c );
250 Children.Add( t );
257 /** <summary>Add all elements of kids list as children of this node</summary> */
350 newChildren.Add( newTree.GetChild( i ) );
356 newChildren.Add( newTree );
/external/dng_sdk/source/
H A Ddng_spline.h70 void Add (real64 x, real64 y);
H A Ddng_tone_curve.cpp129 solver.Add (fCoord [index].h,
/external/google-breakpad/src/google_breakpad/processor/
H A Dmicrodump.h60 void Add(const CodeModule* module);
/external/libchrome/base/
H A Dscoped_observer.h30 void Add(Source* source) { function in class:ScopedObserver
/external/libchrome/base/trace_event/
H A Dheap_profiler_type_name_deduplicator.cc71 overhead->Add("TypeNameDeduplicator",
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Dtrap.h30 uint16_t Add(TrapFnc fnc, const void* aux, bool safe) override;
/external/libvpx/libvpx/test/
H A Duser_priv_test.cc83 md5.Add(img);
/external/libweave/third_party/chromium/base/
H A Dscoped_observer.h29 void Add(Source* source) { function in class:ScopedObserver
/external/llvm/include/llvm/CodeGen/
H A DSchedulerRegistry.h43 { Registry.Add(this); }
/external/llvm/include/llvm/Linker/
H A DIRMover.h64 std::function<void(GlobalValue &GV, ValueAdder Add)> AddLazyFor,
/external/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp82 void CKeyInfoCache::Add(CKeyInfo &key) function in class:NCrypto::NSevenZ::CKeyInfoCache
106 g_GlobalKeyCache.Add(_key);
112 g_GlobalKeyCache.Add(_key);
114 _cachedKeys.Add(_key);
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateProduce.cpp70 operationChain.Add(up2);
/external/nanopb-c/generator/google/protobuf/
H A Dmessage_factory.py91 _DB.Add(file_proto)
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp122 aOldSelect.Add(i);
135 aNewSelect.Add(i);
140 aNewSelect.Add(pListBox->GetCurSel());
191 m_State.Add(i);
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_util.cpp22 ms_timerArray.Add(pInfo);
/external/pdfium/xfa/src/fxbarcode/
H A DBC_UtilCodingConvert.cpp25 dst.Add(utf8[i]);
/external/protobuf/python/google/protobuf/
H A Ddescriptor_database.py51 def Add(self, file_desc_proto): member in class:DescriptorDatabase
81 using the Add method or else an error will be raised.
105 this database using the Add method or else an error will be raised.
/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.h113 PyObject* Add(RepeatedCompositeContainer* self,

Completed in 747 milliseconds

1234567891011>>