HomeSort by relevance Sort by last modified time
    Searched defs:annotate (Results 1 - 20 of 20) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/util/
AnnotatedOutput.java 49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
ByteArrayAnnotatedOutput.java 367 public void annotate(String msg) { method in class:ByteArrayAnnotatedOutput
377 public void annotate(int amt, String msg) { method in class:ByteArrayAnnotatedOutput
  /dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java 49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
ByteArrayAnnotatedOutput.java 360 public void annotate(String msg) { method in class:ByteArrayAnnotatedOutput
370 public void annotate(int amt, String msg) { method in class:ByteArrayAnnotatedOutput
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 56 * @param ex {@code non-null;} the exception to annotate
58 public abstract void annotate(ExceptionWithContext ex); method in class:LocalsArray
ExecutionStack.java 79 * @param ex {@code non-null;} the exception to annotate
81 public void annotate(ExceptionWithContext ex) { method in class:ExecutionStack
311 this.annotate(ex);
313 other.annotate(ex);
OneLocalsArray.java 59 public void annotate(ExceptionWithContext ex) { method in class:OneLocalsArray
214 annotate(ex);
216 other.annotate(ex);
Frame.java 409 * @param ex {@code non-null;} the exception to annotate
411 public void annotate(ExceptionWithContext ex) { method in class:Frame
412 locals.annotate(ex);
413 stack.annotate(ex);
LocalsArraySet.java 125 public void annotate(ExceptionWithContext ex) { method in class:LocalsArraySet
127 primary.annotate(ex);
137 la.getPrimary().annotate(ex);
357 annotate(ex);
359 other.annotate(ex);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeListItem.java 97 out.annotate(0, offsetString() + " type_list");
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
102 out.annotate(ELEMENT_SIZE,
CatchStructs.java 224 * Helper method to annotate or simply print the exception handlers.
230 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
243 annotateTo.annotate(0, prefix + "tries:");
256 annotateTo.annotate(amt1, s1);
257 annotateTo.annotate(amt2, s2);
269 annotateTo.annotate(0, prefix + "handlers:");
270 annotateTo.annotate(encodedHandlerHeaderSize,
296 * Helper for {@link #annotateEntries} to annotate a catch handler list
299 * @param handlers {@code non-null;} handlers to annotate
304 * @param annotateTo {@code non-null;} where to annotate t
    [all...]
DebugInfoEncoder.java 130 private void annotate(int length, String message) { method in class:DebugInfoEncoder
136 annotateTo.annotate(shouldConsume ? length : 0, message);
203 annotate(1, String.format("%04x: prologue end",address));
371 boolean annotate = (annotateTo != null) || (debugPrint != null);
381 if (annotate) {
382 annotate(output.getCursor() - mark, "line_start: " + line);
408 if (annotate) {
409 annotate(output.getCursor() - mark,
451 if (annotate) {
455 annotate(output.getCursor() - mark
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
TypeListItem.java 97 out.annotate(0, offsetString() + " type_list");
98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
102 out.annotate(ELEMENT_SIZE,
CatchStructs.java 222 * Helper method to annotate or simply print the exception handlers.
228 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
241 annotateTo.annotate(0, prefix + "tries:");
254 annotateTo.annotate(amt1, s1);
255 annotateTo.annotate(amt2, s2);
267 annotateTo.annotate(0, prefix + "handlers:");
268 annotateTo.annotate(encodedHandlerHeaderSize,
294 * Helper for {@link #annotateEntries} to annotate a catch handler list
297 * @param handlers {@code non-null;} handlers to annotate
302 * @param annotateTo {@code non-null;} where to annotate t
    [all...]
DebugInfoEncoder.java 130 private void annotate(int length, String message) { method in class:DebugInfoEncoder
136 annotateTo.annotate(shouldConsume ? length : 0, message);
203 annotate(1, String.format("%04x: prologue end",address));
371 boolean annotate = (annotateTo != null) || (debugPrint != null);
381 if (annotate) {
382 annotate(output.getCursor() - mark, "line_start: " + line);
408 if (annotate) {
409 annotate(output.getCursor() - mark,
451 if (annotate) {
455 annotate(output.getCursor() - mark
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 144 out.annotate(codeBytes, s);
146 out.annotate(codeBytes, "");
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 145 out.annotate(codeBytes, s);
147 out.annotate(codeBytes, "");
  /external/srec/srec/include/
utteranc.h 63 annotate; typedef in typeref:struct:__anon11398
102 annotate *utb_table; /* utb file header information */
241 int init_utb_file(file_utterance_info *utt, annotate **table);
242 int position_utb_file(file_utterance_info *utt, long position, annotate *table);
253 int read_tcp(char *filename, annotate **tag_base);
254 int read_lst(char *filename, annotate *tag_base, int ntags);
255 int read_utb_table(char *filename, annotate **tag_base);
256 void save_tcp(char *tcpnam, annotate *tag, int ntags);
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 530 milliseconds