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

1 2 3 4 5 6 78 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
RuntimeTest.java 28 Runtime r = Runtime.getRuntime();
62 * java.lang.Runtime#exit(int)
65 // Test for method void java.lang.Runtime.exit(int)
70 * java.lang.Runtime#exec(java.lang.String)
77 Runtime.getRuntime().exec("AnInexistentProgram");
87 * java.lang.Runtime#getRuntime()
90 // Test for method java.lang.Runtime java.lang.Runtime.getRuntime()
95 * java.lang.Runtime#runFinalization(
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /external/antlr/antlr-3.4/runtime/Perl5/docs/
design.pod 3 design.pod - ANTLR::Runtime Design Document
7 This document describes the design of the C<ANTLR::Runtime> Perl 5 port.
11 C<ANTLR::Runtime> is the port of the runtime part for ANTLR to Perl 5. ANTLR's
23 C<ANTLR::Runtime> uses C<Object::InsideOut> for OO modelling.
27 The Java package C<org.antlr.runtime> maps to the Perl 5 package
28 C<ANTLR::Runtime>.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
20 #include <boost/test/utils/runtime/fwd.hpp>
21 #include <boost/test/utils/runtime/validation.hpp>
35 // ************** runtime::argument ************** //
60 // ************** runtime::typed_argument ************** //
79 // ************** runtime::arg_value ************** //
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
char_parameter.hpp 18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
20 #include <boost/test/utils/runtime/validation.hpp>
22 #include <boost/test/utils/runtime/cla/basic_parameter.hpp>
23 #include <boost/test/utils/runtime/cla/id_policy.hpp>
55 // ************** runtime::cla::char_parameter ************** //
94 # include <boost/test/utils/runtime/cla/char_parameter.ipp>
validation.hpp 18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
21 #include <boost/test/utils/runtime/cla/fwd.hpp>
30 // ************** runtime::cla::report_input_error ************** //
51 # include <boost/test/utils/runtime/cla/validation.ipp>
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.pom 25 <groupId>org.codehaus.gmaven.runtime</groupId>
26 <artifactId>gmaven-runtime</artifactId>
30 <name>GMaven Runtime :: Support</name>
31 <artifactId>gmaven-runtime-support</artifactId>
34 Support for Groovy Runtime implementations.
44 <groupId>org.codehaus.gmaven.runtime</groupId>
45 <artifactId>gmaven-runtime-api</artifactId>
  /art/runtime/mirror/
art_method-inl.h 34 #include "runtime-inl.h"
192 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
205 DCHECK(!Runtime::Current()->IsStarted());
212 DCHECK(!Runtime::Current()->IsStarted());
218 DCHECK(!Runtime::Current()->IsStarted());
224 DCHECK(!Runtime::Current()->IsStarted());
233 Runtime* runtime = Runtime::Current(); local
234 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(this, pointer_size)
315 Runtime* runtime = Runtime::Current(); local
365 Runtime* runtime = Runtime::Current(); local
449 Runtime* runtime = Runtime::Current(); local
    [all...]
  /art/runtime/arch/
arch_test.cc 27 static void CheckFrameSize(InstructionSet isa, Runtime::CalleeSaveType type, uint32_t save_size)
29 Runtime* r = Runtime::Current();
53 CheckFrameSize(InstructionSet::kArm, Runtime::kSaveAll, FRAME_SIZE_SAVE_ALL_CALLEE_SAVE);
58 CheckFrameSize(InstructionSet::kArm, Runtime::kRefsOnly, FRAME_SIZE_REFS_ONLY_CALLEE_SAVE);
63 CheckFrameSize(InstructionSet::kArm, Runtime::kRefsAndArgs, FRAME_SIZE_REFS_AND_ARGS_CALLEE_SAVE);
111 CheckFrameSize(InstructionSet::kArm64, Runtime::kSaveAll, FRAME_SIZE_SAVE_ALL_CALLEE_SAVE);
116 CheckFrameSize(InstructionSet::kArm64, Runtime::kRefsOnly, FRAME_SIZE_REFS_ONLY_CALLEE_SAVE);
121 CheckFrameSize(InstructionSet::kArm64, Runtime::kRefsAndArgs, FRAME_SIZE_REFS_AND_ARGS_CALLEE_SAVE);
169 CheckFrameSize(InstructionSet::kMips, Runtime::kSaveAll, FRAME_SIZE_SAVE_ALL_CALLEE_SAVE)
    [all...]
  /external/chromium_org/extensions/browser/api/runtime/
runtime_apitest.cc 12 #include "extensions/browser/api/runtime/runtime_api.h"
17 // Tests the privileged components of chrome.runtime.
19 ASSERT_TRUE(RunExtensionTest("runtime/privileged")) << message_;
22 // Tests the unprivileged components of chrome.runtime.
26 LoadExtension(test_data_dir_.AppendASCII("runtime/content_script")));
38 ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII("runtime")
41 ASSERT_TRUE(RunExtensionTest("runtime/uninstall_url")) << message_;
59 // Tests chrome.runtime.getPackageDirectory with an app.
63 ASSERT_TRUE(RunPlatformAppTest("api_test/runtime/get_package_directory/app"))
67 // Tests chrome.runtime.getPackageDirectory with an extension
    [all...]
  /external/libcxx/test/language.support/support.runtime/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.runtime/Android.mk
19 test_name := language.support/support.runtime/cstdbool
23 test_name := language.support/support.runtime/cstdarg
27 test_name := language.support/support.runtime/version_csetjmp
31 test_name := language.support/support.runtime/version_ctime
35 test_name := language.support/support.runtime/version_cstdlib
39 test_name := language.support/support.runtime/ctime
43 test_name := language.support/support.runtime/version_csignal
47 test_name := language.support/support.runtime/version_cstdarg
51 test_name := language.support/support.runtime/csetjm
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.help.appserver_3.1.400.v20100427.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 3 // defined here. Token is an interface, not a subclass in the Java runtime.
8 * @memberOf org.antlr.runtime
10 org.antlr.runtime.Token = function() {};
11 org.antlr.lang.augmentObject(org.antlr.runtime.Token, /** @lends Token */ {
21 EOF: org.antlr.runtime.CharStream.EOF,
  /external/chromium_org/extensions/renderer/resources/
runtime_custom_bindings.js 5 // Custom binding for the runtime API.
7 var binding = require('binding').Binding.create('runtime');
10 var runtimeNatives = requireNative('runtime');
55 lastError.run('runtime.' + functionName,
61 lastError.run('runtime.' + functionName,
70 // Force the runtime API to be loaded in the background page. Using
71 // backgroundPageModuleSystem.require('runtime') is insufficient as
73 backgroundPage.chrome.runtime;
75 'runtime').bindDirectoryEntryCallback;
80 var runtime = binding.compiledApi
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.pom 25 <groupId>org.codehaus.gmaven.runtime</groupId>
26 <artifactId>gmaven-runtime</artifactId>
30 <name>GMaven Runtime :: API</name>
31 <artifactId>gmaven-runtime-api</artifactId>
34 Groovy runtime API.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Runtime.js 120 var Runtime = function()
123 * @type {!Array.<!Runtime.Module>}
127 * @type {!Object.<string, !Runtime.Module>}
131 * @type {!Array.<!Runtime.Extension>}
141 * @type {!Object.<string, !Runtime.ModuleDescriptor>}
152 Runtime._queryParamsObject = { __proto__: null };
157 Runtime.isReleaseMode = function()
167 Runtime.startSharedWorker = function(moduleName, workerName)
169 if (Runtime.isReleaseMode())
177 throw Error("Runtime.startSharedWorker supports modules with only one script!")
943 var runtime; variable
    [all...]
  /art/runtime/
runtime.cc 17 #include "runtime.h"
96 const char* Runtime::kDefaultInstructionSetFeatures =
98 Runtime* Runtime::instance_ = NULL;
100 Runtime::Runtime()
123 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
154 Runtime::~Runtime() {
174 // Shut down background profiler before the runtime exits
257 Runtime* runtime = Runtime::Current(); variable
1206 Runtime* runtime = Runtime::Current(); local
1230 Runtime* runtime = Runtime::Current(); local
1254 Runtime* runtime = Runtime::Current(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
24 * Move the unzipped folder to runtime/JavaScript/tests/jsunit
27 1) In a shell cd to runtime/JavaScript/build.
28 2) Run 'ant'. This will build the JavaScript runtime libraries into the
29 runtime/JavaScript/lib folder.
36 different build method, update runtime/JavaScript/build/antlr3.properties to
38 2) In a shell cd to runtime/JavaScript/build.
40 issued during this step are expected. (We test the JS runtime agains
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js 7 org.antlr.runtime.tree.CommonTree = function(node) {
23 if (node instanceof org.antlr.runtime.tree.CommonTree) {
24 org.antlr.runtime.tree.CommonTree.superclass.constructor.call(this, node);
28 } else if (node instanceof org.antlr.runtime.CommonToken) {
34 org.antlr.lang.extend(org.antlr.runtime.tree.CommonTree, org.antlr.runtime.tree.BaseTree, {
40 return new org.antlr.runtime.tree.CommonTree(this);
49 return org.antlr.runtime.Token.INVALID_TOKEN_TYPE;
123 if ( this.getType()===org.antlr.runtime.Token.INVALID_TOKEN_TYPE ) {
134 org.antlr.runtime.tree.Tree.INVALID_NODE
    [all...]

Completed in 739 milliseconds

1 2 3 4 5 6 78 91011>>