Searched refs:GET (Results 1 - 11 of 11) sorted by relevance
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/ |
H A D | GeneratorConstants.java | 38 public static final String GET = "get"; field in interface:GeneratorConstants
|
H A D | Names.java | 112 return_value = GET + StringUtils.capitalize(member.getName());
|
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/ |
H A D | splashscreen_gfx_impl.h | 43 #define GET(type,p) (*(type*)p) macro 220 value |= GET(byte_t, ptr); 224 value |= GET(byte_t, ptr); 228 value |= GET(byte_t, ptr); 232 value |= GET(byte_t, ptr); 238 value |= (GET(byte_t, ptr) << 24); 241 value |= (GET(byte_t, ptr) << 16); 244 value |= (GET(byte_t, ptr) << 8); 247 value |= GET(byte_t, ptr); 253 value = GET(rgbquad_ [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | FormSubmitEvent.java | 43 * <LI><code>GET</code> corresponds to the GET form method</LI> 48 public enum MethodType { GET, POST }; enum constant in enum:FormSubmitEvent.MethodType 75 * <code>Method.GET</code> or <code>Method.POST</code>.
|
H A D | FormView.java | 465 method = "GET"; 494 : FormSubmitEvent.MethodType.GET;
|
/openjdk7/jdk/src/share/sample/nio/server/ |
H A D | Request.java | 66 static Action GET = new Action("GET"); field in class:Request.Action 72 if (s.equals("GET")) 73 return GET; 123 * GET /dir/file HTTP/1.1 128 * group[1] = "GET"
|
H A D | RequestServicer.java | 140 if ((action != Request.Action.GET) &&
|
H A D | RequestHandler.java | 116 if ((action != Request.Action.GET) &&
|
/openjdk7/jdk/test/javax/management/MBeanServer/ |
H A D | MBeanExceptionTest.java | 127 final int GET = 0, SET = 1, INVOKE = 2; 143 case GET:
|
/openjdk7/jdk/test/javax/management/mxbean/ |
H A D | MXBeanTest.java | 370 case GET: 458 case GET: 523 private static final int GET = 0, SET = 1, OP = 2; field in class:MXBeanTest
|
/openjdk7/jdk/test/ |
H A D | Makefile | 34 GET= macro
|
Completed in 75 milliseconds