HomeSort by relevance Sort by last modified time
    Searched refs:annotate (Results 76 - 100 of 287) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dircache.py 5 The annotate() routine appends slashes to directories."""
12 __all__ = ["listdir", "opendir", "annotate", "reset"]
37 def annotate(head, list): function
  /external/ImageMagick/Magick++/demo/
button.cpp 70 button.annotate( text, CenterGravity );
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MonitoringModuleGenerator.java 72 classWriter.annotate(Generated.class).setValue(ComponentProcessor.class.getName());
73 classWriter.annotate(Module.class);
80 emptySetBindingMethod.annotate(Provides.class).setMember("type", Provides.Type.SET_VALUES);
89 monitorMethod.annotate(Provides.class);
  /external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/
Generator.java 31 annotate(node, Generated.class, new StringLiteralExpr(getClass().getName())); method
35 annotate(node, SuppressWarnings.class, new StringLiteralExpr("unchecked")); method
39 annotate(method, Override.class, null); method
42 private <T extends Node & NodeWithAnnotations<?>> void annotate(T node, Class<?> annotation, Expression content) { method in class:Generator
  /external/python/cpython2/Lib/
dircache.py 5 The annotate() routine appends slashes to directories."""
12 __all__ = ["listdir", "opendir", "annotate", "reset"]
37 def annotate(head, list): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dircache.py 5 The annotate() routine appends slashes to directories."""
12 __all__ = ["listdir", "opendir", "annotate", "reset"]
37 def annotate(head, list): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
dircache.py 5 The annotate() routine appends slashes to directories."""
12 __all__ = ["listdir", "opendir", "annotate", "reset"]
37 def annotate(head, list): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dircache.py 5 The annotate() routine appends slashes to directories."""
12 __all__ = ["listdir", "opendir", "annotate", "reset"]
37 def annotate(head, list): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dircache.py 5 The annotate() routine appends slashes to directories."""
12 __all__ = ["listdir", "opendir", "annotate", "reset"]
37 def annotate(head, list): function
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodIdsSection.java 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
Section.java 162 out.annotate(0, "\n" + name + ":");
164 out.annotate(0, "\n");
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...]
MixedItemSection.java 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz));
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
252 out.annotate(0, intro);
257 out.annotate(0, item.offsetString() + ' ' + label + '\n');
342 out.annotate(0, "\n");
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 83 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
84 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodIdsSection.java 83 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
84 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 91 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
Section.java 161 out.annotate(0, "\n" + name + ":");
163 out.annotate(0, "\n");
CatchStructs.java 221 * Helper method to annotate or simply print the exception handlers.
227 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
240 annotateTo.annotate(0, prefix + "tries:");
253 annotateTo.annotate(amt1, s1);
254 annotateTo.annotate(amt2, s2);
266 annotateTo.annotate(0, prefix + "handlers:");
267 annotateTo.annotate(encodedHandlerHeaderSize,
293 * Helper for {@link #annotateEntries} to annotate a catch handler list
296 * @param handlers {@code non-null;} handlers to annotate
301 * @param annotateTo {@code non-null;} where to annotate t
    [all...]
DexFile.java 237 boolean annotate = (humanOut != null);
238 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose, storage);
244 if (annotate) {
270 boolean annotate = (humanOut != null);
271 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose, null);
273 if (annotate) {
606 * @param annotate whether or not to keep annotations
610 private ByteArrayAnnotatedOutput toDex0(boolean annotate,
694 if (annotate) {
732 if (annotate) {
    [all...]
MixedItemSection.java 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz));
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
252 out.annotate(0, intro);
257 out.annotate(0, item.offsetString() + ' ' + label + '\n');
342 out.annotate(0, "\n");
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
TypeListItem.java 55 out.annotate(4, "size: %d", size);
59 out.annotate(2, TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
  /dalvik/dx/src/com/android/dx/cf/code/
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 60 public void annotate(ExceptionWithContext ex) { method in class:OneLocalsArray
225 annotate(ex);
227 other.annotate(ex);

Completed in 846 milliseconds

1 2 34 5 6 7 8 91011>>