Searched refs:Add (Results 176 - 200 of 1221) sorted by relevance

1234567891011>>

/external/v8/src/crankshaft/
H A Dhydrogen-representation-changes.cc147 number_worklist.Add(phi, zone());
157 int_worklist.Add(phi, zone());
166 smi_worklist.Add(phi, zone());
187 number_worklist.Add(HPhi::cast(input), zone());
204 int_worklist.Add(HPhi::cast(input), zone());
221 smi_worklist.Add(HPhi::cast(input), zone());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRStringStream.cs202 markers.Add(null); // depth 0 means no backtracking, leave blank
208 markers.Add(state);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRStringStream.cs231 markers.Add( null ); // depth 0 means no backtracking, leave blank
238 markers.Add( state );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimStringStream.cs254 markers.Add( null ); // depth 0 means no backtracking, leave blank
261 markers.Add( state );
/external/libchrome/base/metrics/
H A Dsparse_histogram.h50 histogram->Add(sample); \
78 void Add(Sample value) override;
H A Dstatistics_recorder_unittest.cc361 ->Add(30);
363 ->Add(40);
365 ->Add(30);
367 ->Add(40);
510 histogram->Add(1);
533 histogram->Add(1);
551 histogram->Add(1);
568 linear_histogram->Add(1);
588 custom_histogram->Add(1);
605 custom_histogram->Add(
[all...]
/external/libtextclassifier/common/
H A Dregistry.h143 bool Add(const char *key, T *value) { function in class:libtextclassifier::nlp_core::internal::ComponentRegistry
258 static bool once = registry()->Add( \
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp77 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); local
78 return MCOperand::createExpr(Add);
/external/llvm/test/MC/Mips/
H A Dmips-abi-bad.s10 # FIXME: Add separate test for .set fp=xx/32/64.
/external/lzma/CPP/Common/
H A DWildcard.cpp89 pathParts.Add(name);
93 pathParts.Add(name);
274 IncludeItems.Add(item);
276 ExcludeItems.Add(item);
303 index = SubNodes.Add(CCensorNode(front, this));
445 subNodeIndex = SubNodes.Add(CCensorNode(node.Name, this));
607 index = Pairs.Add(CPair(prefix));
615 pathParts.Add(L"*");
/external/mesa3d/docs/specs/
H A DMESA_shader_debug.spec150 Add a new section 8.10 "Debug Functions":
162 Add a new section 8.10.1 "Print Function":
193 Add a new section 8.10.2 "Assert Function":
263 Add Overview, New Procedures and Functions, New Tokens sections.
264 Add sections 8.10.1, 8.10.2 to GLSL spec.
/external/pdfium/xfa/fxfa/parser/
H A Dcscript_layoutpseudomodel.cpp223 retArray.Add(pMasterPage);
231 retArray.Add(pItem->m_pFormNode);
239 retArray.Add(pMasterPage);
244 retArray.Add(pItem->m_pFormNode);
263 retArray.Add(pItemChild->m_pFormNode);
284 retArray.Add(pItemChild->m_pFormNode);
318 retArray.Add(pItemChild->m_pFormNode);
335 retArray.Add(pItemChild->m_pFormNode);
H A Dcxfa_nodehelper.cpp84 pSiblings->Add(child);
89 pSiblings->Add(child);
107 pSiblings->Add(child);
114 pSiblings->Add(child);
147 pSiblings->Add(child);
155 pSiblings->Add(child);
181 pSiblings->Add(child);
188 pSiblings->Add(child);
/external/regex-re2/re2/
H A Dfiltered_re2.cc24 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern, function in class:re2::FilteredRE2
51 prefilter_tree_->Add(prefilter);
/external/tinyxml/
H A DAndroid.mk5 # Add -DTIXML_USE_STL to CFLAGS to use STL.
/external/v8/src/compiler/
H A Dbytecode-liveness-map.h45 bit_vector_.Add(index);
54 void MarkAccumulatorLive() { bit_vector_.Add(bit_vector_.length() - 1); }
/external/vixl/examples/aarch32/
H A Dcustom-aarch32-disasm.cc84 // Add indentation for instructions.
123 __ Add(r0, r0, r1);
124 __ Add(r1, r1, 1);
/external/vixl/examples/aarch64/
H A Dadd2-vectors.cc55 // Add vectors in 16-byte chunks.
58 __ Add(v0.V16B(), v0.V16B(), v1.V16B());
70 // Add remaining vector elements in 1-byte chunks.
73 __ Add(w5, w5, w6);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarParser.cs338 stream_expr.Add(expr2.Tree);
341 stream_NEWLINE.Add(NEWLINE3);
376 stream_ID.Add(ID4);
380 stream_17.Add(char_literal5);
388 stream_expr.Add(expr6.Tree);
391 stream_NEWLINE.Add(NEWLINE7);
442 stream_func.Add(func8.Tree);
445 stream_NEWLINE.Add(NEWLINE9);
480 stream_NEWLINE.Add(NEWLINE10);
593 stream_ID.Add(ID1
[all...]
H A DProfileGrammarParser.cs342 stream_expr.Add(expr2.Tree);
345 stream_NEWLINE.Add(NEWLINE3);
380 stream_ID.Add(ID4);
384 stream_17.Add(char_literal5);
392 stream_expr.Add(expr6.Tree);
395 stream_NEWLINE.Add(NEWLINE7);
446 stream_func.Add(func8.Tree);
449 stream_NEWLINE.Add(NEWLINE9);
484 stream_NEWLINE.Add(NEWLINE10);
597 stream_ID.Add(ID1
[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 );

Completed in 654 milliseconds

1234567891011>>