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

/openjdk7/jdk/src/solaris/classes/java/lang/
H A DUNIXProcess.java.solaris213 private void raise() {
251 raise();
260 raise();
269 raise();
278 raise();
287 raise();
/openjdk7/jdk/src/macosx/native/jobjc/
H A Drungen67 raise $?.to_i if $?.to_i != 0
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCGraphicsEnv.m68 [JNFException raise:env
77 [JNFException raise:env
153 [JNFException raise:env
182 [JNFException raise:env
H A DCCursorManager.m82 [JNFException raise:env as:kIllegalArgumentException reason:[reason UTF8String]];
86 [JNFException raise:env as:kNoSuchMethodException reason:"missing NSCursor selector"];
H A DGeomUtilities.m104 if (env != NULL) [JNFException raise:env as:kRuntimeException reason:"Failed to convert, no screen."];
H A DCClipboard.m355 [JNFException raise:env as:"java/io/IOException" reason:"Font transform has NaN position"];
H A DCGraphicsDevice.m216 [JNFException raise:env as:kIllegalArgumentException reason:"Invalid display mode"];
H A DCTextPipe.m514 [NSException raise:NSMallocException format:@"%s-%s:%d", __FILE__, __FUNCTION__, __LINE__];
613 [JNFException raise:env as:kOutOfMemoryError reason:"Failed to malloc memory to create the glyphs for string drawing"];
H A DJavaAccessibilityUtilities.m274 [[NSException exceptionWithName:NSAccessibilityException reason:reason userInfo:[NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInt:errorCode], NSAccessibilityErrorCodeExceptionInfo, nil]] raise];
H A DQuartzSurfaceData.m871 [JNFException raise:env as:kOutOfMemoryError reason:"Failed to malloc memory for gradient paint"];
902 [JNFException raise:env as:kOutOfMemoryError reason:"Failed to malloc memory for texture paint"];
H A DCWrapper.m274 [JNFException raise:env as:kIllegalArgumentException reason:"unknown level"];
/openjdk7/jdk/src/macosx/bundle/appbundler/native/
H A Dmain.m85 [NSException raise:@JAVA_LAUNCH_ERROR format:@"%@ is required.", @JAVA_VM_KEY];
98 [NSException raise:@JAVA_LAUNCH_ERROR format:@"%@ is required.", @MAIN_CLASS_NAME_KEY];
108 [NSException raise:@JAVA_LAUNCH_ERROR format:@"Could not enumerate Java directory contents."];
147 [NSException raise:@JAVA_LAUNCH_ERROR format:@"Could not load JRE from %@.", bundleLoadError];
153 [NSException raise:@JAVA_LAUNCH_ERROR format:@"Could not get function pointer for JLI_Launch."];
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJavaAppLauncher.m54 [NSException raise:@kLaunchFailure format:@"could not load the JRE/JDK: %@", err];
70 [NSException raise:@kLaunchFailure format:@"null JNI_CreateJavaVM fxn ptr from: %@", jreBundle];
77 [NSException raise:@kLaunchFailure format:@"failed to JNI_CreateJavaVM (%d): %@", createJVMStatus, jreBundle];
H A DJVMArgs.m100 [NSException raise:@kArgsFailure format:@"%@", [NSString stringWithFormat:@"Failed to find '%@' array in JVMInfo Info.plist"]];
116 [NSException raise:@kArgsFailure format:@"Failed to find 'JVMInfo' dictionary in Info.plist"];
148 [NSException raise:@kArgsFailure format:@"Failed to find 'JRE' or 'JDK' string in Info.plist JVMInfo"];
155 [NSException raise:@kArgsFailure format:@"Failed to find JRE/JDK at: %@", jreBundleURL];
211 [NSException raise:@kArgsFailure format:@"Failed to find 'Properties' dictionary in Info.plist JVMInfo"];
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/
H A DTestDialogTypeAhead.java110 pressSema.raise();
231 sema.raise();
271 public synchronized void raise() { method in class:TestDialogTypeAhead.Semaphore
289 TestDialogTypeAhead.this.robotSema.raise();
/openjdk7/jdk/src/share/classes/sun/misc/
H A DSignal.java154 * @see sun.misc.Signal#raise(Signal sig)
194 public static void raise(Signal sig) throws IllegalArgumentException { method in class:Signal
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAS_NS_ConversionUtils.m353 [NSException raise:NSInvalidArgumentException
468 [NSException raise:@"jaseUnsupportedAEDescriptorConversion"
513 [NSException raise:@"jaseUnsupportedAEDescriptorConversion"
540 [NSException raise:NSInvalidArgumentException
567 [NSException raise:NSInvalidArgumentException
582 [NSException raise:NSInvalidArgumentException
625 [NSException raise:@"jaseUnsupportedAEDescriptorConversion"
H A DAppleScriptExecutionContext.m159 [JNFException raise:env as:"javax/script/ScriptException" reason:[asErrString UTF8String]];
/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java1091 int raise = checkScale(-sdiff);
1094 (xs = longMultiplyPowerTen(xs, raise)) == INFLATED)
1095 fst = bigMultiplyPowerTen(raise);
1097 int raise = augend.checkScale(sdiff);
1099 (ys = longMultiplyPowerTen(ys, raise)) == INFLATED)
1100 snd = augend.bigMultiplyPowerTen(raise);
1946 * @param n power to raise this {@code BigDecimal} to.
2003 * @param n power to raise this {@code BigDecimal} to.
2390 int raise = checkScale((long)newScale - oldScale);
2393 (rs = longMultiplyPowerTen(rs, raise))
[all...]
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.m362 reason:@"Failed to allocate memory for the buffer which backs the CGContext for glyph strikes." userInfo:nil] raise];
817 reason:@"Failed to allocate memory for the temporary glyph strike and measurement buffers." userInfo:nil] raise];
H A DAWTStrike.m108 [JNFException raise:env as:kRuntimeException reason:s]; \
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2652 ::raise(signal_number);
3791 // Only root can raise thread priority. Don't allow ThreadPriorityPolicy=1
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2513 ::raise(signal_number);
3669 // Only root can raise thread priority. Don't allow ThreadPriorityPolicy=1
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1866 raise(signal_number);
3251 // causes the system to raise a STATUS_GUARD_PAGE exception and turn off
4360 * The only alternative is to raise an Exception,
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2679 raise(signal_number);
5653 * - As of Solaris 10u4, we can request that Solaris raise the 256

Completed in 147 milliseconds