HomeSort by relevance Sort by last modified time
    Searched defs:simulate (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 37 * Class which knows how to simulate the effects of executing bytecode.
92 public void simulate(ByteBlock bb, Frame frame) { method in class:Simulator
113 * @param offset {@code >= 0;} offset of the instruction to simulate
117 public int simulate(int offset, Frame frame) { method in class:Simulator
143 * {@link Simulator#simulate}
Ropper.java 680 * Using a copy of the given frame, simulate each instruction,
684 sim.simulate(block, frame);
    [all...]
  /system/vold/
VolumeManager.cpp 749 int VolumeManager::simulate(const char *cmd, const char *arg) { function in class:VolumeManager
  /external/icu4c/test/perf/ustrperf/
stringperf.h 32 // Simulate construction with a single-char string for basic_string
33 wchar_t simulate[2]={wTESTCHAR1, 0}; variable
475 stlstring b(simulate);
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 69 milliseconds