Searched defs:result (Results 251 - 275 of 605) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubRequestHandler.java134 SnmpMibRequest result = null;
136 result = SnmpMibAgent.newMibRequest(engine,
147 result = SnmpMibAgent.newMibRequest(reqPdu,
156 mibRequest = result;
158 return result;
517 * The method updates a given var bind list with the result of a
523 protected void updateResult(SnmpVarBind[] result) { argument
525 if (result == null) return;
527 final int len=result.length;
533 result[po
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer11.java62 final SortedSet result = new TreeSet(COMPARE); field in class:Canonicalizer11
210 // result will contain the attrs which have to be outputted
211 final SortedSet result = this.result;
212 result.clear();
221 // It's not a namespace attr node. Add to the result and
223 result.add(N);
239 result.add(n);
252 ns.getUnrenderedNodes(result);
254 xmlattrStack.getXmlnsAttr(result);
[all...]
H A DCanonicalizer20010315.java60 final SortedSet result= new TreeSet(COMPARE); field in class:Canonicalizer20010315
169 // result will contain the attrs which have to be outputted
170 final SortedSet result = this.result;
171 result.clear();
180 //It's not a namespace attr node. Add to the result and continue.
181 result.add(N);
197 result.add(n);
209 ns.getUnrenderedNodes(result);
211 xmlattrStack.getXmlnsAttr(result);
[all...]
H A DNameSpaceSymbTable.java68 * @param result the list where to fill the unrendered xmlns definitions.
70 public void getUnrenderedNodes(Collection result) { argument
71 //List result=new ArrayList();
83 result.add(n.n);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DBase64.java497 protected static final int getBytesInternal(String s,byte[] result) { argument
504 result[newSize++] = dataS;
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoScriptEngine.java294 Object result = func.call(cx, scope, localScope,
296 return unwrapReturnValue(result);
427 Object unwrapReturnValue(Object result) { argument
428 if (result instanceof Wrapper) {
429 result = ( (Wrapper) result).unwrap();
432 return result instanceof Undefined ? null : result;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp134 NewInstanceStub::NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) { argument
135 _result = result;
159 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { argument
162 _result = result;
182 NewObjectArrayStub::NewObjectArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { argument
185 _result = result;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp69 // result register already contains 0x80000000, so subtracting 1 gives 0x7fffffff
70 __ decrement(result()->as_register());
75 __ xorptr(result()->as_register(), result()->as_register());
134 NewInstanceStub::NewInstanceStub(LIR_Opr klass_reg, LIR_Opr result, ciInstanceKlass* klass, CodeEmitInfo* info, Runtime1::StubID stub_id) { argument
135 _result = result;
154 assert(_result->as_register() == rax, "result must in rax,");
161 NewTypeArrayStub::NewTypeArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) { argument
164 _result = result;
177 assert(_result->as_register() == rax, "result mus
184 NewObjectArrayStub(LIR_Opr klass_reg, LIR_Opr length, LIR_Opr result, CodeEmitInfo* info) argument
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A DattachListener_windows.cpp46 // operation result and any result data to the client. In this implementation the
49 // sends the result and output back to the client. Note that writing to the pipe
153 void Win32AttachOperation::complete(jint result, bufferedStream* result_stream);
300 // - write the operation result (a jint)
301 // - write the operation output (the result stream)
303 void Win32AttachOperation::complete(jint result, bufferedStream* result_stream) { argument
316 sprintf(msg, "%d\n", result);
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Utils.cpp189 int result = 0; local
203 result += pBufferList->mBuffers[i].mNumberChannels;
210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result);
211 return result;
215 Float64 result; local
217 OSStatus err = GetAudioObjectProperty(deviceID, scope, kAudioDevicePropertyActualSampleRate, sizeof(result), &result, 1);
221 err = GetAudioObjectProperty(deviceID, scope, kAudioDevicePropertyNominalSampleRate, sizeof(result), &result, 1);
227 return (float)result;
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.cpp48 JvmtiGetLoadedClassesClosure* result = NULL; local
50 result = thread->get_jvmti_get_loaded_classes_closure();
51 return result;
162 void extract(JvmtiEnv *env, jclass* result) { argument
164 result[index] = (jclass) env->jni_reference(get_element(index));
H A DjvmtiManageCapabilities.cpp164 jvmtiCapabilities *result) {
167 char *resultp = (char *)result;
173 return result;
178 jvmtiCapabilities *result) {
181 char *resultp = (char *)result;
187 return result;
192 jvmtiCapabilities *result) {
195 char *resultp = (char *)result;
201 return result;
230 jvmtiCapabilities *result) {
163 either(const jvmtiCapabilities *a, const jvmtiCapabilities *b, jvmtiCapabilities *result) argument
177 both(const jvmtiCapabilities *a, const jvmtiCapabilities *b, jvmtiCapabilities *result) argument
191 exclude(const jvmtiCapabilities *a, const jvmtiCapabilities *b, jvmtiCapabilities *result) argument
228 get_potential_capabilities(const jvmtiCapabilities *current, const jvmtiCapabilities *prohibited, jvmtiCapabilities *result) argument
247 add_capabilities(const jvmtiCapabilities *current, const jvmtiCapabilities *prohibited, const jvmtiCapabilities *desired, jvmtiCapabilities *result) argument
284 relinquish_capabilities(const jvmtiCapabilities *current, const jvmtiCapabilities *unwanted, jvmtiCapabilities *result) argument
[all...]
H A DnativeLookup.cpp185 JavaValue result(T_LONG);
186 JavaCalls::call_static(&result,
194 entry = (address) (intptr_t) result.get_jlong();
412 address result = lookup(method, in_base_library, CATCH); local
414 guarantee(result != NULL, "must be non NULL");
415 return result;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsignature.cpp377 Symbol* result = SymbolTable::probe(buffer, end - begin); local
378 return result;
H A Dvframe_hp.cpp58 StackValueCollection* result = new StackValueCollection(length); local
74 result->add( create_stack_value(scv_list->at(i)) );
83 result->set_int_at(val->index(), val->value().z);
86 result->set_int_at(val->index(), val->value().c);
89 result->set_float_at(val->index(), val->value().f);
92 result->set_double_at(val->index(), val->value().d);
95 result->set_int_at(val->index(), val->value().b);
98 result->set_int_at(val->index(), val->value().s);
101 result->set_int_at(val->index(), val->value().i);
104 result
174 StackValueCollection* result = new StackValueCollection(length); local
219 GrowableArray<MonitorInfo*>* result = new GrowableArray<MonitorInfo*>(monitors->length()); local
[all...]
H A Dvm_operations.cpp266 VM_ThreadDump::VM_ThreadDump(ThreadDumpResult* result, argument
270 _result = result;
273 _result = result;
279 VM_ThreadDump::VM_ThreadDump(ThreadDumpResult* result, argument
285 _result = result;
288 _result = result;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkContext.hpp173 const llvm::Type* result = table[type]; local
174 assert(result != NULL, "unhandled type");
175 return result;
H A DsharkInliner.cpp76 SharkValue *result = pop_result(type); local
77 outer_state()->push(result);
78 if (result->is_two_word())
725 // Push the result if necessary
H A DsharkStack.cpp170 Value* result = builder()->CreateStructGEP( local
174 result = builder()->CreateBitCast(
175 result, PointerType::getUnqual(type), name);
177 return result;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp343 julong result = julong(a) * b / div; local
344 assert(result <= (size_t)max_uintx, "Integer overflow in lcm");
346 return size_t(result);
H A DnumberSeq.cpp62 double result = _sum_of_squares / total() - x_bar * x_bar; local
63 if (result < 0.0) {
67 // guarantee(-0.1 < result && result < 0.0,
69 result = 0.0;
71 return result;
88 double result = _dvariance; local
89 if (result < 0.0) {
93 guarantee(-0.1 < result && result < 0.
[all...]
H A Dutf8.cpp34 jchar result; local
37 result = ch;
50 result = (high_five << 6) + low_six;
63 result = (((high_four << 6) + mid_six) << 6) + low_six;
71 *value = ptr[0]; /* default bad result; */
75 *value = result;
78 // assert(UNICODE::utf8_size(result) == length, "checking reverse computation");
90 jchar result; local
91 char* next_ch = next(str, &result);
92 *value = result;
205 int result = 0; local
217 u_char* result = NEW_RESOURCE_ARRAY(u_char, utf8_len + 1); local
[all...]
H A Dworkgroup.cpp120 GangWorker* result = NULL; local
123 result = _gang_workers[i];
124 assert(result != NULL, "Indexing to null worker");
125 return result;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/logging/
H A DLogger.java272 public void exiting(final Object result) { argument
276 logger.exiting(componentClassName, getCallerMethodName(), result);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DClasses.java319 public void onChildCompleted(Object result, int cookie, boolean needAttCheck)throws SAXException { argument

Completed in 66 milliseconds

<<11121314151617181920>>