Home
last modified time | relevance | path

Searched refs:having (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSQLiteDatabase.java116 String having, String orderBy, String limit) { in query() argument
124 columns, where, groupBy, having, orderBy, limit); in query()
141 String[] selectionArgs, String groupBy, String having, in query() argument
143 … return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, null); in query()
148 String[] selectionArgs, String groupBy, String having, in query() argument
150 … return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit); in query()
DShadowSQLiteQueryBuilder.java16 … String[] columns, String where, String groupBy, String having, in buildQueryString() argument
36 conditionallyAppend(sb, " HAVING ", having); in buildQueryString()
/external/llvm/test/YAMLParser/
Dspec-02-26.data5 # each mapping having one key
/external/valgrind/drd/tests/
Dlinuxthreads_det.stderr.exp-linuxthreads4 after having upgraded to a newer version of your Linux distribution.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
Dsearchcvs.php52 $having = (sizeof($extra["having"]) > 0 ? " HAVING " . join($extra["having"], " AND ") : ""); variable
71 …ts` NATURAL LEFT JOIN `bugs` $where GROUP BY `fid`, `revision`, `bugid` $having $order LIMIT $offs…
/external/llvm/test/CodeGen/X86/
Dzext-inreg-1.ll7 ; This related to not having ZERO_EXTEND_REG node.
/external/llvm/test/Transforms/LoopStrengthReduce/
Daddrec-gep.ll10 ; same address instead of having it computed twice, and SCEVExpander should
11 ; be able to reconstruct the full getelementptr, despite it having a few
Dexit_compare_live_range.ll2 ; having overlapping live ranges that result in copies. We want the setcc
Daddrec-gep-address-space.ll16 ; same address instead of having it computed twice, and SCEVExpander should
17 ; be able to reconstruct the full getelementptr, despite it having a few
Dshare_ivs.ll4 ; loop invariant value (B) added to it inside of the loop, instead of having
/external/droiddriver/manualtest/
Dbuild.gradle36 // Building with droiddriver source. Common tests should use droiddriver from jcenter by having
/external/skia/tools/
Dtsan.supp8 # skia:2459 Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
/external/eigen/doc/
DStlContainers.dox9 …cFixedSizeVectorizable "fixed-size vectorizable Eigen types", or classes having members of such ty…
14 …orizable Eigen types" and \ref TopicStructHavingEigenMembers "structures having such Eigen objects…
DPassingByValue.dox21 Likewise if you have a class having a Eigen object as member:
/external/v8/test/webkit/
Dproperty-getters-and-setters-expected.txt35 Setting a value without having a setter
37 Getting a value without having a getter
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt019lexer.g11 /** Avoids having "return foo;" match as a field */
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt019lexer.g11 /** Avoids having "return foo;" match as a field */
/external/tagsoup/
DTODO1 Consider having elements that suppress reopening
/external/clang/test/Analysis/
Dmisc-ps-ranges.m25 // statement from having the 'default' branch taken. This previously reported a false
/external/llvm/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt20 Now, instead of having a vector to pointers of objects, the objects are
70 Instead of having to go through getArgumentList for simple things like
/external/clang/test/SemaObjC/
Dtentative-property-decl.m4 /** A property may not be both 'readonly' and having a memory management attribute
/external/llvm/lib/Target/Hexagon/
DHexagon.td47 // ImmRegRel - Filter class used to relate instructions having reg-reg form
53 // NewValueRel - Filter class used to relate load/store instructions having
/external/android-mock/src/com/google/android/testing/mocking/
DGeneratedMockJar.readme20 loading to the Dalvik VM by having called the MockGenerator.jar file. Try
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
DREADME6 having to define all flags in or near main(), each python module defines flags
/external/libdrm/freedreno/
DREADME8 capture cmdstream dumps from the binary blob drivers without having

12345678910>>...16