Searched defs:parse (Results 1 - 10 of 10) sorted by relevance

/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/dx/src/com/android/dx/cf/direct/
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 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 DDirectClassFile.java152 /** {@code null-ok;} parse observer, if any */
214 * Sets the parse observer for this instance.
411 * Runs {@link #parse} if it has not yet been run to cover up to
416 parse();
421 * Runs {@link #parse} if it has not yet been run successfully.
425 parse();
432 private void parse() { method in class:DirectClassFile
565 * that's what signals a successful parse of the first part of
627 * @param observer {@code null-ok;} parse observer to use, if any
/dalvik/dx/src/com/android/dx/cf/cst/
H A DConstantPoolParser.java75 /** {@code null-ok;} parse observer, if any */
93 * Sets the parse observer for this instance.
123 * Runs {@link #parse} if it has not yet been run successfully.
127 parse();
134 private void parse() { method in class:ConstantPoolParser
184 * Populates {@link #offsets} and also completely parse utf8 constants.
/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/dx/src/com/android/dx/command/dexer/
H A DMain.java242 arguments.parse(argArray);
1335 /** {@code non-null} after {@link #parse}; file name arguments */
1618 private void parse(String[] args) { method in class:Main.Arguments
1753 /** Callable helper class to parse class bytes. */
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 108 milliseconds