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

<<11121314151617181920>>

  /external/bluetooth/bluedroid/btif/co/
bta_ag_co.c 33 #define LOGI(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__)
34 #define LOGD(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__)
35 #define LOGV(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__)
36 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format"\n", ## __VA_ARGS__)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
AlgorithmParametersSpi.java 17 protected boolean isASN1FormatString(String format)
19 return format == null || format.equals("ASN.1");
62 String format)
64 if (isASN1FormatString(format))
125 String format)
128 if (isASN1FormatString(format))
134 throw new IOException("Unknown parameter format " + format);
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native.cc 24 int width, int height, int format,
36 GTFbool GTFIsAlphaFormatEGLImageExternal(int format) {
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_context_2d.h 24 PP_ImageDataFormat format; member in struct:__anon13555
37 PSContext2D_t* PSContext2DAllocate(PP_ImageDataFormat format);
43 * Query the native system image format.
  /external/chromium_org/ppapi/shared_impl/
media_stream_video_track_shared.cc 23 if (attributes.format < PP_VIDEOFRAME_FORMAT_UNKNOWN ||
24 attributes.format > PP_VIDEOFRAME_FORMAT_LAST) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
compactdecimalformat.h 34 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
89 * Clone this Format object polymorphically. The caller owns the
95 virtual Format* clone() const;
98 * Return TRUE if the given Format objects are semantically equal.
102 * @return TRUE if the given Format objects are semantically equal.
105 virtual UBool operator==(const Format& other) const;
108 using DecimalFormat::format;
111 * Format a double or long number using base-10 representation.
121 virtual UnicodeString& format(double number,
126 * Format a double or long number using base-10 representation
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
tjutil.h 32 #define snprintf(str, n, format, ...) \
33 _snprintf_s(str, n, _TRUNCATE, format, __VA_ARGS__)
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.h 40 unsigned r300_get_pixel_alignment(enum pipe_format format,
53 unsigned r300_stride_to_width(enum pipe_format format,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 42 gl_format format; member in struct:nouveau_surface
51 unsigned flags, unsigned format,
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
SparseSwitchPayloadDecodedInstruction.java 37 public SparseSwitchPayloadDecodedInstruction(InstructionCodec format,
39 super(format, opcode, 0, null, 0, 0L);
ZeroRegisterDecodedInstruction.java 28 public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode,
30 super(format, opcode, index, indexType, target, literal);
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
RootFinder.java 49 throw new DroidDriverException(String.format("could not invoke: %s on %s", instanceMethod,
52 throw new DroidDriverException(String.format("could not find class: %s",
55 throw new DroidDriverException(String.format("could not find field: %s on %s",
58 throw new DroidDriverException(String.format("could not find method: %s on %s",
61 throw new DroidDriverException(String.format(
65 throw new DroidDriverException(String.format(
81 throw new DroidDriverException(String.format("Reflective access to %s on %s failed.",
84 throw new DroidDriverException(String.format("Reflective access to %s on %s failed.",
  /external/fio/
log.h 10 extern int log_err(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
11 extern int log_info(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
  /external/giflib/
Android.mk 11 LOCAL_CFLAGS += -Wno-format -DHAVE_CONFIG_H
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java 41 * Format the template with args, only supports the placeholder
44 static String format(String template, Object... args) { method in class:Platform
45 return String.format(template, args);
  /external/icu/icu4c/source/i18n/unicode/
compactdecimalformat.h 33 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
88 * Clone this Format object polymorphically. The caller owns the
94 virtual Format* clone() const;
97 * Return TRUE if the given Format objects are semantically equal.
101 * @return TRUE if the given Format objects are semantically equal.
104 virtual UBool operator==(const Format& other) const;
107 using DecimalFormat::format;
110 * Format a double or long number using base-10 representation.
120 virtual UnicodeString& format(double number,
125 * Format a double or long number using base-10 representation
    [all...]
  /external/libcxx/test/input.output/iostream.format/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/Android.mk
19 test_name := input.output/iostream.format/nothing_to_do
  /external/libcxx/test/input.output/iostream.format/input.streams/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/Android.mk
19 test_name := input.output/iostream.format/input.streams/version
  /external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/Android.mk
19 test_name := input.output/iostream.format/input.streams/iostreamclass/types
  /external/libcxx/test/input.output/iostream.format/input.streams/istream/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream/Android.mk
19 test_name := input.output/iostream.format/input.streams/istream/types
  /external/libcxx/test/input.output/iostream.format/output.streams/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/Android.mk
19 test_name := input.output/iostream.format/output.streams/version
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream/types
  /external/libcxx/test/input.output/iostream.format/quoted.manip/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/quoted.manip/Android.mk
19 test_name := input.output/iostream.format/quoted.manip/quoted
  /external/libcxx/test/input.output/iostream.format/std.manip/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/std.manip/Android.mk
19 test_name := input.output/iostream.format/std.manip/setbase
23 test_name := input.output/iostream.format/std.manip/setprecision
27 test_name := input.output/iostream.format/std.manip/setfill
31 test_name := input.output/iostream.format/std.manip/version
35 test_name := input.output/iostream.format/std.manip/setiosflags
39 test_name := input.output/iostream.format/std.manip/setw
43 test_name := input.output/iostream.format/std.manip/resetiosflags

Completed in 1539 milliseconds

<<11121314151617181920>>