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

1 2 3

  /external/v8/src/crankshaft/
hydrogen-environment-liveness.cc 37 int index, HSimulate* simulate) {
38 int operand_index = simulate->ToOperandIndex(index);
40 simulate->AddAssignedValue(index, graph()->GetConstantOptimizedOut());
42 simulate->SetOperandAt(operand_index, graph()->GetConstantOptimizedOut());
62 HSimulate* simulate = first_simulate_.at(successor_id); local
63 if (simulate == NULL) continue;
64 DCHECK(VerifyClosures(simulate->closure(),
66 ZapEnvironmentSlot(i, simulate);
75 HSimulate* simulate = marker->next_simulate();
76 if (simulate != NULL)
    [all...]
hydrogen-environment-liveness.h 29 void ZapEnvironmentSlot(int index, HSimulate* simulate);
55 // Keeps track of the last simulate seen, as well as the environment slots
57 // in that simulate when the end of another live range of theirs is found).
hydrogen-instructions.h 129 V(Simulate) \
    [all...]
  /external/autotest/frontend/migrations/
046_merge_databases.py 19 if manager.simulate:
  /external/autotest/database/
migrate.py 96 self.simulate = False
415 %s [options] sync|test|simulate|safesync [version]
446 manager.simulate=True
448 elif args[0] == 'simulate':
449 manager.simulate=True
453 manager.simulate=True
456 manager.simulate=False
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
timeline_view_test.js 134 * @param {number} ticks Number of mouse wheel ticks to simulate.
153 * @param {number} ticks Number of mouse wheel ticks to simulate.
172 * @param {number} ticks Number of mouse wheel ticks to simulate.
log_util_test.js 106 * the string, if any, to simulate a truncated log due to crash, or
262 * Same as above, but it truncates the log to simulate the case of a crash when
305 // Simulate a click on the stop capturing button
329 // Simulate clicking the stop button.
  /hardware/qcom/camera/msmcobalt/QCamera2/
Android.mk 67 #Enable to simulate B+B snapshot use case. Will be removed later
  /hardware/ti/omap4-aah/camera/
Android.mk 9 # A@H customization: simulate the macros defined by TI's android-api.mk
  /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
203 * {@link Simulator#simulate}
Ropper.java 783 * Using a copy of the given frame, simulate each instruction,
787 sim.simulate(block, frame);
    [all...]
  /external/icu/icu4c/source/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
  /external/slf4j/slf4j-site/src/site/pages/js/
jquery-min.js     [all...]
  /external/testng/src/main/resources/
jquery-1.7.1.min.js     [all...]
  /external/v8/benchmarks/
richards.js 391 * A task that suspends itself after each time it has been run to simulate
  /external/libjpeg-turbo/doc/html/
jquery.js     [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]
  /external/chromium-trace/catapult/third_party/flot/
jquery.js     [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js     [all...]
  /external/ImageMagick/www/api/
fx.php 98 <p>BlueShiftImage() mutes the colors of the image to simulate a scene at nighttime in the moonlight.</p>
  /external/chromium-trace/catapult/third_party/jquery/
jquery-2.1.4.js     [all...]
  /external/curl/tests/
runtests.pl     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1269 milliseconds

1 2 3