HomeSort by relevance Sort by last modified time
    Searched full:simulate (Results 126 - 150 of 1055) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/vboot_reference/tests/
vboot_firmware_tests.c 253 vblock[0].header_version_major = 1; /* Simulate failure */
254 vblock[1].data_key.key_version = 1; /* Simulate rollback */
269 vblock[1].data_key.algorithm = 1; /* Simulate invalid data key */
281 vblock[0].data_key.key_version = 1; /* Simulate rollback */
289 mpreamble[0].header_version_major = 1; /* Simulate failure */
300 mpreamble[0].firmware_version = 3; /* Simulate rollback */
313 mpreamble[0].firmware_version = 3; /* Simulate rollback */
  /system/update_engine/
payload_state_unittest.cc 598 // Now, simulate a corrupted url index on persisted store which gets
644 // Simulate two failures (enough to cause payload backoff) and check
667 // Simulate two failures (enough to cause payload backoff) and check
695 // Simulate a successful download and see that we're ready to download
702 // Simulate two failures (enough to cause payload backoff) and check
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/
GettingStarted.md 18 On Linux, Dummynet must be installed to simulate network conditions.
44 Dummynet driver must be installed to simulate network conditions
83 During replay, you may simulate desired network conditions. This is
  /external/iproute2/man/man8/
tc-netem.8 148 used to simulate additional link layer headers. A negative value can be used to
149 artificial strip the Ethernet header (e.g. -14) and/or simulate a link layer
151 the cellsize. Cellsize can be used to simulate link layer schemes. ATM for
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionLabelTests.java 52 // Working variable to simulate system locale changing.
57 // Simulate system locale changing, see {@link SystemBroadcastReceiver}.
113 // Simulate system locale changing, see {@link SystemBroadcastReceiver}.
  /cts/tests/tests/view/src/android/view/cts/
OrientationListenerTest.java 80 // TODO can not simulate sensor events on the emulator.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 57 // We are going to enqueue a couple key events to simulate the user
ContactsSelectInstrumentation.java 63 // We are going to enqueue a couple key events to simulate the user
SecureWindowActivity.java 41 * "Overlay Display" created using the "Simulate secondary displays" option in
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
_index.html 24 <dd>Demonstrates calling the {@link android.graphics.Matrix.html#setPolyToPoly(float[],int,float[],int,int)} method to translate coordinates on a canvas to a new perspective (used to simulate perspective). </dd>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDFA.h 52 // simulate the DFA using the static tables and predict an alternative
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDFA.h 52 // simulate the DFA using the static tables and predict an alternative
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDFA.h 52 // simulate the DFA using the static tables and predict an alternative
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFA.java 35 * by the Grammar object so we can, for example, convert to DFA or simulate
  /external/autotest/frontend/health/
manual_check_passing_experimental.py 24 'passing_experimental.py main() function to simulate '
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
control.WEP40 14 This test uses servo to simulate lid close and open events and checks that the
  /external/autotest/server/site_tests/p2p_EndToEndTest/
control 31 To simulate a progressive download of the shared file in the master, the
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
memory_backend.py 49 """Simulate a memory pressure notification.
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
camera_test.html 41 // simulate the constraints of the layer-tree-view
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc 37 ThrowAndCatch(); // Simulate __asan_handle_no_return().
  /external/fio/engines/
falloc.c 4 * IO engine that does regular fallocate to simulate data transfer
  /external/libgdx/backends/gdx-backends-gwt/
issues.txt 3 - unfixable: client side arrays (vertex arrays) are unsupported. VertexArray and IndexArray class simulate VAs via
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/joints/
PulleyJointDef.java 66 /** The pulley ratio, used to simulate a block-and-tackle. */
  /external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/mappings/
Ouya.java 53 /** To allow users to simulate running on Ouya **/

Completed in 2591 milliseconds

1 2 3 4 56 7 8 91011>>