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

1 2 3 4 5 6

  /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/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/oprofile/libutil++/
unique_storage.h 83 inserted = ids.insert(val); local
84 if (inserted.second)
87 return inserted.first->second;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
KeyframeList.cpp 79 bool inserted = false;
91 inserted = true;
96 if (!replaced && !inserted)
  /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;
  /external/oprofile/libregex/
op_regex.cpp 218 string inserted; local
227 inserted += '\\';
239 inserted += str.substr(matched.rm_so,
244 inserted += replace[i];
251 str.replace(first, count, inserted);
  /external/llvm/test/MC/ARM/AlignedBundling/
group-bundle-arm.s 5 # instructions should not be inserted. However, for bundle-locked groups
  /external/llvm/test/MC/X86/AlignedBundling/
single-inst-bundling.s 20 # of nop padding are inserted instead and it starts at 0x10
28 # Due to the padding that's inserted before the addl, the jump target
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 237 def __init__(self, expecting, input, inserted):
240 self.inserted = inserted
248 if self.inserted is not None and self.token is not None:
249 return "MissingTokenException(inserted %r at %r)" % (
250 self.inserted, self.token.text)
  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.cc 238 std::pair<CacheFiles::iterator, bool> inserted = local
241 if (!inserted.second) {
242 *file = inserted.first->second;
254 cache_files_.erase(inserted.first);
258 inserted.first->second = platform_file;
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 296 bool inserted = assigned_picture_buffers_.insert(std::make_pair( local
298 DCHECK(inserted);
325 bool inserted = dismissed_picture_buffers_ local
327 DCHECK(inserted);
351 bool inserted = local
353 DCHECK(inserted);
508 bool inserted = bitstream_buffers_in_decoder_ local
510 DCHECK(inserted);
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 264 bool inserted = bitstream_buffers_in_decoder_.insert(std::make_pair( local
266 DCHECK(inserted);
365 bool inserted = assigned_picture_buffers_.insert(std::make_pair( local
367 DCHECK(inserted);
399 bool inserted = dismissed_picture_buffers_.insert(std::make_pair( local
401 DCHECK(inserted);
446 bool inserted = local
448 DCHECK(inserted);

Completed in 755 milliseconds

1 2 3 4 5 6