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

1 2

  /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/chromium_org/v8/src/
hydrogen-environment-liveness.cc 60 int index, HSimulate* simulate) {
61 int operand_index = simulate->ToOperandIndex(index);
63 simulate->AddAssignedValue(index, graph()->GetConstantUndefined());
65 simulate->SetOperandAt(operand_index, graph()->GetConstantUndefined());
85 HSimulate* simulate = first_simulate_.at(successor_id); local
86 if (simulate == NULL) continue;
87 ASSERT(simulate->closure().is_identical_to(
89 ZapEnvironmentSlot(i, simulate);
98 HSimulate* simulate = marker->next_simulate();
99 if (simulate != NULL)
    [all...]
hydrogen-environment-liveness.h 53 void ZapEnvironmentSlot(int index, HSimulate* simulate);
76 // Keeps track of the last simulate seen, as well as the environment slots
78 // in that simulate when the end of another live range of theirs is found).
hydrogen-escape-analysis.cc 187 HSimulate* simulate = HSimulate::cast(instr); local
190 for (int i = 0; i < simulate->OperandCount(); i++) {
191 if (simulate->OperandAt(i) != allocate) continue;
192 simulate->SetOperandAt(i, state);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilderSimulator.h 57 bool simulate(const CompactHTMLToken&, HTMLTokenizer*);
BackgroundHTMLParser.cpp 171 if (!m_treeBuilderSimulator.simulate(m_pendingTokens->last(), m_tokenizer.get()) || m_pendingTokens->size() >= pendingTokenLimit) {
HTMLTreeBuilderSimulator.cpp 132 bool HTMLTreeBuilderSimulator::simulate(const CompactHTMLToken& token, HTMLTokenizer* tokenizer) function in class:WebCore::HTMLTreeBuilderSimulator
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppp_instance/
ppapi_ppp_instance.js 52 // TODO(polina): How can I simulate focusing on Windows?
  /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 32 * Class which knows how to simulate the effects of executing bytecode.
87 public void simulate(ByteBlock bb, Frame frame) { method in class:Simulator
108 * @param offset {@code >= 0;} offset of the instruction to simulate
112 public int simulate(int offset, Frame frame) { method in class:Simulator
196 * {@link Simulator#simulate}
Ropper.java 694 * Using a copy of the given frame, simulate each instruction,
698 sim.simulate(block, frame);
    [all...]
  /external/chromium_org/third_party/icu/source/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);
  /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/libvorbis/doc/
Vorbis_I_spec.tex 56 % Custom ref command, using hyperrefs autoref & nameref, to simulate the
  /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
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
richards.js 391 * A task that suspends itself after each time it has been run to simulate
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_transfer_controller.js 690 * Allows to simulate commands to get access to clipboard.
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 329 * This is used to simulate a fire-once event (i.e. $(document).ready() in
  /external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 386 * A task that suspends itself after each time it has been run to simulate
  /external/chromium_org/v8/benchmarks/
richards.js 391 * A task that suspends itself after each time it has been run to simulate
  /external/v8/benchmarks/
richards.js 391 * A task that suspends itself after each time it has been run to simulate
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery-1.8.2.min.js     [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]

Completed in 4197 milliseconds

1 2