HomeSort by relevance Sort by last modified time
    Searched refs:Runtime (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /external/replicaisland/src/com/replica/replicaisland/
Game.java 371 Runtime r = Runtime.getRuntime();
ConversationDialogActivity.java 147 Runtime.getRuntime().gc();
  /external/v8/src/
assembler.h 39 #include "runtime.h"
527 ExternalReference(Runtime::FunctionId id, Isolate* isolate);
529 ExternalReference(const Runtime::Function* f, Isolate* isolate);
runtime.cc 49 #include "runtime.h"
50 #include "runtime-profiler.h"
    [all...]
ast.h 34 #include "runtime.h"
916 // for minimizing the work when constructing it at runtime.
1015 // for minimizing the work when constructing it at runtime.
    [all...]
full-codegen.h 402 // Platform-specific code for inline runtime calls.
403 InlineFunctionGenerator FindInlineFunctionGenerator(Runtime::FunctionId id);
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 414 Runtime.getRuntime().runFinalization();
415 Runtime.getRuntime().gc();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AndroidDebugBridge.java 567 Process process = Runtime.getRuntime().exec(command);
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 187 Runtime.getRuntime().addShutdownHook(new Thread() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 27 import org.eclipse.core.runtime.IAdaptable;
28 import org.eclipse.core.runtime.IPath;
29 import org.eclipse.core.runtime.IProgressMonitor;
30 import org.eclipse.core.runtime.IStatus;
31 import org.eclipse.core.runtime.Path;
32 import org.eclipse.core.runtime.Status;
33 import org.eclipse.core.runtime.jobs.Job;
259 final Process process = Runtime.getRuntime().exec(command);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 35 import org.eclipse.core.runtime.CoreException;
36 import org.eclipse.core.runtime.IPath;
37 import org.eclipse.core.runtime.IProgressMonitor;
38 import org.eclipse.core.runtime.NullProgressMonitor;
39 import org.eclipse.core.runtime.SubProgressMonitor;
206 Process p = Runtime.getRuntime().exec(command);
RenderScriptProcessor.java 40 import org.eclipse.core.runtime.CoreException;
41 import org.eclipse.core.runtime.IPath;
42 import org.eclipse.core.runtime.IProgressMonitor;
43 import org.eclipse.core.runtime.Path;
245 Process p = Runtime.getRuntime().exec(command);
BuildHelper.java 51 import org.eclipse.core.runtime.CoreException;
52 import org.eclipse.core.runtime.IPath;
53 import org.eclipse.core.runtime.IStatus;
54 import org.eclipse.core.runtime.Status;
589 Process process = Runtime.getRuntime().exec(commandArray, envp);
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 399 Runtime rt = Runtime.getRuntime();
405 java.lang.Process p = Runtime.getRuntime().exec(command);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java     [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 37 #include "runtime.h"
762 // preparing for calling the runtime function.
    [all...]
ic-arm.cc 37 #include "runtime.h"
396 // Cache miss: Jump to runtime.
436 // we enter the runtime system to make sure that indexing into string
799 __ CallRuntime(Runtime::kKeyedGetProperty, 2);
835 // - there is hope that the runtime will create a monomorphic call stub
883 // Cache miss: Jump to runtime.
903 // Cache miss: Jump to runtime.
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 34 #include "runtime.h"
449 // we enter the runtime system to make sure that indexing
591 // Pop the receiver from the stack and jump to runtime.
595 // Slow case: jump to runtime.
743 // Everything is fine, call runtime.
799 // Slow case: call runtime.
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 39 // TranscendentalCache runtime function.
49 Runtime::FunctionId RuntimeFunction();
253 // Operand type information determined at runtime.
macro-assembler-mips.cc 37 #include "runtime.h"
    [all...]
  /external/v8/src/x64/
ic-x64.cc 34 #include "runtime.h"
449 // we enter the runtime system to make sure that indexing
602 // Slow case: Jump to runtime.
747 // Everything is fine, call runtime.
809 // Slow case: call runtime.
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 321 Runtime.getRuntime().gc();
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 101 Method m6 = Runtime.class.getMethod("exec", new Class[] { String[].class });
124 "public java.lang.Process java.lang.Runtime.exec(java.lang.String[]) throws java.io.IOException",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 28 import org.eclipse.core.runtime.IAdaptable;
29 import org.eclipse.core.runtime.IProgressMonitor;
534 Process process = Runtime.getRuntime().exec(command);
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 657 Process p = Runtime.getRuntime().exec("ping -c 1 " + ipAddress);
676 Process p = Runtime.getRuntime().exec("ping -c 1 www.google.com");
    [all...]

Completed in 1377 milliseconds

1 2 3 45 6 7