Searched refs:format (Results 1 - 25 of 54) sorted by relevance

123

/dalvik/dx/src/com/android/dx/io/instructions/
H A DFillArrayDataPayloadDecodedInstruction.java38 private FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
40 super(format, opcode, 0, null, 0, 0L);
50 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
52 this(format, opcode, data, data.length, 1);
58 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
60 this(format, opcode, data, data.length, 2);
66 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
68 this(format, opcode, data, data.length, 4);
74 public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, argument
76 this(format, opcod
[all...]
H A DPackedSwitchPayloadDecodedInstruction.java37 public PackedSwitchPayloadDecodedInstruction(InstructionCodec format, argument
39 super(format, opcode, 0, null, 0, 0L);
H A DSparseSwitchPayloadDecodedInstruction.java37 public SparseSwitchPayloadDecodedInstruction(InstructionCodec format, argument
39 super(format, opcode, 0, null, 0, 0L);
H A DZeroRegisterDecodedInstruction.java28 public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
30 super(format, opcode, index, indexType, target, literal);
H A DOneRegisterDecodedInstruction.java31 public OneRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
34 super(format, opcode, index, indexType, target, literal);
H A DRegisterRangeDecodedInstruction.java35 public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, argument
38 super(format, opcode, index, indexType, target, literal);
H A DTwoRegisterDecodedInstruction.java34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
37 super(format, opcode, index, indexType, target, literal);
H A DFiveRegisterDecodedInstruction.java43 public FiveRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
46 super(format, opcode, index, indexType, target, literal);
H A DFourRegisterDecodedInstruction.java40 public FourRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
43 super(format, opcode, index, indexType, target, literal);
H A DThreeRegisterDecodedInstruction.java37 public ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
40 super(format, opcode, index, indexType, target, literal);
H A DDecodedInstruction.java27 * A decoded Dalvik instruction. This consists of a format codec, a
33 * match the names given in the Dalvik instruction format
40 /** non-null; instruction format / codec */
41 private final InstructionCodec format; field in class:DecodedInstruction
61 * constants (format 20bc) as well as should-be-zero values
72 InstructionCodec format = OpcodeInfo.getFormat(opcode);
74 return format.decode(opcodeUnit, in);
101 public DecodedInstruction(InstructionCodec format, int opcode, argument
103 if (format == null) {
104 throw new NullPointerException("format
[all...]
/dalvik/vm/
H A DInit.h66 int dvmFprintf(FILE* fp, const char* format, ...)
68 __attribute__ ((format(printf, 2, 3)))
H A DMisc.h129 void dvmPrintDebugMessage(const DebugOutputTarget* target, const char* format,
132 __attribute__ ((format(printf, 2, 3)))
344 void StringAppendV(std::string* dst, const char* format, va_list ap);
/dalvik/vm/analysis/
H A DRegisterMap.h49 * Size of (format==FormatNone): 1 byte
50 * Size of (format==FormatCompact8): 4 + (1 + regWidth) * numEntries
51 * Size of (format==FormatCompact16): 4 + (2 + regWidth) * numEntries
55 u1 format; /* enum RegisterMapFormat; MUST be first entry */ member in struct:RegisterMap
67 * Get the format.
70 return (RegisterMapFormat)(pMap->format & ~(kRegMapFormatOnHeap));
74 * Set the format.
76 INLINE void dvmRegisterMapSetFormat(RegisterMap* pMap, RegisterMapFormat format) argument
78 pMap->format &= kRegMapFormatOnHeap;
79 pMap->format |
[all...]
H A DVerifySubs.h54 void dvmLogVerifyFailure(const Method* meth, const char* format, ...)
56 __attribute__ ((format(printf, 2, 3)))
H A DVerifySubs.cpp45 void dvmLogVerifyFailure(const Method* meth, const char* format, ...) argument
57 va_start(ap, format);
58 LOG_PRI_VA(logLevel, LOG_TAG, format, ap);
H A DRegisterMap.cpp193 RegisterMapFormat format; local
214 format = kRegMapFormatCompact8;
217 format = kRegMapFormatCompact16;
249 dvmRegisterMapSetFormat(pMap, format);
261 if (format == kRegMapFormatCompact8) {
402 const RegisterMapFormat format = dvmRegisterMapGetFormat(pMap); local
407 switch (format) {
416 ALOGE("Can only dump Compact8 / Compact16 maps (not %d)", format);
469 const RegisterMapFormat format = dvmRegisterMapGetFormat(pMap); local
499 switch (format) {
575 u1 format = dvmRegisterMapGetFormat(pMap); local
900 u1 format = dvmRegisterMapGetFormat(pMap); local
1022 RegisterMapFormat format = dvmRegisterMapGetFormat(curMap); local
1253 const u1 format = dvmRegisterMapGetFormat(pMap); local
1460 u1 format = dvmRegisterMapGetFormat(pMap); local
1700 u1 format = dvmRegisterMapGetFormat(pMap); local
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDop.java29 /** {@code non-null;} the instruction format */
30 private final InsnFormat format; field in class:Dop
44 * @param format {@code non-null;} the instruction format
49 public Dop(int opcode, int family, InsnFormat format, argument
59 if (format == null) {
60 throw new NullPointerException("format == null");
69 this.format = format;
100 * Gets the instruction format
[all...]
H A DOutputFinisher.java276 * No need to call this.set(), since the format and other info
359 * the format out of each instruction into a separate array, to be
382 * @param formats {@code non-null;} array of per-instruction format selections
411 * No need to call this.set() since the format and
431 * @param formats {@code non-null;} array of per-instruction format selections
472 * Attempts to fit the given instruction into a format, returning
473 * either a format that the instruction fits into or {@code null}
475 * fitting process starts with the given format as a first "best
479 * @param format {@code null-ok;} the current guess as to the best instruction
480 * format t
485 findFormatForInsn(DalvInsn insn, InsnFormat format) argument
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DDop.java40 /** {@code non-null;} the instruction format */
41 private final InsnFormat format; field in class:Dop
56 * @param format {@code non-null;} the instruction format
60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format, argument
74 if (format == null) {
75 throw new NullPointerException("format == null");
81 this.format = format;
111 * Gets the instruction format
[all...]
/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DOutput.java33 private static void generateHeader0(String fileName, String format) { argument
34 if (format.equals("brief")) {
38 } else if (format.equals("xml")) {
46 throw new RuntimeException("unknown output format");
50 public static void generateFirstHeader(String fileName, String format) { argument
51 generateHeader0(fileName, format);
54 public static void generateHeader(String fileName, String format) { argument
56 generateHeader0(fileName, format);
59 public static void generateFooter(String format) { argument
60 if (format
70 generate(DexData dexData, String format, boolean justClasses) argument
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DMemberIdsSection.java74 formatter.format("Too many %s references: %d; max is %d.%n" +
79 formatter.format("%n%6d %s", entry.getValue().get(), entry.getKey());
/dalvik/tests/021-string2/src/junit/framework/
H A DComparisonFailure.java32 return Assert.format(super.getMessage(), fExpected, fActual);
66 return Assert.format(super.getMessage(), expected, actual);
/dalvik/tests/082-inline-execute/src/junit/framework/
H A DComparisonFailure.java32 return Assert.format(super.getMessage(), fExpected, fActual);
66 return Assert.format(super.getMessage(), expected, actual);
/dalvik/opcode-gen/
H A Dopcode-gen.awk101 constName[i], constName[i], family[i], nextOp, format[i],
118 constName[i], constName[i], name[i], toupper(format[i]), itype);
270 } else if (cmd == "format") {
296 format[idx] = parts[3];
312 split(format[idx], parts, ""); # Width is the first format char.
316 familyFormat[family[idx],format[idx]] = idx;
320 if (nextFormat[format[idx]] == "") {
321 printf("unknown format: %s\n", format[id
[all...]

Completed in 658 milliseconds

123