Searched refs:synthesize (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLLayer.m38 @synthesize javaLayer;
39 @synthesize textureID;
40 @synthesize target;
41 @synthesize textureWidth;
42 @synthesize textureHeight;
44 @synthesize parentLayer;
45 @synthesize remoteLayer;
46 @synthesize jrsRemoteLayer;
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJVMArgs.m50 @synthesize jreBundle;
51 @synthesize preferredJVMLib;
52 @synthesize vm_args;
53 @synthesize startOnFirstThread;
54 @synthesize debug;
56 @synthesize appInfo;
57 @synthesize jvmInfo;
59 @synthesize userHome;
60 @synthesize appPackage;
61 @synthesize javaRoo
[all...]
H A DJavaAppLauncher.m41 @synthesize args;
/openjdk7/jdk/src/macosx/native/jobjc/src/runtime-additions/native/
H A DNativeThread.m87 @synthesize returnValue;
88 @synthesize exception;
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.m35 @synthesize source;
36 @synthesize context;
37 @synthesize error;
38 @synthesize returnValue;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DContainsCall.java92 synthesize(classGen, methodGen);
H A DExpression.java157 public void synthesize(ClassGenerator classGen, MethodGenerator methodGen) { method in class:Expression
H A DLogicalExpr.java160 synthesize(classGen, methodGen);
H A DNumber.java433 _from.synthesize(nodeCounterGen, matchGen);
459 _count.synthesize(nodeCounterGen, matchGen);
H A DKey.java265 _match.synthesize(classGen, methodGen); // Leaves 0 or 1 on stack
H A DRelationalExpr.java226 synthesize(classGen, methodGen);
H A DEqualityExpr.java234 synthesize(classGen, methodGen);
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DScreenMenu.m79 @synthesize nsmenu;
80 @synthesize javaObjectWrapper;
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DQueuingApplicationDelegate.m45 @synthesize realDelegate;
46 @synthesize queue;
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTSurfaceLayers.m34 @synthesize windowLayer;
H A DAWTWindow.m135 @synthesize nsWindow;
136 @synthesize javaPlatformWindow;
137 @synthesize javaMenuBar;
138 @synthesize growBoxWindow;
139 @synthesize javaMinSize;
140 @synthesize javaMaxSize;
141 @synthesize styleBits;
142 @synthesize isEnabled;
H A DApplicationDelegate.m101 @synthesize fPreferencesMenu;
102 @synthesize fAboutMenu;
104 @synthesize fDockMenu;
105 @synthesize fDefaultMenuBar;
H A DAWTView.m60 @synthesize _dropTarget;
61 @synthesize _dragSource;
62 @synthesize cglLayer;
63 @synthesize mouseIsOver;
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java405 // synthesize the appropriate mappings later.
596 * on the value of passes 'synthesize' parameter. If 'synthesize' is
602 final boolean synthesize) {
625 if (synthesize) {
691 // In this case we shouldn't synthesize a native for this flavor,
601 flavorToNativeLookup(final DataFlavor flav, final boolean synthesize) argument

Completed in 811 milliseconds