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

1 2

  /cts/tests/tests/webkitsecurity/assets/
iframe-onload-remove-self-no-crash.js 12 // appendChild triggers load
clear-watch-invalid-id-crash.js 1 description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
  /frameworks/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/
CrashyApp2.java 17 package com.android.smoketest.triggers;
CrashyApp.java 17 package com.android.smoketest.triggers;
UnresponsiveApp.java 17 package com.android.smoketest.triggers;
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js 1 description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 57 * or a mouse axis. A mapping represents a link onto one or several triggers,
112 private final ArrayList<Integer> triggers = new ArrayList<Integer>(); field in class:InputManager.Mapping
511 * Create a new mapping to the given triggers.
514 * The given mapping will be assigned to the given triggers, when
515 * any of the triggers given raise an event, the listeners
519 * @param triggers The triggers to which the mapping is to be registered.
523 public void addMapping(String mappingName, Trigger... triggers) {
530 for (Trigger trigger : triggers) {
539 mapping.triggers.add(hash);
576 ArrayList<Integer> triggers = mapping.triggers; local
    [all...]
ChaseCamera.java 232 * Sets custom triggers for toggleing the rotation of the cam
236 * @param triggers
238 public void setToggleRotationTrigger(Trigger... triggers) {
240 inputManager.addMapping(ChaseCamToggleRotate, triggers);
245 * Sets custom triggers for zomming in the cam
248 * @param triggers
250 public void setZoomInTrigger(Trigger... triggers) {
252 inputManager.addMapping(ChaseCamZoomIn, triggers);
257 * Sets custom triggers for zomming out the cam
260 * @param triggers
    [all...]
  /hardware/invensense/mlsdk/mllite/
mldl.h 130 inv_error_t inv_get_dl_cfg_int(unsigned char triggers);
mldl.c 409 * triggers can be set.
412 * @param triggers
413 * bitmask of triggers to enable for interrupt.
414 * The available triggers are:
421 inv_error_t inv_get_dl_cfg_int(unsigned char triggers)
427 if (triggers & !(BIT_MPU_RDY_EN | BIT_DMP_INT_EN | BIT_RAW_RDY_EN)) {
432 mldlCfg.int_config = triggers;
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1145.js 36 // would set a pending exception that is then ignored (until it triggers
regress-1246.js 39 // Giving these values as the radix argument triggers radix detection.
  /external/v8/test/mjsunit/
elements-transition.js 41 // triggers an IC miss, upon which the conversion stub is generated, but the
unicode-test.js     [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 140 * If not already waiting for results from all updates, triggers all
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 244 // Check to perform at each execution of the timed loop. It also triggers
  /external/oprofile/events/i386/westmere/
unit_masks 117 0x04 triggers L1D hardware prefetch requests triggered
  /external/blktrace/btt/doc/
btt.tex 635 The \emph{--per-io-dump} or \emph{-p} option triggers this behavior,
    [all...]
  /external/quake/quake/src/QW/
Makefile.Linux 814 $(MAINDIR)/progs/triggers.qc \
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 1489 milliseconds

1 2