HomeSort by relevance Sort by last modified time
    Searched full:synthetic (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /dalvik/tests/035-enum/
expected.txt 2 synthetic? false
  /dalvik/dx/tests/011-class-attrib-Synthetic/
small-class.txt 17 01 0009 "Synthetic" # 0005: utf8["Synthetic"]
expected.txt 13 0005: utf8{"Synthetic"}
24 name: Synthetic
info.txt 6 class-level Synthetic attribute, which is syntactically valid.
  /dalvik/dx/tests/015-field-attrib-Synthetic/
small-class.txt 17 01 0009 "Synthetic" # 0005: utf8["Synthetic"]
info.txt 6 field with a valid Synthetic attribute.
expected.txt 13 0005: utf8{"Synthetic"}
30 name: Synthetic
  /dalvik/dx/tests/019-method-attrib-Synthetic/
small-class.txt 19 01 0009 "Synthetic" # 0007: utf8["Synthetic"]
info.txt 6 method with a syntactically valid Synthetic attribute.
expected.txt 15 0007: utf8{"Synthetic"}
31 name: Synthetic
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttSynthetic.java 20 * Attribute class for standard {@code Synthetic} attributes.
24 public static final String ATTRIBUTE_NAME = "Synthetic";
  /external/freetype/src/cff/
cffcmap.h 52 /***** CFF SYNTHETIC UNICODE ENCODING CMAP *****/
57 /* unicode (synthetic) cmaps */
  /dalvik/tests/035-enum/src/
Main.java 20 System.out.println(" synthetic? " + field.isSynthetic());
  /external/freetype/src/psaux/
t1cmap.h 87 /***** TYPE1 SYNTHETIC UNICODE ENCODING CMAP *****/
92 /* unicode (synthetic) cmaps */
  /dalvik/dx/tests/003-magic-version-access/
expected.txt 41 access_flags: public|final|super|interface|abstract|synthetic|annotation|enum|89ce
62 access_flags: public|final|super|interface|abstract|synthetic|annotation|enum|89ce
83 access_flags: public|final|super|interface|abstract|synthetic|annotation|enum|89ce
104 access_flags: public|final|super|interface|abstract|synthetic|annotation|enum|89ce
125 access_flags: public|final|super|interface|abstract|synthetic|annotation|enum|89ce
146 access_flags: public|final|super|interface|abstract|synthetic|annotation|enum|89ce
167 access_flags: public|final|super|interface|abstract|synthetic|annotation|enum|89ce
188 access_flags: public|final|super|interface|abstract|synthetic|annotation|enum|89ce
236 access_flags: public|final|super|interface|abstract|synthetic|annotation|enum|89ce
  /dalvik/dx/tests/008-field/
expected.txt 23 access_flags: public|private|protected|static|final|volatile|transient|synthetic|enum|af20
  /dalvik/dx/tests/009-method/
expected.txt 24 access_flags: public|private|protected|static|final|synchronized|bridge|varargs|native|abstract|strictfp|synthetic|e200
  /dalvik/libcore/luni/src/main/java/java/lang/reflect/
Member.java 71 * Indicates whether or not this member is synthetic (artificially
74 * @return {@code true} if this member is synthetic, {@code false} otherwise
  /dalvik/dx/tests/010-class-attrib-InnerClasses/
expected.txt 44 access_flags: public|private|protected|static|final|interface|abstract|synthetic|annotation|enum|89e0
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
SyntheticAttribute_info.java 17 * The Synthetic attribute is a fixed-length attribute in the attributes table
20 * not appear in the source code must be marked using a Synthetic attribute.<P>
22 * The Synthetic attribute has the following format:
32 * structure representing the string "Synthetic".<P>
  /external/proguard/src/proguard/classfile/attribute/
SyntheticAttribute.java 27 * This Attribute represents a synthetic attribute.
  /external/emma/core/java12/com/vladium/jcd/cls/
AttributeCollection.java 145 "bad synthetic attribute count: " + m_syntheticRefCount);
170 "bad synthetic attribute count: " + m_syntheticRefCount);
188 "bad synthetic attribute count: " + m_syntheticRefCount);
211 // note: the spec does not disallow multiple synthetic attributes
  /external/icu4c/tools/genpname/
SyntheticPropertyValueAliases.txt 13 # It contains synthetic property value aliases not present
  /build/core/
notice_files.mk 30 # aren't included on the device, so this name is synthetic anyway.
  /external/webkit/WebCore/css/
CSSFontFaceSource.h 73 HashMap<unsigned, SimpleFontData*> m_fontDataTable; // The hash key is composed of size synthetic styles.

Completed in 424 milliseconds

1 2 3 4 5 6 7 8