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

/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java95 private static final int ERROR_SUCCESS = 0; field in class:WindowsPreferences
148 if (result[ERROR_CODE] == ERROR_SUCCESS) {
168 if (result[ERROR_CODE] == ERROR_SUCCESS) {
191 if (result[ERROR_CODE] == ERROR_SUCCESS) {
203 if (result[ERROR_CODE] == ERROR_SUCCESS) {
225 if (result == ERROR_SUCCESS) {
237 if (result == ERROR_SUCCESS) {
261 if (result == ERROR_SUCCESS) {
273 if (result == ERROR_SUCCESS) {
296 if (result[ERROR_CODE] == ERROR_SUCCESS) {
[all...]

Completed in 32 milliseconds