Searched refs:result (Results 351 - 375 of 1970) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DCompletionService.java82 * @param result the result to return upon successful completion
85 * result value upon completion
90 Future<V> submit(Runnable task, V result); argument
/openjdk7/jdk/src/share/classes/javax/management/
H A DInQueryExp.java132 final StringBuilder result =
136 result.append(", ");
137 result.append(valueList[i]);
140 return result.toString();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformXPath2Filter.java197 int result=1;
200 result = -1;
202 result = 0;
206 if (result==1)
212 result=0;
214 return result;
221 int result=1;
231 result=-1;
234 if (result!=-1){
239 result
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/callback/
H A DTextCallbackHandler.java119 String result = readLine();
120 if (result.equals("")) {
121 result = nc.getDefaultName();
124 nc.setName(result);
151 String result = new BufferedReader
153 if (result == null) {
156 return result;
248 int result;
250 result = Integer.parseInt(readLine());
251 if (result <
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaObjectRef.java72 JavaThing result = snapshot.findThing(id);
73 if (result == null) {
84 result = new HackJavaValue("Unresolved object "
87 return result;
H A DJavaValueArray.java349 StringBuffer result;
354 result = new StringBuffer();
357 result.append(val);
365 result = new StringBuffer("{");
369 result.append(", ");
372 result.append("... ");
380 result.append("true");
382 result.append("false");
389 result.append("0x" + Integer.toString(val, 16));
396 result
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DStandardGroupOrganizer.java45 List<Pair<String, List<Group>>> result = new ArrayList<Pair<String, List<Group>>>();
48 result.add(new Pair<String, List<Group>>("", groups));
56 result.add(p);
60 return result;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.cpp328 Flag* result = Flag::find_flag((char*)name, strlen(name)); local
329 if (result == NULL) return false;
330 *value = (result->origin == COMMAND_LINE);
335 Flag* result = Flag::find_flag(name, len); local
336 if (result == NULL) return false;
337 if (!result->is_bool()) return false;
338 *value = result->get_bool();
343 Flag* result = Flag::find_flag(name, len); local
344 if (result == NULL) return false;
345 if (!result
361 Flag* result = Flag::find_flag(name, len); local
369 Flag* result = Flag::find_flag(name, len); local
387 Flag* result = Flag::find_flag(name, len); local
395 Flag* result = Flag::find_flag(name, len); local
413 Flag* result = Flag::find_flag(name, len); local
421 Flag* result = Flag::find_flag(name, len); local
439 Flag* result = Flag::find_flag(name, len); local
447 Flag* result = Flag::find_flag(name, len); local
465 Flag* result = Flag::find_flag(name, len); local
475 Flag* result = Flag::find_flag(name, len); local
[all...]
H A DjavaCalls.hpp75 JavaValue* _result; // result value
79 JavaCallWrapper(methodHandle callee_method, Handle receiver, JavaValue* result, TRAPS);
88 JavaValue* result() const { return _result; } function in class:JavaCallWrapper
193 static void call_helper(JavaValue* result, methodHandle* method, JavaCallArguments* args, TRAPS);
201 static void call_special(JavaValue* result, KlassHandle klass, Symbol* name, Symbol* signature, JavaCallArguments* args, TRAPS);
203 static void call_special(JavaValue* result, Handle receiver, KlassHandle klass, Symbol* name, Symbol* signature, TRAPS); // No args
204 static void call_special(JavaValue* result, Handle receiver, KlassHandle klass, Symbol* name, Symbol* signature, Handle arg1, TRAPS);
205 static void call_special(JavaValue* result, Handle receiver, KlassHandle klass, Symbol* name, Symbol* signature, Handle arg1, Handle arg2, TRAPS);
211 static void call_virtual(JavaValue* result, KlassHandle spec_klass, Symbol* name, Symbol* signature, JavaCallArguments* args, TRAPS);
213 static void call_virtual(JavaValue* result, Handl
[all...]
/openjdk7/hotspot/test/compiler/5091921/
H A DTest6890943.sh52 result=$?
53 if [ $result -eq 0 ]
/openjdk7/hotspot/test/compiler/6857159/
H A DTest6857159.sh46 result=$?
47 if [ $result -eq 1 ]
/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathExpression.java55 * Evaluates this XPath expression and returns a result.
68 * result will be coerced to return the specified type relying on
71 * @param result The <code>result</code> specifies a specific result
74 * the specified result, a new result object will be constructed and
77 * @return The result of the evaluation of the XPath expression.For XPath
80 * TYPE_ERR: Raised if the result cannot be converted to return the
92 Object result)
90 evaluate(Node contextNode, short type, Object result) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DAssertionData.java207 boolean result = true;
210 result = result && this.name.equals(that.name);
211 result = result && ((this.value == null) ? that.value == null : this.value.equals(that.value));
213 result = result && this.attributes.equals(that.attributes);
216 return result;
238 * 'Disconnected' means, that the result of this method will not be synchronized with any consequent assertion's attribute modification. It is
255 * 'Disconnected' means, that the result o
[all...]
H A DPolicySourceModel.java239 boolean result = true;
242 result = result && ((this.policyId == null) ? that.policyId == null : this.policyId.equals(that.policyId));
243 result = result && ((this.policyName == null) ? that.policyName == null : this.policyName.equals(that.policyName));
244 result = result && this.rootNode.equals(that.rootNode);
246 return result;
254 int result = 17;
256 result
[all...]
/openjdk7/jdk/test/java/io/PrintWriter/
H A DOpsAfterClose.java68 boolean result = false;
77 result = op.check(pw);
78 if (!result) {
81 System.out.println(op + ":" + result);
/openjdk7/jdk/test/java/io/Writer/
H A DWriteFromString.java38 boolean result = true;
45 result = false;
57 result = false;
59 if (!result) {
/openjdk7/jdk/test/java/io/readBytes/
H A DReadBytesBounds.java86 boolean result;
90 result = true;
92 result = false;
95 if (result != expected) {
97 (String.format("Unexpected result off=%d len=%d expected=%b",
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DExitValue.java37 String result = elts[0];
39 result = result + separator + elts[i];
40 return result;
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DAlias.java58 boolean result = sc.connect(isa);
62 if (!result) {
65 while (!result) {
74 result = nextReady.finishConnect();
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DThrowsTaglet.java87 TagletOutput result = writer.getOutputInstance();
96 result.appendOutput(writer.getThrowsHeader());
98 result.appendOutput(writer.throwsTagOutput(declaredExceptionTypes[i]));
102 return result;
112 TagletOutput result = writer.getOutputInstance();
126 result.appendOutput(throwsTagsOutput(
130 return result;
139 TagletOutput result = writer.getOutputInstance();
142 result.appendOutput(throwsTagsOutput(
145 result
[all...]
/openjdk7/langtools/test/tools/apt/Discovery/
H A DPhantomTouch.java46 boolean result;
50 result = f.createNewFile();
52 if (result) {
64 result = false;
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DAnnoMirror.java47 @Test(result={"AT1"})
54 @Test(result={})
62 // The seemingly out-of-place parens in the following "result"
65 @Test(result={"i()=2",
78 @Test(result={"@AT1(\"zax\")",
/openjdk7/langtools/test/tools/apt/mirror/type/
H A DTypeVar.java65 @Test(result="type var")
83 @Test(result="T")
88 @Test(result="S")
96 @Test(result="S extends java.lang.Number & java.lang.Runnable")
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DDeviceTables.cpp50 le_int16 result = 0; local
61 result = field;
64 result |= ~ fieldMasks[format];
68 return result;
/openjdk7/jdk/test/javax/sound/midi/File/
H A DSMPTESequence.java33 boolean result = false;
49 result = true;
58 if (result) {
64 return result;

Completed in 77 milliseconds

<<11121314151617181920>>