/external/chromium_org/third_party/sqlite/src/test/ |
select9.test | 33 # statement may not contain a LIMIT or OFFSET clause. This proc tests 273 # to them. Sometimes the WHERE clause may be satisfied using the same
|
where2.test | 96 # When constrained by a UNIQUE index, the ORDER BY clause is always ignored. 369 # Variations on the order of terms in a WHERE clause in order
|
/external/javassist/src/main/javassist/bytecode/ |
ClassFileWriter.java | 339 * @param exceptions throws clause. It may be null. 363 * @param exceptions throws clause. indexes indicating <code>CONSTANT_Class_info</code>s.
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 54 * the where clause).</br> 90 + " <WHERE> is a SQL style where clause in quotes (You have to escape single quotes"
|
/frameworks/base/docs/html/guide/components/ |
loaders.jd | 281 formatted as an SQL WHERE clause (excluding the WHERE itself). Passing 287 ORDER BY clause (excluding the ORDER BY itself). Passing <code>null</code> will
|
/frameworks/base/media/java/android/media/ |
RingtoneManager.java | 519 * Constructs a where clause that consists of at least one column being 1 524 * @return The where clause.
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
jsr250-api.license | 361 herein. This U.S. Government Rights clause is in lieu of, and 362 supersedes, any other FAR, DFAR, or other clause or provision that
|
/external/chromium_org/v8/src/compiler/ |
ast-graph-builder.cc | 542 CaseClause* clause = clauses->at(i); local 545 if (clause->is_default()) { 552 VisitForValue(clause->label()); 571 CaseClause* clause = clauses->at(i); local 573 VisitStatements(clause->statements()); [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |
/external/llvm/lib/Target/R600/ |
R600InstrInfo.cpp | 908 // instruction in a clause, so this means any instructions after them cannot 915 // If the clause start in the middle of MBB then the MBB has more 916 // than a single clause, unable to predicate several clauses. [all...] |
/frameworks/base/core/java/android/database/ |
DatabaseUtils.java | 333 * construct a WHERE clause manually. This method is useful for 766 * formatted as an SQL WHERE clause (excluding the WHERE itself). 779 * formatted as an SQL WHERE clause (excluding the WHERE itself). [all...] |
/frameworks/base/docs/html/training/contacts-provider/ |
retrieve-names.jd | 590 constants you need for your projection, selection clause, and sort order are defined in or 621 To search for a string within a particular type of data, construct a selection clause from 634 The search string itself, represented as the "?" character in the selection clause. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
stl_vector.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_vector.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_vector.h | [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_vector.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_vector.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_vector.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_vector.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_vector.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_vector.h | [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_Genres_MembersTest.java | 187 // Query the same Uri, but add a where clause to restrict it to the one entry we added
|