/toolchain/binutils/binutils-2.25/config/ |
weakref.m4 | 18 dnl This means that the weak reference works without having to satify
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
cofftag.s | 11 ports having NUMBERS_WITH_SUFFIX.
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
ver_test_10.script | 23 # Test having a version script with no version.
|
ver_test_7.cc | 25 // This tests having a weak symbol which matches an entry in the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
gotplt2.d | 12 # perceived as better than having an unnecessary PLT, dynamic
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-12.d | 10 # variant of sec-5.d with the lop_loc having a misalignment, followed
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
DatabaseWrapper.java | 203 final String having, 209 null/*having*/, 246 final String having, final String orderBy, final String limit) { 251 groupBy, having, orderBy, limit); 260 groupBy, having, orderBy, limit); 272 final String having, final String orderBy) { 275 groupBy, having, orderBy, null); 280 final String groupBy, final String having, final String sortOrder, final String limit) { 283 groupBy, having, sortOrder, limit); 291 having, sortOrder, limit) [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
StreamHandlerTest.java | 296 * Test close() when having sufficient privilege, and a record has been 316 * Test close() when having sufficient privilege, and an output stream that 329 * Test close() when having sufficient privilege, and no record has been 347 * Test close() when having no output stream. 368 * Test flush() when having no output stream. 376 * Test isLoggable(), use no filter, having output stream 395 * Test isLoggable(), use no filter, having output stream 415 * Test isLoggable(), use a filter, having output stream 435 * Test isLoggable(), null log record, having output stream. Handler should 453 * Test publish(), use no filter, having output stream, normal log record [all...] |
ConsoleHandlerTest.java | 147 * Test close() when having sufficient privilege, and a record has been 167 * Test close() when having sufficient privilege, and an output stream that 185 * Test close() when having sufficient privilege, and no record has been 204 * Test publish(), use no filter, having output stream, normal log record. 264 * Test publish(), use a filter, having output stream, normal log record. 303 * Test publish(), null log record, having output stream, spec said 318 * Test publish(), a log record with empty msg, having output stream 334 * Test publish(), a log record with null msg, having output stream
|
/external/dbus/dbus/ |
dbus-syntax.c | 41 * be passed instead of a DBusError *, if you don't care about having 88 * be passed instead of a DBusError *, if you don't care about having 136 * having an error name and message. 183 * having an error name and message. 230 * having an error name and message. 277 * if you don't care about having an error name and message.
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteDatabase.java | 116 String having, String orderBy, String limit) { 124 columns, where, groupBy, having, orderBy, limit); 141 String[] selectionArgs, String groupBy, String having, 143 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, null); 148 String[] selectionArgs, String groupBy, String having, 150 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit);
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
testing.1.golden | 127 // Fail marks the function as having failed but continues ... 130 // FailNow marks the function as having failed and stops its ... 229 // Fail marks the function as having failed but continues ... 232 // FailNow marks the function as having failed and stops its ... 275 // Fail marks the function as having failed but continues ... 278 // FailNow marks the function as having failed and stops its ...
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
testing.1.golden | 127 // Fail marks the function as having failed but continues ... 130 // FailNow marks the function as having failed and stops its ... 229 // Fail marks the function as having failed but continues ... 232 // FailNow marks the function as having failed and stops its ... 275 // Fail marks the function as having failed but continues ... 278 // FailNow marks the function as having failed and stops its ...
|
/art/runtime/utils/ |
dex_cache_arrays_layout-inl.h | 63 // App image patching relies on having enough room for a forwarding pointer in the types array. 77 // App image patching relies on having enough room for a forwarding pointer in the methods array.
|
/developers/samples/android/notification/MessagingService/ |
template-params.xml | 32 the notification without having to open an app. The same Remote 68 the notification without having to open an App. The same Remote
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
line_chart_test.py | 27 # having a display object, having a list of data series, axes, etc.). Add some
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 21 array("regex" => "/branch: ?(\S+)/", "sql" => "`branch` LIKE '%%%s%%'", "sqlpart" => "having") //is a calculated value, won't work in WHERE 25 $extra = array("where" => array(), "having" => array()); 43 else if (preg_match("/(\S)/", $q, $regs) || sizeof($extra["where"]) + sizeof($extra["having"]) > 0) 52 $having = (sizeof($extra["having"]) > 0 ? " HAVING " . join($extra["having"], " AND ") : ""); variable 71 $sql = "SELECT SQL_CALC_FOUND_ROWS `cvsname`, `revision`, `date`, `author`, `message`, `keyword_subs`, `bugid`, `revision` AS `orev`, `fid` AS `ofid`, $branch AS `branch`$ec FROM `cvsfiles` NATURAL JOIN `commits` NATURAL LEFT JOIN `bugs` $where GROUP BY `fid`, `revision`, `bugid` $having $order LIMIT $offset, $pagesize";
|
/external/eigen/doc/ |
StlContainers.dox | 9 Using STL containers on \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types", or classes having members of such types, requires taking the following two steps: 14 These issues arise only with \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types" and \ref TopicStructHavingEigenMembers "structures having such Eigen objects as member". For other Eigen types, such as Vector3f or MatrixXd, no special care is needed when using STL containers.
|
/external/guava/guava-tests/test/com/google/common/math/ |
MathBenchmarking.java | 64 * Zero is treated as having log2 == 0. 107 * Zero is treated as having log2 == 0.
|
/external/libcap/doc/ |
capability.notes | 37 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/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
FrameBuffer.java | 43 /** Creates a new FrameBuffer having the given dimensions and potentially a depth buffer attached. */
48 /** Creates a new FrameBuffer having the given dimensions and potentially a depth and a stencil buffer attached.
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/ |
MapLayers.java | 35 * @return the first layer having the specified name, if one exists, otherwise null */
46 /** Get the index of the layer having the specified name, or -1 if no such layer exists. */
|
MapObjects.java | 41 * @return the first object having the specified name, if one exists, otherwise null */
52 /** Get the index of the object having the specified name, or -1 if no such object exists. */
|
/external/libmicrohttpd/doc/chapters/ |
sessions.inc | 4 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
|
/external/llvm/docs/HistoricalNotes/ |
2002-06-25-MegaPatchInfo.txt | 20 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
|