Searched
full:clause (Results
351 -
375 of
1198) sorted by null
<<11121314151617181920>>
/ndk/sources/cxx-stl/llvm-libc++abi/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
|
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl | 515 $license = "BSD (4 clause) $license"; 517 $license = "BSD (3 clause) $license"; 519 $license = "BSD (2 clause) $license"; 534 } elsif ($licensetext =~ /BSD 3-Clause license/) { 535 $license = "BSD (3 clause) $license"; 639 $license = "FreeType (BSD like) with patent clause $license";
|
/external/chromium_org/third_party/sqlite/src/test/ |
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
|
e_createtable.test | 26 # the TEMP and TEMPORARY keywords, and the IF NOT EXISTS clause. 193 # EVIDENCE-OF: R-32138-02228 -- syntax diagram foreign-key-clause 352 # clause. 511 # EVIDENCE-OF: R-33917-24086 However, if the "IF NOT EXISTS" clause is 534 # EXISTS" clause is specified. 855 # EVIDENCE-OF: R-42316-09582 If there is no explicit DEFAULT clause 859 # None of the columns in table t1 have an explicit DEFAULT clause. 873 # EVIDENCE-OF: R-62940-43005 An explicit DEFAULT clause may specify that 895 # EVIDENCE-OF: R-10288-43169 For the purposes of the DEFAULT clause, an [all...] |
/external/kernel-headers/original/uapi/linux/ |
mdio.h | 2 * linux/mdio.h: definitions for MDIO (clause 45) transceivers 25 #define MDIO_MMD_C22EXT 29 /* Clause 22 extension */
|
/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.
|
AlarmInstance.java | 179 * SQL WHERE clause (excluding the WHERE itself). Passing null will 184 * @return list of alarms matching where clause or empty list if none found.
|
/developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/ |
PhoneMainActivity.java | 73 // the following if-clause is to get around a bug that causes this callback to be called
|
/developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/ |
PhoneMainActivity.java | 73 // the following if-clause is to get around a bug that causes this callback to be called
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 106 null, // No where clause, return all records. 107 null, // No where clause, therefore no where column values. 422 null, // No where clause is needed, since only a single note ID is being 424 null // No where clause is used, so no where arguments are needed.
|
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/ |
PhoneMainActivity.java | 73 // the following if-clause is to get around a bug that causes this callback to be called
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3cyclicdfa.c | 144 * must check EOT, which is like the else clause.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
DFA.js | 55 // must check EOT, which is like the else clause.
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t042ast.g | 162 -> // yield nothing as else-clause
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
DFA.pm | 95 # must check EOT, which is like the else clause.
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t042ast.g | 156 -> // yield nothing as else-clause
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_x.h | 104 // Sort logins by origin, like the ORDER BY clause in login_database.cc.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
_stream_base.py | 123 # IOError prior to Python 2.6, we cannot omit this except clause.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_compiler.h | 93 * flagged and the if-clause is run.
|
Completed in 2322 milliseconds
<<11121314151617181920>>