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

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
trace.hpp 18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
  /external/antlr/antlr-3.4/runtime/C/doxygen/
mainpage.dox 1 // Main page documentation for ANTLR3C runtime. Contains
5 /// \mainpage ANTLR3 C Runtime API and Usage Guide.
27 /// generation template for the tool and a runtime library for use by generated recognizers.
28 /// The C runtime tracks the Java runtime releases and in general when a new version of the
29 /// tool is released, a new version of the C runtime will be released at the same time.
33 /// - \subpage build Building the runtime itself from source code;
36 /// - \subpage using Using the runtime and the libraries and so on;
37 /// - \subpage runtime The documentation of the runtime code and functions
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.ui_3.6.1.M20100826-1330.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 1 org.antlr.runtime.CommonToken = function() {
5 this.channel = 0; // org.antlr.runtime.CommonToken.DEFAULT_CHANNEL
19 if ( oldToken instanceof org.antlr.runtime.CommonToken ) {
27 this.channel = 0; // org.antlr.runtime.CommonToken.DEFAULT_CHANNEL
37 org.antlr.lang.extend(org.antlr.runtime.CommonToken,
38 org.antlr.runtime.Token,
143 org.antlr.lang.augmentObject(org.antlr.runtime.Token, {
144 EOF_TOKEN: new org.antlr.runtime.CommonToken(org.antlr.runtime.CharStream.EOF),
145 INVALID_TOKEN: new org.antlr.runtime.CommonToken(0)
    [all...]
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22b/
Format22b.smali 13 .annotation runtime Lorg/junit/Test;
27 .annotation runtime Lorg/junit/Test;
41 .annotation runtime Lorg/junit/Test;
55 .annotation runtime Lorg/junit/Test;
69 .annotation runtime Lorg/junit/Test;
83 .annotation runtime Lorg/junit/Test;
97 .annotation runtime Lorg/junit/Test;
111 .annotation runtime Lorg/junit/Test;
125 .annotation runtime Lorg/junit/Test;
139 .annotation runtime Lorg/junit/Test
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
environment.hpp 22 // Boost.Runtime.Parameter
23 #include <boost/test/utils/runtime/config.hpp>
24 #include <boost/test/utils/runtime/fwd.hpp>
25 #include <boost/test/utils/runtime/argument.hpp>
26 #include <boost/test/utils/runtime/interpret_argument_value.hpp>
28 #include <boost/test/utils/runtime/env/fwd.hpp>
29 #include <boost/test/utils/runtime/env/modifier.hpp>
30 #include <boost/test/utils/runtime/env/variable.hpp>
43 // ************** runtime::environment implementation ************** //
96 // ************** runtime::environment ************** /
    [all...]
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 18 g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
22 ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
30 c.g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
34 (c.*ptr)(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
37 C::h(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
41 static_ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
51 block(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic block; call will abort at runtime}}
66 d(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
78 E e(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \
80 (void)E(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \
    [all...]
  /art/build/
Android.gtest.mk 69 runtime/arch/arch_test.cc \
70 runtime/arch/memcmp16_test.cc \
71 runtime/arch/stub_test.cc \
72 runtime/barrier_test.cc \
73 runtime/base/bit_field_test.cc \
74 runtime/base/bit_vector_test.cc \
75 runtime/base/hash_set_test.cc \
76 runtime/base/hex_dump_test.cc \
77 runtime/base/histogram_test.cc \
78 runtime/base/mutex_test.cc
    [all...]
  /art/test/005-annotations/src/android/test/anno/
AnnoArrayField.java 8 @Retention(RetentionPolicy.RUNTIME)
AnnoFancyField.java 6 @Retention(RetentionPolicy.RUNTIME)
AnnoFancyMethod.java 6 @Retention(RetentionPolicy.RUNTIME)
ExportedProperty.java 7 @Retention(RetentionPolicy.RUNTIME)
  /art/test/006-args/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /art/test/007-count10/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /art/test/008-exceptions/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /art/test/009-instanceof/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /art/test/010-instance/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /art/test/011-array-copy/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /art/test/012-math/
info.txt 2 runtime test framework. The test is intended to exercise basic features,

Completed in 626 milliseconds

<<11121314151617181920>>