HomeSort by relevance Sort by last modified time
    Searched full:cascade (Results 1 - 25 of 61) sorted by null

1 2 3

  /libcore/luni/src/test/java/tests/java/sql/
DeleteFunctionalityTest.java 157 * referencing ones and CASCADE action
161 notes = "Functionality test: Deletes row with no referencing ones and CASCADE action",
173 * referencing ones and CASCADE action - expecting all referencing
179 notes = "Functionality test: Attempts to delete row with referencing ones and CASCADE action - expecting all referencing rows will also be deleted",
185 notes = "Functionality test: Attempts to delete row with referencing ones and CASCADE action - expecting all referencing rows will also be deleted",
UpdateFunctionalityTest2.java 210 * referencing ones and CASCADE action - expecting that all
216 notes = "Functionality test: Updates row with referencing ones and CASCADE action - expecting that all referencing rows will also be updated",
222 notes = "Functionality test: Updates row with referencing ones and CASCADE action - expecting that all referencing rows will also be updated",
245 * foreign key value to row with CASCADE action - expecting
253 "foreign key value to row with CASCADE action - expecting SQLException: not supported",
  /external/tremolo/Tremolo/
res012.c 77 int cascade=oggpack_read(opb,3); local
79 cascade|=(oggpack_read(opb,5)<<3);
80 info->stagemasks[j]=cascade;
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 27 /* These functions initializes a BIQUAD filter defined as a cascade of */
BP_1I_D16F16Css_TRC_WRA_01_Init.c 28 /* These functions initializes a BIQUAD filter defined as a cascade of */
BP_1I_D32F32Cll_TRC_WRA_02_Init.c 27 /* These functions initializes a BIQUAD filter defined as a cascade of */
BQ_1I_D16F16Css_TRC_WRA_01_Init.c 27 /* These functions initializes a BIQUAD filter defined as a cascade of */
BQ_1I_D16F32Css_TRC_WRA_01_init.c 28 /* These functions initializes a BIQUAD filter defined as a cascade of */
BQ_2I_D16F16Css_TRC_WRA_01_Init.c 28 /* These functions initializes a BIQUAD filter defined as a cascade of */
BQ_2I_D16F32Css_TRC_WRA_01_init.c 27 /* These functions initializes a BIQUAD filter defined as a cascade of */
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c 27 /* These functions initializes a BIQUAD filter defined as a cascade of */
FO_1I_D16F16Css_TRC_WRA_01_Init.c 28 /* These functions initializes a BIQUAD filter defined as a cascade of */
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c 27 /* These functions initializes a BIQUAD filter defined as a cascade of */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBigramDictionary.java 284 + "(" + MAIN_COLUMN_ID + ")" + " ON DELETE CASCADE"
330 // due to FOREIGN KEY .. ON DELETE CASCADE
  /external/libvpx/examples/includes/geshi/geshi/
oracle11.php 106 'CASCADE',
oracle8.php 98 'CASCADE',
sas.php 109 'CARDS4','CASCADE','CATNAME','CHECK','CONTINUE','CREATE',
tsql.php 58 'BREAK', 'BROWSE', 'BULK', 'BY', 'CALL', 'CASCADE', 'CASCADED', 'CASE', 'CAST', 'CATALOG', 'CHAR', 'CHARACTER', 'CHECK', 'CHECKPOINT',
mysql.php 77 'CASCADED','CASCADE','CHAIN','CHECK','COLUMNS','COLUMN','COMMENT',
visualfoxpro.php 224 'Buffers','By','Candidate','Carry','Cascade','Catalog',
  /external/proguard/src/proguard/
DataEntryWriterFactory.java 113 // Let the writer cascade, if specified.
  /libcore/luni/src/test/java/tests/support/
DatabaseCreator.java 115 + PARENT_TABLE + " (id) " + "ON DELETE CASCADE "
116 + "ON UPDATE CASCADE)";
  /external/icu4c/common/
cmemory.h 260 // (Declaring these functions private triggers a cascade of problems:
  /external/chromium/third_party/icu/source/common/
umutex.c 227 #endif /* cascade of platforms */
304 #endif /* cascade of platforms */
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 661 MenuItem fileItem = new MenuItem(menuBar, SWT.CASCADE);
663 MenuItem editItem = new MenuItem(menuBar, SWT.CASCADE);
665 MenuItem actionItem = new MenuItem(menuBar, SWT.CASCADE);
667 MenuItem deviceItem = new MenuItem(menuBar, SWT.CASCADE);
669 MenuItem helpItem = new MenuItem(menuBar, SWT.CASCADE);
    [all...]

Completed in 753 milliseconds

1 2 3