Searched refs:mx (Results 1 - 25 of 27) sorted by relevance

12

/openjdk10/hotspot/src/jdk.internal.vm.compiler/.mx.graal/
H A Dmx_graal.py27 import mx namespace
28 if mx.get_jdk(tag='default').javaCompliance < "1.9":
29 mx.abort('JAVA_HOME is not a JDK9: ' + mx.get_jdk(tag='default').home)
H A Dsanitycheck.py27 import re, mx, mx_graal, os, sys, StringIO, subprocess namespace
152 specjbb2005 = mx.get_env('SPECJBB2005')
154 mx.abort('Please set the SPECJBB2005 environment variable to a SPECjbb2005 directory')
165 specjbb2013 = mx.get_env('SPECJBB2013')
167 mx.abort('Please set the SPECJBB2013 environment variable to a SPECjbb2013 directory')
180 specjbb2015 = mx.get_env('SPECJBB2015')
182 mx.abort('Please set the SPECJBB2015 environment variable to a SPECjbb2015 directory')
195 specjvm2008 = mx.get_env('SPECJVM2008')
197 mx.abort('Please set the SPECJVM2008 environment variable to a SPECjvm2008 directory')
218 dacapo = mx
[all...]
H A Dmx_graal_9.py33 import mx namespace
42 _suite = mx.suite('graal')
44 _jdk = mx.get_jdk(tag='default')
92 return mx.distribution(self._name)
116 parser = ArgumentParser(prog='mx microbench', description=microbench.__doc__,
121 vmArgs, jmhArgs = mx.extract_VM_args(args, useDoubleDash=True)
144 for p in mx.projects_opt_limit_to_suites():
147 cp = mx.classpath(jmhProjects)
171 parser = ArgumentParser(prog='mx ctw')
220 out = mx
[all...]
H A Dmx_graal_bench.py31 import mx namespace
36 vmOpts, benchmarksAndOptions = mx.extract_VM_args(args, useDoubleDash=availableBenchmarks is None)
43 mx.abort('at least one benchmark name or "all" must be specified')
52 mx.abort('unknown benchmark: ' + bm + '\nselect one of: ' + str(availableBenchmarks))
60 mx.abort('Benchmark failures: ' + str(failed))
74 mx.abort("Failed")
116 mx.abort('-resultfile must be followed by a file name')
125 mx.abort('-resultfilecsv must be followed by a file name')
145 mx.abort('Unknown DaCapo : ' + dacapo)
156 mx
[all...]
/openjdk10/hotspot/.mx.jvmci/
H A Dmx_jvmci.py34 import mx namespace
41 _suite = mx.suite('jvmci')
52 _minVersion = mx.VersionSpec('1.9')
107 mx.abort('JVM variant "' + jvmVariant + '" implies JVMCI mode "' + newJvmciMode +
136 mxos = mx.get_os()
141 return join('lib', mx.get_arch())
148 return subprocess.check_output([mx.gmake_cmd(), 'help'], cwd=_jdkSourceRoot)
153 To build hotspot and import it into the JDK: "mx make hotspot import-hotspot"
159 compliance = mx.JavaCompliance('8')
160 jdk8 = mx
[all...]
/openjdk10/jdk/test/javax/management/Introspector/
H A DChangingNotifsTest.java64 for (boolean mx : new boolean[] {false, true})
65 test(mbs, name, mx);
71 private static void test(MBeanServer mbs, ObjectName name, boolean mx) argument
73 Object mbean = mx ? new EmptyMX() : new Empty();
74 String what = mx ? "MXBean" : "Standard MBean";
81 if (immutable != mx) {
83 mx);
89 if (unchanged != mx) {
/openjdk10/jdk/test/javax/management/mxbean/
H A DMXBeanPreRegisterTest.java69 for (boolean mx : new boolean[] {false, true})
71 test(mx, wrapped);
77 private static void test(boolean mx, boolean wrapped) throws Exception { argument
80 Base mbean = mx ? new EmptyMX() : new Empty();
81 Object reg = wrapped ? new StandardMBean(mbean, null, mx) : mbean;
85 (mx ? "MXBean" : "Standard MBean") +
/openjdk10/hotspot/test/native/utilities/
H A Dtest_bitMap_setops.cpp119 BitMapMemory mx(aligned_size);
122 BitMapView x = mx.make_view(aligned_size, even_bits);
131 BitMapMemory mx(aligned_size);
134 BitMapView x = mx.make_view(unaligned_size, even_bits);
139 BitMapView aligned = BitMapView(mx.memory(), aligned_size);
162 BitMapMemory mx(aligned_size);
165 BitMapView x = mx.make_view(aligned_size, even_bits);
171 BitMapView x = mx.make_view(aligned_size, zero_bits);
177 BitMapView x = mx.make_view(aligned_size, one_bits);
184 BitMapMemory mx(aligned_siz
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pisces/
H A DStroker.java164 float omx, float omy, float mx, float my,
168 if ((omx == 0 && omy == 0) || (mx == 0 && my == 0)) {
172 float domx = omx - mx;
182 mx = -mx;
185 drawRoundJoin(x, y, omx, omy, mx, my, rev);
190 float mx, float my,
193 // The sign of the dot product of mx,my and omx,omy is equal to the
195 // (ext is the angle between omx,omy and mx,my).
196 final float cosext = omx * mx
163 drawRoundJoin(float x, float y, float omx, float omy, float mx, float my, boolean rev, float threshold) argument
188 drawRoundJoin(float cx, float cy, float omx, float omy, float mx, float my, boolean rev) argument
240 drawBezApproxForArc(final float cx, final float cy, final float omx, final float omy, final float mx, final float my, boolean rev) argument
278 drawRoundCap(float cx, float cy, float mx, float my) argument
318 drawMiter(final float pdx, final float pdy, final float x0, final float y0, final float dx, final float dy, float omx, float omy, float mx, float my, boolean rev) argument
503 drawJoin(float pdx, float pdy, float x0, float y0, float dx, float dy, float omx, float omy, float mx, float my) argument
[all...]
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp200 static int mutex_lock(mutex_t *mx) { return _mutex_lock(mx); } argument
201 static int mutex_trylock(mutex_t *mx) { return _mutex_trylock(mx); } argument
202 static int mutex_unlock(mutex_t *mx) { return _mutex_unlock(mx); } argument
203 static int mutex_init(mutex_t *mx) { return _mutex_init(mx, os::Solaris::mutex_scope(), NULL); } argument
204 static int mutex_destroy(mutex_t *mx) { return _mutex_destroy(mx); } argument
214 cond_timedwait(cond_t *cv, mutex_t *mx, timestruc_t *abst) argument
215 cond_wait(cond_t *cv, mutex_t *mx) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDStroker.java218 double omx, double omy, double mx, double my,
222 if ((omx == 0.0d && omy == 0.0d) || (mx == 0.0d && my == 0.0d)) {
226 double domx = omx - mx;
236 mx = -mx;
239 drawRoundJoin(x, y, omx, omy, mx, my, rev);
244 double mx, double my,
247 // The sign of the dot product of mx,my and omx,omy is equal to the
249 // (ext is the angle between omx,omy and mx,my).
250 final double cosext = omx * mx
217 drawRoundJoin(double x, double y, double omx, double omy, double mx, double my, boolean rev, double threshold) argument
242 drawRoundJoin(double cx, double cy, double omx, double omy, double mx, double my, boolean rev) argument
295 drawBezApproxForArc(final double cx, final double cy, final double omx, final double omy, final double mx, final double my, boolean rev) argument
333 drawRoundCap(double cx, double cy, double mx, double my) argument
407 drawMiter(final double pdx, final double pdy, final double x0, final double y0, final double dx, final double dy, double omx, double omy, double mx, double my, boolean rev) argument
619 drawJoin(double pdx, double pdy, double x0, double y0, double dx, double dy, double omx, double omy, double mx, double my) argument
[all...]
H A DStroker.java220 float omx, float omy, float mx, float my,
224 if ((omx == 0.0f && omy == 0.0f) || (mx == 0.0f && my == 0.0f)) {
228 float domx = omx - mx;
238 mx = -mx;
241 drawRoundJoin(x, y, omx, omy, mx, my, rev);
246 float mx, float my,
249 // The sign of the dot product of mx,my and omx,omy is equal to the
251 // (ext is the angle between omx,omy and mx,my).
252 final float cosext = omx * mx
219 drawRoundJoin(float x, float y, float omx, float omy, float mx, float my, boolean rev, float threshold) argument
244 drawRoundJoin(float cx, float cy, float omx, float omy, float mx, float my, boolean rev) argument
297 drawBezApproxForArc(final float cx, final float cy, final float omx, final float omy, final float mx, final float my, boolean rev) argument
335 drawRoundCap(float cx, float cy, float mx, float my) argument
409 drawMiter(final float pdx, final float pdy, final float x0, final float y0, final float dx, final float dy, float omx, float omy, float mx, float my, boolean rev) argument
621 drawJoin(float pdx, float pdy, float x0, float y0, float dx, float dy, float omx, float omy, float mx, float my) argument
[all...]
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_sparcWorks.hpp201 typedef int (*int_fnP_cond_tP_mutex_tP_timestruc_tP)(cond_t *cv, mutex_t *mx, timestruc_t *abst);
202 typedef int (*int_fnP_cond_tP_mutex_tP)(cond_t *cv, mutex_t *mx);
H A DglobalDefinitions_gcc.hpp184 typedef int (*int_fnP_cond_tP_mutex_tP_timestruc_tP)(cond_t *cv, mutex_t *mx, timestruc_t *abst);
185 typedef int (*int_fnP_cond_tP_mutex_tP)(cond_t *cv, mutex_t *mx);
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DStrikeMetrics.java95 float lx, float ly, float mx, float my) {
104 maxAdvanceX = mx;
94 StrikeMetrics(float ax, float ay, float dx, float dy, float bx, float by, float lx, float ly, float mx, float my) argument
/openjdk10/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLRenderer.c175 jint mx, my; local
191 mx = xPoints[0];
199 isEmpty = isEmpty && (x == mx && y == my);
207 (xPoints[nPoints-1] != mx ||
216 j2d_glVertex2f((GLfloat)(mx + transX) + 0.5f,
225 mx = xPoints[nPoints-1] + transX;
227 j2d_glVertex2i(mx, my);
228 j2d_glVertex2i(mx+1, my+1);
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/windows/
H A DGDIRenderer.cpp80 jint mx = xpoints[0]; local
82 BOOL isclosed = (xpoints[npoints-1] == mx && ypoints[npoints-1] == my);
94 isempty = isempty && (x == mx && y == my);
761 int mx = 0, my = 0, x1 = 0, y1 = 0; local
776 mx = x1 = transX + (int) floor(coords[index++]);
790 isapoint = isapoint && (x1 == mx && y1 == my);
809 isapoint = isapoint && (x1 == mx && y1 == my);
826 isapoint = isapoint && (x1 == mx && y1 == my);
834 if (x1 != mx || y1 != my) {
835 x1 = mx;
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DEncodings.java185 final int mx = s.length();
186 char[] chars = new char[mx];
187 for (int i=0; i < mx; i++) {
/openjdk10/jdk/src/java.desktop/unix/native/libfontmanager/
H A DX11FontScaler.c318 jfloat j0=0, j1=1, ay=j0, dy=j0, mx=j0; local
332 mx = (jfloat)AWTCharAdvance(AWTFontMaxBounds(xFont));
344 j0, ay, j0, dy, j1, j0, j0, j1, mx, j0);
346 /* ay, dy, mx, (float)context->scale); */
/openjdk10/hotspot/test/runtime/lambda-features/
H A DInterfaceInitializationStates.java70 default void mx() {} method in interface:InterfaceInitializationStates.M
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DVertexCacher.cpp311 jfloat mx = (jfloat)xPoints[0]; local
339 isEmpty = isEmpty && (x == mx && y == my);
353 ADD_LINE_SEG_XYC(mx + transX, my + transY, color);
361 mx = xPoints[nPoints-1] + transX +SP_FF4;
363 ADD_LINE_SEG_XYC(mx, my, color);
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java726 XmlMixed mx = null;
746 case 9: checkConflict(mx, ann); mx = (XmlMixed) ann; break;
780 if(r1!=null || r2!=null || xae!=null || mx!=null || ov != null) {
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java158 int mx, my, x1, y1;
164 mx = x1 = xPoints[off] + transx;
175 if (close && (x1 != mx || y1 != my)) {
177 x1, y1, mx, my);
/openjdk10/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp1165 const int mx = MonitorBound; local
1166 if (mx > 0 && (gMonitorPopulation-gMonitorFreeCount) > mx) {
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/
H A DfreetypeScaler.c408 jfloat ax, ay, dx, dy, bx, by, lx, ly, mx, my; local
472 mx = (jfloat) FT26Dot6ToFloat(
480 ax, ay, dx, dy, bx, by, lx, ly, mx, my);

Completed in 334 milliseconds

12