/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | ns_ntoa.c | 87 int ok = 0; local 96 ok = 1; 101 if (nonzero && !ok) { *p++ = 'H'; *p = 0; }
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | test.h | 41 #define ok( success ) do { \ macro
|
/vbox/src/VBox/Main/src-server/win/ |
H A D | svchlp.cpp | 123 BOOL ok = ConnectNamedPipe (mReadEnd, NULL); 124 if (!ok && GetLastError() != ERROR_PIPE_CONNECTED) 165 BOOL ok = WriteFile (mWriteEnd, aVal, (ULONG)aLen, &written, NULL); local 166 AssertReturn(!ok || written == aLen, VERR_GENERAL_FAILURE); 167 return ok ? VINF_SUCCESS : rtErrConvertFromWin32OnFailure(); 207 BOOL ok = ReadFile (mReadEnd, aVal, (ULONG)aLen, &read, NULL); local 208 AssertReturn(!ok || read == aLen, VERR_GENERAL_FAILURE); 209 return ok ? VINF_SUCCESS : rtErrConvertFromWin32OnFailure();
|
H A D | HostDnsServiceWin.cpp | 178 BOOL ok = SetWaitableTimer(m->haDataEvent[DATA_TIMER], &delay, local 180 if (ok)
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxGlobalSettings.cpp | 281 bool ok = setProperty (gPropertyMap [index].name, value); local 282 Assert (ok); 283 if (ok)
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/ |
H A D | VBoxHlp.cpp | 112 BOOL ok = WinSetHook (aHab, NULLHANDLE, HK_PREACCEL, 115 if (ok) 122 return (bool) ok; 140 BOOL ok = WinReleaseHook (aHab, NULLHANDLE, HK_PREACCEL, 143 if (ok) 150 return (bool) ok; 163 bool ok = true; local 186 return (unsigned long) ok;
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/ |
H A D | SimpleTypeLib.c | 85 PRBool ok; local 123 ok = XPT_FillInterfaceDirectoryEntry(arena, header->interface_directory, &iid, 125 TRY("FillInterfaceDirectoryEntry", ok); 129 ok = XPT_FillMethodDescriptor(arena, meth, 0, "method1", 0); 130 TRY("FillMethodDescriptor", ok); 136 ok = XPT_FillMethodDescriptor(arena, meth, 0, "method2", 2); 137 TRY("FillMethodDescriptor", ok); 162 ok = XPT_MakeCursor(state, XPT_HEADER, header_sz, cursor); 163 TRY("MakeCursor", ok); 165 ok [all...] |
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyIID.cpp | 103 PRBool ok = PR_TRUE; local 110 ok = iid.Parse(PyString_AsString(ob)); 111 if (!ok) { 133 ok = PR_FALSE; 135 if (ok) *pRet = iid; 136 return ok;
|
H A D | ErrorUtils.cpp | 163 PRBool ok = PR_FALSE; local 168 ok = PyXPCOM_FormatGivenException(streamout, exc_typ, exc_val, 172 return ok;
|
H A D | PyGBase.cpp | 200 PRBool ok = PR_FALSE; local 215 ok = PR_TRUE; // life is good! 225 ok = Py_nsISupports::InterfaceFromPyObject(wrap_ret, iid, ppret, PR_FALSE, PR_FALSE); 227 if (ok) 241 return ok; 761 PRBool ok = PR_TRUE; local 763 ok = NS_SUCCEEDED(Py_nsISupports::InterfaceFromPyObject(ob_existing_weak, 769 if (ok) { 791 PRBool ok = PR_TRUE; local 793 ok [all...] |
H A D | PyXPCOM.h | 123 inline PyObject *PyBool_FromLong(long ok) argument 126 if (ok)
|
H A D | VariantUtils.cpp | 160 PRBool ok = PR_TRUE; local 163 ok = PR_FALSE; 165 if (ok && (val_use = PyUnicode_FromObject(val))==NULL) 166 ok = PR_FALSE; 167 if (ok) { 182 return ok; 1075 PRBool ok = PR_FALSE; local 1136 ok = PR_TRUE; 1138 if (!ok && !PyErr_Occurred()) 1142 return ok; [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | uri.c | 418 int ok = ( isupper ( c ) || islower ( c ) || isdigit ( c ) || local 423 ok = ok || ( c == ';' ) || ( c == '&' ) || ( c == '=' ); 426 ok = ok || ( c == '/' ); 429 ok = 1; 431 return ok;
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/ |
H A D | sec80211.c | 190 int ok = 0; local 207 ok |= ( 1 << crypto->algorithm ); 209 ok |= ( 1 << hs->protocol ); 248 if ( ok & ( 1 << map_ent->net80211_type ) ) {
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/ |
H A D | t_dd_dmatmp.h | 1181 GLboolean ok = GL_FALSE; local 1188 ok = HAVE_POINTS; 1191 ok = HAVE_LINES && !ctx->Line.StippleFlag; 1194 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag; 1197 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag; 1200 ok = HAVE_TRIANGLES; 1203 ok = HAVE_TRI_STRIPS; 1206 ok = HAVE_TRI_FANS; 1210 ok = GL_TRUE; 1213 ok [all...] |
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsStackFrameUnix.cpp | 111 int ok = dladdr(pc, &info); local 112 if (!ok) {
|
H A D | nsStackFrameWin.cpp | 262 BOOL ok; local 264 ok = EnsureSymInitialized(); 265 if (! ok) 273 ok = GetThreadContext(myThread, &context); 274 if (! ok) 290 ok = _StackWalk(IMAGE_FILE_MACHINE_I386, 300 if (!ok) { 317 if (!ok || frame.AddrPC.Offset == 0) 338 ok = _SymGetSymFromAddr(myProcess, 343 if (ok) { [all...] |
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/ |
H A D | keyboard.c | 205 int ok = 0; local 207 for (key = 0; (key < MAIN_LEN) && (0 == ok); key++) { 211 ok = 1; 215 if (0 != ok) {
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_header.c | 148 gboolean ok = TRUE; local 159 #define FAIL do {ok = FALSE; goto out;} while(0) 610 return ok;
|
H A D | xpidl_idl.c | 666 gboolean ok = TRUE; local 775 ok = xpidl_process_node(&state); 798 if (!ok) 804 return ok;
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/ |
H A D | xpt_struct.c | 682 PRBool ok = PR_FALSE; local 692 ok = XPT_Do8(cursor, (PRUint8*) &cd->value.i8); 695 ok = XPT_Do16(cursor, (PRUint16*) &cd->value.i16); 698 ok = XPT_Do32(cursor, (PRUint32*) &cd->value.i32); 701 ok = XPT_Do64(cursor, &cd->value.i64); 704 ok = XPT_Do8(cursor, &cd->value.ui8); 707 ok = XPT_Do16(cursor, &cd->value.ui16); 710 ok = XPT_Do32(cursor, &cd->value.ui32); 713 ok = XPT_Do64(cursor, (PRInt64 *)&cd->value.ui64); 716 ok [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/ |
H A D | glob.c | 873 int ok, negate_range; local 896 ok = 0; 904 ok = 1; 907 ok = 1; 908 if (ok == negate_range)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | test.h | 129 #define ok ok_(__FILE__, __LINE__) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | test.h | 127 #define ok ok_(__FILE__, __LINE__) macro
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsSupportsArray.cpp | 670 PRBool ok = EnumerateForwards(CopyElement, newArray); local 671 if (!ok) return NS_ERROR_OUT_OF_MEMORY;
|