/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BaseRecognizer.java | 529 // if EOR is in set i. When it sees a set w/o EOR, it stops adding. 584 * mismatched token error. To recover, it sees that LA(1)==';' 603 reportError(e); // report after consuming so AW sees the token in the exception 613 reportError(e); // report after inserting so AW sees the token in the exception
|
/external/chromium/googleurl/src/ |
url_canon_query.cc | 50 // strings before the URL handler ever sees them.
|
/external/iproute2/doc/actions/ |
mirred-usage | 128 so you could tcpdump them (dummy by defaults drops all packets it sees).
|
/external/libvorbis/doc/ |
vorbis-clip.txt | 112 The decoder sees that on the first page that will return
|
/external/valgrind/main/helgrind/tests/ |
tc17_sembar.c | 174 Thrcheck sees the dependency through the barrier back to thread
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardActivityLauncher.java | 106 // When they do, user sees the system's ResolverActivity which lets them choose
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
CharsetEncoderTest.java | 108 // replacement character U+fffd when it sees the second character (because it too
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pool_allocator.h | 85 char _M_client_data[1]; // The client sees this.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pool_allocator.h | 87 char _M_client_data[1]; // The client sees this.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
pool_allocator.h | 87 char _M_client_data[1]; // The client sees this.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 85 char _M_client_data[1]; // The client sees this.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 85 char _M_client_data[1]; // The client sees this.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 85 char _M_client_data[1]; // The client sees this.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pool_allocator.h | 85 char _M_client_data[1]; // The client sees this.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
TestTargetPage.java | 265 // Ensure that the user sees the page and makes a selection
|
/docs/source.android.com/src/tech/encryption/ |
android_crypto_implementation.md | 132 2. The framework starts up, and sees that vold.decrypt is set to "1". This 164 to "1". Vold waits until it sees the "1" in that property. Finally, vold 201 init.rc to start the main class of services. When the framework sees that
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
Fences.java | 350 * <li>read <em>r</em> sees write <em>w</em> 392 * <li>read <em>r</em> sees write <em>w</em>, and 394 * <em>t</em> that sees value <em>p</em>
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 552 * mismatched token error. To recover, it sees that LA(1)==';' 571 reportError(e); // report after consuming so AW sees the token in the exception 581 reportError(e); // report after inserting so AW sees the token in the exception
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 81 * get filled in. If an incoming "occupying" thread sees that the 84 * sees that the slot is non-null, and so CASes it back to null, 127 * use. It is increased when a thread sees too many CAS
|
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 162 * {@link com.android.dx.dex.code.RopTranslator} sees Rop {@code move-param}
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | 558 // if EOR is in set i. When it sees a set w/o EOR, it stops adding. 612 * mismatched token error. To recover, it sees that LA(1)==';' 629 ReportError(e); // report after consuming so AW sees the token in the exception 639 ReportError(e); // report after inserting so AW sees the token in the exception [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | 630 // if EOR is in set i. When it sees a set w/o EOR, it stops adding. 691 * mismatched token error. To recover, it sees that LA(1)==';' 710 ReportError( e ); // report after consuming so AW sees the token in the exception 721 ReportError( e ); // report after inserting so AW sees the token in the exception [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseRecognizer.m | 669 // if EOR is in set i. When it sees a set w/o EOR, it stops adding. 725 * mismatched token error. To recover, it sees that LA(1)==';' 745 [self reportError:e]; // report after consuming so AW sees the token in the exception 755 [self reportError:e]; // report after inserting so AW sees the token in the exception [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestLexer.java | 238 "A : '\\n\\n' ;\n" // ANTLR sees '\n\n'
|
/external/bison/tests/ |
local.at | 74 # yyerror always sees the locations (when activated), except if
|