HomeSort by relevance Sort by last modified time
    Searched full:having (Results 1 - 25 of 1255) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/code/
package.html 2 <p>Implementation of classes having to do with Java simulation, such as
  /external/clearsilver/man/man3/
cgiwrap_putenv.3 33 system version by having separate arguments for the
36 having to implement a parser to separate them.
  /dalvik/vm/mterp/arm-vfp/
README.txt 6 accesses (which is true for some ARMv5 and all ARMv6/v7), to avoid having
  /dalvik/libcore/text/src/main/java/java/text/
package.html 10 localization can be provided at any time without having to change the
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 168 * @param having A filter declare which row groups to include in the cursor,
169 * if row grouping is being used, formatted as an SQL HAVING
170 * clause (excluding the HAVING itself). Passing null will cause
182 String groupBy, String having, String orderBy, String limit) {
183 if (TextUtils.isEmpty(groupBy) && !TextUtils.isEmpty(having)) {
185 "HAVING clauses are only permitted when using a groupBy clause");
206 appendClause(query, " HAVING ", having);
265 * @param having A filter declare which row groups to include in
267 * SQL HAVING clause (excluding the HAVING itself). Passin
    [all...]
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifierNickname.java 11 * be interpreted as having the same meaning as applying all of annotations of X
  /external/stlport/stlport/stl/config/
_icc.h 28 /* Systems having GLIBC installed have different traits */
  /external/v8/test/mjsunit/bugs/
618.js 36 // Add setter somewhere on the prototype chain after having constructed the
51 // Add setter somewhere on the prototype chain after having constructed the
66 // Add setter somewhere on the prototype chain after having constructed the
81 // Add setter somewhere on the prototype chain after having constructed the
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
FixedWidth.java 25 * Exercise table layout with cells having a fixed width and height.
Weight.java 25 * Exercise table layout with cells having a weight.
  /external/webkit/WebKit/gtk/tests/
testwindow.c 59 /* Test we correctly apply policy for not having scrollbars; This
78 /* Test we correctly apply policy for always having scrollbars */
94 /* Test we correctly apply policy for having scrollbars when needed */
  /external/apache-http/src/org/apache/commons/logging/
Log.java 71 * <p> Call this method to prevent having to perform expensive operations
83 * <p> Call this method to prevent having to perform expensive operations
95 * <p> Call this method to prevent having to perform expensive operations
107 * <p> Call this method to prevent having to perform expensive operations
119 * <p> Call this method to prevent having to perform expensive operations
131 * <p> Call this method to prevent having to perform expensive operations
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 415 * Test close() when having sufficient privilege, and a record has been
420 notes = "Verifies close() when having sufficient privilege, and a record has been written to the output stream.",
441 * Test close() when having sufficient privilege, and an output stream that
446 notes = "Verifies close() when having sufficient privilege, and an output stream that always throws exceptions.",
460 * Test close() when having sufficient privilege, and no record has been
465 notes = "Verifies close() method when having sufficient privilege, and no record has been written to the output stream.",
483 * Test close() when having insufficient privilege.
508 * Test close() when having no output stream.
512 notes = "Verifies close() method when having no output stream.",
540 * Test flush() when having no output stream
    [all...]
ConsoleHandlerTest.java 205 * Test close() when having sufficient privilege, and a record has been
210 notes = "Verifies close() when having sufficient privilege, and a record has been written to the output stream.",
231 * Test close() when having sufficient privilege, and an output stream that
236 notes = "Verifies close() when having sufficient privilege, and an output stream that always throws exceptions",
255 * Test close() when having sufficient privilege, and no record has been
260 notes = "Checks close() when having sufficient privilege, and no record has been written to the output stream",
280 * Test close() when having insufficient privilege.
305 * Test publish(), use no filter, having output stream, normal log record.
309 notes = "Verifies publish(), use no filter, having output stream, normal log record.",
377 * Test publish(), use a filter, having output stream, normal log record
    [all...]
  /cts/tools/vm-tests/src/dot/junit/verify/b17/
Test_b17.java 25 * Having throw, return and backward goto as a last opcode in the method is tested
  /dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
SideEffect.java 25 * Marks a test-case as either having a side-effect that other tests might
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
NativeStart.java 26 * Rather than having some special-case code, we create this simple little
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
BrokenInputStream.java 24 * IOException after having read a specified number of bytes. Used for
  /dalvik/vm/
Inlines.h 19 * turned into a separate function. This prevents us from having multiple
  /external/icu4c/test/cintltst/
capitst.h 96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
  /external/jsr305/ri/src/main/java/javax/annotation/
ParametersAreNullableByDefault.java 21 * than having no annotation, as it is inherited and it can override a ParametersAreNonnullByDefault
  /external/kernel-headers/original/linux/
posix_types.h 14 * place for them. Solved by having dummy defines in <sys/time.h>.
  /external/quake/quake/src/QW/client/
menu.h 23 // instead of having the menu code look through their internal tables
  /external/quake/quake/src/WinQuake/
menu.h 23 // instead of having the menu code look through their internal tables
  /external/strace/
Android.mk 24 # ARM (e.g. 4.5.1.8), but that would mean having to reapply all Android-specific

Completed in 1825 milliseconds

1 2 3 4 5 6 7 8 91011>>