HomeSort by relevance Sort by last modified time
    Searched refs:runtime (Results 451 - 475 of 1664) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 22 import org.eclipse.core.runtime.IProgressMonitor;
23 import org.eclipse.core.runtime.IStatus;
24 import org.eclipse.core.runtime.Status;
25 import org.eclipse.core.runtime.jobs.Job;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
Activator.java 19 import org.eclipse.core.runtime.FileLocator;
20 import org.eclipse.core.runtime.IPath;
21 import org.eclipse.core.runtime.IStatus;
22 import org.eclipse.core.runtime.Status;
NdkManager.java 23 import org.eclipse.core.runtime.CoreException;
24 import org.eclipse.core.runtime.IProgressMonitor;
25 import org.eclipse.core.runtime.SubProgressMonitor;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /art/runtime/mirror/
dex_cache.cc 28 #include "runtime.h"
54 Runtime* runtime = Runtime::Current(); local
55 if (runtime->HasResolutionMethod()) {
57 ArtMethod* trampoline = runtime->GetResolutionMethod();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
BlankDebugEventListener.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
DebugEventListener.java 28 package org.antlr.runtime.debug;
30 import org.antlr.runtime.RecognitionException;
31 import org.antlr.runtime.Token;
304 * @see org.antlr.runtime.tree.TreeAdaptor.becomeRoot()
313 * @see org.antlr.runtime.tree.TreeAdaptor.addChild()
  /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 ************** //
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java 19 import org.eclipse.core.runtime.QualifiedName;
20 import org.eclipse.core.runtime.content.IContentDescriber;
21 import org.eclipse.core.runtime.content.IContentDescription;
33 * extensions to the <code>org.eclipse.core.runtime.contentTypes</code>
49 * @see org.eclipse.core.runtime.content.IContentDescriber#describe(java.io.
50 * InputStream, org.eclipse.core.runtime.content.IContentDescription)
73 * org.eclipse.core.runtime.content.IContentDescriber#getSupportedOptions()
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
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.equinox.registry_3.5.300.v20130327-1442.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 62 Runtime* runtime = Runtime::Current(); local
63 JavaVMExt* vm = runtime->GetJavaVM();
96 Runtime* runtime = Runtime::Current(); local
97 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote";
99 runtime->PreZygoteFork()
    [all...]
  /build/core/
dex_preopt_libart.mk 11 DEX2OAT_DEPENDENCY := art/runtime/oat.cc # dependency on oat version number
12 DEX2OAT_DEPENDENCY += art/runtime/image.cc # dependency on image version number
86 --runtime-arg -Xms$(DEX2OAT_XMS) --runtime-arg -Xmx$(DEX2OAT_XMX) \
94 --include-patch-information --runtime-arg -Xnorelocate --no-include-debug-symbols
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognitionException.as 28 package org.antlr.runtime {
29 import org.antlr.runtime.tree.Tree;
30 import org.antlr.runtime.tree.TreeNodeStream;
31 import org.antlr.runtime.tree.TreeAdaptor;
32 import org.antlr.runtime.tree.CommonTree;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeNodeStream.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.TokenStream;
32 import org.antlr.runtime.misc.LookaheadStream;
33 import org.antlr.runtime.misc.IntArray;
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.cc 17 #include "extensions/browser/api/runtime/runtime_api.h"
85 extensions::core_api::runtime::OnRestartRequired::REASON_APP_UPDATE);
91 extensions::core_api::runtime::OnRestartRequired::Reason restart_reason =
92 extensions::core_api::runtime::OnRestartRequired::REASON_NONE;
96 extensions::core_api::runtime::OnRestartRequired::REASON_OS_UPDATE;
100 extensions::core_api::runtime::OnRestartRequired::REASON_PERIODIC;
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 25 import org.eclipse.core.runtime.IProgressMonitor;
26 import org.eclipse.core.runtime.IStatus;
27 import org.eclipse.core.runtime.Status;
28 import org.eclipse.core.runtime.jobs.ISchedulingRule;
29 import org.eclipse.core.runtime.jobs.Job;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkCommandLauncher.java 24 import org.eclipse.core.runtime.CoreException;
25 import org.eclipse.core.runtime.IPath;
26 import org.eclipse.core.runtime.IProgressMonitor;
27 import org.eclipse.core.runtime.Path;
28 import org.eclipse.core.runtime.Platform;
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonTokenStream.js 8 org.antlr.runtime.CommonTokenStream = function(tokenSource, channel) {
10 this.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL;
20 org.antlr.runtime.TokenStream = function() {};
22 org.antlr.lang.extend(org.antlr.runtime.CommonTokenStream,
23 org.antlr.runtime.TokenStream,
30 this.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL;
43 t.getType()!=org.antlr.runtime.CharStream.EOF )
144 types = new org.antlr.runtime.BitSet(types);
146 types = org.antlr.runtime.BitSet.of(types);
189 return org.antlr.runtime.Token.EOF_TOKEN
    [all...]

Completed in 1759 milliseconds

<<11121314151617181920>>