Searched refs:parse (Results 1 - 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
H A DAttributeListParser.java30 /** {@code non-null;} the class file to parse from */
49 /** {@code null-ok;} parse observer, if any */
55 * @param cf {@code non-null;} class file to parse from
81 * Sets the parse observer for this instance.
111 * Runs {@link #parse} if it has not yet been run successfully.
115 parse();
122 private void parse() { method in class:AttributeListParser
142 attributeFactory.parse(cf, context, at, observer);
H A DMemberListParser.java35 /** {@code non-null;} the class file to parse from */
51 /** {@code null-ok;} parse observer, if any */
57 * @param cf {@code non-null;} the class file to parse from
95 * Sets the parse observer for this instance.
104 * Runs {@link #parse} if it has not yet been run successfully.
108 parse();
172 private void parse() { method in class:MemberListParser
H A DAttributeFactory.java61 * @param cf {@code non-null;} class file to parse from
62 * @param context context to parse in; one of the {@code CTX_*}
66 * @param observer {@code null-ok;} parse observer to report to, if any
69 public final Attribute parse(DirectClassFile cf, int context, int offset, method in class:AttributeFactory
111 * @param cf {@code non-null;} class file to parse from
112 * @param context context to parse in; one of the {@code CTX_*}
118 * @param observer {@code null-ok;} parse observer to report to, if any
H A DDirectClassFile.java148 /** {@code null-ok;} parse observer, if any */
210 * Sets the parse observer for this instance.
383 * Runs {@link #parse} if it has not yet been run to cover up to
388 parse();
393 * Runs {@link #parse} if it has not yet been run successfully.
397 parse();
404 private void parse() { method in class:DirectClassFile
528 * that's what signals a successful parse of the first part of
590 * @param observer {@code null-ok;} parse observer to use, if any
/dalvik/dx/src/com/android/dx/command/annotool/
H A DMain.java62 void parse (String[] argArray) throws InvalidArgumentException { method in class:Main.Arguments
138 args.parse(argArray);
/dalvik/dexgen/src/com/android/dexgen/util/
H A DHexParser.java44 public static byte[] parse(String src) { method in class:HexParser
/dalvik/dx/src/com/android/dx/util/
H A DHexParser.java44 public static byte[] parse(String src) { method in class:HexParser
/dalvik/hit/src/com/android/hit/
H A DMain.java37 State state = (new HprofParser(dis)).parse();
H A DHprofParser.java99 public final State parse() { method in class:HprofParser
/dalvik/dx/src/com/android/dx/command/dump/
H A DMain.java95 bytes = HexParser.parse(src);
/dalvik/dx/src/com/android/dx/cf/cst/
H A DConstantPoolParser.java72 /** {@code null-ok;} parse observer, if any */
90 * Sets the parse observer for this instance.
120 * Runs {@link #parse} if it has not yet been run successfully.
124 parse();
131 private void parse() { method in class:ConstantPoolParser
181 * Populates {@link #offsets} and also completely parse utf8 constants.
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java197 arguments.parse(argArray);
1211 /** {@code non-null} after {@link #parse}; file name arguments */
1354 public void parse(String[] args) { method in class:Main.Arguments
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 417 milliseconds