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

1234567891011

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_SolarisOS_Ports.c169 int success = FALSE; local
184 success = TRUE;
186 if (!success) {
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java392 boolean success = false;
400 status.success = initSurfaceNow();
403 if (!status.success) {
/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp698 Node* success = NULL; local
702 if (success == NULL && proj->outcnt() == 1 && proj->unique_out() == region) {
703 success = proj;
707 success = fail = NULL;
710 if (success != NULL && fail != NULL && !region->has_phi()) {
742 set_req(1, phase->intcon(success->as_Proj()->_con));
H A Dparse.hpp88 bool success) const;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DElementSchemePointer.java150 boolean success = scanner.scanExpr(fSymbolTable, tokens, xpointer, 0,
153 if (!success) {
H A DXPointerHandler.java156 boolean success = scanner.scanExpr(fSymbolTable, tokens, xpointer, 0,
159 if (!success)
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.inline.hpp299 bool success = _task_queue->push(obj); local
300 assert(success, "invariant");
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp82 #define DTRACE_METHOD_COMPILE_END_PROBE(compiler, method, success) \
92 signature->bytes(), signature->utf8_length(), (success)); \
110 #define DTRACE_METHOD_COMPILE_END_PROBE(compiler, method, success) \
120 (char *) signature->bytes(), signature->utf8_length(), (success)); \
127 #define DTRACE_METHOD_COMPILE_END_PROBE(compiler, method, success)
570 log->begin_elem("task_done success='%d' nmsize='%d' count='%d'",
2021 bool success = task->is_success(); local
2034 if (!success) {
/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.c439 jboolean success = JNI_FALSE; local
443 success = commandStringIntoJavaStrings( jnienv,
449 if (success) {
450 success = invokeJavaAgentMainMethod( jnienv,
457 return success;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp199 void emit_typecheck_helper(LIR_OpTypeCheck *op, Label* success, Label* failure, Label* obj_is_null);
H A Dc1_GraphBuilder.hpp373 void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.h142 jboolean success, jint operations,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java466 boolean success = (state == STATE_INIT_DONE) ;
468 if (success)
478 return success ;
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp317 bool success = _virtual_space.expand_by(bytes); local
318 if (success && ZapUnusedHeapArea) {
342 return success;
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp739 BOOL success, exists, isdefault; local
745 success = GetSecurityDescriptorDacl(pSD, &exists, &pACL, &isdefault);
750 if (success && exists && pACL != NULL && !isdefault) {
H A Dos_windows.cpp2279 page_start, (res ? "success" : strerror(errno)));
2644 // memory on a page-by-page basis and VirtualAlloc() returns success under this
2749 bool success = false; local
2769 success = true;
2776 if (!success) {
2779 return success;
2904 // made it this far, success
2916 bool success = false; local
2933 success = true;
2949 if (success
3924 bool success = numa_interleaving_init(); local
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDnDDropTargetProtocol.java856 public boolean sendDropDone(long ctxt, boolean success, int dropAction) { argument
868 if (dropAction == DnDConstants.ACTION_MOVE && success) {
898 if (success) {
H A DMotifDnDDropTargetProtocol.java944 public boolean sendDropDone(long ctxt, boolean success, int dropAction) { argument
974 if (success) {
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp1168 jboolean success = (res == e);
1169 if (success)
1171 return success;
1188 jboolean success = false;
1190 if (*addr == e) { *addr = x; success = true; }
1191 return success;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2579 void LIR_Assembler::emit_typecheck_helper(LIR_OpTypeCheck *op, Label* success, Label* failure, Label* obj_is_null) { argument
2626 Label *success_target = op->should_profile() ? &profile_cast_success : success;
2668 // Fall through to success case
2682 type_profile_helper(mdo, mdo_offset_bias, md, data, recv, tmp1, success);
2684 __ ba(*success);
2700 __ ba(*success);
2763 // fall through to the success case
2795 Label success; local
2796 emit_typecheck_helper(op, &success, op->stub()->entry(), &success);
2802 Label success, failure, done; local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1648 void LIR_Assembler::emit_typecheck_helper(LIR_OpTypeCheck *op, Label* success, Label* failure, Label* obj_is_null) { argument
1673 Label *success_target = op->should_profile() ? &profile_cast_success : success;
1794 type_profile_helper(mdo, md, data, recv, success);
1795 __ jmp(*success);
1803 __ jmp(*success);
1869 // fall through to the success case
1892 Label success; local
1893 emit_typecheck_helper(op, &success, op->stub()->entry(), &success);
1894 __ bind(success);
1902 Label success, failure, done; local
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java612 boolean success = false;
671 success = true;
676 success = true;
680 return success;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp1295 bool success; local
1312 success = compute_escape_for_intrinsic(iid);
1314 success = do_analysis();
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1541 BasicBlock *success = function()->CreateBlock("success"); local
1546 success, failure);
1564 builder()->SetInsertPoint(success);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c2032 jboolean success = JNI_FALSE; local
2089 success = JNI_TRUE;
2098 if (!success) {

Completed in 567 milliseconds

1234567891011