HomeSort by relevance Sort by last modified time
    Searched refs:inserted (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
MissingTokenException.java 34 public Object inserted; field in class:MissingTokenException
38 public MissingTokenException(int expecting, IntStream input, Object inserted) {
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/
MissingTokenException.as 5 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/
MissingTokenException.js 1 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/Perl5/lib/ANTLR/Runtime/
MissingTokenException.pm 10 has 'inserted' => (
23 if (defined (my $inserted = $self->inserted) && defined (my $token = $self->token)) {
24 return "MissingTokenException(inserted $inserted at " . $token->get_text() . ")";
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MissingTokenException.cs 59 public MissingTokenException(int expecting, IIntStream input, object inserted)
60 : this(expecting, input, inserted, null) {
63 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames)
65 this._inserted = inserted;
68 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames)
70 this._inserted = inserted;
73 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException)
75 this._inserted = inserted;
90 return "MissingTokenException(inserted " + _inserted + " at " + Token.Text + ")";
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MissingTokenException.cs 64 public MissingTokenException(int expecting, IIntStream input, object inserted)
65 : this(expecting, input, inserted, null)
69 public MissingTokenException(int expecting, IIntStream input, object inserted, IList<string> tokenNames)
72 this._inserted = inserted;
75 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames)
78 this._inserted = inserted;
81 public MissingTokenException(string message, int expecting, IIntStream input, object inserted, IList<string> tokenNames, Exception innerException)
84 this._inserted = inserted;
104 return "MissingTokenException(inserted " + _inserted + " at " + Token.Text + ")";
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
AbsoluteLayoutRuleTest.java 46 INode inserted = dragInto( local
63 assertEquals("30dp", inserted.getStringAttr(ANDROID_URI, "layout_x"));
64 assertEquals("-10dp", inserted.getStringAttr(ANDROID_URI, "layout_y"));
67 inserted = dragInto(new Rect(0, 0, 0, 0), new Point(30, -10), 4, -1,
73 assertEquals("30dp", inserted.getStringAttr(ANDROID_URI, "layout_x"));
74 assertEquals("-10dp", inserted.getStringAttr(ANDROID_URI, "layout_y"));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameLookupBuilderTest.java 65 public String inserted() { method in class:NameLookupBuilderTest.TestNameLookupBuilder
87 assertEquals("", mBuilder.inserted());
92 assertEquals("(0:Foo)(2:Foo)", mBuilder.inserted());
97 assertEquals("(0:Mr.Foo)(2:MrFoo)(1:Foo.Mr)(2:FooMr)", mBuilder.inserted());
102 assertEquals("(0:Foo.Bar)(2:FooBar)(1:Bar.Foo)(2:BarFoo)", mBuilder.inserted());
117 "(1:Baz.Foo.Bar)(2:BazFooBar)", mBuilder.inserted());
151 "(1:Biz.Foo.Bar.Baz)(2:BizFooBarBaz)", mBuilder.inserted());
156 assertEquals("(0:Bill)(2:Bill)(1:*William)", mBuilder.inserted());
161 assertEquals("(0:Al)(2:Al)(1:*Alex)(1:*Alice)", mBuilder.inserted());
170 "(1:Foo.*Alice)(1:*Alice.Foo)", mBuilder.inserted());
    [all...]
  /external/deqp/framework/delibs/depool/
dePoolSet.c 49 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);
dePoolMultiSet.c 47 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/
ANTLRMissingTokenException.h 37 id<ANTLRToken> inserted; variable
51 @property (retain) id<ANTLRToken> inserted; variable
ANTLRMismatchedTokenException.h 47 Token:(id<ANTLRToken>)inserted;
55 Token:(id<ANTLRToken>)inserted;
  /external/llvm/test/MC/Mips/
mips-pc16-fixup.s 7 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
micromips-diagnostic-fixup.s 7 .space 65536 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
micromips-pc16-fixup.s 7 .space 65536 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
mips-diagnostic-fixup.s 7 .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/
KeyframeList.cpp 47 bool inserted = false;
59 inserted = true;
64 if (!replaced && !inserted)
  /external/oprofile/libutil++/
unique_storage.h 83 inserted = ids.insert(val); local
84 if (inserted.second)
87 return inserted.first->second;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepotbase.h 29 handle_type Put(args_type args, bool *inserted = 0);
95 bool *inserted) {
96 if (inserted) *inserted = false;
128 if (inserted) *inserted = true;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMissingTokenException.h 37 id<ANTLRToken> inserted; variable
ANTLRMismatchedTokenException.h 47 Token:(id<ANTLRToken>)inserted;
55 Token:(id<ANTLRToken>)inserted;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMissingTokenException.h 37 id<ANTLRToken> inserted; variable
ANTLRMismatchedTokenException.h 47 Token:(id<ANTLRToken>)inserted;
55 Token:(id<ANTLRToken>)inserted;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMissingTokenException.h 37 id<ANTLRToken> inserted; variable
ANTLRMismatchedTokenException.h 47 Token:(id<ANTLRToken>)inserted;
55 Token:(id<ANTLRToken>)inserted;

Completed in 344 milliseconds

1 2 3 4 5 6 7