HomeSort by relevance Sort by last modified time
    Searched refs:Trigger (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/third_party/sqlite/src/src/
delete.c 245 Trigger *pTrigger; /* List of table triggers, if required */
484 Trigger *pTrigger, /* List of triggers to (potentially) fire */
495 ** (this can happen if a trigger program has already deleted it), do
524 /* Invoke BEFORE DELETE trigger programs. */
557 /* Invoke AFTER DELETE trigger programs. */
563 ** trigger programs were invoked. Or if a trigger program throws a
alter.c 151 ** ALTER TABLE command. The first argument is the text of a CREATE TRIGGER
153 ** TRIGGER statement is replaced with the third argument and the result
155 ** TRIGGER, not CREATE INDEX and CREATE TABLE.
175 /* The principle used to locate the table name in the CREATE TRIGGER
208 ** "CREATE TRIGGER ... ON ON.ON BEGIN ..." etc.
217 ** in the CREATE TRIGGER statement.
299 Trigger *pTrig;
304 ** returned, loop through the tables list of triggers. For each trigger
317 char *zNew = sqlite3MPrintf(pParse->db, "type='trigger' AND (%s)", zWhere);
337 Trigger *pTrig
    [all...]
callback.c 419 sqlite3DeleteTrigger(0, (Trigger*)sqliteHashData(pElem));
insert.c 231 /* This routine is never called during trigger-generation. It is
475 Trigger *pTrigger; /* List of triggers on pTab, if required */
476 int tmask; /* Mask of trigger times */
814 ** translated into a unique ID for the row. But on a BEFORE trigger,
859 /* If this is an INSERT on a view with an INSTEAD OF INSERT trigger,
    [all...]
update.c 118 int isView; /* True when updating a view (INSTEAD OF trigger) */
119 Trigger *pTrigger; /* List of triggers on pTab, if required */
375 ** this record does not exist for some reason (deleted by a trigger,
417 ** the database after the BEFORE triggers are fired anyway (as the trigger
435 ** a new.* reference in a trigger program.
454 /* The row-trigger may have deleted the row being updated. In this
457 ** is deleted or renamed by a BEFORE trigger - is left undefined in the
462 /* If it did not delete it, the row-trigger may still have modified
build.c 647 /* The table or view or trigger name is passed to this routine via tokens
696 ** trigger). All names are legal except those that begin with the string
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-debug-deopt-while-recompile.js 75 // Trigger break point.
regress-opt-after-debug-deopt.js 74 f(); // Trigger break point.
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
array-literal-transitions.js 208 // Trigger OSR, if optimization is not disabled.
  /external/v8/test/mjsunit/
array-literal-transitions.js 207 // Trigger OSR.
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 8 * Show/hide trigger in a card.
15 var Trigger;
58 * trigger: Trigger,
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 78 // Trigger initial layout.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 19 // Trigger event.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 547 // Trigger network drop-down to reload its state
644 * Returns true if sign in UI should trigger wallpaper load on boot.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 1347 case QSystemTrayIcon::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/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...]
  /external/sqlite/dist/
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/chromium/chrome/browser/resources/net_internals/
main.js 164 // Trigger initial layout.
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 447 // Trigger the blacklist animation and re-render the tiles when it
  /external/chromium_org/chrome/renderer/resources/extensions/
web_view.js 474 // Note: Calling setAttribute on <webview> will trigger its mutation
796 // The permission type is not allowed. Trigger the default response.
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 496 return this.trigger("setData" + parts[1] + "!", [parts[0], value]).each(function(){
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js     [all...]

Completed in 2040 milliseconds

12 3