HomeSort by relevance Sort by last modified time
    Searched refs:runtime (Results 151 - 175 of 1444) sorted by null

1 2 3 4 5 67 8 91011>>

  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.core.expressions_3.4.200.v20100505.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.core.expressions_3.4.200.v20100505.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 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 25 import org.eclipse.core.runtime.CoreException;
26 import org.eclipse.core.runtime.IProgressMonitor;
27 import org.eclipse.core.runtime.IStatus;
28 import org.eclipse.core.runtime.Status;
29 import org.eclipse.core.runtime.jobs.Job;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 33 VMRuntime runtime = VMRuntime.getRuntime(); local
34 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1);
35 long base_ptr = runtime.addressOf(array);
74 VMRuntime runtime = VMRuntime.getRuntime(); local
75 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1);
76 long base_ptr = runtime.addressOf(array);
112 VMRuntime runtime = VMRuntime.getRuntime(); local
113 byte[] array = (byte[]) runtime.newNonMovableArray(byte.class, scale * values.length + 1);
114 long base_ptr = runtime.addressOf(array);
  /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/
ANTLRStringStream.js 5 * @extends org.antlr.runtime.CharStream
8 org.antlr.runtime.ANTLRStringStream = function(data) {
72 org.antlr.lang.extend(org.antlr.runtime.ANTLRStringStream,
73 org.antlr.runtime.CharStream,
74 /** @lends org.antlr.runtime.ANTLRStringStream.prototype */
118 return org.antlr.runtime.CharStream.EOF;
316 * @methodOf org.antlr.runtime.ANTLRStringStream.prototype
318 org.antlr.runtime.ANTLRStringStream.prototype.LT = org.antlr.runtime.ANTLRStringStream.prototype.LA;
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.cc 17 #include "extensions/browser/api/runtime/runtime_api.h"
91 extensions::core_api::runtime::OnRestartRequired::REASON_APP_UPDATE);
97 extensions::core_api::runtime::OnRestartRequired::Reason restart_reason =
98 extensions::core_api::runtime::OnRestartRequired::REASON_NONE;
102 extensions::core_api::runtime::OnRestartRequired::REASON_OS_UPDATE;
106 extensions::core_api::runtime::OnRestartRequired::REASON_PERIODIC;
129 extensions::core_api::runtime::OnRestartRequired::REASON_APP_UPDATE);
  /external/lldb/source/DataFormatters/
Cocoa.cpp 35 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
37 if (!runtime)
40 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
82 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
84 if (!runtime)
87 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
126 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
128 if (!runtime)
131 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
172 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.hpp 18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
21 #include <boost/test/utils/runtime/cla/fwd.hpp>
22 #include <boost/test/utils/runtime/cla/modifier.hpp>
23 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
25 #include <boost/test/utils/runtime/cla/iface/id_policy.hpp>
141 # include <boost/test/utils/runtime/cla/id_policy.ipp>
argument_factory.hpp 18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
21 #include <boost/test/utils/runtime/fwd.hpp>
22 #include <boost/test/utils/runtime/validation.hpp>
23 #include <boost/test/utils/runtime/argument.hpp>
24 #include <boost/test/utils/runtime/trace.hpp>
25 #include <boost/test/utils/runtime/interpret_argument_value.hpp>
27 #include <boost/test/utils/runtime/cla/fwd.hpp>
28 #include <boost/test/utils/runtime/cla/value_generator.hpp>
29 #include <boost/test/utils/runtime/cla/value_handler.hpp
    [all...]
  /art/test/104-growth-limit/src/
Main.java 39 Object runtime = get_runtime.invoke(null); local
41 clear_growth_limit.invoke(runtime);
  /art/test/115-native-bridge/
run 29 exec ${RUN} --runtime-option -XX:NativeBridge=libnativebridgetest.so ${MODARGS} NativeBridgeMain
  /external/antlr/
Android.mk 18 LOCAL_MODULE := antlr-runtime
20 LOCAL_SRC_FILES := $(call all-java-files-under, antlr-3.4/runtime/Java/src/main/java)
22 LOCAL_SRC_FILES := $(filter-out antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/DOTTreeGenerator.java, $(LOCAL_SRC_FILES))
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 28 package org.antlr.runtime {
TokenStream.as 28 package org.antlr.runtime {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
UnbufferedTokenStream.java 28 package org.antlr.runtime;
30 import org.antlr.runtime.misc.LookaheadStream;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleTokenStream.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
Tree.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;

Completed in 1960 milliseconds

1 2 3 4 5 67 8 91011>>