Home
last modified time | relevance | path

Searched refs:triggers (Results 1 – 25 of 154) sorted by relevance

1234567

/external/chromium_org/third_party/sqlite/src/test/
Dtrigger1.test10 # This file tests creating and dropping triggers, and interaction thereof
16 # trig-1.3: Created triggers are deleted if the transaction is rolled back
18 # trig-1.5: Dropped triggers are restored if the transaction is rolled back
20 # trig-1.7: Dropping the table automatically drops all triggers
25 # trig-1.12: Ensure that INSTEAD OF triggers cannot be created on tables
26 # trig-1.13: Ensure that AFTER triggers cannot be created on views
27 # trig-1.14: Ensure that BEFORE triggers cannot be created on views
205 # Ensure that we cannot create INSTEAD OF triggers on tables
216 # Ensure that we cannot create BEFORE triggers on views
225 # Ensure that we cannot create AFTER triggers on views
[all …]
Dlastinsert.test11 # is updated properly, especially inside triggers
14 # Note 2: upon entry into before or instead of triggers,
26 # 1.x - basic tests (no triggers)
71 # All remaining tests involve triggers. Skip them if triggers are not
158 # These may not be run if either views or triggers were disabled at
242 # These tests may not run if either views or triggers are disabled.
283 # 7.x - complex tests with temporary tables and nested instead of triggers
284 # These do not run if views or triggers are disabled.
DtriggerC.test24 # during an upgrade of the triggers sub-system.
32 # triggerC-5.*: Test that when recursive triggers are enabled DELETE
33 # triggers are fired when rows are deleted as part of OR
35 # if recursive triggers are not enabled.
41 # Enable recursive triggers for this file.
49 # property of the triggers sub-system. They were created to debug
51 # triggers. They are left here in case they can help debug the
165 # programs (triggers that fire themselves) work. More specifically,
166 # this block focuses on recursive INSERT triggers.
369 # times relative to BEFORE and AFTER triggers.
[all …]
Dlaststmtchanges.test12 # are updated properly, especially inside triggers
15 # once the statement is finished (triggers count as part of
29 # 1.x - basic tests (no triggers)
90 # All remaining tests involve triggers. Skip them if triggers are not
208 # 5.x - complex tests with temporary tables and nested instead of triggers
285 # 6.x - Test "DELETE FROM <table>" in the absence of triggers
Dtkt2767.test14 # triggers that run RAISE(IGNORE).
35 -- BEFORE triggers that invoke raise(ignore). The effect of
36 -- these triggers should be to make INSERTs, UPDATEs, and DELETEs
Dtrigger8.test13 # This file implements tests to make sure abusively large triggers
14 # (triggers with 100s or 1000s of statements) work.
Dtrigger2.test10 # Regression testing of FOR EACH ROW table triggers
13 # These tests ensure that BEFORE and AFTER triggers are fired at the correct
26 # This tests that conditional triggers (ie. UPDATE OF triggers and triggers
29 # trigger2-3.1: UPDATE OF triggers
33 # Tests that trigger-programs may cause other triggers to fire. Also that a
40 # Verify that rows altered by triggers are not included in the return value
59 # recursive triggers for this file.
343 # trigger2-3.1: UPDATE OF triggers
482 # Handling of ON CONFLICT by INSERT statements inside triggers
535 # Handling of ON CONFLICT by UPDATE statements inside triggers
Dcollate6.test13 # focus of this script is collation sequences in concert with triggers.
37 # collate6-1.* - triggers.
77 # in the body of triggers.
Dvtab5.test110 } {1 {cannot create triggers on virtual tables}}
117 } {1 {cannot create triggers on virtual tables}}
124 } {1 {cannot create triggers on virtual tables}}
Dtrigger7.test46 # When the UPDATE OF syntax is used, no code is generated for triggers
84 # Test the ability to create many triggers on the same table, then
85 # selectively drop those triggers.
Dtrigger3.test23 # recursive triggers for this file.
141 # Check that RAISE(IGNORE) works correctly for nested triggers:
157 # Check that things also work for view-triggers
Dtemptrigger.test27 # Test case temptrigger-1.* demonstrates a problem with temp triggers
141 # Test case temptrigger-3.* demonstrates a problem with temp triggers
144 # changed the schema cookie) it was not re-creating temp triggers attached
Dspeed4.test18 # * triggers
162 # triggers to fire.
199 # tests triggers, with one crucial difference: no triggers are defined.
Dspeed4p.explain18 # * triggers
182 # triggers to fire.
235 # tests triggers, with one crucial difference: no triggers are defined.
Dspeed4p.test18 # * triggers
197 # triggers to fire.
247 # tests triggers, with one crucial difference: no triggers are defined.
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m100 // directly related to the value that triggers the warning.
112 // directly related to the value that triggers the warning.
124 // directly related to the value that triggers the warning.
/external/chromium_org/third_party/sqlite/src/tool/
Dgenfkey.README7 implemented using SQL triggers, which SQLite does support. This text
84 * SQLite does not support recursive triggers, and therefore this program
87 SET NULL foreign key are the same table, the generated triggers will
114 All triggers generated by this command have names that match the pattern
119 triggers have already been installed (i.e. after new tables are created
/external/wpa_supplicant_8/src/common/
Dwpa_common.c1518 struct wowlan_triggers *triggers; in wpa_get_wowlan_triggers() local
1529 triggers = os_zalloc(sizeof(*triggers)); in wpa_get_wowlan_triggers()
1530 if (triggers == NULL) in wpa_get_wowlan_triggers()
1536 &triggers->trigger) in wpa_get_wowlan_triggers()
1560 os_free(triggers); in wpa_get_wowlan_triggers()
1561 triggers = NULL; in wpa_get_wowlan_triggers()
1573 return triggers; in wpa_get_wowlan_triggers()
/external/chromium_org/tools/gyp/test/variables/commands/repeated_multidir/
Drepeated_command_common.gypi18 # Attempt to expand an undefined variable. This triggers a GYP
/external/protobuf/gtest/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
DReleaseProject.xcconfig18 // Deploment postprocessing is what triggers Xcode to strip
/external/chromium_org/testing/gtest/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
DReleaseProject.xcconfig18 // Deploment postprocessing is what triggers Xcode to strip
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DDbg.stg56 // Common debug event triggers used by region overrides below
82 // Region overrides that tell various constructs to add debugging triggers
/external/chromium_org/content/browser/gamepad/
Dxbox_data_fetcher_mac.cc189 normalized_data->triggers[0] = NormalizeTrigger(data.trigger_left); in NormalizeXbox360ButtonData()
190 normalized_data->triggers[1] = NormalizeTrigger(data.trigger_right); in NormalizeXbox360ButtonData()
220 normalized_data->triggers[0] = NormalizeXboxOneTrigger(data.trigger_left); in NormalizeXboxOneButtonData()
221 normalized_data->triggers[1] = NormalizeXboxOneTrigger(data.trigger_right); in NormalizeXboxOneButtonData()

1234567