Home
last modified time | relevance | path

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

12345678910>>...22

/external/robolectric/v1/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/tools/llvm-profdata/
Doverflow-instr.test3 1- Merge profile having maximum counts with itself and verify overflow detected and saturation occu…
11 2- Merge profile having maximum counts by itself and verify no overflow
Doverflow-sample.test3 1- Merge profile having maximum counts with itself and verify overflow detected
24 2- Merge profile having maximum counts by itself and verify no overflow
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-26.data3 # each mapping having one key
/external/llvm/test/YAMLParser/
Dspec-02-26.test5 # each mapping having one key
/external/curl/
DGIT-INFO22 To build in environments that support configure, after having extracted
52 src/tool_hugehelp.c and avoid having to generate this file. This will
/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/autotest/server/site_tests/dummy_FailServer/
Dcontrol.retry_failfast13 Test that always fails. Despite having nonzero RETRIES, will fail
/external/v8/tools/gyp/test/generator-output/actions/subdir2/
Dnone.gyp20 # without having to hard-code the intermediate dir paths.
/external/parameter-framework/asio-1.10.6/
DREADME.parameter-framework4 Although unlikely (thanks to having been tested on all AOSP lunch targets), if
/external/llvm/test/CodeGen/X86/
Dzext-inreg-1.ll7 ; This related to not having ZERO_EXTEND_REG node.
/external/v8/tools/gyp/test/actions/src/subdir2/
Dnone.gyp20 # without having to hard-code the intermediate dir paths.
/external/v8/build/internal/
Drelease_impl.gypi12 # We still want the false setting above to avoid 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/autotest/client/site_tests/dummy_Fail/
Dcontrol.retry_alwaysfail19 having a non-zero RETRIES value.
/external/autotest/client/site_tests/security_SMMLocked/
Dcontrol17 Checks that the SMM area is correctly restricted by having both
/external/libcap/doc/
Dcapability.notes37 numbered port. You should restrict it to only having access to the
38 CAP_NET_BIND_SERVICE capability. Coupled with not having any files on
/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
/external/autotest/client/tests/sysbench/
Dcontrol11 In some cases this is very helpful. This is also the reason for having
/external/libmicrohttpd/doc/chapters/
Dsessions.inc4 this is a network protocol, our session mechanism must support having many users with
69 instead of in memory. Still, having mechanisms to expire data

12345678910>>...22