Searched refs:success (Results 251 - 266 of 266) sorted by relevance

<<11

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java1062 * @return True on success.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java914 boolean success = this.handleIncludeElement(attributes);
915 if (success) {
985 boolean success = this.handleIncludeElement(attributes);
986 if (success) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp671 bool success = UseBiasedLocking; local
745 success = false;
751 success = false;
754 if (!success) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java180 boolean success = scanner.scanExpr(fSymbolTable,
182 if(!success)
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp190 bool success = create_cms_collector(); local
191 if (!success) return JNI_ENOMEM;
873 return true; // success
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDropTarget.m384 - (void)javaDraggingEnded:(jlong)draggingSequenceNumber success:(BOOL)jsuccess action:(jint)jdropaction
387 // Report back actual Swing success, not what AppKit thinks
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java874 boolean success = false;
889 success = false;
898 success = true;
902 if (success == true) {
904 } else if (!(success) && !(this.COMMIT_ON_ACCEPT_CHANGES)) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1125 boolean success = Env.specList.addEagerlyResolve(spec);
1126 if (success && !spec.isResolved()) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp1208 AwtDragSource::call_dSCddfinished(JNIEnv* env, jobject self, jboolean success, argument
1212 env->CallVoidMethod(self, dSCddfinished, success, operations, x, y);
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DIPPPrintService.java1653 boolean success = (myURI == null) ?
1656 if (success) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp1038 bool success = false; local
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1848 bool success = try_inline(inline_target, (cha_monomorphic_target != NULL) || (exact_target != NULL), code, better_receiver);
1853 if (success) {
1863 print_inlining(target, "no static binding", /*success*/ false);
1866 print_inlining(target, "not inlineable", /*success*/ false);
3195 print_inlining(callee, msg, /*success*/ false);
3216 print_inlining(callee, msg, /*success*/ false);
3230 print_inlining(callee, _inline_bailout_msg, /*success*/ false);
3900 print_inlining(target, "not static or statically bindable", /*success*/ false);
3903 print_inlining(callee, "receiver not constant", /*success*/ false);
3960 print_inlining(target, "not static or statically bindable", /*success*/ fals
4165 print_inlining(ciMethod* callee, const char* msg, bool success) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp3339 bool success = expand(bytes, expand_bytes);
3344 if (success) {
3447 bool success = true;
3450 success = grow_by(remaining_bytes);
3451 DEBUG_ONLY(if (!success) warning("grow to reserved failed");)
3453 return success;
9074 // an indication of success or failure with the assumption that
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java7650 boolean success = peer.requestFocus
7652 if (!success) {
7663 return success;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp3610 bool success = _task_queue->push(buffer[i]); local
3613 assert(success, "invariant");
H A Dg1CollectedHeap.cpp2768 // success!
6226 bool success() { return _success; } function in class:NoYoungRegionsClosure
6235 ret = ret && closure.success();

Completed in 1962 milliseconds

<<11