OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DROP
(Results
1 - 13
of
13
) sorted by null
/external/webkit/LayoutTests/storage/
test-authorizer.js
16
tx.executeSql("
DROP
TABLE IF EXISTS Test;");
17
tx.executeSql("
DROP
INDEX IF EXISTS TestIndex;");
18
tx.executeSql("
DROP
VIEW IF EXISTS TestView;");
19
tx.executeSql("
DROP
TRIGGER IF EXISTS TestTrigger;");
89
executeStatement(tx, "
DROP
INDEX TestIndex;", "SQLITE_DROP_INDEX");
95
executeStatement(tx, "
DROP
TABLE TestTempTable;", "SQLITE_DROP_TEMP_TABLE");
96
executeStatement(tx, "
DROP
TRIGGER TestTempTrigger;", "SQLITE_DROP_TEMP_TRIGGER");
97
executeStatement(tx, "
DROP
VIEW TestTempView;", "SQLITE_DROP_TEMP_VIEW");
98
executeStatement(tx, "
DROP
TRIGGER TestTrigger;", "SQLITE_DROP_TRIGGER");
99
executeStatement(tx, "
DROP
VIEW TestView;", "SQLITE_DROP_VIEW")
[
all
...]
sql-data-types.js
42
tx.executeSql("
DROP
TABLE DataTypeTestTable", [],
/external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh
54
iptables -P FORWARD
DROP
p2p-action.sh
68
iptables -P FORWARD
DROP
/external/chromium/chrome/browser/sync/engine/
syncer_thread2_whitebox_unittest.cc
126
EXPECT_EQ(decision, SyncerThread::
DROP
);
210
EXPECT_EQ(decision, SyncerThread::
DROP
);
syncer_thread.cc
93
// will
drop
out of *all* forward progress sync loops (it won't poll and it
181
return
DROP
;
193
// If we already had one nudge then just
drop
this nudge. We will retry
195
return wait_interval_->had_nudge ?
DROP
: CONTINUE;
215
return
DROP
;
226
return
DROP
;
234
return job.purpose == SyncSessionJob::NUDGE ? SAVE :
DROP
;
291
} //
drop
the rest.
[
all
...]
syncer_thread.h
105
// Indicates we should
drop
this job.
106
DROP
,
232
// Decide whether we should CONTINUE, SAVE or
DROP
the job.
235
// Decide on whether to CONTINUE, SAVE or
DROP
the job when we are in
/bionic/libc/regex/
regcomp.c
137
#define
DROP
(n) (p->slen -= (n))
475
DROP
(1);
958
DROP
(finish-start); /*
drop
the operand */
[
all
...]
/external/llvm/lib/Support/
regcomp.c
138
#define
DROP
(n) (p->slen -= (n))
483
DROP
(1);
966
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/chrome/browser/resources/ntp4/
new_tab.js
152
document.addEventListener(Grabber.EventType.
DROP
, appDrop);
170
trash.addEventListener(Grabber.EventType.
DROP
, appTrash);
454
// for it - eg. if we
drop
on it, or the drag is cancelled)
528
* @param {Grabber.Event} e The event from the Grabber indicating the
drop
.
536
// Mark this
drop
as handled so that the catch-all
drop
handler
547
* @param {Grabber.Event} e The event from the Grabber indicating the
drop
.
643
// case because if we did actually
drop
an app there, we want to retain that
/external/chromium/chrome/browser/resources/touch_ntp/
newtab.js
156
document.addEventListener(Grabber.EventType.
DROP
, appDrop);
174
trash.addEventListener(Grabber.EventType.
DROP
, appTrash);
410
// Prevent any built-in drag-and-
drop
support from activating for the
564
// for it - eg. if we
drop
on it, or the drag is cancelled)
638
* @param {Grabber.Event} e The event from the Grabber indicating the
drop
.
646
// Mark this
drop
as handled so that the catch-all
drop
handler
657
* @param {Grabber.Event} e The event from the Grabber indicating the
drop
.
753
// case because if we did actually
drop
an app there, we want to retain that
/prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar
Completed in 374 milliseconds