Searched defs:result (Results 101 - 125 of 605) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DageTable.cpp93 int result = age < MaxTenuringThreshold ? age : MaxTenuringThreshold; local
100 desired_survivor_size*oopSize, result, MaxTenuringThreshold);
122 gc_counters->tenuring_threshold()->set_value(result); variable
128 return result;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubBulkRequestHandler.java164 SnmpVarBind result) {
168 if (result.oid == null) {
172 if (element.value == SnmpVarBind.endOfMibView) return result;
174 if (result.value == SnmpVarBind.endOfMibView) return element;
176 final SnmpValue val = result.value;
178 int comp = element.oid.compareTo(result.oid);
182 " with result : " + result.oid);
185 " result : " + result
163 findVarBind(SnmpVarBind element, SnmpVarBind result) argument
262 updateResult(SnmpVarBind[] result) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315Excl.java66 final SortedSet result = new TreeSet(COMPARE); field in class:Canonicalizer20010315Excl
137 // result will contain the attrs which have to be outputted
138 SortedSet result = this.result;
139 result.clear();
160 //Add to the result.
161 result.add(N);
197 result.add(key);
200 return result.iterator();
227 // result wil
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/callback/
H A DDialogCallbackHandler.java194 int result = JOptionPane.showOptionDialog(
205 if (result == JOptionPane.OK_OPTION
206 || result == JOptionPane.YES_OPTION)
213 confirmation.handleResult(result);
301 /* Process the result returned by the Swing dialog */
302 void handleResult(int result) { argument
308 if (translations[i] == result) {
309 result = translations[i + 1];
313 callback.setSelectedIndex(result);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DBytecodeViewTopComponent.java53 private Lookup.Result result = null; field in class:BytecodeViewTopComponent
130 result = Utilities.actionsGlobalContext().lookup(tpl);
131 result.addLookupListener(this);
136 result.removeLookupListener(this);
137 result = null;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowTopComponent.java48 private Lookup.Result result = null; field in class:ControlFlowTopComponent
135 result = Utilities.actionsGlobalContext().lookup(tpl);
136 result.addLookupListener(this);
141 result.removeLookupListener(this);
142 result = null;
/openjdk7/jdk/src/macosx/bin/
H A Djexec.c209 int result = 0; local
235 result = errno;
238 return (result);
/openjdk7/jdk/src/macosx/native/sun/nio/ch/
H A DKQueueArrayWrapper.c135 int result; local
148 result = kevent(kq, NULL, 0, kevs, kevCount, tsp);
150 if (result < 0) {
153 result = 0;
159 return result;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.cpp234 Value *result = builder()->CreateStructGEP(osr_buf(), offset); local
236 result = builder()->CreateBitCast(result, PointerType::getUnqual(type));
237 return result;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DBridge.java179 public final void marshal(T object, Result result) throws JAXBException { argument
181 marshal(m,object,result);
184 public final void marshal(@NotNull BridgeContext context,T object, Result result) throws JAXBException { argument
185 marshal( ((BridgeContextImpl)context).marshaller, object, result );
187 public abstract void marshal(@NotNull Marshaller m,T object, Result result) throws JAXBException; argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBridgeImpl.java102 public void marshal(Marshaller _m, T t, Result result) throws JAXBException { argument
104 m.write(tagName,bi,t, m.createXmlOutput(result),m.createPostInitAction(result));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDomLoader.java53 /** {@link #handler} will produce this result. */
54 private final ResultT result; field in class:DomLoader.State
60 result = dom.createUnmarshaller(context);
62 handler.setResult(result);
76 return dom.getElement(result);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DMemberSubmissionEndpointReference.java105 public void writeTo(Result result) { argument
109 marshaller.marshal(this, result);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DMarshallerBridge.java93 public void marshal(Marshaller m, Object object, Result result) throws JAXBException { argument
96 m.marshal(object,result);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DDeferedCollection.java44 private final Iterator<T> result; field in class:DeferedCollection
47 * Stores values that are already fetched from {@link #result}.
51 public DeferedCollection(Iterator<T> result) { argument
52 this.result = result;
69 while(result.hasNext()) {
70 T value = result.next();
92 return result.hasNext();
122 while(result.hasNext())
123 archive.add(result
[all...]
/openjdk7/jdk/src/windows/back/
H A Dlinker_md.c131 void *result = LoadLibrary(name); local
132 if (result == NULL) {
142 return result;
/openjdk7/jdk/src/windows/classes/sun/font/
H A DNativeStrike.java64 Rectangle result) {
62 getGlyphImageBounds(int glyphcode, Point2D.Float pt, Rectangle result) argument
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DPendingIoCache.java73 long add(PendingFuture<?,?> result) { argument
83 pendingIoMap.put(ov, result);
144 PendingFuture<?,?> result = pendingIoMap.get(ov);
145 assert !result.isDone();
148 Iocp iocp = (Iocp)((Groupable)result.channel()).group();
151 // execute a task that invokes the result handler's failed method
152 final Iocp.ResultHandler rh = (Iocp.ResultHandler)result.getContext();
/openjdk7/jdk/src/windows/native/common/
H A Djni_util_md.c55 DWORD result; local
59 result = GetModuleFileName(jvm, jvmPath, bufferSize);
60 if (result == 0)
62 if (result == bufferSize) { // didn't fit
89 jstring result = NULL; local
107 result = (*env)->NewObject(env, JNU_ClassString(env),
110 return result;
121 char *result = NULL; local
127 result = (char*) malloc(len);
128 if (result !
[all...]
/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/src/windows/native/sun/tools/attach/
H A DWindowsAttachProvider.c45 jstring result = NULL; local
57 result = JNU_NewStringPlatform(env, bufP);
63 return result;
76 DWORD result = 0; local
90 result = flags;
96 return result;
111 jint result = 0; local
118 result = (jint)(bytesReturned / sizeof(DWORD));
119 (*env)->SetIntArrayRegion(env, arr, 0, (jsize)result, (jint*)ptr);
123 return result;
140 jboolean result = JNI_FALSE; local
[all...]
/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/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DEmptyExtensionData.java107 SSLEngineResult result = ssle.unwrap(bf_clihello, serverIn);
108 System.out.println("server unwrap " + result);
109 runDelegatedTasks(result, ssle);
114 result = ssle.unwrap(bf_clihello, serverIn);
115 System.out.println("server unwrap " + result);
116 runDelegatedTasks(result, ssle);
118 result = ssle.wrap(serverOut, sTOc);
119 System.out.println("server wrap " + result);
120 runDelegatedTasks(result, ssle);
129 * If the result indicate
132 runDelegatedTasks(SSLEngineResult result, SSLEngine engine) argument
[all...]
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPlatformMidi.c47 char* result = GetInternalErrorStr(err); local
50 if (!result) {
51 result = MIDI_IN_GetErrorStr(err);
54 if (!result) {
55 result = GetInternalErrorStr(MIDI_NOT_SUPPORTED);
57 return result;
64 char* result = GetInternalErrorStr(err); local
67 if (!result) {
68 result = MIDI_OUT_GetErrorStr(err);
71 if (!result) {
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoToken.java153 * Returns the enumerated type of the Negotiation result.
155 * @param result the negotiated result represented by integer
156 * @return the enumerated type of Negotiated result
158 static NegoResult getNegoResultType(int result) { argument
159 switch (result) {
167 // unknown - return optimistic result
173 * Returns a string representing the negotiation result.
175 * @param result the negotiated result
178 getNegoResultString(int result) argument
[all...]

Completed in 67 milliseconds

1234567891011>>