HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 226 - 250 of 2074) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/
ui_localizer.mm 44 // The ivars are private, so this method lets us trigger the localization
  /external/chromium/chrome/common/
persistent_pref_store.h 44 // ReportValueChanged will trigger notifications even if nothing has changed.
  /external/clang/test/CodeGenCXX/
vla.cpp 10 // Make sure that the reference here is enough to trigger the instantiation of
  /external/clang/test/SemaCXX/
function-extern-c.cpp 45 // For now this tests that a second 'extern "C"' is not necessary to trigger
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 114 // This counts as an odr-use, so should trigger the instantiation of f<int>.
  /external/eigen/Eigen/src/SparseCore/
SparseTranspose.h 29 // NOTE: VC10 trigger an ICE if don't put typename TransposeImpl<MatrixType,Sparse>:: in front of Index,
  /external/icu4c/stubdata/
stubdata.vcxproj 113 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." &gt; "$(ProjectDir)stubdatabuilt.txt"</Command>
160 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." &gt; "$(ProjectDir)stubdatabuilt.txt"</Command>
207 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." &gt; "$(ProjectDir)stubdatabuilt.txt"</Command>
252 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." &gt; "$(ProjectDir)stubdatabuilt.txt"</Command>
  /external/javasqlite/src/main/java/SQLite/
Constants.java 109 public static final int SQLITE_CREATE_TEMP_TRIGGER = 5; /* Trigger Name Table Name */
111 public static final int SQLITE_CREATE_TRIGGER = 7; /* Trigger Name Table Name */
118 public static final int SQLITE_DROP_TEMP_TRIGGER = 14; /* Trigger Name Table Name */
120 public static final int SQLITE_DROP_TRIGGER = 16; /* Trigger Name Table Name */
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
KeyFrame.java 57 public List<CinematicEvent> trigger() { method in class:KeyFrame
  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
JoyAxisTrigger.java 37 public class JoyAxisTrigger implements Trigger {
JoyButtonTrigger.java 37 public class JoyButtonTrigger implements Trigger {
KeyTrigger.java 42 public class KeyTrigger implements Trigger {
MouseButtonTrigger.java 45 public class MouseButtonTrigger implements Trigger {
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAudio.java 61 /** Declaring "Shoot" action, mapping it to a trigger (mouse click). */
  /external/kernel-headers/original/asm-x86/
io_apic_32.h 77 trigger : 1, /* 0: edge, 1: level */ member in struct:IO_APIC_route_entry
mpspec_32.h 31 extern void mp_override_legacy_irq (u8 bus_irq, u8 polarity, u8 trigger, u32 gsi);
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 137 /* Union of NFCEE action parameter depending on the associated trigger */
143 tNFC_APP_INIT app_init; /* NFA_EE_TRGR_APP_INIT: The information for the application initiated trigger */
149 tNFA_EE_TRIGGER trigger; /* the trigger of this event */ member in struct:__anon10290
  /external/v8/test/mjsunit/compiler/
regress-serialized-slots.js 32 for (var i = 0; i < 10000; i++) { // Loop to trigger optimization.
  /external/v8/test/mjsunit/regress/
regress-1145.js 38 // This file must be at least 1024 bytes long to trigger lazy compilation.
regress-1210.js 40 // We will trigger deoptimization of 'a + 0' which should bail out to
regress-137.js 42 case 15: return "F"; // Enough cases to trigger fast-case Smi switch.
regress-192.js 34 // literals MUST NOT trigger inherited accessors, but act as if creating
regress-create-exception.js 48 v[0x7fffffff] = 0; // Trigger exception.
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 0 /** Trigger two kinds of errors: once that condition variable s_cond is
  /external/webkit/LayoutTests/fast/leaks/
003.html-disabled 49 // the frame was not destroyed; the frame destruction did not trigger GC; or

Completed in 991 milliseconds

1 2 3 4 5 6 7 8 91011>>