Searched defs:inserted (Results 1 - 25 of 26) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRMissingTokenException.h37 id<ANTLRToken> inserted; variable
51 @property (retain) id<ANTLRToken> inserted; variable
/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/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/oprofile/libutil++/
H A Dunique_storage.h83 inserted = ids.insert(val); local
84 if (inserted.second)
87 return inserted.first->second;
/external/chromium/chrome/browser/extensions/
H A Dextension_toolbar_model.cc59 bool inserted = false; local
63 inserted = true;
68 if (!inserted) {
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler.cc426 // Find the substring that was inserted (if any) to get the new string
429 std::string inserted = new_value.substr( local
433 if (!inserted.empty() && !deleted.empty()) {
434 // Replace one substring with another, speak inserted text.
435 AppendUtterance(inserted, out_spoken_description);
436 } else if (!inserted.empty()) {
437 // Speak inserted text.
438 AppendUtterance(inserted, out_spoken_description);
/external/jdiff/src/jdiff/
H A DDiffMyers.java94 The diagonal number equals the number of inserted lines minus the number
97 lines inserted or deleted (counting only lines before the midpoint).
356 /** Scan the tables of which lines are inserted and deleted,
391 /** Scan the tables of which lines are inserted and deleted,
469 and some are inserted.
473 INSERTED is the number of lines inserted here in file 1.
482 public int inserted; field in class:DiffMyers.change
487 /** Line number of 1st inserted line. */
493 INSERTED is the number of lines inserted here in file 1.
497 change(int line0, int line1, int deleted, int inserted, chang argument
[all...]
/external/oprofile/libregex/
H A Dop_regex.cpp218 string inserted; local
227 inserted += '\\';
239 inserted += str.substr(matched.rm_so,
244 inserted += replace[i];
251 str.replace(first, count, inserted);
/external/stlport/test/eh/
H A Dnc_alloc.cpp195 bool inserted = alloc_set().insert(p).second; local
197 inserted;
198 EH_ASSERT(inserted);
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp460 bool &inserted = Uniquer[RI->first]; local
461 if (inserted)
463 inserted = true;
/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c1095 Int inserted = 0; local
1099 inserted |= cc_dep1 & 0xff;
1103 inserted |= cc_dep1 & 0xff00;
1107 inserted |= cc_dep1 & 0xff0000;
1111 inserted |= cc_dep1 & 0xff000000;
1115 if (inserted & msb) // MSB is 1
1117 if (inserted > 0)
1423 /* Select the bits that were inserted */
1426 /* cc == 0 --> all inserted bits zero or mask == 0 (cond == 8)
1427 cc == 1 --> leftmost inserted bi
[all...]
/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp360 Position inserted = endOfInsertedContent.deepEquivalent(); local
361 bool isInsideMailBlockquote = enclosingNodeOfType(inserted, isMailBlockquote, CanCrossEditingBoundary);
362 return isInsideMailBlockquote && (numEnclosingMailBlockquotes(existing) == numEnclosingMailBlockquotes(inserted));
376 // For a successful merge, we still need to make sure that the inserted content starts with the beginning of a paragraph.
471 // Style rules that match just inserted elements could change their appearance, like
472 // a div inserted into a document with div { display:inline; }.
481 // inserted content from appearing in the right paragraph.
548 // Return the inserted content's first VisiblePosition.
731 // Merging two paragraphs will destroy the moved one's block styles. Always move the end of inserted forward
751 // FIXME: Maintain positions for the start and end of inserted conten
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp293 bool inserted = false; local
298 inserted = true;
303 if (!inserted)
H A DCGCall.cpp456 bool inserted = FunctionsBeingProcessed.insert(FI); (void)inserted; local
457 assert(inserted && "Recursively being processed?");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.pb_2.2.0.v20100429.jar ... org.sat4j.pb.ObjectiveFunction obj private boolean inserted private static final org.sat4j.specs.IConstr ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1823 milliseconds

12