HomeSort by relevance Sort by last modified time
    Searched full:formatted (Results 26 - 50 of 1015) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 180 * @param where A filter declaring which rows to return, formatted as an SQL
183 * @param groupBy A filter declaring how to group rows, formatted as an SQL
187 * if row grouping is being used, formatted as an SQL HAVING
191 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
195 * formatted as LIMIT clause. Passing null denotes no LIMIT clause.
267 * formatted as an SQL WHERE clause (excluding the WHERE
273 * @param groupBy A filter declaring how to group rows, formatted
277 * the cursor, if row grouping is being used, formatted as an
281 * @param sortOrder How to order the rows, formatted as an SQL
304 * formatted as an SQL WHERE clause (excluding the WHER
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 67 UnicodeString formatted;
70 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
74 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
78 ((Format*)formats[style])->parseObject(formatted, result, status);
85 ((Format*)formats[1-style])->parseObject(formatted, result_1, status);
310 std::cout << "Formatted string : " << tmp << " expected : " << tmp1 << "\n";
312 if (!assertEquals("formatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expected[counter], str)) {
  /external/apache-http/src/org/apache/http/message/
LineFormatter.java 51 * The formatted lines are returned in memory, the formatter does not depend
88 * @return a buffer with the formatted protocol version appended.
106 * @return the formatted request line
121 * @return the formatted status line
144 * @return a buffer holding the formatted header, never <code>null</code>.
BasicLineFormatter.java 49 * The formatted lines are returned in memory, the formatter does not depend
106 * @return the formatted protocol version
145 * Guesses the length of a formatted protocol version.
146 * Needed to guess the length of a formatted request or status line.
150 * @return the estimated length of the formatted protocol version,
166 * @return the formatted request line
226 * @return the formatted status line
288 * @return the formatted header
  /external/llvm/include/llvm/Support/
Format.h 39 /// format_object_base - This is a helper class used for handling formatted
54 /// returns the length of the formatted string. If the buffer is too small,
129 /// format - This is a helper function that is used to produce formatted output.
136 /// format - This is a helper function that is used to produce formatted output.
144 /// format - This is a helper function that is used to produce formatted output.
  /external/apache-http/src/org/apache/http/
FormattedHeader.java 37 * An HTTP header which is already formatted.
49 * Obtains the buffer with the formatted header.
52 * @return the formatted header, in a buffer that must not be modified
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHMessages.java 48 * @return The formatted message string.
66 * @return The formatted warning string.
85 * @return The formatted message string.
  /external/qemu/android/utils/
ini.h 57 * missing or badly formatted
62 * missing or badly formatted
67 * missing or badly formatted
  /libcore/luni/src/main/java/java/util/logging/
Formatter.java 43 * the log record to be formatted into a string.
44 * @return the formatted string.
60 * the log record to be formatted.
SimpleFormatter.java 42 * the log record to be formatted into a string.
43 * @return the formatted string.
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLMessages.java 46 * @return The formatted message string.
64 * @return The formatted warning string.
  /external/e2fsprogs/
INSTALL 43 8) Remove any pre-formatted man pages.
45 Some distributions will have pre-formatted manual pages which
INSTALL.elfbin 22 3) Remove any pre-formatted man pages.
24 Some distributions will have pre-formatted manual pages which
  /external/icu4c/samples/numfmt/
readme.txt 11 util.cpp formatted output convenience implementation
12 util.h formatted output convenience header
  /external/webkit/Source/WebCore/inspector/front-end/
ScriptFormatterWorker.js 52 var mapping = { original: [], formatted: [] };
63 mapping.formatted.push(match.index + match[1].length);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
Utils.java 36 * @return the formatted elapsed time
72 * @return the formatted size such as 4.52 MB or 245 KB or 332 bytes
  /external/icu4c/i18n/unicode/
umsg.h 39 * Takes a set of objects, formats them, then inserts the formatted
218 * arguments presented in an array to be formatted.
249 * @param locale The locale for which the message will be formatted
252 * @param result A pointer to a buffer to receive the formatted message.
276 * @param locale The locale for which the message will be formatted
279 * @param result A pointer to a buffer to receive the formatted message.
303 * @param locale The locale for which the message is formatted
328 * @param locale The locale for which the message is formatted
353 * @param locale The locale for which the message will be formatted
356 * @param result A pointer to a buffer to receive the formatted message
    [all...]
  /external/bluetooth/glib/glib/gnulib/
asnprintf.c 0 /* Formatted output to strings.
  /external/chromium/base/
stringprintf.cc 18 // formatted string excluding the NUL terminator. If the buffer is not
19 // large enough to accommodate the formatted string without truncation, they
20 // return the number of characters that would be in the fully-formatted string
68 // fully-formatted string, so if we reach this point, something else is
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider.h 25 // directory. The files should contain JSON-formatted policy settings. They are
  /external/icu4c/common/
ustrfmt.c 19 * @param i the unsigned number to be formatted
  /external/icu4c/samples/datefmt/answers/
main_0.cpp 59 // Display the formatted date string
main_1.cpp 58 // Display the formatted date string
  /external/icu4c/samples/translit/answers/
main_1.cpp 59 printf("Greek formatted date: ");
  /external/oprofile/libpp/
format_flags.h 22 /// a formatted memory address

Completed in 712 milliseconds

12 3 4 5 6 7 8 91011>>