Searched refs:Return (Results 1 - 24 of 24) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/
H A DParametricException.java36 public abstract <Return, Parameter, Throws extends Throwable>
37 Return accept(IVisitor<Return, Parameter, Throws> visitor, Parameter parameter) throws Throws;
39 public interface IVisitor<Return, Parameter, Throws extends Throwable> {
40 public Return caseTrue(Parameter parameter) throws Throws;
41 public Return caseFalse(Parameter parameter) throws Throws;
51 public <Return, Parameter, Throws extends Throwable>
52 Return accept(IVisitor<Return, Parameter, Throws> visitor, Parameter parameter) throws Throws {
63 public <Return, Paramete
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DTransportConstants.java49 public static final byte Return = 0x51; field in class:TransportConstants
H A DStreamRemoteCall.java81 * Return the connection associated with this call.
88 * Return the output stream the stub/skeleton should put arguments/results
188 wr.writeByte(TransportConstants.Return);// transport op
215 if (op != TransportConstants.Return) {
254 throw new UnmarshalException("Return type not Exception");
262 throw new UnmarshalException("Return code invalid");
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME129 Return the size of a single scan line in the output mask buffer
136 Return the index into an array of MaskBits elements where the
141 Return a number with the appropriate single bit set for modifying
179 Return the size in bytes of a single scan line in the output
187 Return the pixel value of the closest color to the requested
211 Return the pixel value of the next color darker than the
226 Return the pixel value of the closest color to the requested
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp93 virtual void do_Return (Return* x);
H A Dc1_InstructionPrinter.hpp121 virtual void do_Return (Return* x);
H A Dc1_ValueMap.hpp195 void do_Return (Return* x) { /* nothing to do */ }
H A Dc1_Instruction.hpp94 class Return;
196 virtual void do_Return (Return* x) = 0;
505 virtual Return* as_Return() { return NULL; }
1994 LEAF(Return, BlockEnd)
2000 Return(Value result) :
H A Dc1_Optimizer.cpp519 void do_Return (Return* x);
700 void NullCheckVisitor::do_Return (Return* x) {}
H A Dc1_InstructionPrinter.cpp764 void InstructionPrinter::do_Return(Return* x) {
H A Dc1_LIRGenerator.hpp520 virtual void do_Return (Return* x);
H A Dc1_Canonicalizer.cpp803 void Canonicalizer::do_Return (Return* x) {}
H A Dc1_LIRGenerator.cpp1188 void LIRGenerator::do_Return(Return* x) {
H A Dc1_GraphBuilder.cpp1429 // Check to see whether we are inlining. If so, Return
1490 append(new Return(x));
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1056 // Return the Handle Type
2676 #define DEFINE_GETFIELD(Return,Fieldname,Result) \
2678 DT_RETURN_MARK_DECL_FOR(Result, Get##Result##Field, Return);\
2680 JNI_QUICK_ENTRY(Return, jni_Get##Result##Field(JNIEnv *env, jobject obj, jfieldID fieldID)) \
2684 Return ret = 0;\
2685 DT_RETURN_MARK_FOR(Result, Get##Result##Field, Return, (const Return&)ret);\
2711 #define DEFINE_GETFIELD(Return,Fieldname,Result \
2714 DT_RETURN_MARK_DECL_FOR(Result, Get##Result##Field, Return \
2717 JNI_QUICK_ENTRY(Return, jni_Ge
[all...]
H A DjniCheck.cpp1464 #define WRAPPER_NewScalarArray(Return, Result) \
1465 JNI_ENTRY_CHECKED(Return, \
1469 Return result = UNCHECKED()->New##Result##Array(env,len); \
1471 return (Return) result; \
/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp212 macro(Return)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java307 public JCReturn Return(JCExpression expr) { method in class:TreeMaker
837 return apply.type.tag == VOID ? Exec(apply) : Return(apply);
H A DTreeCopier.java283 return M.at(t.pos).Return(expr);
H A DJCTree.java171 /** Return statements, of type Return.
377 /** Return a shallow copy of this tree.
2148 JCReturn Return(JCExpression expr); method in interface:JCTree.Factory
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java314 /** Return the variables accessed from within a local class, which
561 * its symbol. Return the class definition's symbol.
818 /** Return binary operator that corresponds to given access code.
832 /** Return tree tag for assignment operation corresponding
880 /** Return access symbol for a private or protected symbol from an inner class.
1154 /** Return access constructor for a private constructor,
1189 /** Return an anonymous class nested in this toplevel class.
1270 stat = make.Return(expr.setType(sym.type));
1398 /** Return a list of trees that load the free variables in given list,
1673 /** Return tre
[all...]
H A DTransTypes.java248 : make.Return(coerce(call, bridgeType.getReturnType()));
837 : make.Return(coerce(call, member.erasure(types).getReturnType()));
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1923 // Return maximum OS signal used + 1 for internal use only
2592 #define DEFINE_FAST_GETFIELD(Return,Fieldname,Result) \
2593 Return JNICALL jni_fast_Get##Result##Field_wrapper(JNIEnv *env, jobject obj, jfieldID fieldID) { \
4829 // Run the specified command in a separate process. Return its exit value,
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java1803 JCReturn t = to(F.at(pos).Return(result));
2849 /** Return precedence of operator represented by token,
2858 * Return the lesser of two positions, making allowance for either one
2869 /** Return operation tag of binary operator represented by token,
2941 /** Return operation tag of unary operator represented by token,
2963 /** Return type tag of basic type represented by token,

Completed in 145 milliseconds