HomeSort by relevance Sort by last modified time
    Searched defs:Trigger (Results 1 - 14 of 14) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
Trigger.java 36 * A trigger represents a physical input, such as a keyboard key, a mouse
39 public interface Trigger {
42 * @return A user friendly name for the trigger.
47 * Returns the hash code for the trigger.
49 * @return the hash code for the trigger.
  /external/javassist/src/main/javassist/util/
HotSwapper.java 25 class Trigger {
81 private Trigger trigger; field in class:HotSwapper
84 private static final String TRIGGER_NAME = Trigger.class.getName();
108 trigger = new Trigger();
194 synchronized (trigger) {
198 trigger.doSwap();
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 630 typedef struct Trigger Trigger;
779 ** trigger has its own context, so that lastRowid can be updated inside
780 ** triggers as usual. The previous value will be restored once the trigger
781 ** exits. Upon entering a before or instead of trigger, lastRowid is no
790 ** within a trigger is not seen outside the trigger. Changes to views do not
827 u8 orphanTrigger; /* Last statement is orphaned TEMP trigger */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 284 ** A value of 1 means that a trigger program will not be able to itself
285 ** fire any triggers. A value of 0 means that no trigger programs at all
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
javassist-3.14.0-GA.jar 
  /external/sqlite/dist/orig/
sqlite3.c 284 ** A value of 1 means that a trigger program will not be able to itself
285 ** fire any triggers. A value of 0 means that no trigger programs at all
    [all...]