Searched refs:result (Results 376 - 400 of 1970) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.sh57 result=$?
59 exit $result
H A DRmiSslBootstrapTest.sh56 result=$?
58 exit $result
H A DRmiSslNoKeyStoreTest.sh56 result=$?
58 exit $result
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractAclFileAttributeView.java87 Map<String,Object> result = new HashMap<>(2);
89 result.put(ACL_NAME, getAcl());
91 result.put(OWNER_NAME, getOwner());
92 return Collections.unmodifiableMap(result);
H A DUtil.java49 String[] result = new String[count+1];
54 result[n++] = s.substring(last, i);
58 result[n] = s.substring(last, s.length());
59 return result;
/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java69 * return a non-negative result, between {@code 0} and {@code (modulus - 1)},
226 * result in a BigInteger value of 0, whether signum is -1, 0 or 1.
411 // Assumes start < end. The result may be negative, but it
414 int result = Character.digit(source[start++], 10);
415 if (result == -1)
422 result = 10*result + nextVal;
425 return result;
664 BigInteger result = this.add(ONE);
667 if (result
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedBreakIterator.java513 RuleBasedBreakIterator result = (RuleBasedBreakIterator) super.clone();
515 result.text = (CharacterIterator) text.clone();
517 return result;
604 int result = current();
606 result = handleNext();
610 result = previous();
613 return result;
653 int result = lastResult;
658 while (result != BreakIterator.DONE && result < star
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DTypeUseImpl.java96 int result;
97 result = (coreType != null ? coreType.hashCode() : 0);
98 result = 29 * result + (collection ? 1 : 0);
99 result = 29 * result + (adapter != null ? adapter.hashCode() : 0);
100 return result;
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DSocketChannelImpl.c63 int result = 0; local
75 result = select(fd+1, 0, &wr, &ex, block ? NULL : &t);
78 if (result == SOCKET_ERROR) {
90 if (result == 0) { /* timeout */
93 if (result == SOCKET_ERROR) { /* select failed */
116 result = getsockopt((SOCKET)fd,
121 if (result == SOCKET_ERROR) {
/openjdk7/jdk/test/com/sun/security/sasl/
H A DClientCallbackHandler.java84 String result = readLine();
85 if (result.equals("")) {
88 selection = Integer.parseInt(result);
110 String result = readLine();
111 if (result.equals("")) {
112 result = realm;
114 rcb.setText(result);
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DClientCallbackHandler.java84 String result = readLine();
85 if (result.equals("")) {
88 selection = Integer.parseInt(result);
110 String result = readLine();
111 if (result.equals("")) {
112 result = realm;
114 rcb.setText(result);
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c35 char *result; local
42 result = (char*)malloc(len+1);
43 if (result == 0) {
52 result[i] = unicode;
54 result[i] = '?';
57 result[len] = 0;
59 return result;
/openjdk7/jdk/test/sun/security/rsa/
H A DTestSignatures.java63 boolean result;
64 result = s.verify(sig);
65 if (result == false) {
69 result = s.verify(sig);
70 if (result == false) {
73 result = s.verify(sig);
74 if (result == true) {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuildStep.java34 * and a result code.
46 private int result; field in class:BuildStep
49 * result code associated with a certificate that may continue a path from
55 * result code associated with a certificate that was tried, but that
62 * result code associated with a certificate that successfully continues the
68 * result code associated with a certificate that represents the end of the
74 * result code associated with a certificate that represents the end of a
83 * @param res result, where result is one of POSSIBLE, BACK,
92 result
[all...]
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DTestSignatures.java64 boolean result;
65 result = s.verify(sig);
66 if (result == false) {
70 result = s.verify(sig);
71 if (result == false) {
74 result = s.verify(sig);
75 if (result == true) {
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLNames.java123 String result = (String) env.namesCache.get(name);
125 if (result == null) {
132 result = nameContext.get(name);
136 result = convertLeadingUnderscores(result);
143 result = convertIDLKeywords(result);
147 result = convertToISOLatin1(result);
151 env.namesCache.put(name,result);
[all...]
H A DImplementationType.java69 ImplementationType result = null;
100 result = it;
110 return result;
136 boolean result = false;
143 result = env.defRemote.implementedBy(env, classDef.getClassDeclaration());
144 if (!result) failedConstraint(8,quiet,stack,classDef.getName());
150 return result;
159 boolean result = false;
202 result = initialize(directInterfaces,directMethods,null,stack,quiet);
210 return result;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncSystemProperty.java65 String result;
87 result = xsltInfo.getProperty(propName);
89 if (null == result)
105 result = SecuritySupport.getSystemProperty(propName);
107 if (null == result)
110 // result = System.getenv(propName);
127 result = SecuritySupport.getSystemProperty(fullName);
129 if (null == result)
132 // result = System.getenv(fullName);
145 if (propName.equals("version") && result
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DDerivedColor.java129 int result = uiDefaultParentName.hashCode();
130 result = 31 * result + hOffset != +0.0f ?
132 result = 31 * result + sOffset != +0.0f ?
134 result = 31 * result + bOffset != +0.0f ?
136 result = 31 * result + aOffset;
137 return result;
[all...]
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRole.java229 StringBuilder result = new StringBuilder();
230 result.append("role name: " + name + "; role value: ");
234 result.append(currObjName.toString());
236 result.append(", ");
239 return result.toString();
278 StringBuilder result = new StringBuilder();
280 if (result.length() > 0)
281 result.append("\n");
282 result.append(currObjName.toString());
284 return result
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DGnomeFileTypeDetector.c136 jbyteArray result = NULL; local
145 result = (*env)->NewByteArray(env, len);
146 if (result != NULL) {
147 (*env)->SetByteArrayRegion(env, result, 0, len, (jbyte*)mime);
154 return result;
196 jbyteArray result; local
198 result = (*env)->NewByteArray(env, len);
199 if (result != NULL) {
200 (*env)->SetByteArrayRegion(env, result, 0, len, (jbyte*)mime);
202 return result;
[all...]
/openjdk7/jdk/src/share/classes/sun/text/
H A DIntHashtable.java119 int result = 465; // an arbitrary seed value
125 result = (int)(result * scrambler + 1);
126 result += keyList[i];
129 result = (int)(result * scrambler + 1);
130 result += values[i];
132 return result;
137 IntHashtable result = (IntHashtable) super.clone();
140 return result;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DStringValueHandler.java58 String result = _buffer.toString();
60 return result;
63 String result = _str;
65 return (result != null) ? result : EMPTY_STR;
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DExecutorCompletionService.java71 * Suppose instead that you would like to use the first non-null result
84 * Result result = null;
92 * result = r;
103 * if (result != null)
104 * use(result);
131 private RunnableFuture<V> newTaskFor(Runnable task, V result) { argument
133 return new FutureTask<V>(task, result);
135 return aes.newTaskFor(task, result);
185 public Future<V> submit(Runnable task, V result) { argument
187 RunnableFuture<V> f = newTaskFor(task, result);
[all...]
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatcher.java65 * result. The {@link #appendReplacement appendReplacement} and {@link
67 * the result into an existing string buffer, or the more convenient {@link
242 * The result is unaffected by subsequent operations performed upon this
249 Matcher result = new Matcher(this.parentPattern, text.toString());
250 result.first = this.first;
251 result.last = this.last;
252 result.groups = this.groups.clone();
253 return result;
693 * will be replaced by the result of evaluating the corresponding
756 StringBuilder result
[all...]

Completed in 66 milliseconds

<<11121314151617181920>>