/external/jsr305/ri/src/main/java/javax/annotation/ |
WillNotClose.java | 8 @Retention(RetentionPolicy.RUNTIME)
|
/external/jsr305/sampleUses/src/main/java/java/sql/ |
ResultSetConcurrency.java | 11 @Retention(RetentionPolicy.RUNTIME)
|
ResultSetHoldability.java | 11 @Retention(RetentionPolicy.RUNTIME)
|
ResultSetType.java | 11 @Retention(RetentionPolicy.RUNTIME)
|
/external/junit/src/org/junit/experimental/theories/suppliers/ |
TestedOn.java | 10 @Retention(RetentionPolicy.RUNTIME)
|
/external/junit/src/org/junit/runners/model/ |
Statement.java | 8 * Represents one or more actions to be taken at runtime in the course
|
/external/libusb/ |
TODO | 3 optional timerfd support (runtime detection)
|
/external/libusb_aah/ |
TODO | 3 optional timerfd support (runtime detection)
|
/external/webkit/Source/JavaScriptCore/gyp/ |
generate-dtrace-header.sh | 3 TRACING_D="$1/runtime/Tracing.d";
|
/external/webkit/Tools/QueueStatusServer/ |
app.yaml | 3 runtime: python
|
/external/webkit/Tools/TestResultServer/ |
app.yaml | 3 runtime: python
|
/frameworks/base/core/tests/overlaytests/ |
README | 1 Unit tests for runtime resource overlay 4 As of this writing, runtime resource overlay is only triggered for 11 Once runtime resource overlay may be applied to applications, the tests 13 applying runtime resource overlay to a dedicated test application, the
|
/libcore/support/src/test/java/tests/support/ |
Support_DeleteOnExitTest.java | 17 Runtime.getRuntime().exit(0);
|
/ndk/tests/device/gnustl-shared-1/jni/ |
main.cpp | 13 // in the C++ runtime.
|
/cts/tests/src/android/os/cts/ |
TestThread.java | 44 * @param runTime 47 public void runTest(long runTime) throws Throwable { 49 joinAndCheck(runTime); 71 * @param runTime The time to wait for the test thread to complete. 74 public void joinAndCheck(long runTime) throws Throwable { 75 this.join(runTime); 78 this.join(runTime);
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
ANTLRFileStream.js | 3 * {@link org.antlr.runtime.ANTLRStringStream}. 6 * @extends org.antlr.runtime.ANTLRStringStream 10 org.antlr.runtime.ANTLRFileStream = function(fileName, encoding) { 25 org.antlr.runtime.ANTLRFileStream.superclass.constructor.call(this, data); 28 org.antlr.lang.extend(org.antlr.runtime.ANTLRFileStream, 29 org.antlr.runtime.ANTLRStringStream, 30 /** @lends org.antlr.runtime.ANTLRFileStream.prototype */{
|
BitSet.js | 14 org.antlr.runtime.BitSet = function(bits) { 16 bits = org.antlr.runtime.BitSet.BITS; 30 org.antlr.lang.augmentObject(org.antlr.runtime.BitSet, { 34 * @memberOf org.antlr.runtime.BitSet 41 * @memberOf org.antlr.runtime.BitSet 51 * @memberOf org.antlr.runtime.BitSet 62 * @memberOf org.antlr.runtime.BitSet 66 var bitPosition = bitNumber & org.antlr.runtime.BitSet.MOD_MASK; 75 * @memberOf org.antlr.runtime.BitSet 79 return (el >> org.antlr.runtime.BitSet.LOG_BITS) + 1 [all...] |
Lexer.js | 6 org.antlr.runtime.Lexer = function(input, state) { 8 org.antlr.runtime.Lexer.superclass.constructor.call(this, state); 15 org.antlr.lang.extend(org.antlr.runtime.Lexer, org.antlr.runtime.BaseRecognizer, { 18 org.antlr.runtime.Lexer.superclass.reset.call(this); 26 this.state.type = org.antlr.runtime.Token.INVALID_TOKEN_TYPE; 27 this.state.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL; 40 this.state.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL; 45 if ( this.input.LA(1)===org.antlr.runtime.CharStream.EOF ) { 46 return org.antlr.runtime.Token.EOF_TOKEN [all...] |
RecognitionException.js | 27 * @param {org.antlr.runtime.CommonTokenStream|org.antlr.runtime.tree.TreeNodeStream|org.antlr.runtime.ANTLRStringStream} input input stream that has an exception. 31 org.antlr.runtime.RecognitionException = function(input) { 32 org.antlr.runtime.RecognitionException.superclass.constructor.call(this); 35 if ( input instanceof org.antlr.runtime.TokenStream ) { 40 if ( input instanceof org.antlr.runtime.tree.TreeNodeStream ) { 43 else if ( input instanceof org.antlr.runtime.CharStream ) { 57 org.antlr.lang.extend(org.antlr.runtime.RecognitionException, Error, 58 /** @lends org.antlr.runtime.RecognitionException.prototype * [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.java | 1 // $ANTLR 3.2 Aug 13, 2010 19:41:25 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g 2010-08-13 19:42:18 3 import org.antlr.runtime.*; 45 public String getGrammarFileName() { return "/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g"; } 52 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:7: ( ';' ) 53 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:9: ';' 72 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:7: ( '(' ) 73 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:9: '(' 92 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:7: ( ',' ) 93 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:9: ',' 112 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:10:7: ( ')' [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
api.t | 13 $tmp =~ s/ANTLR::Runtime/org.antlr.runtime/; 23 $tmp =~ s/org\.antlr\.runtime/ANTLR::Runtime/; 58 org.antlr.runtime.BitSet 73 print map { "$_\n" } ANTLR::Runtime::BitSet->can(); 77 print join "\n", ANTLR::Runtime::BitSet->can();
|
/frameworks/base/cmds/system_server/library/ |
system_init.cpp | 33 * This class is used to kill this process when the runtime dies. 75 // And now start the Android runtime. We have to do this bit 76 // of nastiness because the Android runtime initialization requires 78 // All other servers should just start the Android runtime at 81 ALOGI("System server: starting Android runtime.\n"); 82 AndroidRuntime* runtime = AndroidRuntime::getRuntime(); local 85 JNIEnv* env = runtime->getJNIEnv();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
BinaryXMLDescriber.java | 19 import org.eclipse.core.runtime.QualifiedName; 20 import org.eclipse.core.runtime.content.IContentDescriber; 21 import org.eclipse.core.runtime.content.IContentDescription; 33 * extensions to the <code>org.eclipse.core.runtime.contentTypes</code> 49 * @see org.eclipse.core.runtime.content.IContentDescriber#describe(java.io. 50 * InputStream, org.eclipse.core.runtime.content.IContentDescription) 73 * org.eclipse.core.runtime.content.IContentDescriber#getSupportedOptions()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar | |
/external/webkit/Source/JavaScriptCore/ |
GNUmakefile.am | 18 -I$(srcdir)/Source/JavaScriptCore/runtime \ 28 -I$(top_builddir)/Source/JavaScriptCore/runtime 103 Source/JavaScriptCore/runtime/ArrayPrototype.lut.h \ 104 Source/JavaScriptCore/runtime/DatePrototype.lut.h \ 105 Source/JavaScriptCore/runtime/JSONObject.lut.h \ 106 Source/JavaScriptCore/runtime/MathObject.lut.h \ 107 Source/JavaScriptCore/runtime/NumberConstructor.lut.h \ 108 Source/JavaScriptCore/runtime/RegExpConstructor.lut.h \ 109 Source/JavaScriptCore/runtime/RegExpObject.lut.h \ 110 Source/JavaScriptCore/runtime/StringPrototype.lut.h [all...] |