Searched refs:trial (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookupTables.cpp60 LEReferenceTo<LookupSegment> trial(entry, success, extra);
64 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
65 entry = trial;
70 trial = entry; // copy
71 trial.addOffset(probe, success);
73 if (SWAPW(trial->lastGlyph) <= ttGlyph) {
74 entry = trial;
92 LEReferenceTo<LookupSingle> trial(entry, success, extra);
94 if (SWAPW(trial->glyph) <= ttGlyph) {
95 entry = trial;
[all...]
H A DPairPositioningSubtables.cpp194 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra);
196 if (SWAPW(trial->secondGlyph) <= glyphID) {
197 record = trial;
202 trial = (const PairValueRecord *) ((char *) record + probe);
204 if (SWAPW(trial->secondGlyph) <= glyphID) {
205 record = trial;
/openjdk7/jdk/test/javax/print/
H A DTestRaceCond.java38 trial();
41 static void trial() { method in class:TestRaceCond
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpprime.h61 mp_err mpp_sieve(mp_int *trial, const mp_digit *primes, mp_size nPrimes,
/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 38 milliseconds