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

  /external/chromium_org/third_party/lcov/example/
Makefile 19 # special option '--frames' for genhtml
23 FRAMES := --frames
25 FRAMES :=
52 --show-details --description-file descriptions $(FRAMES) \
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 57 * True to enable stack map frames support.
59 static final boolean FRAMES = true;
88 * Flag to skip the stack map frames in the class. If this flag is set the
89 * stack map frames of the class is not visited, i.e. the
92 * used: it avoids visiting frames that will be ignored and recomputed from
98 * Flag to expand the stack map frames. By default stack map frames are
101 * this flag is set, stack map frames are always visited in expanded format
    [all...]
MethodWriter.java 96 * Indicates that the stack map frames must be recomputed from scratch. In
102 private static final int FRAMES = 0;
237 * Number of stack map frames in the StackMapTable attribute.
350 * @see #FRAMES
442 this.compute = computeFrames ? FRAMES : (computeMaxs ? MAXS : NOTHING);
547 if (!ClassReader.FRAMES || compute == FRAMES) {
640 if (compute == FRAMES) {
662 if (compute == FRAMES) {
685 if (compute == FRAMES) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 36 milliseconds