HomeSort by relevance Sort by last modified time
    Searched defs:Format (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/icu4c/i18n/unicode/
format.h 7 * File FORMAT.H
18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
60 * "$#,##0.00;($#,##0.00)", which is a common US English format for
66 * is not inherent to Format classes in general, and is not part of
71 * NumberFormat which allows the user to format different number ranges
74 * MessageFormat is a formatter which utilizes other Format objects to
75 * format a string containing with multiple values. For instance,
82 * the Format cannot format the type of object, otherwise if there i
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItemFactory.java 29 package org.jf.baksmali.Adaptors.Format;
32 import org.jf.dexlib.Code.Format.*;
UnresolvedOdexInstructionMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
32 import org.jf.dexlib.Code.Format.UnresolvedOdexInstruction;
ArrayDataMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
33 import org.jf.dexlib.Code.Format.ArrayDataPseudoInstruction;
OffsetInstructionFormatMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
InstructionWithJumboVariant.java 32 package org.jf.dexlib.Code.Format;
InstructionWithJumboReference.java 32 package org.jf.dexlib.Code.Format;
UnknownInstruction.java 32 package org.jf.dexlib.Code.Format;
Instruction10t.java 29 package org.jf.dexlib.Code.Format;
79 public Format getFormat() {
80 return Format.Format10t;
Instruction10x.java 29 package org.jf.dexlib.Code.Format;
55 public Format getFormat() {
56 return Format.Format10x;
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;
Instruction20t.java 29 package org.jf.dexlib.Code.Format;
81 public Format getFormat() {
82 return Format.Format20t;
Instruction21c.java 29 package org.jf.dexlib.Code.Format;
77 throw new RuntimeException(String.format("%s index is too large. Use the %s instruction instead.",
80 throw new RuntimeException(String.format("%s index is too large", opcode.referenceType.name()));
89 public Format getFormat() {
90 return Format.Format21c;
103 if (jumboOpcode.format == Format.Format31c) {
Instruction21s.java 29 package org.jf.dexlib.Code.Format;
68 public Format getFormat() {
69 return Format.Format21s;
Instruction22b.java 29 package org.jf.dexlib.Code.Format;
72 public Format getFormat() {
73 return Format.Format22b;
Instruction22x.java 29 package org.jf.dexlib.Code.Format;
71 public Format getFormat() {
72 return Format.Format22x;
Instruction23x.java 29 package org.jf.dexlib.Code.Format;
72 public Format getFormat() {
73 return Format.Format23x;
Instruction30t.java 29 package org.jf.dexlib.Code.Format;
65 public Format getFormat() {
66 return Format.Format30t;
Instruction31c.java 29 package org.jf.dexlib.Code.Format;
66 public Format getFormat() {
67 return Format.Format31c;
Instruction31i.java 29 package org.jf.dexlib.Code.Format;
68 public Format getFormat() {
69 return Format.Format31i;
  /external/icu4c/i18n/
format.cpp 7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
47 #include "unicode/format.h"
53 // class Format
70 Format::Format()
78 Format::~Format()
85 Format::Format(const Format &that
109 Format::format(const Formattable& obj, function in class:Format
125 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /external/llvm/tools/llvm-diff/
DiffLog.h 35 /// might be initializing this format.
36 StringRef Format;
41 LogBuilder(Consumer &c, StringRef Format)
42 : consumer(c), Format(Format) {}
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.h 19 struct Format {
31 const Format& format)
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
33 , fFormat(format)
45 const Format& format() const { return fFormat; } function in class:GrGLStencilBuffer
53 Format fFormat;

Completed in 389 milliseconds

1 2 3 4 5 6