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

<<51525354555657585960>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
main.m 10 import org.antlr.runtime.*;
11 import org.antlr.runtime.tree.*;
36 NSString *dir = @"/Users/acondit/source/antlr3/acondit_localhost/code/antlr/main/runtime/ObjC/Framework/examples/treeparser/input";
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.h 1 // $ANTLR 3.2 Aug 20, 2010 15:00:19 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g 2010-08-20 15:03:14
4 * Standard antlr3 OBJC runtime definitions
8 /* End of standard antlr3 runtime definitions
  /external/chromium_org/chrome/test/chromedriver/chrome/
frame_tracker_unittest.cc 25 tracker.OnEvent(&client, "Runtime.executionContextCreated", params)
53 tracker.OnEvent(&client, "Runtime.executionContextCreated", params)
61 tracker.OnEvent(&client, "Runtime.executionContextCreated", params)
  /external/chromium_org/remoting/webapp/background/
background.js 32 chrome.app.runtime.onLaunched.addListener(
50 chrome.runtime.onSuspend.addListener(function() {
58 chrome.runtime.onSuspendCanceled.addListener(initializeIt2MeService);
  /external/chromium_org/remoting/webapp/
hangout_session.js 7 * Class to communicate with the background scripts via chrome runtime
25 * @type {chrome.runtime.Port}
38 this.port_ = chrome.runtime.connect({name: portName});
  /external/chromium_org/third_party/skia/src/core/
SkUtilsArm.h 18 // - Optional ARM Neon support (i.e. probe CPU at runtime)
39 // probes the CPU at runtime (and caches the result).
60 // DYNAMIC -> 'symbol' or 'symbol_neon' depending on runtime check.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 1 //== DynamicTypeInfo.h - Runtime type information ----------------*- C++ -*--=//
17 /// \brief Stores the currently inferred strictest bound on the runtime type
33 /// \brief Returns the currently inferred upper bound on the runtime type.
  /external/clang/test/CodeGenObjC/
bitfield-1.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
3 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
fpret.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | \
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | \
7 // RUN: %clang_cc1 -triple armv7-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -target-abi apcs-gnu -o - %s | \
  /external/clang/test/SemaObjC/
builtin_objc_lib_functions.m 4 // expected-note {{please include the header <objc/runtime.h> or explicitly provide a declaration for 'objc_getClass'}}
8 // expected-note {{please include the header <objc/runtime.h> or explicitly provide a declaration for 'objc_getMetaClass'}}
11 // expected-note {{please include the header <objc/runtime.h> or explicitly provide a declaration for 'objc_enumerationMutation'}}
  /external/skia/src/core/
SkUtilsArm.h 18 // - Optional ARM Neon support (i.e. probe CPU at runtime)
39 // probes the CPU at runtime (and caches the result).
60 // DYNAMIC -> 'symbol' or 'symbol_neon' depending on runtime check.
  /external/smali/smali/src/main/java/org/jf/smali/
LexerErrorInterface.java 31 import org.antlr.runtime.CharStream;
32 import org.antlr.runtime.Lexer;
33 import org.antlr.runtime.RecognizerSharedState;
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/ExceptionTest/
ExceptionTest.smali 13 .annotation runtime Lorg/junit/Test;
32 .annotation runtime Lorg/junit/Test;
66 .annotation runtime Lorg/junit/Test;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
RetentionPolicyTest.java 37 assertSame(RetentionPolicy.RUNTIME, RetentionPolicy
38 .valueOf("RUNTIME"));
58 assertTrue(Arrays.binarySearch(values, RetentionPolicy.RUNTIME) >= 0);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/META-INF/
MANIFEST.MF 3 .core.runtime)"; resolution:=optional
9 Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.registry
11 rm/eclipse.platform.runtime.git;path="bundles/org.eclipse.core.runtim
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
cross-stdarg.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
lzcntintrin.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
mm_malloc.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
xsaveintrin.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cross-stdarg.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
fxsrintrin.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
lzcntintrin.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
mm_malloc.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
rdseedintrin.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
x86intrin.h 16 permissions described in the GCC Runtime Library Exception, version
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see

Completed in 4502 milliseconds

<<51525354555657585960>>