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

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/clang/test/CodeGen/
2005-02-27-MarkGlobalConstant.c 4 // The synthetic global made by the CFE for big initializer should be marked
  /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 */
  /external/javassist/src/main/javassist/bytecode/
SyntheticAttribute.java 27 * The name of this attribute <code>"Synthetic"</code>.
29 public static final String tag = "Synthetic";
38 * Constructs a Synthetic attribute.
  /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
  /external/webkit/Source/WebCore/platform/
PlatformGestureRecognizer.h 42 // its internal state and optionally dispatches synthetic events to the
53 // be the target of any generated synthetic event. Finally, |handled|
55 // Returns true if the event resulted in firing a synthetic event.
  /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
  /external/chromium/chrome/browser/extensions/
extension_input_api.h 26 // synthetic event distribution code to this Function.
  /libcore/luni/src/main/java/java/lang/reflect/
Member.java 67 * Indicates whether or not this member is synthetic (artificially
70 * @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/chromium/chrome/browser/ui/cocoa/
test_event_utils.h 31 // Create synthetic mouse events for testing. Currently these are very
  /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>

Completed in 1480 milliseconds

1 2 3 4 5 6 7 8 91011>>