Searched refs:p2 (Results 176 - 200 of 234) sorted by relevance

12345678910

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DDiagramConnectionWidget.java101 Point p2 = new Point(f2.getPosition());
102 p2.translate(c.getOutputSlot().getRelativePosition().x, f2.getSize().height / 2);
110 controlPoints = lg.createLine(controlPoints, p2, p);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/
H A DGetInstance.java38 private static void same(Provider p1, Provider p2) throws Exception { argument
39 if (p1 != p2) {
/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c104 compareDetails(const void *p1, const void *p2) argument
106 return ((ClassDetails*)p2)->space - ((ClassDetails*)p1)->space;
/openjdk7/jdk/test/java/security/Provider/
H A DGetInstance.java40 private static void same(Provider p1, Provider p2) throws Exception { argument
41 if (p1 != p2) {
H A DRemoveProvider.java53 Provider p2 = new MyProvider("name2",1,"");
54 Security.addProvider(p2);
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp215 SWPointer p2(s, this);
216 if (p2.comparable(align_to_ref_p)) {
353 SWPointer p2(s2, this);
354 if (p1.comparable(p2)) {
545 SWPointer p2(s2->as_Mem(), this);
547 int cmp = p1.cmp(p2);
549 p1.base() != p2.base() && p1.valid() && p2.valid()) {
551 OrderedPair pp(p1.base(), p2.base());
686 SWPointer p2(s
940 Node_List* p2 = _packset.at(j); local
[all...]
H A Dsuperword.hpp516 OrderedPair(Node* p1, Node* p2) {
517 if (p1->_idx < p2->_idx) {
518 _p1 = p1; _p2 = p2;
520 _p1 = p2; _p2 = p1;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DOldHierarchicalLayoutManager.java273 Point p2 = new Point(p.x + point.x, p.y + point.y);
274 result.add(p2);
288 Point p2 = new Point(p.x + point.x, p.y + point.y);
289 result.add(p2);
598 public boolean onOneLine(Point p1, Point p2, Point p3) { argument
599 int xoff1 = p1.x - p2.x;
600 int yoff1 = p1.y - p2.y;
601 int xoff2 = p3.x - p2.x;
602 int yoff2 = p3.y - p2.x;
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java571 public int compare(TreePath p1, TreePath p2) { argument
574 int p2Index = treeModel.getIndexOfChild(p2.getParentPath().
575 getLastPathComponent(), p2.getLastPathComponent());
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp244 static int sort_dep(ciObject** p1, ciObject** p2, int narg) { argument
246 int diff = p1[i]->ident() - p2[i]->ident();
251 static int sort_dep_arg_1(ciObject** p1, ciObject** p2) argument
252 { return sort_dep(p1, p2, 1); }
253 static int sort_dep_arg_2(ciObject** p1, ciObject** p2) argument
254 { return sort_dep(p1, p2, 2); }
255 static int sort_dep_arg_3(ciObject** p1, ciObject** p2) argument
256 { return sort_dep(p1, p2, 3); }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultParticleBinder.java272 private boolean check( XSParticle p1, XSParticle p2 ) {
273 return !computeLabel(p1).equals(computeLabel(p2));
/openjdk7/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java51 String p2 = absBase.substring(k + 5);
52 CLOSED_BASE = p1 + "closed" + p2;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c414 static char* mergePaths(char **p1, char **p2, char **p3, jboolean noType1) { argument
425 if (p2 != NULL) {
426 ptr = p2;
446 if (noType1 && strstr(p2[i], "Type1") != NULL) {
451 if (strcmp(fontdirs[j], p2[i]) == 0) {
457 fontdirs[numDirs++] = p2[i];
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java179 multPow52( FDBigInt v, int p5, int p2 ){
187 if ( p2 != 0 ){
188 v.lshiftMe( p2 );
197 constructPow52( int p5, int p2 ){
199 if ( p2 != 0 ){
200 v.lshiftMe( p2 );
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DLoaderHandler.java1062 Permission p2 = new FilePermission(path, "read");
1063 if (!perms.implies(p2)) {
1064 perms.add(p2);
1104 Permission p2 =
1107 if (!perms.implies(p2)) {
1108 perms.add(p2);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp3885 PRINTER_INFO_2* p2 = (PRINTER_INFO_2*)::GlobalAlloc(GPTR,
3887 if (p2 == NULL) {
3892 if (::GetPrinter(hPrinter, 2, (LPBYTE)p2, dwBytesNeeded,
3894 ::GlobalFree(p2);
3904 if (p2->pDevMode == NULL){
3912 ::GlobalFree(p2);
3919 ::GlobalFree(p2);
3927 ::GlobalFree(p2);
3940 ::GlobalFree(p2);
3948 (sizeof(*p2
[all...]
/openjdk7/hotspot/test/compiler/6726999/
H A DTest.java167 Point p2 = new Point();
172 p[0] = p2;
478 Point p2 = new Point();
485 p[0] = p2;
522 Point p2 = new Point();
531 p[0] = p2;
876 Point p2 = new Point();
885 p[i] = p2;
925 Point p2 = new Point();
936 p[i] = p2;
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DQuadCurve2D.java573 * @param p2 the end point
576 public void setCurve(Point2D p1, Point2D cp, Point2D p2) { argument
579 p2.getX(), p2.getY());
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCAccessibility.java407 final Point p2 = axComponent.getLocationOnScreen();
408 final Point localP2 = new Point((int)(hitPointX - p2.getX()), (int)(hitPointY - p2.getY()));
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c399 *p2; local
409 p2 = ((char*)file) + start_pos;
411 (void) memcpy(p1, p2, minimum(((int)len), WARRANT_NAME_MAX));
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java612 static int compareSignatures(String s1, String s2, String[] p1, String[] p2) { argument
621 if (p2 == null) p2 = structureSignature(s2);
624 if (p1.length == 1 && p2.length > 1) return S1_COMES_FIRST;
625 if (p2.length == 1 && p1.length > 1) return S2_COMES_FIRST;
629 if (p1.length != p2.length) return p1.length - p2.length;
632 int res = p1[i].compareTo(p2[i]);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java730 Point p2 = new Point(p.x + offx2, p.y + offy2);
734 w.setPreferredLocation(p2);
736 animator.animatePreferredLocation(w, p2);
739 w.setPreferredLocation(p2);
822 Point p2 = new Point(p.x + offx, p.y + offy);
823 LineWidget w = new LineWidget(this, s, connectionList, p1, p2, predecessor, animator, isBold, isDashed);
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp57 #define DEBUG_SILENCING1(p1,p2) TRACE1(p1,p2)
58 #define DEBUG_SILENCING2(p1,p2,p3) TRACE2(p1,p2,p3)
61 #define DEBUG_SILENCING1(p1,p2)
62 #define DEBUG_SILENCING2(p1,p2,p3)
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DRepository.java215 final String p2 = properties;
216 return (p1.equals(p2));
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java990 long p2 = pos;
995 init = parseDeclaration(p2, mod, e);
1007 init = new ExpressionStatement(p2, e);
1019 long p2 = scan();
1022 inc = new CommaExpression(p2, inc, e2);
1160 long p2 = pos;
1165 init = parseDeclaration(p2, mod, e);
1171 init = new ExpressionStatement(p2, e);

Completed in 135 milliseconds

12345678910