HomeSort by relevance Sort by last modified time
    Searched refs:DROP (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
collate6.test 71 DROP TRIGGER collate6trig;
99 DROP TRIGGER collate6trig;
106 DROP TABLE collate6tab;
collate4.test 194 DROP TABLE collate4t1;
195 DROP TABLE collate4t2;
196 DROP TABLE collate4t3;
197 DROP TABLE collate4t4;
308 DROP TABLE collate4t1;
309 DROP TABLE collate4t2;
310 DROP TABLE collate4t3;
363 DROP INDEX collate4i1;
383 DROP INDEX collate4i1;
397 DROP INDEX collate4i1
    [all...]
collate5.test 212 execsql {DROP TABLE collate5t3;}
260 DROP TABLE collate5t_cn;
261 DROP TABLE collate5t_ct;
262 DROP TABLE collate5t1;
263 DROP TABLE collate5t2;
288 DROP TABLE collate5t1;
collate1.test 109 DROP TABLE collate1t1;
205 DROP TABLE collate1t1;
258 DROP TABLE collate1t1;
303 DROP TABLE collate1t1;
fuzz_common.tcl 310 {DROP TABLE IF EXISTS [Identifier]}
323 {DROP VIEW IF EXISTS [Identifier]}
collate2.test 651 DROP TABLE collate2t3;
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 54 iptables -P FORWARD DROP
p2p-action.sh 81 iptables -P FORWARD DROP
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest.tcl 77 drop table t1;
78 drop table t2;
272 puts $fd {DROP TABLE t1;}
273 puts $fd {DROP TABLE t2;}
275 runtest {DROP TABLE}
speedtest2.tcl 69 drop table t1;
70 drop table t2;
205 puts $fd {DROP TABLE t1;}
207 runtest {DROP TABLE}
mkspeedsql.tcl 203 # Drop the table and recreate it without its indices.
207 DROP TABLE t1;
spaceanal.tcl 70 DROP TABLE temp.stat;
  /external/chromium_org/third_party/sqlite/src/src/
test8.c 477 ** Note: The main point of this is to test that we can drop tables
534 /* Drop the "log" table, if one exists (see echoCreate() for details) */
537 zSql = sqlite3_mprintf("DROP TABLE %Q", p->zLogName);
    [all...]
parse.y 374 ////////////////////////// The DROP TABLE /////////////////////////////////////
376 cmd ::= DROP TABLE ifexists(E) fullname(X). {
389 cmd ::= DROP VIEW ifexists(E) fullname(X). {
    [all...]
  /development/scripts/
reverse_tether.sh 167 sudo iptables -P FORWARD DROP
  /external/llvm/lib/Support/
regcomp.c 138 #define DROP(n) (p->slen -= (n))
511 DROP(1);
994 DROP(finish-start); /* drop the operand */
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 137 #define DROP(n) (p->slen -= (n))
475 DROP(1);
958 DROP(finish-start); /* drop the operand */
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 497 /* Drop the shadow tables */
498 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_content'", p->zDb, p->zName);
499 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_segments'", p->zDb,p->zName);
500 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_segdir'", p->zDb, p->zName);
501 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_docsize'", p->zDb, p->zName);
502 fts3DbExec(&rc, db, "DROP TABLE IF EXISTS %Q.'%q_stat'", p->zDb, p->zName);
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 206 #define DROP(n) (p->slen -= (n))
600 DROP(1);
1159 DROP(finish-start); /* drop the operand */
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 429 milliseconds