HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 451 - 475 of 14524) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/serializer/
__init__.py 8 def serialize(input, tree="etree", format="html", encoding=None,
12 if format == "html":
  /external/clang/test/Misc/
attr-source-range.cpp 6 void g(int i, ...) __attribute__((format(printf, 1, 1)));
  /external/deqp/framework/common/
tcuCompressedTexture.hpp 80 int getBlockSize (CompressedTexFormat format);
81 IVec3 getBlockPixelSize (CompressedTexFormat format);
83 bool isEtcFormat (CompressedTexFormat format);
84 bool isAstcFormat (CompressedTexFormat format);
85 bool isAstcSRGBFormat (CompressedTexFormat format);
87 TextureFormat getUncompressedFormat (CompressedTexFormat format);
114 CompressedTexture (CompressedTexFormat format, int width, int height, int depth = 1);
118 void setStorage (CompressedTexFormat format, int width, int height, int depth = 1);
  /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/io/appium/droiddriver/instrumentation/
RootFinder.java 51 throw new DroidDriverException(String.format("could not invoke: %s on %s", instanceMethod,
54 throw new DroidDriverException(String.format("could not find class: %s",
57 throw new DroidDriverException(String.format("could not find field: %s on %s",
60 throw new DroidDriverException(String.format("could not find method: %s on %s",
63 throw new DroidDriverException(String.format(
67 throw new DroidDriverException(String.format(
88 throw new DroidDriverException(String.format("Reflective access to %s on %s failed.",
91 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
ScientificNumberFormatterTest.java 8 package android.icu.dev.test.format;
35 markup.format(1.23456e-78));
39 superscript.format(1.23456e-78));
49 fmt.format(1.23456e-78));
62 fmt.format(6.02e23));
74 fmt.format(6.02e23));
84 fmt.format(123456.0));
93 fmt.format(123456.0));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
ScientificNumberFormatterTest.java 7 package com.ibm.icu.dev.test.format;
31 markup.format(1.23456e-78));
35 superscript.format(1.23456e-78));
45 fmt.format(1.23456e-78));
58 fmt.format(6.02e23));
70 fmt.format(6.02e23));
80 fmt.format(123456.0));
89 fmt.format(123456.0));
  /external/libdrm/tests/util/
format.h 56 uint32_t format; member in struct:util_format_info
63 const struct util_format_info *util_format_info_find(uint32_t format);
  /external/libexif/libexif/canon/
mnote-canon-entry.h 24 #include <libexif/exif-format.h>
32 ExifFormat format; member in struct:_MnoteCanonEntry
  /external/libexif/libexif/fuji/
mnote-fuji-entry.h 24 #include <libexif/exif-format.h>
34 ExifFormat format; member in struct:_MnoteFujiEntry
  /external/libexif/libexif/olympus/
mnote-olympus-entry.h 24 #include <libexif/exif-format.h>
32 ExifFormat format; member in struct:_MnoteOlympusEntry
  /external/libexif/libexif/pentax/
mnote-pentax-entry.h 24 #include <libexif/exif-format.h>
32 ExifFormat format; member in struct:_MnotePentaxEntry
  /external/libjpeg-turbo/
tjutil.h 32 #define snprintf(str, n, format, ...) \
33 _snprintf_s(str, n, _TRUNCATE, format, __VA_ARGS__)
  /external/libvncserver/test/
tjutil.h 32 #define snprintf(str, n, format, ...) \
33 _snprintf_s(str, n, _TRUNCATE, format, __VA_ARGS__)
  /external/libvpx/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/lzma/CPP/7zip/UI/FileManager/
FormatUtils.cpp 18 UString MyFormatNew(const UString &format, const UString &argument)
20 UString result = format;
  /external/mesa3d/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/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 42 gl_format format; member in struct:nouveau_surface
51 unsigned flags, unsigned format,
  /frameworks/av/services/audioflinger/
SpdifStreamOut.cpp 37 audio_format_t format)
40 , mSpdifEncoder(this, format)
55 mApplicationFormat = config->format;
61 switch(config->format) {
71 ALOGE("ERROR SpdifStreamOut::open() unrecognized format 0x%08X\n",
72 config->format);
77 customConfig.format = AUDIO_FORMAT_PCM_16_BIT;
84 " sampleRate %d, format %#x, channelMask %#x",
86 config->format,
89 " sampleRate %d, format %#x, channelMask %#x"
    [all...]
  /frameworks/base/libs/hwui/
GammaFontRenderer.h 49 uint32_t getFontRendererSize(GLenum format) const {
50 return mRenderer ? mRenderer->getCacheSize(format) : 0;
PixelBuffer.h 60 * Creates a new PixelBuffer object with the specified format and
67 static PixelBuffer* create(GLenum format, uint32_t width, uint32_t height,
74 * Returns the format of this render buffer.
155 * Returns the number of bytes per pixel in the specified format.
161 static uint32_t formatSize(GLenum format) {
162 switch (format) {
172 * Returns the alpha channel offset in the specified format.
178 static uint32_t formatAlphaOffset(GLenum format) {
179 switch (format) {
186 ALOGE("unsupported format: %d",format)
    [all...]
  /frameworks/native/include/ui/
PixelFormat.h 35 // in graphics/PixelFormat.java & pixelflinger/format.h
42 // Custom pixel-format described by a PixelFormatInfo structure
45 // System chooses a format that supports translucency (many alpha bits)
48 // System chooses a format that supports transparency
52 // System chooses an opaque format (no alpha bits required)
67 uint32_t bytesPerPixel(PixelFormat format);
68 uint32_t bitsPerPixel(PixelFormat format);
  /hardware/bsp/intel/peripheral/libmraa/examples/java/
AioA0.java 50 System.out.println(String.format("ADC A0 read %X - %d", adc_value, adc_value));
51 System.out.println(String.format("ADC A0 read %.5f", adc_value_float));

Completed in 964 milliseconds

<<11121314151617181920>>