HomeSort by relevance Sort by last modified time
    Searched full:having (Results 1 - 25 of 1545) 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
  /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/chromium/base/
leak_annotations.h 12 // Annotate a program scope as having memory leaks. Tcmalloc's heap leak
  /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.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_icc.h 28 /* Systems having GLIBC installed have different traits */
  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 177 /* Minimum of signed integral types having a minimum size. */
182 /* Maximum of signed integral types having a minimum size. */
188 /* Maximum of unsigned integral types having a minimum size. */
195 /* Minimum of fast signed integral types having a minimum size. */
205 /* Maximum of fast signed integral types having a minimum size. */
216 /* Maximum of fast unsigned integral types having a minimum size. */
  /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/vm/
Inlines.h 19 * turned into a separate function. This prevents us from having multiple
  /device/sample/apps/SampleEmailPolicy/
README 20 having to edit or merge changes directly into its source. It also allows the same Email application
  /external/chromium/net/url_request/
url_request_test_job.h 34 // without having to call ProcessOnePendingMessage.
53 // The three canned URLs this handler will respond to without having been
81 // the caller having to call ProcessOnePendingMessage. Auto advance depends
82 // on having a message loop running. The default is to not auto advance.
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.h 96 * Test buffer overrun while having smaller buffer for sortkey (j1865)
  /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/wpa_supplicant/
includes.h 16 * having to have OS/C library specific selection in many files.

Completed in 289 milliseconds

1 2 3 4 5 6 7 8 91011>>