HomeSort by relevance Sort by last modified time
    Searched full:runtime (Results 1 - 25 of 18263) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/sdk/
build_tools_runtime.properties 0 Runtime.Jvm=1.6
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlruntime.swg 2 %runtime "swigrun.swg" // Common C API type-checking code
3 %runtime "swigerrors.swg" // SWIG errors
4 %runtime "perlhead.swg" // Perl includes and fixes
5 %runtime "perlerrors.swg" // Perl errors
6 %runtime "perlrun.swg" // Perl runtime functions
7 %runtime "noembed.h" // undefine Perl5 macros
  /external/antlr/antlr-3.4/runtime/Perl5/
port.yml 3 runtime/Java/src/org/antlr/runtime/BitSet.java:
MANIFEST 21 lib/ANTLR/Runtime.pm
22 lib/ANTLR/Runtime/ANTLRFileStream.pm
23 lib/ANTLR/Runtime/ANTLRStringStream.pm
24 lib/ANTLR/Runtime/BaseRecognizer.pm
25 lib/ANTLR/Runtime/BitSet.pm
26 lib/ANTLR/Runtime/CharStream.pm
27 lib/ANTLR/Runtime/CharStreamState.pm
28 lib/ANTLR/Runtime/CommonToken.pm
29 lib/ANTLR/Runtime/CommonTokenStream.pm
30 lib/ANTLR/Runtime/DFA.p
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyruntime.swg 2 %runtime "swiglabels.swg" /* Common C API type-checking code */
3 %runtime "swigrun.swg" /* Common C API type-checking code */
4 %runtime "swigerrors.swg" /* SWIG errors */
5 %runtime "rubyhead.swg" /* Ruby includes and fixes */
6 %runtime "rubyerrors.swg" /* Ruby errors */
7 %runtime "rubytracking.swg" /* API for tracking C++ classes to Ruby objects */
8 %runtime "rubyapi.swg"
9 %runtime "rubyrun.swg"
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
antlr3.properties 10 org/antlr/runtime/RecognizerSharedState.js,\
11 org/antlr/runtime/IndexOutOfBoundsExceptions.js,\
12 org/antlr/runtime/RecognitionException.js,\
13 org/antlr/runtime/MismatchedTokenException.js,\
14 org/antlr/runtime/UnwantedTokenException.js,\
15 org/antlr/runtime/MissingTokenException.js,\
16 org/antlr/runtime/NoViableAltException.js,\
17 org/antlr/runtime/EarlyExitException.js,\
18 org/antlr/runtime/MismatchedSetException.js,\
19 org/antlr/runtime/MismatchedNotSetException.js,
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
Annotations57649Test.java 26 @Retention(RetentionPolicy.RUNTIME) @interface A0 {}
27 @Retention(RetentionPolicy.RUNTIME) @interface A1 {}
28 @Retention(RetentionPolicy.RUNTIME) @interface A2 {}
29 @Retention(RetentionPolicy.RUNTIME) @interface A3 {}
30 @Retention(RetentionPolicy.RUNTIME) @interface A4 {}
31 @Retention(RetentionPolicy.RUNTIME) @interface A5 {}
32 @Retention(RetentionPolicy.RUNTIME) @interface A6 {}
33 @Retention(RetentionPolicy.RUNTIME) @interface A7 {}
34 @Retention(RetentionPolicy.RUNTIME) @interface A8 {}
35 @Retention(RetentionPolicy.RUNTIME) @interface A9 {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyruntime.swg 1 %insert(runtime) %{
12 %insert(runtime) "swigrun.swg"; /* SWIG API */
13 %insert(runtime) "swigerrors.swg"; /* SWIG errors */
14 %insert(runtime) "pyhead.swg"; /* Python includes and fixes */
15 %insert(runtime) "pyerrors.swg"; /* Python errors */
16 %insert(runtime) "pythreads.swg"; /* Python thread code */
17 %insert(runtime) "pyapi.swg"; /* Python API */
18 %insert(runtime) "pyrun.swg"; /* Python run-time code */
21 %insert(runtime) "builtin.swg"; /* Specialization for classes with single inheritance */
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
.flexLibProperties 4 <classEntry path="org.antlr.runtime.BitSet"/>
5 <classEntry path="org.antlr.runtime.tree.CommonErrorNode"/>
6 <classEntry path="org.antlr.runtime.tree.CommonTreeAdaptor"/>
7 <classEntry path="org.antlr.runtime.tree.BaseTree"/>
8 <classEntry path="org.antlr.runtime.MismatchedSetException"/>
9 <classEntry path="org.antlr.runtime.RecognitionException"/>
10 <classEntry path="org.antlr.runtime.NoViableAltException"/>
11 <classEntry path="org.antlr.runtime.Parser"/>
12 <classEntry path="org.antlr.runtime.tree.RewriteRuleNodeStream"/>
13 <classEntry path="org.antlr.runtime.TokenRewriteStream"/
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/
API CHANGES.TXT 11 Antlr.Runtime.Tree.Tree renamed to Antlr.Runtime.Tree.TreeConstants
13 Antlr.Runtime.BaseRecognizer.Failed() has been turned into a property
14 Antlr.Runtime.BaseRecognizer.NEXT_TOKEN_RULE_NAME renamed to Antlr.Runtime.BaseRecognizer.NextTokenRuleName
15 Antlr.Runtime.BaseRecognizer.MEMO_RULE_FAILED renamed to Antlr.Runtime.BaseRecognizer.MemoRuleFailed
16 Antlr.Runtime.BaseRecognizer.MEMO_RULE_UNKNOWN renamed to Antlr.Runtime.BaseRecognizer.MemoRuleUnknown
17 Antlr.Runtime.BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE renamed to Antlr.Runtime.BaseRecognizer.InitialFollowStac (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
EarlyExitException.pm 1 package ANTLR::Runtime::EarlyExitException;
6 use base qw( ANTLR::Runtime::Exception );
MismatchedSetException.pm 1 package ANTLR::Runtime::MismatchedSetException;
5 extends 'ANTLR::Runtime::Exception';
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Antlr3.Runtime (VS2005).csproj 13 <AssemblyName>Antlr3.Runtime</AssemblyName>
21 <RootNamespace>Antlr.Runtime</RootNamespace>
46 <RootNamespace>Antlr.Runtime</RootNamespace>
57 <DocumentationFile>bin\Release\net-2.0\Antlr3.Runtime.XML</DocumentationFile>
66 <RootNamespace>Antlr.Runtime</RootNamespace>
74 <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" />
75 <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" />
77 <Compile Include="Antlr.Runtime\BitSet.cs" />
78 <Compile Include="Antlr.Runtime\ICharStream.cs" />
79 <Compile Include="Antlr.Runtime\CharStreamState.cs" />
    [all...]
  /art/test/001-Main/
info.txt 1 Import of a previous oat test. Empty main, just test starting up the runtime.
  /art/test/106-exceptions2/
info.txt 1 Test runtime exceptions for potential regressions caused by the compiler.
  /art/test/132-daemon-locks-shutdown/
info.txt 1 Tests that we can shut down the runtime with daemons still looping over locks.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
version.as 1 package org.antlr.runtime {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
IndexOutOfBoundsExceptions.js 1 org.antlr.runtime.IndexOutOfBoundsException = function(m) {
2 org.antlr.runtime.IndexOutOfBoundsException.superclass.constructor.call(this, m);
5 org.antlr.lang.extend(org.antlr.runtime.IndexOutOfBoundsException, Error, {
6 name: "org.antlr.runtime.IndexOutOfBoundsException"
CharStream.js 5 * @extends org.antlr.runtime.IntStream
7 org.antlr.runtime.CharStream = function() {};
8 org.antlr.runtime.IntStream = function() {};
10 org.antlr.lang.extend(org.antlr.runtime.CharStream,
11 org.antlr.runtime.IntStream);
13 org.antlr.lang.augmentObject(org.antlr.runtime.CharStream,
14 /** @lends org.antlr.runtime.CharStream */
EarlyExitException.js 5 * @param {org.antlr.runtime.CommonTokenStream|org.antlr.runtime.tree.TreeNodeStream|org.antlr.runtime.ANTLRStringStream} input input stream that has an exception.
6 * @extends org.antlr.runtime.RecognitionException
8 org.antlr.runtime.EarlyExitException = function(decisionNumber, input) {
9 org.antlr.runtime.EarlyExitException.superclass.constructor.call(
15 org.antlr.runtime.EarlyExitException,
16 org.antlr.runtime.RecognitionException,
17 /** @lends org.antlr.runtime.EarlyExitException.prototype */
22 name: "org.antlr.runtime.EarlyExitException
    [all...]
  /external/chromium-libpac/test/js-unittest/
unhandled_exception.js 2 // This will throw a runtime exception.
  /external/chromium_org/chrome/common/extensions/docs/templates/public/apps/
runtime.html 1 {{+partials.standard_apps_api api:apis.apps.runtime/}}
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
runtime.html 1 {{+partials.standard_extensions_api api:apis.extensions.runtime/}}
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
unhandled_exception.js 2 // This will throw a runtime exception.
  /external/fio/examples/
cpuio.fio 4 runtime=10

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 91011>>