Searched
full:clause (Results
251 -
275 of
1095) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/sqlite/src/test/ |
null.test | 114 # is the same as UNKNOWN. The WHERE clause should only select those 156 # of an ORDER BY clause to bind to either SELECT of a UNION.
|
e_select2.test | 348 # JOIN", "JOIN" or a comma (",") and there is no ON or USING clause, 371 # EVIDENCE-OF: R-22775-56496 If there is an ON clause specified, then 455 # together as part of a FROM clause, the join operations are processed 456 # in order from left to right. In other words, the FROM clause (A 508 # following the FROM clause in a simple SELECT statement is handled as
|
select4.test | 116 } {1 {ORDER BY clause should come after UNION ALL not before}} 146 } {1 {ORDER BY clause should come after UNION not before}} 198 } {1 {ORDER BY clause should come after EXCEPT not before}} 262 } {1 {ORDER BY clause should come after INTERSECT not before}} 467 # an expression in the WHERE clause.
|
vtab6.test | 251 } {1 {a NATURAL join may not have an ON or USING clause}} 256 } {1 {a NATURAL join may not have an ON or USING clause}} 269 } {1 {a JOIN clause is required before USING}}
|
sqllimits1.test | 600 # Columns in a GROUP BY clause. 602 } {1 {too many terms in GROUP BY clause}} 605 # Columns in an ORDER BY clause. 607 } {1 {too many terms in ORDER BY clause}} 644 } {1 {too many terms in ORDER BY clause}} 654 } {1 {too many terms in ORDER BY clause}}
|
collate3.test | 188 # * A DELETE with a WHERE clause fails 189 # * A DELETE without a WHERE clause succeeds
|
indexedby.test | 56 # Parser tests. Test that an INDEXED BY or NOT INDEX clause can be 57 # attached to a table in the FROM clause, but not to a sub-select or
|
minmax2.test | 194 # is a LIMIT clause. Ticket #396. 282 # Ticket #658: Test the min()/max() optimization when the FROM clause
|
select3.test | 125 } {1 {a GROUP BY clause is required before HAVING}} 243 # Make sure the GROUP BY clause does this conversion correctly.
|
where4.test | 121 # The first indexed column is used in the ON clause of the join. 122 # The second indexed column is used in the WHERE clause with an IS NULL
|
/external/clang/include/clang/AST/ |
StmtVisitor.h | 202 // Top switch clause: visit each OMPClause. 204 default: llvm_unreachable("Unknown clause kind!");
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p4.cpp | 69 // In an initializer-list (8.5); the pattern is an initializer-clause. 93 // In a base-specifier-list (Clause 10); the pattern is a base-specifier.
|
/external/liblzf/ |
Changes | 37 - switched to 2-clause bsd with "GPL v2 or any later version" option. 52 - switched to a 2-clause bsd license with GPL exception.
|
/external/v8/src/ |
rewriter.cc | 187 CaseClause* clause = clauses->at(i); local 188 Process(clause->statements());
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
LocalSource.java | 75 // This is a horrible hack that closes the where clause and injects a grouping clause.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 292 SyntaxError: 'continue' not supported inside 'finally' clause 308 SyntaxError: 'continue' not supported inside 'finally' clause 318 SyntaxError: 'continue' not supported inside 'finally' clause 329 SyntaxError: 'continue' not supported inside 'finally' clause 343 SyntaxError: 'continue' not supported inside 'finally' clause 356 SyntaxError: 'continue' not supported inside 'finally' clause
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 292 SyntaxError: 'continue' not supported inside 'finally' clause 308 SyntaxError: 'continue' not supported inside 'finally' clause 318 SyntaxError: 'continue' not supported inside 'finally' clause 329 SyntaxError: 'continue' not supported inside 'finally' clause 343 SyntaxError: 'continue' not supported inside 'finally' clause 356 SyntaxError: 'continue' not supported inside 'finally' clause
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LoaderThrottle.java | 313 // If URI is main table, delete uses incoming where clause and args. 318 // incoming data, but modifies the where clause to restrict it to the 348 // If URI is main table, update uses incoming where clause and args.
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
LoaderThrottleSupport.java | 314 // If URI is main table, delete uses incoming where clause and args. 319 // incoming data, but modifies the where clause to restrict it to the 349 // If URI is main table, update uses incoming where clause and args.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
DataProvider.java | 235 * @param selection The selection clause for the query 237 * @param sortOrder A clause defining the order in which the retrieved rows should be sorted 439 * @param selection An SQL WHERE clause (without the WHERE keyword) specifying the rows to
|
/frameworks/base/docs/html/training/contacts-provider/ |
retrieve-details.jd | 129 Define a constant for your selection clause, an array to hold selection arguments, and a 135 // Defines the selection clause 357 * Defines the selection clause. Search for a lookup key
|
/libcore/luni/src/main/java/javax/sql/ |
RowSetMetaData.java | 251 * {@code WHERE} clause. The default value is {@code false}. 258 * clause search, {@code false} otherwise.
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
Alarm.java | 159 * SQL WHERE clause (excluding the WHERE itself). Passing null will 164 * @return list of alarms matching where clause or empty list if none found.
|
Completed in 1592 milliseconds
<<11121314151617181920>>