/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
functional_hash.h | 43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
functional_hash.h | 43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
functional_hash.h | 43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
functional_hash.h | 43 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 97 # NB compile.c makes sure that the default except clause is last
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 97 # NB compile.c makes sure that the default except clause is last
|
/external/chromium_org/third_party/sqlite/src/src/ |
trigger.c | 88 Expr *pWhen, /* WHEN clause */ 386 ExprList *pEList, /* The VALUE clause: a list of values to be inserted */ 418 ExprList *pEList, /* The SET clause: list of column and new values */ 419 Expr *pWhere, /* The WHERE clause */ 443 Expr *pWhere /* The WHERE clause */ 608 ** pEList is the SET clause of an UPDATE statement. Each entry 865 /* If one was specified, code the WHEN clause. If it evaluates to false [all...] |
fkey.c | 469 Expr *pWhere = 0; /* WHERE clause to scan with */ 470 NameContext sNameContext; /* Context used to resolve WHERE clause */ 524 ** clause, where $rowid is the rowid of the row being deleted. */ 541 /* Resolve the references in the WHERE clause. */ 548 ** clause. If the constraint is not deferred, throw an exception for 560 /* Clean up the WHERE clause constructed above. */ [all...] |
parse.y | 67 ** LIMIT clause of a SELECT statement. 309 // The next group of rules parses the arguments to a REFERENCES clause 464 // define the result set, or one of the tables in the FROM clause. 479 // A complete FROM clause. 487 // "seltablist" is a "Select Table List" - the content of the FROM clause 551 // no "INDEXED BY" clause, the returned token is empty (z==0 && n==0). If 552 // there is an INDEXED BY clause, then the token is populated as per normal, 556 // If there is a "NOT INDEXED" clause, then (z==0 && n==1), which is [all...] |
test8.c | 764 ** SELECT rowid, * FROM <real-table> ?<where-clause>? ?<order-by-clause>? 766 ** where the <where-clause> and <order-by-clause> are determined 869 /* If there is only one term in the ORDER BY clause, and it is 871 ** the ORDER BY clause. [all...] |
build.c | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-raytrace.html | [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnJAJP.java | 98 /** Highlight color style for the converted clause */ 187 /** Definition for {@code EngineState.convertType} (consecutive clause conversion) */ 239 * Returns whether current type of conversion is consecutive clause(RENBUNSETSU) conversion. 241 * @return {@code true} if current type of conversion is consecutive clause conversion. 361 /** Number of committed clauses on consecutive clause conversion */ [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 177 // of the form content://settings/secure, arbitrary where clause 187 throw new UnsupportedOperationException("WHERE clause not supported: " + url); 189 // of the form content://settings/secure/element_name, no where clause 213 /** Insert new rows (no where clause allowed). */ [all...] |
/libcore/luni/src/main/java/java/sql/ |
DatabaseMetaData.java | 263 * with a {@code LIKE} clause. [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/ |
README.TXT | 168 If you need to add units to the uses clause of the generated units, then you can 182 SysUtils, StrUtils and Math are added to the uses clause automatically.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_flow.c | 442 /* we have an else clause */ 447 /* no else clause */
|
/external/chromium_org/third_party/sqlite/src/test/ |
minmax.test | 204 # is a LIMIT clause. Ticket #396. 292 # Ticket #658: Test the min()/max() optimization when the FROM clause
|
/external/libedit/ |
ChangeLog | 194 * all: License cleanup. All 4-clause advertising BSD licenses has been 195 changed to the 3-clause version by upstream.
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_flow.c | 442 /* we have an else clause */ 447 /* no else clause */
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 463 * clause), or the zip/jar file doesn't have an entry 464 * for the given name (second clause).
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
CallLogProvider.java | 64 /** Selection clause for selecting all calls that were made after a certain time */ 66 /** Selection clause to use to exclude voicemail records. */
|
VoicemailContentProvider.java | 207 /** Builds a where clause from the URI data. */ 400 * Creates a clause to restrict the selection to the calling provider or null if the caller has
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssContentProvider.java | 147 // WHERE clause in our query.
|