HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 626 - 650 of 11127) sorted by null

<<21222324252627282930>>

  /external/libcxx/test/input.output/iostream.format/input.streams/istream.manip/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.manip/Android.mk
19 test_name := input.output/iostream.format/input.streams/istream.manip/ws
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/Android.mk
19 test_name := input.output/iostream.format/input.streams/istream.rvalue/rvalue
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/nothing_to_do
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/tested_elsewhere
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
Android.mk 17 test_makefile := external/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/Android.mk
19 test_name := input.output/iostream.format/output.streams/ostream.rvalue/CharT_pointer
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
pmu.c 6 /* Simulated format definitions. */
81 * Prepare format directory data, exported by kernel
82 * at /sys/bus/event_source/devices/<dev>/format.
89 snprintf(dir, PATH_MAX, "/tmp/perf-pmu-test-format-XXXXXX");
95 struct test_format *format = &test_formats[i]; local
98 snprintf(name, PATH_MAX, "%s/%s", dir, format->name);
104 if (1 != fwrite(format->value, strlen(format->value), 1, file))
113 /* Cleanup format directory. */
138 char *format = test_format_dir_get() local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_format.c 10 intel_mesa_format_to_rb_datatype(gl_format format)
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 46 GLenum format, GLenum type,
54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
  /external/pixman/demos/
gtk-utils.h 10 pixman_image_from_file (const char *filename, pixman_format_code_t format);
  /frameworks/av/include/ndk/
NdkMediaMuxer.h 52 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format);
62 * in udta box if the output format is AMEDIAMUXER_OUTPUT_FORMAT_MPEG_4, and is
77 * video if the output format is AMEDIAMUXER_OUTPUT_FORMAT_MPEG_4, so that a
87 * Adds a track with the specified format.
91 ssize_t AMediaMuxer_addTrack(AMediaMuxer*, const AMediaFormat* format);
  /frameworks/base/native/android/
native_activity.cpp 28 void ANativeActivity_setWindowFormat(ANativeActivity* activity, int32_t format) {
29 android_NativeActivity_setWindowFormat(activity, format);
  /frameworks/native/include/ui/
PixelFormat.h 38 // in graphics/PixelFormat.java & pixelflinger/format.h
45 // Custom pixel-format described by a PixelFormatInfo structure
48 // System chooses a format that supports translucency (many alpha bits)
51 // System chooses a format that supports transparency
55 // System chooses an opaque format (no alpha bits required)
72 ssize_t bytesPerPixel(PixelFormat format);
73 ssize_t bitsPerPixel(PixelFormat format);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 64 static int printFormatFromEDID(unsigned char format);
67 unsigned char format);
  /hardware/qcom/display/msm8084/libgralloc/
gr.h 50 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage,
52 size_t getBufferSizeAndDimensions(int width, int height, int format,
57 void getBufferAttributes(int width, int height, int format, int usage,
62 bool isMacroTileEnabled(int format, int usage);
64 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
68 // Allocate buffer from width, height, format into a private_handle_t
70 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
110 * based on the width and format.
114 void getAlignedWidthAndHeight(int width, int height, int format,
149 int format,
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
gr.h 50 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
57 void getBufferAttributes(int width, int height, int format, int usage,
62 bool isMacroTileEnabled(int format, int usage);
64 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
68 // Allocate buffer from width, height, format into a private_handle_t
70 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
110 * based on the width and format.
114 void getAlignedWidthAndHeight(int width, int height, int format,
149 int format,
    [all...]
  /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/x86_64-linux-glibc2.11-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.11-4.8/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)))

Completed in 993 milliseconds

<<21222324252627282930>>