Searched
full:clause (Results
326 -
350 of
1198) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/sqlite/src/test/ |
e_dropview.test | 162 # the IF EXISTS clause is not present, it is an error. 175 # an IF EXISTS clause is present in the DROP VIEW statement, then the
|
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}}
|
/external/chromium_org/v8/src/ |
rewriter.cc | 182 CaseClause* clause = clauses->at(i); local 183 Process(clause->statements());
|
/external/clang/include/clang/AST/ |
StmtVisitor.h | 202 // Top switch clause: visit each OMPClause. 204 default: llvm_unreachable("Unknown clause kind!");
|
StmtOpenMP.h | 76 /// \brief Sets the list of variables for this clause. 147 /// \brief Returns specified clause. 149 /// \param i Number of clause. 241 /// \brief Number of collapsed loops as specified by 'collapse' clause. 310 /// \brief Number of collapsed loops as specified by 'collapse' clause. 541 /// \brief Number of collapsed loops as specified by 'collapse' clause.
|
/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.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
Utils.java | 199 // which will be restored in the finally clause. 230 // which will be restored in the finally clause.
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
CalendarInteractionsLoader.java | 119 * Returns a clause that checks whether an attendee's email is equal to one of 126 * NOTE #2: This comparison clause can result in false positives. Ex#1, test@gmail.com will
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogQueryHandler.java | 152 // Add a clause to fetch only items of type voicemail. 154 // Add a clause to fetch only items newer than the requested date
|
/packages/apps/FMRadio/src/com/android/fmradio/ |
FmProvider.java | 192 * @param selection The where clause 224 * @param selection The where clause
|
/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
|
/external/chromium_org/third_party/cython/src/Cython/ |
CodeWriter.py | 371 for clause in node.if_clauses[1:]: 373 self.visit(clause.condition) 376 self.visit(clause.body)
|
/external/libcxxabi/src/Unwind/ |
Unwind-sjlj.c | 26 // With SJLJ based exceptions, any function that has a catch clause or needs to 100 // found a catch clause or locals that need destructing in this frame 336 // should return if there is no catch clause, so that __cxa_rethrow can call
|
/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
|
Completed in 691 milliseconds
<<11121314151617181920>>