Searched refs:NEW (Results 76 - 80 of 80) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java197 // see if user is opening a NEW policy file
1315 public static final int NEW = 2; field in class:ToolDialog
1526 * when we are adding a NEW policy entry. in this case, we can
2318 // (QUIT, NEW, or OPEN)
2382 // just do the original request (QUIT, NEW, or OPEN)
2391 * (either QUITting, opening NEW policy file, or OPENing an existing
2397 // now either QUIT, open a NEW policy file, or OPEN an existing policy
2405 case ToolDialog.NEW:
2677 td.displayUserSave(td.NEW);
2679 // the above method will perform the NEW a
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp946 return NEW;
993 case NEW : return "NEW";
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java776 } else if (opcode == Opcodes.NEW) {
777 // updates current and max stack sizes only if opcode == NEW
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp4380 values_h->int_at_put(0, java_lang_Thread::NEW);
4452 values_h->int_at(0) == java_lang_Thread::NEW,
4459 Handle name = java_lang_String::create_from_str("NEW", CHECK_NULL);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2378 declare_constant(java_lang_Thread::NEW) \

Completed in 485 milliseconds

1234