/external/chromium_org/third_party/sqlite/src/test/ |
e_delete.test | 46 # EVIDENCE-OF: R-20205-17349 If the WHERE clause is not present, all 69 # EVIDENCE-OF: R-30203-16177 If a WHERE clause is supplied, then only 70 # those rows for which the result of evaluating the WHERE clause as a 253 the %s %s clause is not allowed on UPDATE or DELETE statements within triggers 320 # EVIDENCE-OF: R-44062-08550 If a DELETE statement has a LIMIT clause, 335 # clause cannot be losslessly converted to an integer value, it is an 358 # clause, then it is similarly evaluated and cast to an integer value. 374 # EVIDENCE-OF: R-64004-53814 If there is no OFFSET clause, or the 396 # clause, then all rows that would be deleted in the absence of the 397 # LIMIT clause are sorted according to the ORDER BY. The first M rows [all...] |
tkt2391.test | 39 # the "COLLATE nocase" clause and use the default collation sequence
|
tkt3773.test | 13 # subquery contains an ORDER BY clause.
|
/external/chromium_org/third_party/sqlite/src/src/ |
where.c | 13 ** the WHERE clause of SQL statements. This module is responsible for 44 ** help it analyze the subexpressions of the WHERE clause. Each WHERE 45 ** clause subexpression is separated from the others by AND operators, 72 ** If a term in the WHERE clause does not match either of the two previous 106 WhereClause *pWC; /* The clause this term is part of */ 120 #define TERM_OR_OK 0x40 /* Used during OR-clause processing */ 129 ** WHERE clause. Mostly this is a container for one or more WhereTerms. 152 Bitmask indexable; /* Bitmask of all indexable tables in the clause */ 169 ** clause, the cursor numbers might not begin with 0 and they might 178 ** For example, if the WHERE clause expression used these VDB [all...] |
select.c | 53 SrcList *pSrc, /* the FROM clause -- which tables to scan */ 54 Expr *pWhere, /* the WHERE clause */ 55 ExprList *pGroupBy, /* the GROUP BY clause */ 56 Expr *pHaving, /* the HAVING clause */ 57 ExprList *pOrderBy, /* the ORDER BY clause */ 227 ** WHERE clause expression of a SELECT statement. The new term, which 228 ** is ANDed with the existing WHERE clause, is of the form: 238 SrcList *pSrc, /* List of tables in FROM clause */ 244 Expr **ppWhere /* IN/OUT: The WHERE clause to add to */ 276 ** join restriction specified in the ON or USING clause and not a par [all...] |
delete.c | 19 ** (as in the FROM clause of a SELECT statement) in this case it contains 86 ** pWhere argument is an optional WHERE clause that restricts the 92 Expr *pWhere, /* Optional WHERE clause to be added */ 133 SrcList *pSrc, /* the FROM clause -- which tables to scan */ 134 Expr *pWhere, /* The WHERE clause. May be null */ 135 ExprList *pOrderBy, /* The ORDER BY clause. May be null */ 136 Expr *pLimit, /* The LIMIT clause. May be null */ 137 Expr *pOffset, /* The OFFSET clause. May be null */ 147 /* Check that there isn't an ORDER BY without a LIMIT clause. 178 /* duplicate the FROM clause as it is needed by both the DELETE/UPDATE tre [all...] |
/cts/tools/signature-tools/src/signature/model/ |
ITypeVariableDefinition.java | 28 * extends clause. If no upper bounds are explicitly specified then
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
VoicemailFilterFactory.java | 41 * where clause. Using this method requires the knowledge of the name of columns used in voicemail 46 * Creates a voicemail filter with the specified where clause. Use this method only if you know 78 /** Combine multiple filters with OR clause. */ 83 /** Combine multiple filters with AND clause. */
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
README.chromium | 6 License: BSD 3-Clause License
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program.c | 37 * Transform the given clause in the following way: 38 * 1. Replace it with an empty clause 39 * 2. For every instruction in the original clause, try the given 42 * has emitted the appropriate instruction(s) into the new clause;
|
/external/chromium_org/third_party/ocmock/ |
README.chromium | 5 License: BSD with advertising clause
|
/external/chromium_org/third_party/python_gflags/ |
README.chromium | 6 License: BSD 3-Clause License
|
/external/chromium_org/third_party/re2/ |
README.chromium | 7 License: BSD 3-Clause License
|
/external/chromium_org/third_party/re2/re2/testing/ |
null_walker.cc | 31 // can match an empty string). Returns whether this clause can match an
|
/external/chromium_org/ui/base/ime/ |
composition_text.h | 48 // clause (on Windows). Gtk doesn't have such concept, so background color is
|
/external/clang/test/CXX/class.derived/ |
p1.cpp | 3 // base-clause:
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program.c | 37 * Transform the given clause in the following way: 38 * 1. Replace it with an empty clause 39 * 2. For every instruction in the original clause, try the given 42 * has emitted the appropriate instruction(s) into the new clause;
|
/external/regex-re2/re2/testing/ |
null_walker.cc | 31 // can match an empty string). Returns whether this clause can match an
|
/external/wpa_supplicant_8/ |
COPYING | 15 license option (the one with advertisement clause removed) is compatible
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_passphrase.sgml | 71 advertisement clause removed).</para>
|
/ndk/sources/cxx-stl/gabi++/tests/ |
catch_array_01.cpp | 10 // Can you have a catch clause of array type that catches anything?
|
catch_array_02.cpp | 10 // Can you have a catch clause of array type that catches anything?
|
catch_function_01.cpp | 10 // Can you have a catch clause of array type that catches anything?
|
catch_function_02.cpp | 10 // Can you have a catch clause of array type that catches anything?
|
/external/chromium/testing/gmock/ |
CHANGES | 60 * New feature: the .After() clause for specifying expectation order. 61 * New feature: the .With() clause for for specifying inter-argument
|