Searched defs:policy (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIRichTextLabel.cpp82 void QIRichTextLabel::setWordWrapMode(QTextOption::WrapMode policy) argument
84 m_pTextEdit->setWordWrapMode(policy);
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendCOM.cpp349 template<> QString toString(const KNetworkAdapterPromiscModePolicy &policy) argument
351 switch (policy)
360 AssertMsgFailed(("No text for %d", policy)); break;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_work.c57 dtrace_optval_t policy = dtp->dt_options[DTRACEOPT_BUFPOLICY]; local
73 * If the buffering policy is set to anything other than
77 if (policy != DTRACEOPT_BUFPOLICY_SWITCH &&
277 dtrace_optval_t policy = dtp->dt_options[DTRACEOPT_BUFPOLICY]; local
304 policy != DTRACEOPT_BUFPOLICY_SWITCH) {
H A Ddt_options.c788 dtrace_optval_t policy = DTRACEOPT_UNSET; local
796 policy = _dtrace_bufpolicies[i].dtbp_policy;
801 if (policy == DTRACEOPT_UNSET)
804 dtp->dt_options[DTRACEOPT_BUFPOLICY] = policy;
822 dtrace_optval_t policy = DTRACEOPT_UNSET; local
830 policy = _dtrace_bufresize[i].dtbr_policy;
835 if (policy == DTRACEOPT_UNSET)
838 dtp->dt_options[DTRACEOPT_BUFRESIZE] = policy;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c64 * policy and priority of threads. 0 means that privilege is available.
355 /* Use the default scheduling policy */
748 int policy; local
751 rv = pthread_getschedparam(thred->id, &policy, &schedule);
754 rv = pthread_setschedparam(thred->id, policy, &schedule);
920 int policy; local
921 /* get the min and max priorities of the default policy */
924 pthread_attr_getschedpolicy(&attr, &policy);
925 pt_book.minPrio = sched_get_priority_min(policy);
927 pt_book.maxPrio = sched_get_priority_max(policy);
[all...]
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGBase.cpp246 // For example, it is expected that the policy will wrap the interface
358 // Call the Python policy to see if it (says it) supports the interface
472 // First line of attack in an error is to call-back on the policy.
549 // Bit to a hack here to maintain the use of a policy.
554 PyErr_Format(PyExc_AttributeError, "The policy object does not have an '_obj_' attribute.");
632 // Bit to a hack here to maintain the use of a policy.
637 PyErr_Format(PyExc_AttributeError, "The policy object does not have an '_obj_' attribute.");
681 // Bit to a hack here to maintain the use of a policy.
686 PyErr_Format(PyExc_AttributeError, "The policy object does not have an '_obj_' attribute.");
752 PyG_Base *GetDefaultGateway(PyObject *policy) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25408_PRM.h3092 pseudo_bit_t policy[0x00003]; /* Schedule Queue Policy - 0 - LLSQ, 1 - GBSQ, 2 - BESQ */ member in struct:hermonprm_sched_queue_context_st

Completed in 79 milliseconds