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

1 2

  /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/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/60xx/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/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.h 59 float triggers[2]; member in struct:XboxController::Data
xbox_data_fetcher_mac.cc 142 normalized_data->triggers[0] = NormalizeTrigger(data.trigger_left);
143 normalized_data->triggers[1] = NormalizeTrigger(data.trigger_right);
  /external/chromium_org/v8/test/mjsunit/
debug-script-breakpoints-closure.js 54 // The debugger triggers re-compilation.
60 // Ensure the closure actually triggers a break point hit.
debug-script-breakpoints-nested.js 66 // The debugger triggers compilation of inner closures.
elements-transition.js 41 // triggers an IC miss, upon which the conversion stub is generated, but the
string-replace.js 229 assertTrue(side_effect_flag); // Side effect triggers even without a match.
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.js 58 // Show the dialog, which triggers a chrome.send() for metrics purposes.
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsService.java 88 public static final String TRIGGER_KEY = "triggers";
530 JSONObject triggers = params.getJSONObject(TRIGGER_KEY);
531 if (triggers.has(TRIGGER_AE_KEY)) {
532 doAE = triggers.getBoolean(TRIGGER_AE_KEY);
534 if (triggers.has(TRIGGER_AF_KEY)) {
535 doAF = triggers.getBoolean(TRIGGER_AF_KEY);
    [all...]
  /external/chromium_org/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/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.
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 365 SETUP_REF_AND_ARGS_CALLEE_SAVE_FRAME # save callee saves in case allocation triggers GC
471 SETUP_REF_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
497 SETUP_REF_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
510 SETUP_REF_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
524 SETUP_REF_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 63 * of pending messages triggers a test failure.
  /external/v8/test/mjsunit/
elements-transition.js 41 // triggers an IC miss, upon which the conversion stub is generated, but the
  /external/skia/tools/skpdiff/
diff_viewer.js 148 // event handler for mouse events that triggers the magnification
173 // event handler that triggers the end of the magnification effect and
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 219 SETUP_REF_AND_ARGS_CALLEE_SAVE_FRAME @ save callee saves in case allocation triggers GC
311 SETUP_REF_ONLY_CALLEE_SAVE_FRAME @ save callee saves in case exception allocation triggers GC
337 SETUP_REF_ONLY_CALLEE_SAVE_FRAME @ save callee saves in case exception allocation triggers GC
351 SETUP_REF_ONLY_CALLEE_SAVE_FRAME @ save callee saves in case exception allocation triggers GC
366 SETUP_REF_ONLY_CALLEE_SAVE_FRAME @ save callee saves in case exception allocation triggers GC
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
volume_manager.js 131 // entry at first. This triggers full feed fetch on background.
134 // a fast-fetch and it re-triggers full-feed fetch.

Completed in 1538 milliseconds

1 2