/frameworks/base/tests/backup/src/com/android/backuptest/ |
BackupTestActivity.java | 165 // TODO: a more plausable synthetic stored-data version number
|
/prebuilt/darwin-x86/swt/ |
swt.jar | |
/prebuilt/darwin-x86_64/swt/ |
swt.jar | |
/cts/tools/dx-tests/lib/ |
junit.jar | |
/cts/tools/utils/lib/ |
junit.jar | |
/cts/tools/vm-tests/lib/ |
junit.jar | |
/dalvik/docs/ |
debugger.html | 224 synthetic <code>finally</code> block. As a result, when single-stepping 235 until the exception is re-thrown from the synthetic <code>finally</code> block.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
ConstructorTest.java | 44 notes = "Since code which relies on synthetic members is not " + 112 // Used to test synthetic constructor.
|
MethodTest.java | 454 assertEquals("Synthetic method not generated.", 2, 459 assertTrue("Synthetic method not stated as synthetic.", method 464 assertTrue("Synthetic method not found.", foundSyntheticMethod); [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
Modifier.java | 101 static final int SYNTHETIC = 0x1000;
|
/dalvik/vm/oo/ |
Class.h | 108 * variations, this is only called explicitly for synthetic class
|
/development/simulator/wrapsim/ |
DevFb.c | 94 * Wait for our synthetic vsync to happen.
|
/external/emma/core/java12/com/vladium/emma/report/ |
IItemAttribute.java | 144 // d can be 0 legally: the compiler can generate classes with no methods in them [happens with synthetic classes, for example]
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
Attribute_info.java | 58 public static final String ATTRIBUTE_SYNTHETIC = "Synthetic";
|
/external/webkit/WebCore/dom/ |
ProcessingInstruction.cpp | 139 // We need to make a synthetic XSLStyleSheet that is embedded. It needs to be able
|
/external/webkit/WebCore/platform/graphics/mac/ |
FontCacheMac.mm | 110 // AppKit request is that it takes synthetic bold and oblique into account.
|
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/ |
Field.java | 132 * Indicates whether or not this field is synthetic. 134 * @return {@code true} if this field is synthetic, {@code false} otherwise 139 return (flags & Modifier.SYNTHETIC) != 0; [all...] |
/dalvik/libcore/luni/src/main/native/ |
java_io_File.cpp | 71 * sockets and block-special devices) as having size zero. Some synthetic
|
/external/freetype/src/cff/ |
cffdrivr.c | 412 * If the charmap is a synthetic Unicode encoding cmap or
|
/external/proguard/src/proguard/classfile/ |
ClassConstants.java | 146 public static final String ATTR_Synthetic = "Synthetic";
|
/external/v8/src/ |
ast.h | 1040 // Synthetic properties are property lookups introduced by the system, 1041 // to objects that aren't visible to the user. Function calls to synthetic 1044 enum Type { NORMAL, SYNTHETIC }; 1058 bool is_synthetic() const { return type_ == SYNTHETIC; } [all...] |
/external/webkit/WebKit/chromium/public/ |
WebInputEvent.h | 193 // handy for generating synthetic keyboard events.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
LayoutDescriptors.java | 131 // Create <include> as a synthetic regular view.
|
/cts/tools/dasm/src/dasm/ |
parser.cup | 75 ANNOTATION, ENUM, BRIDGE, VARARGS, STRICT, SYNTHETIC, 235 SYNTHETIC {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_SYNTHETIC; :}
|