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

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
UnwantedTokenException.js 2 org.antlr.runtime.UnwantedTokenException = function(expecting, input) {
4 org.antlr.runtime.UnwantedTokenException.superclass.constructor.call(
10 org.antlr.runtime.UnwantedTokenException,
11 org.antlr.runtime.MismatchedTokenException, {
17 if ( this.expecting===org.antlr.runtime.Token.INVALID_TOKEN_TYPE ) {
25 name: "org.antlr.runtime.UnwantedTokenException"
  /external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
simplecalc.pl 6 use ANTLR::Runtime::ANTLRFileStream;
7 use ANTLR::Runtime::CommonTokenStream;
8 use ANTLR::Runtime::RecognitionException;
12 my $input = ANTLR::Runtime::ANTLRFileStream->new({ file_name => $ARGV[0] });
14 my $tokens = ANTLR::Runtime::CommonTokenStream->new({ token_source => $lexer });
22 if (my $ex = ANTLR::Runtime::RecognitionException->caught()) {
  /external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/Android.mk
19 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer01
23 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter03
27 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter04
31 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move0
    [all...]
  /external/lldb/examples/summaries/cocoa/
Class.py 9 import lldb.runtime.objc.objc_runtime namespace
14 runtime =lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)
15 if runtime == None or not runtime.is_valid():
17 class_data = runtime.read_class_data()
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeRuleReturnScope.js 6 org.antlr.runtime.tree.TreeRuleReturnScope = function(){};
8 org.antlr.lang.extend(org.antlr.runtime.tree.TreeRuleReturnScope,
9 org.antlr.runtime.RuleReturnScope,
  /external/clang/test/Driver/
gnu-runtime.m 1 // RUN: %clang -target i386-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
2 // RUN: %clang -target i386-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
3 // CHECK: -fobjc-runtime=gcc
  /external/compiler-rt/test/asan/TestCases/Linux/
asan_dlopen_test.cc 1 // Test that dlopen of dynamic runtime is prohibited.
5 // REQUIRES: asan-dynamic-runtime
15 // CHECK: ASan runtime does not come first in initial library list
  /art/test/005-annotations/src/android/test/
AnnoSimplePackage1.java 6 @Retention(RetentionPolicy.RUNTIME)
  /art/test/005-annotations/src/android/test/anno/
AnnoSimpleConstructor.java 6 @Retention(RetentionPolicy.RUNTIME)
AnnoSimpleField.java 6 @Retention(RetentionPolicy.RUNTIME)
AnnoSimpleLocalVariable.java 6 @Retention(RetentionPolicy.RUNTIME)
AnnoSimpleMethod.java 6 @Retention(RetentionPolicy.RUNTIME)
AnnoSimplePackage.java 6 @Retention(RetentionPolicy.RUNTIME)
AnnoSimpleParameter.java 6 @Retention(RetentionPolicy.RUNTIME)
  /external/antlr/antlr-3.4/runtime/CSharp2/dist/
DOT-NET-runtime-3.1.3.zip 
  /external/antlr/antlr-3.4/runtime/Perl5/examples/expr/
expr.pl 8 use ANTLR::Runtime::ANTLRStringStream;
9 use ANTLR::Runtime::CommonTokenStream;
19 my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => $in });
22 my $tokens = ANTLR::Runtime::CommonTokenStream->new({ token_source => $lexer });
  /external/antlr/antlr-3.4/runtime/Perl5/examples/mexpr/
mexpr.pl 8 use ANTLR::Runtime::ANTLRStringStream;
9 use ANTLR::Runtime::CommonTokenStream;
14 my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => $_ });
17 my $tokens = ANTLR::Runtime::CommonTokenStream->new({ token_source => $lexer });
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
tweak.pl 6 use ANTLR::Runtime::ANTLRFileStream;
7 use ANTLR::Runtime::TokenRewriteStream;
11 my $input = ANTLR::Runtime::ANTLRFileStream->new({ file_name => $ARGV[0] });
13 my $tokens = ANTLR::Runtime::TokenRewriteStream({ token_source => $lexer });
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MismatchedTokenException.pm 1 package ANTLR::Runtime::MismatchedTokenException;
3 use ANTLR::Runtime::Token;
13 extends 'ANTLR::Runtime::RecognitionException';
18 default => ANTLR::Runtime::Token->INVALID_TOKEN_TYPE,
  /external/chromium_org/base/third_party/nspr/
README.chromium 1 Name: Netscape Portable Runtime (NSPR)
  /external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
app.yaml 3 runtime: python27
  /external/e2fsprogs/debian/
uuid-runtime.lintian-overrides 1 uuid-runtime: command-with-path-in-maintainer-script prerm:5 /usr/sbin/uuidd
  /external/lldb/test/lang/objc/foundation/
my-base.h 4 int maybe_used; // The 1.0 runtime needs to have backed properties...
  /prebuilts/misc/common/swig/include/2.0.11/go/
exception.i 5 %insert("runtime") %{
  /prebuilts/misc/common/swig/include/2.0.11/guile/
swigrun.i 7 /* Hook the runtime module initialization
9 %runtime %{
10 /* Hook the runtime module initialization
20 /* The runtime type system from common.swg */

Completed in 1175 milliseconds

1 23 4 5 6 7 8 91011>>