/external/chromium/chrome/browser/geolocation/ |
geolocation_settings_state.h | 50 // Maps ContentSetting to a set of hosts formatted for presentation.
|
/external/e2fsprogs/intl/ |
vasnwprintf.h | 32 /* Write formatted output to a string dynamically allocated with malloc().
|
/external/icu4c/i18n/unicode/ |
tmutfmt.h | 51 * UnicodeString formatted; 55 * formatted = ((Format*)format)->format(formattable, formatted, status); 57 * ((Format*)format)->parseObject(formatted, result, status);
|
/external/icu4c/samples/translit/answers/ |
main_2.cpp | 67 printf("Greek formatted date: ");
|
/external/icu4c/test/perf/perldriver/ |
Format.pm | 50 # @param time in seconds to be formatted 85 # @param time in seconds to be formatted 111 # @param value to be formatted, as a fraction, e.g. 0.5 for 50% 129 # @param number to be formatted
|
/frameworks/base/opengl/java/android/opengl/ |
ETC1Util.java | 147 * Create a new ETC1Texture from an input stream containing a PKM formatted compressed texture. 148 * @param input an input stream containing a PKM formatted compressed texture. 201 * Helper function that writes an ETC1Texture to an output stream formatted as a PKM file. 203 * @param output the stream to write the formatted texture data to.
|
/packages/apps/Contacts/src/com/android/contacts/format/ |
DisplayNameFormatter.java | 26 * Sets the content of the given text view, to contain the formatted display name, with a
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
IconLoader.java | 42 * @return a {@link NowOrLater} for retrieving the icon. If the ID is not formatted as expected,
|
/external/guava/src/com/google/common/base/ |
Objects.java | 117 * Adds a name/value pair to the formatted output in {@code name=value} 126 * Adds a value to the formatted output in {@code value} format.<p/> 139 * Returns the formatted string.
|
/external/icu4c/i18n/ |
winnmfmt.h | 53 * @param number The value to be formatted. 68 * @param number The value to be formatted. 83 * @param number The value to be formatted.
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
TypeConverter.java | 50 * The is the underlying parsing function which can fail for badly formatted strings. It is really 73 * @throws NumberFormatException is the string is badly formatted 140 // string is badly formatted (it's what clearsilver does).
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
wchar.h | 537 /* Write formatted output to STREAM. 544 /* Write formatted output to stdout. 550 /* Write formatted output of at most N characters to S. */ 555 /* Write formatted output to S from argument list ARG. 563 /* Write formatted output to stdout from argument list ARG. 570 /* Write formatted output of at most N character to S from argument 578 /* Read formatted input from STREAM. 585 /* Read formatted input from stdin. 591 /* Read formatted input from S. */ 632 /* Read formatted input from S into argument list ARG [all...] |
stdio.h | 327 /* Write formatted output to STREAM. 333 /* Write formatted output to stdout. 338 /* Write formatted output to S. */ 342 /* Write formatted output to S from argument list ARG. 348 /* Write formatted output to stdout from argument list ARG. 353 /* Write formatted output to S from argument list ARG. */ 372 /* Write formatted output to a string dynamically allocated with `malloc'. 384 /* Write formatted output to a file descriptor. 399 /* Read formatted input from STREAM. 405 /* Read formatted input from stdin [all...] |
/external/icu4c/test/intltest/ |
msfmrgts.cpp | 109 logln("Formatted with one extra param : " + tempBuffer); 128 logln("Formatted with no params : " + tempBuffer); 133 errln("Formatted with arguments > subsitution failed. result = " + tempBuffer); 134 logln("Formatted with extra params : " + tempBuffer); 198 logln("Formatted with 7 : " + tempBuffer); 255 logln("Formatted with null : " + tempBuffer);*/ 263 logln("Formatted with params : " + tempBuffer); 268 logln("Formatted with null : " + tempBuffer); 702 UnicodeString formatted; local 703 formatted = prefix + "YES" [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
DetailedHeapshotView.js | 837 if (!span || !span.hasStyleClass("console-formatted-string")) [all...] |
heapProfiler.css | 205 .detailed-heapshot-view .console-formatted-object, .console-formatted-node { 210 .detailed-heapshot-view .console-formatted-string {
|
/external/icu4c/common/unicode/ |
utrace.h | 303 * @param outBuf pointer to a buffer to receive the formatted output. Output 310 * @param args Data to be formatted. 311 * @return Length of formatted output, including the terminating NUL. 324 * @param outBuf pointer to a buffer to receive the formatted output. Output 331 * @param ... Data to be formatted. 332 * @return Length of formatted output, including the terminating NUL.
|
/external/icu4c/test/cintltst/ |
udatpg_test.c | 228 UChar pattern[40], formatted[40]; local 337 formattedCapacity = (int32_t)(sizeof(formatted)/sizeof((formatted)[0])); 338 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity, 343 resultLen=udat_format(formatter, sampleDate, formatted, formattedCapacity, 345 if ( u_memcmp(sampleFormatted, formatted, resultLen) != 0 ) {
|
/libcore/luni/src/main/java/java/text/ |
DecimalFormat.java | 227 * "#,##,##0", and the number 123456789 is formatted as "12,34,56,789". If a 300 * are shown. For example, 1997 is formatted as "97" if maximum integer digits 304 * example, 1997 is formatted as "01997" if minimum integer digits is set to 5. 308 * example, 0.125 is formatted as "0.12" if the maximum fraction digits is 2. 311 * example, 0.125 is formatted as "0.1250" if the minimum fraction digits is set 315 * fraction digits. For example, 0.10004 is formatted as "0.1" if the maximum 345 * formatted using the localized minus sign, <em>not</em> the prefix and 352 * exponent. Example: 0.00123 formatted with "00.###E0" yields "12.3E-4". This 359 * 12345 is formatted using "##0.###E0" as "12.345E3". 363 * the mantissa; it does not affect parsing. For example, 12345 formatted wit [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
warnings.sgml | 33 Outputs a formatted message via the print handler. 64 These are called with the complete formatted string to output. 72 Outputs a formatted message via the error message handler.
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
diff_parser.py | 52 """Converts a git formatted diff line to a svn formatted line. 78 If this line is git formatted, we'll return a
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UnwrapRefactoring.java | 210 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local 211 if (formatted != null) { 212 rootEdit = formatted;
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
PhoneNumberFormattingTextWatcherTest.java | 65 // already formatted correctly
|
/dalvik/vm/jdwp/ |
JdwpEvent.h | 123 * Send an event, formatted into "pReq", to the debugger.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ChronometerDemo.java | 81 mChronometer.setFormat("Formatted time (%s)");
|