Searched defs:trial (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/print/
H A DTestRaceCond.java38 trial();
41 static void trial() { method in class:TestRaceCond
/openjdk7/jdk/src/share/back/
H A DeventFilter.c1004 LocationFilter *trial = &(filter->u.LocationOnly); local
1005 if (trial->method == goal->method &&
1006 trial->location == goal->location &&
1007 isSameObject(env, trial->clazz, goal->clazz)) {
1109 FieldFilter *trial = &(filter->u.FieldOnly); local
1110 if (trial->field == goal->field &&
1111 isSameObject(env, trial->clazz, goal->clazz)) {

Completed in 34 milliseconds