HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 276 - 300 of 4595) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-3/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /device/lge/mako/camera/hdr/include/
morpho_hdr_checker.h 64 * @param[in] format ???????t?H?[?}?b?g
71 const char *format);
81 * @param[in] format ???????t?H?[?}?b?g
91 const char *format);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
OneRegisterDecodedInstruction.java 31 public OneRegisterDecodedInstruction(InstructionCodec format, int opcode,
34 super(format, opcode, index, indexType, target, literal);
RegisterRangeDecodedInstruction.java 35 public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode,
38 super(format, opcode, index, indexType, target, literal);
TwoRegisterDecodedInstruction.java 34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode,
37 super(format, opcode, index, indexType, target, literal);
  /external/grub/stage2/
tparm.c 88 * format. Often more complex operations are necessary.
235 parse_format(const char *s, char *format, int *len)
241 char *fmt = format;
247 *format++ = '%';
256 *format++ = *s;
260 *format++ = *s++;
270 *format++ = *s++;
273 *format++ = *s++;
281 *format++ = *s++;
291 *format++ = *s++
339 static char format[MAX_FORMAT_LEN]; local
    [all...]
  /external/icu4c/i18n/
currfmt.h 56 * Override Format API.
58 virtual UBool operator==(const Format& other) const;
61 * Override Format API.
63 virtual Format* clone() const;
66 using MeasureFormat::format;
69 * Override Format API.
71 virtual UnicodeString& format(const Formattable& obj,
77 * Override Format API.
84 * Override Format API.
  /external/icu4c/i18n/unicode/
rbnf.h 15 * \brief C++ API: Rule Based Number Format
86 * <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
1028 RuleBasedNumberFormat::format(const Formattable& obj, function in class:RuleBasedNumberFormat
1041 RuleBasedNumberFormat::format(double number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
1047 RuleBasedNumberFormat::format(int32_t number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
    [all...]
  /frameworks/base/native/android/
native_activity.cpp 28 void ANativeActivity_setWindowFormat(ANativeActivity* activity, int32_t format) {
29 android_NativeActivity_setWindowFormat(activity, format);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 64 static int printFormatFromEDID(unsigned char format);
67 unsigned char format);
  /libcore/benchmarks/src/benchmarks/regression/
FormatterBenchmark.java 31 f.format("this is a reasonably short string that doesn't actually need any formatting");
46 f.format("this is a reasonably short string that has an int %d in it", value);
55 f.format(arabic, "this is a reasonably short string that has an int %d in it", value);
72 f.format("this is a reasonably short string that has an int %x in it", value);
89 f.format("this is a reasonably short string that has a float %f in it", value);
97 f.format("this is a reasonably short string that has a float %.2f in it", value);
105 f.format("this is a reasonably short string that has two floats %f and %f in it", value, value);
121 f.format("this is a reasonably short string that has a string %s in it", "hello");
  /libcore/luni/src/main/java/java/security/
AlgorithmParametersSpi.java 48 * {@code byte[]} using the default decoding format for parameters. The
49 * default encoding format is ASN.1.
61 * {@code byte[]} using the specified decoding format.
65 * @param format
66 * the name of the decoding format.
71 protected abstract void engineInit(byte[] params, String format)
92 * Returns the parameters in their default encoding format. The default
93 * encoding format is ASN.1.
103 * Returns the parameters in the specified encoding format.
105 * @param format
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
input.h 68 int snd_input_scanf(snd_input_t *input, const char *format, ...)
70 __attribute__ ((format (scanf, 2, 3)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
input.h 68 int snd_input_scanf(snd_input_t *input, const char *format, ...)
70 __attribute__ ((format (scanf, 2, 3)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
input.h 68 int snd_input_scanf(snd_input_t *input, const char *format, ...)
70 __attribute__ ((format (scanf, 2, 3)))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))

Completed in 636 milliseconds

<<11121314151617181920>>