Searched refs:inserted (Results 1 - 25 of 105) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DMissingTokenException.java34 public Object inserted; field in class:MissingTokenException
38 public MissingTokenException(int expecting, IntStream input, Object inserted) { argument
40 this.inserted = inserted;
48 if ( inserted!=null && token!=null ) {
49 return "MissingTokenException(inserted "+inserted+" at "+token.getText()+")";
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DMissingTokenException.as5 public var inserted:Object;
7 public function MissingTokenException(expecting:int, input:IntStream, inserted:Object) {
9 this.inserted = inserted;
17 if ( inserted!=null && token!=null ) {
18 return "MissingTokenException(inserted "+inserted+" at "+token.text+")";
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DMissingTokenException.js1 org.antlr.runtime.MissingTokenException = function(expecting, input, inserted) {
5 this.inserted = inserted;
17 if (org.antlr.lang.isValue(this.inserted) &&
20 return "MissingTokenException(inserted "+this.inserted+" at "+this.token.getText()+")";
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMissingTokenException.cs59 public MissingTokenException(int expecting, IIntStream input, object inserted) argument
60 : this(expecting, input, inserted, null) {
63 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames) argument
65 this._inserted = inserted;
68 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames) argument
70 this._inserted = inserted;
73 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) argument
75 this._inserted = inserted;
90 return "MissingTokenException(inserted " + _inserted + " at " + Token.Text + ")";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMissingTokenException.cs64 public MissingTokenException(int expecting, IIntStream input, object inserted) argument
65 : this(expecting, input, inserted, null)
69 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames) argument
72 this._inserted = inserted;
75 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames) argument
78 this._inserted = inserted;
81 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException) argument
84 this._inserted = inserted;
104 return "MissingTokenException(inserted " + _inserted + " at " + Token.Text + ")";
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DMissingTokenException.pm10 has 'inserted' => (
23 if (defined (my $inserted = $self->inserted) && defined (my $token = $self->token)) {
24 return "MissingTokenException(inserted $inserted at " . $token->get_text() . ")";
/external/deqp/framework/delibs/depool/
H A DdePoolSet.c49 deBool inserted = deInBounds32(i, 0, 5000); local
51 DE_TEST_ASSERT(found == inserted);
61 deBool inserted = deInBounds32(i, 1000, 5000); local
63 DE_TEST_ASSERT(found == inserted);
74 deBool inserted = (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000)); local
76 DE_TEST_ASSERT(found == inserted);
H A DdePoolMultiSet.c47 deBool inserted = deInBounds32(i, 0, 5000); local
49 DE_TEST_ASSERT(found == inserted);
59 deBool inserted = deInBounds32(i, 1000, 5000); local
61 DE_TEST_ASSERT(found == inserted);
72 deBool inserted = (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000)); local
74 DE_TEST_ASSERT(found == inserted);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
51 @property (retain) id<ANTLRToken> inserted; variable
H A DANTLRMismatchedTokenException.h47 Token:(id<ANTLRToken>)inserted;
55 Token:(id<ANTLRToken>)inserted;
/external/llvm/test/MC/Mips/
H A Dmips-pc16-fixup.s7 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
H A Dmicromips-diagnostic-fixup.s7 .space 65536 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
H A Dmicromips-pc16-fixup.s7 .space 65536 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
H A Dmips-diagnostic-fixup.s7 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DKeyframeList.cpp47 bool inserted = false;
59 inserted = true;
64 if (!replaced && !inserted)
/external/oprofile/libutil++/
H A Dunique_storage.h83 inserted = ids.insert(val); local
84 if (inserted.second)
87 return inserted.first->second;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
H A DANTLRMismatchedTokenException.h47 Token:(id<ANTLRToken>)inserted;
55 Token:(id<ANTLRToken>)inserted;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
H A DANTLRMismatchedTokenException.h47 Token:(id<ANTLRToken>)inserted;
55 Token:(id<ANTLRToken>)inserted;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
H A DANTLRMismatchedTokenException.h47 Token:(id<ANTLRToken>)inserted;
55 Token:(id<ANTLRToken>)inserted;
/external/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cc93 bool inserted; local
94 ChainedOriginDepotNode::Handle h = chainedOriginDepot.Put(desc, &inserted);
96 return inserted;
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dslice_group_track.js171 // Elements get inserted into the slices array in order of when the
186 var inserted = false;
194 inserted = true;
204 inserted = true;
208 if (inserted)
/external/chromium_org/content/common/mojo/
H A Dservice_registry_impl.cc47 bool inserted = service_factories_.insert( local
49 DCHECK(inserted);

Completed in 1672 milliseconds

12345