Searched refs:format (Results 151 - 175 of 1654) sorted by relevance

1234567891011>>

/external/icu4c/i18n/unicode/
H A Drbnf.h86 * <p>For larger numbers, we can use the preceding set of rules to format the ones place, and
102 * isolate the number's ones digit, format it using this same set of rules, and place the
178 * <p>The above syntax suffices only to format positive integers. To format negative numbers,
184 * where the base value would be. This rule is used to format all negative numbers. the
185 * &gt;&gt; token here means &quot;find the number's absolute value, format it with these
213 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
288 * on whether it is used to format a number's integral part (or the whole number) or a
289 * number's fractional part. Using a rule set to format a rule's fractional part makes it a
292 * <p>Which rule is used to format
1009 RuleBasedNumberFormat::format(const Formattable& obj, function in class:RuleBasedNumberFormat
1022 RuleBasedNumberFormat::format(double number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
1028 RuleBasedNumberFormat::format(int32_t number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
[all...]
/external/valgrind/main/VEX/priv/
H A Dmain_util.c310 HChar* format,
334 if (!format)
336 if (*format == 0)
339 if (*format != '%') {
340 PUT(*format);
341 format++;
345 saved_format = format;
350 format++;
352 if (*format == '-') {
353 format
309 vprintf_wrk( void(*sink)(HChar), HChar* format, va_list ap ) argument
488 vex_printf( HChar* format, ... ) argument
517 vex_sprintf( HChar* buf, HChar *format, ... ) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJDKAlgorithmParameters.java27 protected boolean isASN1FormatString(String format) argument
29 return format == null || format.equals("ASN.1");
65 String format)
67 if (isASN1FormatString(format))
112 String format)
115 if (isASN1FormatString(format))
121 throw new IOException("Unknown parameters format in PWRIKEK parameters object");
148 String format)
150 if (isASN1FormatString(format))
64 engineGetEncoded( String format) argument
110 engineInit( byte[] params, String format) argument
147 engineGetEncoded( String format) argument
193 engineInit( byte[] params, String format) argument
[all...]
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp37 outs() << format(" %-32s", (const char*)"Name")
38 << format(" %-4s", (const char*)"Type")
39 << format(" %-16s", (const char*)"Address")
40 << format(" %-16s", (const char*)"Size")
41 << format(" %-16s", (const char*)"FileOffset")
42 << format(" %-26s", (const char*)"Flags")
109 // format() can't handle StringRefs
110 outs() << format(" %-32s", FullName.c_str())
111 << format(" %-4s", GetTypeStr(Type))
112 << format("
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DAlgorithmParametersSpi.java26 protected boolean isASN1FormatString(String format) argument
28 return format == null || format.equals("ASN.1");
83 String format)
85 if (isASN1FormatString(format) || format.equalsIgnoreCase("X.509"))
143 String format)
146 if (format.equalsIgnoreCase("X.509")
147 || format.equalsIgnoreCase("ASN.1"))
153 throw new IOException("Unknown parameter format "
82 engineGetEncoded( String format) argument
141 engineInit( byte[] params, String format) argument
191 engineGetEncoded( String format) argument
253 engineInit( byte[] params, String format) argument
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c35 const HChar* format,
85 const HChar *format, va_list vargs )
90 ( add_to__printf_buf, b, format, vargs );
97 const HChar *format, va_list vargs )
102 ret = vprintf_to_buf(&myprintf_buf, format, vargs);
113 UInt VG_(vprintf) ( const HChar *format, va_list vargs ) argument
115 return vprintf_WRK( &VG_(log_output_sink), format, vargs );
119 UInt VG_(printf) ( const HChar *format, ... ) argument
123 va_start(vargs, format);
124 ret = VG_(vprintf)(format, varg
84 vprintf_to_buf( printf_buf_t* b, const HChar *format, va_list vargs ) argument
96 vprintf_WRK( OutputSink* sink, const HChar *format, va_list vargs ) argument
337 debugLog_vprintf( void(*send)(HChar,void*), void* send_arg2, const HChar* format, va_list vargs ) argument
526 vsprintf( HChar* buf, const HChar *format, va_list vargs ) argument
540 sprintf( HChar* buf, const HChar *format, ... ) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_options.c120 Char* VG_(expand_file_name)(Char* option_name, Char* format) argument
129 if (VG_STREQ(format, "")) {
135 // If 'format' starts with a '~', abort -- the user probably expected the
139 if (format[0] == '~') {
150 // If 'format' starts with a '/', do not prefix with startup dir.
151 if (format[0] != '/') {
156 len = j + VG_(strlen)(format) + 10;
158 if (format[0] != '/') {
169 while (format[i]) {
170 if (format[
[all...]
/external/icu4c/io/
H A Duprntf_p.c66 /* C K is old format */
68 /* S U is old format */
77 * format specification, for example 'd' or 's'.
80 * information on the format specification.
98 * Struct encapsulating a single uprintf format specification.
119 /* Sets the sign of a format based on u_printf_spec_info */
122 u_printf_set_sign(UNumberFormat *format, argument
129 *prefixBufLen = unum_getTextAttribute(format,
136 /* unum_setSymbol(format, UNUM_PLUS_SIGN_SYMBOL, gSpaceStr, 1, &status); */
137 unum_setTextAttribute(format, UNUM_POSITIVE_PREFI
161 u_printf_reset_sign(UNumberFormat *format, const u_printf_spec_info *info, UChar *prefixBuffer, int32_t *prefixBufLen, UErrorCode *status) argument
278 UNumberFormat *format; local
354 UNumberFormat *format; local
489 UNumberFormat *format; local
558 UNumberFormat *format; local
678 UNumberFormat *format; local
803 UNumberFormat *format; local
876 UNumberFormat *format; local
[all...]
/external/libpcap/missing/
H A Dsnprintf.c290 const unsigned char *format = (const unsigned char *)char_format; local
293 while((c = *format++)) {
302 while((c = *format++)){
327 c = *format++;
331 c = *format++;
337 c = *format++;
341 c = *format++;
345 c = *format++;
353 c = *format++;
356 c = *format
466 snprintf(char *str, size_t sz, const char *format, ...) argument
610 vsnprintf(char *str, size_t sz, const char *format, va_list args) argument
[all...]
/external/tcpdump/missing/
H A Dsnprintf.c290 const unsigned char *format = (const unsigned char *)char_format; local
293 while((c = *format++)) {
302 while((c = *format++)){
327 c = *format++;
331 c = *format++;
337 c = *format++;
341 c = *format++;
345 c = *format++;
353 c = *format++;
356 c = *format
466 snprintf(char *str, size_t sz, const char *format, ...) argument
610 vsnprintf(char *str, size_t sz, const char *format, va_list args) argument
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp302 case DW_FORM_addr: OS << format("0x%016" PRIx64, uvalue); break;
305 case DW_FORM_data1: OS << format("0x%02x", (uint8_t)uvalue); break;
306 case DW_FORM_data2: OS << format("0x%04x", (uint16_t)uvalue); break;
307 case DW_FORM_data4: OS << format("0x%08x", (uint32_t)uvalue); break;
309 case DW_FORM_data8: OS << format("0x%016" PRIx64, uvalue); break;
323 case DW_FORM_block: OS << format("<0x%" PRIx64 "> ", uvalue); break;
324 case DW_FORM_block1: OS << format("<0x%2.2x> ", (uint8_t)uvalue); break;
325 case DW_FORM_block2: OS << format("<0x%4.4x> ", (uint16_t)uvalue); break;
326 case DW_FORM_block4: OS << format("<0x%8.8x> ", (uint32_t)uvalue); break;
335 OS << format("
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.c250 static int DMA_ReopenAudio(_THIS, const char *audiodev, int format, int stereo, argument
280 /* Set the audio format */
281 value = format;
283 (value != format) ) {
284 SDL_SetError("Couldn't set audio format");
311 int format; local
331 SDL_SetError("Couldn't get audio format list");
335 /* Try for a closest match on audio format */
336 format = 0;
337 for ( test_format = SDL_FirstAudioFormat(spec->format);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/
H A DSDL_nto_audio.c126 cpars->format.format = SND_PCM_SFMT_S16_LE;
127 cpars->format.interleave = 1;
128 cpars->format.rate = DEFAULT_CPARAMS_RATE;
129 cpars->format.voices = DEFAULT_CPARAMS_VOICES;
350 int format; local
384 /* Try for a closest match on audio format */
385 format = 0;
386 /* can't use format as SND_PCM_SFMT_U8 = 0 in nto */
389 for (test_format=SDL_FirstAudioFormat(spec->format); !foun
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDateFormatTest.java34 DateFormat format = DateFormat.getInstance();
35 DateFormat clone = (DateFormat) format.clone();
36 assertTrue("Clone not equal", format.equals(clone));
38 assertTrue("Clone shares NumberFormat", !format.equals(clone));
56 f1.format(new Date()).getClass() == String.class);
65 DateFormat format = DateFormat.getInstance();
66 Calendar cal1 = format.getCalendar();
67 Calendar cal2 = format.getCalendar();
82 f2.format(new Date()).getClass() == String.class);
100 f2.format(ne
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseOutputAST.java54 return String.format(" -> %s", treeString);
H A DTestCaseOutputReturn.java39 return String.format(" returns [%s]", script);
H A DTestCaseOutputStdOut.java43 return String.format(" -> \"%s\"", script);
/external/chromium/net/disk_cache/
H A Dtrace.h36 void Trace(const char* format, ...);
/external/clang/test/CodeGen/
H A D2002-08-02-UnionTest.c6 int printf(const char * restrict format, ...);
/external/clang/test/Sema/
H A Dattr-sentinel.c42 void (*e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1)));
45 void (*b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)); // expected-note {{function has been explicitly marked sentinel here}}
46 void (*z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))); // expected-note {{function has been explicitly marked sentinel here}}
49 void (*y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))); // expected-note {{function has been explicitly marked sentinel here}}
H A Dpredefined-function.c3 char *funk(int format);
/external/clang/test/SemaCXX/
H A Dprintf-block.cpp3 int (^block) (int, const char *,...) __attribute__((__format__(__printf__,2,3))) = ^ __attribute__((__format__(__printf__,2,3))) (int arg, const char *format,...) {return 5;};
17 block(n, "%s %s", hncs, n); // expected-warning{{cannot pass non-POD object of type 'HasNoCStr' to variadic block; expected type from format string was 'char *'}} expected-warning{{format specifies type 'char *' but the argument has type 'int'}}
/external/compiler-rt/BlocksRuntime/tests/
H A Ddispatch_call_Block_with_release.c12 void callsomething(const char *format, int argument) { argument
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
H A DTextureBlenderFactory.java21 * @param format
22 * the texture format
25 public static TextureBlender createTextureBlender(Format format) { argument
26 switch (format) {
70 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}. Returning a blender that does not change the texture.", format);
78 throw new IllegalStateException("Unknown image format type: " + format);
/external/jsilver/src/com/google/streamhtmlparser/
H A DExternalState.java76 return String.format("ExternalState: %s", name);

Completed in 1879 milliseconds

1234567891011>>