Searched defs:prototype (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/
H A DTODO.java49 public static void prototype() {} method in class:TODO
51 public static void prototype(String comment) {} method in class:TODO
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java57 // my prototype
58 private Scriptable prototype; field in class:ExternalScriptable
240 * Get the prototype of the object.
241 * @return the prototype
244 return prototype;
248 * Set the prototype of the object.
249 * @param prototype the prototype to set
251 public void setPrototype(Scriptable prototype) { argument
252 this.prototype
[all...]
H A DJSAdapter.java64 * (to set, get prototype), __parent__ (to set, get parent scope). We
77 // initializer to setup JSAdapter prototype in the given scope
181 return prototype;
184 public void setPrototype(Scriptable prototype) { argument
185 this.prototype = prototype;
327 private Scriptable prototype; field in class:JSAdapter
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIState.java37 static JRSUIState prototype = new JRSUIState(0); field in class:JRSUIState
39 return prototype.derive();
/openjdk7/hotspot/src/share/vm/oops/
H A DmarkOop.hpp352 static markOop prototype() { function in class:markOopDesc
388 return markOop(((intptr_t)prototype() & ~cms_mask_in_place) |

Completed in 114 milliseconds