Searched defs:td (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnections.java116 td("Create ", conn ,factory);
192 td("Use ", conn);
204 td("Create and use ", conn, factory);
231 td("Close ", conn);
239 td("Release ", conn);
271 td("Remove ", conn);
300 td("Expired ", entry);
372 private void td(String msg, Object o1, Object o2) { method in class:Connections
374 td(msg + o1 + "[" + o2 + "]");
377 private void td(Strin method in class:Connections
382 private void td(String msg) { method in class:Connections
[all...]
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DValidateOpenTypes.java166 private static String getProperty(TabularData td, String propName) { argument
167 CompositeData cd = td.get(new Object[] { propName});
/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.cpp656 const TypeD *td = t->is_double_constant(); local
657 return TypeF::make( (float)td->getd() );
673 const TypeD *td = t->is_double_constant(); local
674 return TypeInt::make( SharedRuntime::d2i( td->getd() ) );
698 const TypeD *td = t->is_double_constant(); local
699 return TypeLong::make( SharedRuntime::d2l( td->getd() ) );
1264 const TypeD *td = t->is_double_constant(); local
1266 v.set_jdouble(td->getd());
H A Ddivnode.cpp809 const TypeD *td = t2->isa_double_constant(); local
810 if( !td ) return NULL;
811 if( td->base() != Type::DoubleCon ) return NULL;
814 if( td->is_nan() || !td->is_finite() ) return NULL;
817 double d = td->getd();
H A Dparse2.cpp1330 const TypeD* td = tcon->isa_double_constant(); local
1336 (!td || td->_d != 0.0))
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcmarker.c315 int i, td, ta; local
327 td = compptr->dc_tbl_no;
338 td = 0; /* no DC table either */
340 td = 0; /* AC scan */
343 emit_byte(cinfo, (td << 4) + ta);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java1177 public void td() { method in class:HtmlWriter
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java2640 ToolDialog td = new ToolDialog
2642 td.displayPolicyEntryDialog(true);
2664 ToolDialog td = new ToolDialog
2666 td.displayUserSave(td.QUIT);
2675 ToolDialog td = new ToolDialog
2677 td.displayUserSave(td.NEW);
2686 ToolDialog td = new ToolDialog
2688 td
2823 private ToolDialog td; field in class:AddEntryDoneButtonListener
2826 AddEntryDoneButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean edit) argument
2888 private ToolDialog td; field in class:ChangeKeyStoreOKButtonListener
2890 ChangeKeyStoreOKButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td) argument
2934 private ToolDialog td; field in class:AddPrinButtonListener
2937 AddPrinButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean editPolicyEntry) argument
2959 private ToolDialog td; field in class:AddPermButtonListener
2962 AddPermButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean editPolicyEntry) argument
3110 private ToolDialog td; field in class:RemovePrinButtonListener
3113 RemovePrinButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean edit) argument
3144 private ToolDialog td; field in class:RemovePermButtonListener
3147 RemovePermButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean edit) argument
3185 private ToolDialog td; field in class:EditPrinButtonListener
3188 EditPrinButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean editPolicyEntry) argument
3224 private ToolDialog td; field in class:EditPermButtonListener
3227 EditPermButtonListener(PolicyTool tool, ToolWindow tw, ToolDialog td, boolean editPolicyEntry) argument
3255 private ToolDialog td; field in class:PrincipalTypeMenuListener
3257 PrincipalTypeMenuListener(ToolDialog td) argument
3301 private ToolDialog td; field in class:PermissionMenuListener
3303 PermissionMenuListener(ToolDialog td) argument
3363 private ToolDialog td; field in class:PermissionNameMenuListener
3365 PermissionNameMenuListener(ToolDialog td) argument
3388 private ToolDialog td; field in class:PermissionActionsMenuListener
3390 PermissionActionsMenuListener(ToolDialog td) argument
3417 private ToolDialog td; field in class:ChildWindowListener
3419 ChildWindowListener(ToolDialog td) argument
3453 private ToolDialog td; field in class:CancelButtonListener
3455 CancelButtonListener(ToolDialog td) argument
[all...]

Completed in 60 milliseconds