/dalvik/dx/src/com/android/dx/io/instructions/ |
ZeroRegisterDecodedInstruction.java | 28 public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, 30 super(format, opcode, index, indexType, target, literal);
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2EncoderUtils.h | 21 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack); 22 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack);
|
/external/bison/lib/ |
vasnprintf.h | 27 The __-protected variants of the attributes 'format' and 'printf' are 56 char *output = vasnprintf (buf, &len, format, args); 70 extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) 72 extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list 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-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/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
TextureArrayData.java | 24 * After that the TextureArray will invoke the other methods to find out about the size of the image data, the format, whether the 57 /** @return the internal format of this TextureArray */ 67 public static TextureArrayData loadFromFiles (Pixmap.Format format, boolean useMipMaps, FileHandle... files) { 68 return new FileTextureArrayData(format, useMipMaps, files);
|
/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,
|