HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 51 - 75 of 895) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h 13 * 07/22/98 stephen Removed operator!= (defined in Format)
29 #include "unicode/format.h"
73 * {@link #setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status)},
74 * {@link #adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& status)},
75 * {@link #format(const UnicodeString* argumentNames, const Formattable* arguments,
81 * <p>If this format uses named arguments, certain methods that take or
84 * UErrorCode is set to U_ILLEGAL_ARGUMENT_ERROR by format, and to
87 * {@link #adoptFormats(Format** formatsToAdopt, int32_t count)},
88 * {@link #setFormats(const Format** newFormats,int32_t count)}
950 MessageFormat::format(const Formattable& obj, function in class:MessageFormat
    [all...]
tmutfmt.h 15 * \brief C++ API: Format and parse duration in single time unit
40 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
48 * // create time unit format instance
49 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
50 * // format a time unit amount
55 * formatted = ((Format*)format)->format(formattable, formatted, status);
57 * ((Format*)format)->parseObject(formatted, result, status)
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 11 // 'gcov' format.
30 /// isGCDAFile - Return true if Format identifies a .gcda file.
31 static bool isGCDAFile(GCOV::GCOVFormat Format) {
32 return Format == GCOV::GCDA_402 || Format == GCOV::GCDA_404;
35 /// isGCNOFile - Return true if Format identifies a .gcno file.
36 static bool isGCNOFile(GCOV::GCOVFormat Format) {
37 return Format == GCOV::GCNO_402 || Format == GCOV::GCNO_404;
42 GCOV::GCOVFormat Format = Buffer.readGCOVFormat()
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 28 SkImageDecoder::Mode, SkImageDecoder::Format*) {
38 SkImageDecoder::Format*) {
44 SkImageDecoder::Format*) {
56 SkImageDecoder::Format SkImageDecoder::getFormat() const {
60 SkImageDecoder::Format SkImageDecoder::GetStreamFormat(SkStream*) {
64 const char* SkImageDecoder::GetFormatName(Format) {
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 28 SkImageDecoder::Mode, SkImageDecoder::Format*) {
38 SkImageDecoder::Format*) {
44 SkImageDecoder::Format*) {
56 SkImageDecoder::Format SkImageDecoder::getFormat() const {
60 SkImageDecoder::Format SkImageDecoder::GetStreamFormat(SkStream*) {
64 const char* SkImageDecoder::GetFormatName(Format) {
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
Filter.java 42 import com.jme3.texture.Image.Format;
97 public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBufferFormat, int numSamples, boolean renderDepth) {
130 public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBufferFormat) {
134 public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBufferFormat, int numSamples) {
148 public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBufferFormat, int numSample, Material material) {
197 * returns the default pass texture format
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 26 import static com.android.ide.common.api.IAttributeInfo.Format.BOOLEAN;
27 import static com.android.ide.common.api.IAttributeInfo.Format.COLOR;
28 import static com.android.ide.common.api.IAttributeInfo.Format.DIMENSION;
29 import static com.android.ide.common.api.IAttributeInfo.Format.ENUM;
30 import static com.android.ide.common.api.IAttributeInfo.Format.FLAG;
31 import static com.android.ide.common.api.IAttributeInfo.Format.FLOAT;
32 import static com.android.ide.common.api.IAttributeInfo.Format.FRACTION;
33 import static com.android.ide.common.api.IAttributeInfo.Format.INTEGER;
34 import static com.android.ide.common.api.IAttributeInfo.Format.STRING;
49 * the attribute was declared. This must include a format (string, reference, float, etc.)
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebClipboard.h 49 enum Format {
67 virtual bool isFormatAvailable(Format, Buffer) { return false; }
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_reader.h 36 * Call setup with a valid InputStream reference and pixel format.
46 Jpeg_Config::Format format);
83 Jpeg_Config::Format mFormat;
jpeg_writer.h 37 * width, pixel format, and compression quality in range (0, 100].
42 Jpeg_Config::Format format, int32_t quality);
78 Jpeg_Config::Format mFormat;
  /external/chromium/webkit/glue/
webvideoframe_impl.h 22 virtual WebVideoFrame::Format format() const;
  /external/chromium_org/media/base/
video_decoder_config.h 42 // Keep the values in this enum unique, as they imply format (h.264 vs. VP8,
43 // for example), and keep the values for a particular format grouped
78 VideoFrame::Format format,
90 VideoFrame::Format format,
113 // Video format used to determine YUV buffer sizes.
114 VideoFrame::Format format() const;
141 VideoFrame::Format format_
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkStippleMaskFilter.h 26 virtual SkMask::Format getFormat() const SK_OVERRIDE {
  /external/clang/lib/
Makefile 13 FrontendTool Tooling Driver Format Edit ARCMigrate Rewrite \
  /external/clang/unittests/
Makefile 22 PARALLEL_DIRS += Format
  /external/icu4c/i18n/unicode/
tmutfmt.h 15 * \brief C++ API: Format and parse duration in single time unit
51 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
59 * // create time unit format instance
60 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
61 * // format a time unit amount
66 * formatted = ((Format*)format)->format(formattable, formatted, status);
68 * ((Format*)format)->parseObject(formatted, result, status)
    [all...]
  /external/skia/include/effects/
SkStippleMaskFilter.h 26 virtual SkMask::Format getFormat() const SK_OVERRIDE {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Format.java 29 package org.jf.dexlib.Code.Format;
33 public enum Format {
77 private Format(Instruction.InstructionFactory factory, int size) {
81 private Format(Instruction.InstructionFactory factory, int size, boolean variableSizeFormat) {
Instruction10t.java 29 package org.jf.dexlib.Code.Format;
79 public Format getFormat() {
80 return Format.Format10t;
Instruction11n.java 29 package org.jf.dexlib.Code.Format;
72 public Format getFormat() {
73 return Format.Format11n;
Instruction11x.java 29 package org.jf.dexlib.Code.Format;
63 public Format getFormat() {
64 return Format.Format11x;
Instruction12x.java 29 package org.jf.dexlib.Code.Format;
66 public Format getFormat() {
67 return Format.Format12x;
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.h 22 jstring getMimeTypeString(JNIEnv* env, SkImageDecoder::Format format);
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionNoBits.hxx 24 #include <llvm/Support/Format.h>
  /frameworks/rs/cpu_ref/linkloader/lib/
ELFTypes.cpp 19 #include <llvm/Support/Format.h>
25 os << llvm::format("%0*x", FORMAT_WIDTH, val.value); \

Completed in 745 milliseconds

1 23 4 5 6 7 8 91011>>