Searched
full:clause (Results
276 -
300 of
1178) sorted by null
<<11121314151617181920>>
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
City.java | 104 * SQL WHERE clause (excluding the WHERE itself). Passing null will 109 * @return list of alarms matching where clause or empty list if none found.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 61 public: // Members from clause 27.4.4.2 131 // a catch clause.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 61 public: // Members from clause 27.4.4.2 131 // a catch clause.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 61 public: // Members from clause 27.4.4.2 131 // a catch clause.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ios.h | 61 public: // Members from clause 27.4.4.2 131 // a catch clause.
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ios.h | 61 public: // Members from clause 27.4.4.2 131 // a catch clause.
|
/frameworks/base/docs/html/training/basics/data-storage/ |
databases.jd | 241 selection, // The columns for the WHERE clause 242 selectionArgs, // The values for the WHERE clause 275 selection specification into a selection clause and selection arguments. The 276 clause defines the columns to look at, and also allows you to combine column 277 tests. The arguments are values to test against that are bound into the clause.
|
/external/clang/lib/Parse/ |
ParseTentative.cpp | 271 /// '=' initializer-clause 274 /// initializer-clause: 338 /// [C++11] type-specifier-seq declarator '=' initializer-clause 489 /// attribute-token attribute-argument-clause[opt] 495 /// attribute-argument-clause: 588 // Parse the attribute-argument-clause, if present. 744 /// direct-declarator '(' parameter-declaration-clause ')' 757 /// '(' parameter-declaration-clause ')' cv-qualifier-seq[opt] 825 // '(' parameter-declaration-clause ')' cv-qualifier-seq[opt] 868 // direct-declarator '(' parameter-declaration-clause ')' [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
update.c | 26 Expr *pWhere /* WHERE clause of the UPDATE statement */ 35 ** The default value of a column is specified by a DEFAULT clause in the 92 Expr *pWhere, /* The WHERE clause. May be null */ 98 WhereInfo *pWInfo; /* Information about the WHERE clause */ 304 ** WHERE clause. 522 ** all record selected by the WHERE clause have been updated. 600 Expr *pWhere /* WHERE clause of the UPDATE statement */
|
insert.c | 347 ** select with data coming from a VALUES clause, the code executes 352 ** puts VALUES clause expressions onto the stack 360 ** If the SELECT clause is of the restricted form "SELECT * FROM <table2>" - 381 ** and the SELECT clause does not read from <table> at any time. 666 ** clause [all...] |
/external/chromium_org/v8/src/ |
typing.cc | 206 CaseClause* clause = clauses->at(i); local 210 if (!clause->is_default()) { 211 Expression* label = clause->label(); 216 oracle()->CompareType(clause->CompareId(), 220 clause->set_compare_type(combined_type); 226 ZoneList<Statement*>* stmts = clause->statements(); 244 void AstTyper::VisitCaseClause(CaseClause* clause) {
|
/external/chromium_org/third_party/sqlite/src/test/ |
collate1.test | 23 # collate1-1.* - Single-field ORDER BY with an explicit COLLATE clause. 24 # collate1-2.* - Multi-field ORDER BY with an explicit COLLATE clause. 211 # by an ORDER BY clause correctly. The focus is all the different ways
|
alias.test | 129 # Aliases in the GROUP BY clause cause the expression to be evaluated
|
between.test | 13 # when the WHERE clause contains the BETWEEN operator.
|
collate8.test | 78 # When a result-set column is aliased into a WHERE clause, make sure the
|
fts2r.test | 27 # queries with no WHERE clause, or for WHERE clauses which cannot be
|
fts3e.test | 27 # queries with no WHERE clause, or for WHERE clauses which cannot be
|
tkt2640.test | 19 # WHERE clause. If the subquery contained a compound SELECT,
|
/frameworks/base/core/java/android/content/ |
AsyncQueryHandler.java | 155 * SQL WHERE clause (excluding the WHERE itself). Passing null will 161 * clause (excluding the ORDER BY itself). Passing null will use the 259 * @param selection the where clause.
|
/external/chromium_org/content/test/data/ |
simple_database.html | 117 // |LIMIT| is a nonstandard clause supported by sqlite that lets us pick
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
RewriteElseBlocks.cpp | 101 // an if-else clause that returns something non-void in a function. By appending dummy
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrSoftwarePathRenderer.cpp | 24 // the "!antiAlias" clause from the above test
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p3.cpp | 46 // special member function (Clause 12), the program is ill-formed.
|
/external/clang/test/OpenMP/ |
parallel_firstprivate_messages.cpp | 78 #pragma omp parallel firstprivate(j) // expected-error {{arguments of OpenMP clause 'firstprivate' cannot be of reference type}}
|
single_misc_messages.c | 64 // expected-error@+2 {{unexpected OpenMP clause 'linear' in directive '#pragma omp single'}}
|
Completed in 665 milliseconds
<<11121314151617181920>>