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

  /external/jmonkeyengine/engine/src/core/com/jme3/input/
TouchInput.java 73 * @param simulate if mouse events should be generated
75 public void setSimulateMouse(boolean simulate);
86 * @param simulate if keyboard events should be generated
88 public void setSimulateKeyboard(boolean simulate);
  /external/jmonkeyengine/engine/src/android/com/jme3/input/android/
AndroidInput.java 578 public void setSimulateMouse(boolean simulate) {
579 mouseEventsEnabled = simulate;
587 public void setSimulateKeyboard(boolean simulate) {
588 keyboardEventsEnabled = simulate;
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 33 * Class which knows how to simulate the effects of executing bytecode.
88 public void simulate(ByteBlock bb, Frame frame) { method in class:Simulator
109 * @param offset {@code >= 0;} offset of the instruction to simulate
113 public int simulate(int offset, Frame frame) { method in class:Simulator
197 * {@link Simulator#simulate}
Ropper.java 680 * Using a copy of the given frame, simulate each instruction,
684 sim.simulate(block, frame);
    [all...]
  /external/icu4c/test/perf/ustrperf/
stringperf.h 34 // Simulate construction with a single-char string for basic_string
35 wchar_t simulate[2]={wTESTCHAR1, 0}; variable
477 stlstring b(simulate);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 58 defines a single DFA class that is used to simulate state machines for certain
  /external/v8/benchmarks/
richards.js 391 * A task that suspends itself after each time it has been run to simulate
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 386 * A task that suspends itself after each time it has been run to simulate
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 386 * A task that suspends itself after each time it has been run to simulate
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 386 * A task that suspends itself after each time it has been run to simulate
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]
  /external/v8/src/
hydrogen.cc 206 HSimulate* simulate = HSimulate::cast(predecessor->end()->previous()); local
211 simulate->set_ast_id(ast_id);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/grub/
configure 920 simulate the slowness of a serial device
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 499 milliseconds