Searched
full:clause (Results
276 -
300 of
1095) sorted by null
<<11121314151617181920>>
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
AlarmInstance.java | 179 * SQL WHERE clause (excluding the WHERE itself). Passing null will 184 * @return list of alarms matching where clause or empty list if none found.
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogQueryHandler.java | 174 // Add a clause to fetch only items of type voicemail. 176 // Add a clause to fetch only items newer than the requested date
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailContentProvider.java | 207 /** Builds a where clause from the URI data. */ 391 * Creates a clause to restrict the selection to the calling provider or null if the caller has
|
/external/chromium_org/third_party/sqlite/src/test/ |
e_createtable.test | 26 # the TEMP and TEMPORARY keywords, and the IF NOT EXISTS clause. 193 # EVIDENCE-OF: R-32138-02228 -- syntax diagram foreign-key-clause 352 # clause. 511 # EVIDENCE-OF: R-33917-24086 However, if the "IF NOT EXISTS" clause is 534 # EXISTS" clause is specified. 855 # EVIDENCE-OF: R-42316-09582 If there is no explicit DEFAULT clause 859 # None of the columns in table t1 have an explicit DEFAULT clause. 873 # EVIDENCE-OF: R-62940-43005 An explicit DEFAULT clause may specify that 895 # EVIDENCE-OF: R-10288-43169 For the purposes of the DEFAULT clause, an [all...] |
analyze6.test | 67 # FROM clause.
|
count.test | 134 } {1 {a GROUP BY clause is required before HAVING}}
|
join.test | 290 } {1 {a NATURAL join may not have an ON or USING clause}} 295 } {1 {a NATURAL join may not have an ON or USING clause}} 313 } {1 {a JOIN clause is required before USING}} 545 # Ticket #1697: Left Join WHERE clause terms that contain an
|
rollback.test | 13 # caused by an ON CONFLICT ROLLBACK clause aborts any other pending
|
select2.test | 139 # Make sure we can optimize functions in the WHERE clause that
|
select7.test | 59 # Change: force any query with a GROUP BY clause to be processed as
|
tkt-80ba201079.test | 15 # without initialization when the OR optimization applies in the WHERE clause.
|
trigger1.test | 679 } {1 {the NOT INDEXED clause is not allowed on UPDATE or DELETE statements within triggers}} 686 } {1 {the INDEXED BY clause is not allowed on UPDATE or DELETE statements within triggers}} 693 } {1 {the NOT INDEXED clause is not allowed on UPDATE or DELETE statements within triggers}} 700 } {1 {the INDEXED BY clause is not allowed on UPDATE or DELETE statements within triggers}}
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 106 null, // No where clause, return all records. 107 null, // No where clause, therefore no where column values. 422 null, // No where clause is needed, since only a single note ID is being 424 null // No where clause is used, so no where arguments are needed.
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3cyclicdfa.c | 144 * must check EOT, which is like the else clause.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
DFA.js | 55 // must check EOT, which is like the else clause.
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t042ast.g | 162 -> // yield nothing as else-clause
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
DFA.pm | 95 # must check EOT, which is like the else clause.
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t042ast.g | 156 -> // yield nothing as else-clause
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_x.h | 98 // Sort logins by origin, like the ORDER BY clause in login_database.cc.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
_stream_base.py | 123 # IOError prior to Python 2.6, we cannot omit this except clause.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_compiler.h | 93 * flagged and the if-clause is run.
|
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/ |
create_test_cases.py | 472 it should not be lowered if it is in the then-clause. 483 it should not be lowered if it is in the then-clause, even if 496 it should not be lowered if it is in the else-clause. 507 it should not be lowered if it is in the else-clause, even if
|
/external/chromium_org/third_party/re2/re2/ |
mimics_pcre.cc | 132 // can match an empty string). Returns whether this clause can match an
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
README.tokenizers | 6 by specifying a "tokenizer" clause as part of the CREATE VIRTUAL TABLE
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
README.tokenizers | 6 by specifying a "tokenize" clause as part of the CREATE VIRTUAL TABLE
|
Completed in 720 milliseconds
<<11121314151617181920>>