Searched defs:result (Results 351 - 375 of 380) sorted by relevance

<<111213141516

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp164 /* Enable to render the result of DrawPrimitive in a seperate window. */
259 * Will call glGetError() and store the result in a_pContext->lastError.
1898 uint32_t result = 0; local
1910 result |= SVGA3DFORMAT_OP_MEMBEROFGROUP_ARGB
1920 result |= SVGA3DFORMAT_OP_MEMBEROFGROUP_ARGB
1940 result |= SVGA3DFORMAT_OP_TEXTURE
1956 result |= SVGA3DFORMAT_OP_ZSTENCIL
1964 result |= SVGA3DFORMAT_OP_TEXTURE
1995 Log(("CAPS: %s =\n%s\n", vmsvga3dGetCapString(idx3dCaps), vmsvga3dGet3dFormatString(result)));
1997 return result;
2002 uint32_t result = 0; local
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp3187 AuthResult result; member in struct:AuthCtx
3209 pCtx->result = pCtx->pfnAuthEntry3(pCtx->pszCaller, pCtx->pUuid, pCtx->guestJudgement,
3215 pCtx->result = pCtx->pfnAuthEntry2(pCtx->pUuid, pCtx->guestJudgement,
3221 pCtx->result = pCtx->pfnAuthEntry(pCtx->pUuid, pCtx->guestJudgement,
3229 AuthResult result = AuthResultAccessDenied; local
3245 /* Only update the result if the thread finished without errors. */
3246 result = pCtx->result;
3253 return result;
3368 ctx.result
3381 AuthResult result = authCall(&ctx); local
[all...]
H A DConsoleImpl.cpp1081 AuthResult result = AuthResultAccessDenied; local
1103 result = AuthResultAccessGranted;
1110 result = mConsoleVRDPServer->Authenticate(uuid, guestJudgement, pszUser, pszPassword, pszDomain, u32ClientId);
1112 if (result != AuthResultDelegateToGuest)
1173 result = mConsoleVRDPServer->Authenticate(uuid, guestJudgement, pszUser, pszPassword, pszDomain, u32ClientId);
1180 result = AuthResultAccessGranted;
1183 result = AuthResultAccessDenied;
1193 LogFlowFunc(("Result = %d\n", result));
1196 if (result != AuthResultAccessGranted)
2764 /* Compose the result */
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp229 /* Return result: */
896 pButtonBox->button(QDialogButtonBox::Ok)->setEnabled(pValidatorGroup->result());
1556 /* Return result: */
2095 /* Prepare result: */
2096 QList<GlobalSettingsPageType> result; local
2102 result << value;
2104 /* Return result: */
2105 return result;
2110 /* Prepare result: */
2111 QList<MachineSettingsPageType> result; local
2569 UIExtraDataMetaDefs::MenuType result = UIExtraDataMetaDefs::MenuType_Invalid; local
2589 QStringList result; local
2616 UIExtraDataMetaDefs::MenuApplicationActionType result = UIExtraDataMetaDefs::MenuApplicationActionType_Invalid; local
2636 QStringList result; local
2663 UIExtraDataMetaDefs::RuntimeMenuMachineActionType result = UIExtraDataMetaDefs::RuntimeMenuMachineActionType_Invalid; local
2695 QStringList result; local
2726 UIExtraDataMetaDefs::RuntimeMenuViewActionType result = UIExtraDataMetaDefs::RuntimeMenuViewActionType_Invalid; local
2746 QStringList result; local
2773 UIExtraDataMetaDefs::RuntimeMenuInputActionType result = UIExtraDataMetaDefs::RuntimeMenuInputActionType_Invalid; local
2793 QStringList result; local
2820 UIExtraDataMetaDefs::RuntimeMenuDevicesActionType result = UIExtraDataMetaDefs::RuntimeMenuDevicesActionType_Invalid; local
2851 QStringList result; local
2883 UIExtraDataMetaDefs::RuntimeMenuDebuggerActionType result = UIExtraDataMetaDefs::RuntimeMenuDebuggerActionType_Invalid; local
2903 QStringList result; local
2932 UIExtraDataMetaDefs::MenuWindowActionType result = UIExtraDataMetaDefs::MenuWindowActionType_Invalid; local
2952 QStringList result; local
2980 UIExtraDataMetaDefs::MenuHelpActionType result = UIExtraDataMetaDefs::MenuHelpActionType_Invalid; local
3000 QStringList result; local
3027 UIVisualStateType result = UIVisualStateType_Invalid; local
3271 QList<IndicatorType> result; local
3297 QList<IndicatorType> result; local
3469 MachineCloseAction result = MachineCloseAction_Invalid; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp303 ControllerTypeList result; local
305 result << (KStorageControllerType) i;
306 return result;
468 ULONG result = 0; local
473 ++ result;
475 return result;
1130 QVariant result (QVariant::fromValue (AbstractItem::Type_InvalidItem));
1132 result.setValue (item->rtti());
1133 return result;
1219 QVariant result (QVarian
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c5618 * @result: the Element Content pointer will be stored here if any
5630 xmlElementContentPtr *result) {
5636 *result = NULL;
5654 *result = tree;
6194 * where the ent->children is filled with the result from
7864 * @len: attribute len result
9216 * as a result of normalization, or
9412 * as a result of the parsing.
9577 * as a result of the parsing.
5629 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlElementContentPtr *result) argument
H A Dtree.c1652 * i.e. the result of the content [43] production:
1734 * i.e. the result of the content [43] production:
2907 * As a result of text merging @elem may be freed.
4241 long result = -1; local
4244 return result;
4249 result = (long) node->line;
4255 result = xmlGetLineNo(node->prev);
4258 result = xmlGetLineNo(node->parent);
4260 return result;
5044 * i.e. the result o
[all...]
H A Drelaxng.c587 * @result: place to store the result if needed
594 const xmlChar * value, void **result,
618 * @result: the value to free
620 * Function provided by a type library to free a returned result
622 typedef void (*xmlRelaxNGTypeFree) (void *data, void *result);
2435 void **result, xmlNodePtr node)
2448 (xmlSchemaValPtr *) result, node);
2648 void **result ATTRIBUTE_UNUSED,
6004 * This may result i
2432 xmlRelaxNGSchemaTypeCheck(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * value, void **result, xmlNodePtr node) argument
8458 void *result = NULL; local
[all...]
H A Dtrio.c1056 trio_long_double_t result; local
1064 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E-1);
1067 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+0);
1070 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+1);
1073 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+2);
1076 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+3);
1079 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+4);
1082 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+5);
1085 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+6);
1088 result
1115 double result; local
4126 char *result = NULL; local
4153 char *result = NULL; local
4170 trio_asprintf(result, format, va_alist), char **result, TRIO_CONST char *format, TRIO_VA_DECL argument
4206 trio_vasprintf(result, format, args), char **result, TRIO_CONST char *format, va_list args argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c1289 int result;
1293 result = mTRIm(s);
1296 return result;
1301 size_t result;
1305 result = mUSABLe(m);
1308 return result;
1333 int result;
1337 result = mALLOPt(p, v);
1340 return result;
1469 but this will generally result i
1288 int result; local
1300 size_t result; local
1332 int result; local
4606 void *result = (void *) MORECORE_FAILURE; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp227 Exit: function result = true if the FSSpec records are equal.
275 Exit: function result = error code.
303 Exit: function result = error code.
331 Exit: function result = error code
405 Exit: function result = error code.
438 * Caveat: this caching will give the wrong result if a session
541 Exit: function result = pointer to truncated name. Will be either aNode or outBuf.
857 NS_IMETHOD HasMoreElements(PRBool *result) argument
870 *result = PR_FALSE;
884 *result
888 GetNext(nsISupports **result) argument
3497 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) argument
3518 NS_NewLocalFile(const nsAString &path, PRBool followLinks, nsILocalFile* *result) argument
3528 NS_NewLocalFileWithFSSpec(const FSSpec* inSpec, PRBool followLinks, nsILocalFileMac* *result) argument
[all...]
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp999 int result; local
1001 result = !CSR_DRCVPA(pThis) && !memcmp(hdr->ether_dhost, pThis->aCSR + 12, 6);
1010 result = !CSR_DRCVPA(pThis) && !memcmp(hdr->ether_dhost, padr, 6);
1018 padr[0],padr[1],padr[2],padr[3],padr[4],padr[5], result));
1020 return result;
1027 int result = !CSR_DRCVBC(pThis) && !memcmp(hdr->ether_dhost, aBCAST, 6); local
1029 Log(("#%d padr_bcast result=%d\n", PCNET_INST_NR, result));
1031 return result;
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp470 QList<QRect> result; local
484 result << QRect(pScreensData[i].x_org, pScreensData[i].y_org,
492 return result;
507 QList<Window> result; local
511 return result;
526 return result;
531 result << pWindowData[i];
537 return result;
549 QList<ulong> result; local
553 return result;
589 QList<CGuestOSType> result; local
2508 QRect result; local
2578 QRegion result; local
3186 bool result = true; local
3357 QString result = aText; local
3667 bool result() const { return mResult; } function in class:ServiceEvent
3681 bool result() const { return mResult; } function in class:ServiceClient
3726 bool result = client.result(); local
[all...]
/vbox/include/VBox/
H A DVMMDev.h1536 int32_t result; member in struct:VMMDevHGCMRequestHeader
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-api.jar ... public abstract void writeTo (javax.xml.transform.Result) public transient java.lang.Object getPort (java. ...
H A Djaxws-rt.jar ... w3cEpr javax.xml.transform.dom.DOMResult result org.w3c.dom.Node eprNode org. ...
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Dhttp.jar ... lang.String description () } com/sun/net/httpserver/Authenticator$Result.class Authenticator.java package com.sun. ...
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c604 * As a result, functions called from probe context may only call other DTrace
1081 uint64_t result[2]; local
1083 result[0] = addend1[0] + addend2[0];
1084 result[1] = addend1[1] + addend2[1] +
1085 (result[0] < addend1[0] || result[0] < addend2[0] ? 1 : 0);
1087 sum[0] = result[0];
1088 sum[1] = result[1];
11257 * it would be a result of corrupted DOF in the driver
11334 * (The ECBs that result fro
16173 dtrace_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h306 lparam_t result; member in struct:callback_msg_data
992 apc_result_t result; member in struct:get_apc_result_reply
1089 /* VARARG(result,apc_result); */
2960 lparam_t result; member in struct:reply_message_request
2992 lparam_t result; member in struct:get_message_reply_reply
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dhfa384x.h1849 result[HFA384x_SCANRESULT_MAX]; member in struct:hfa384x_ScanResult
1868 result[HFA384x_CHINFORESULT_MAX]; member in struct:hfa384x_ChInfoResult
1891 result[HFA384x_HSCANRESULT_MAX]; member in struct:hfa384x_HScanResult
2488 hfa384x_cmdresult_t result; member in struct:hfa484x_metacmd
2735 hfa384x_drvr_mmi_read(hfa384x_t *hw, UINT32 address, UINT32 *result);
2755 int result = 0; local
2756 result = hfa384x_drvr_getconfig(hw, rid, val, sizeof(UINT16));
2757 if ( result == 0 ) {
2760 return result;
2766 int result local
[all...]

Completed in 1011 milliseconds

<<111213141516