Searched refs:policy (Results 1 - 18 of 18) sorted by relevance

/vbox/src/libs/xpcom18a4/python/server/
H A D__init__.py40 from policy import DefaultPolicy
54 # Wrap an instance in an interface (via a policy)
55 def WrapObject(ob, iid, policy = None, bWrapClient = 1):
57 an object in a policy.
60 if policy is None:
61 policy = DefaultPolicy
64 return _xpcom.WrapObject(policy( ob, iid ), iid, bWrapClient)
87 from policy import _shutdown
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh65 printf("'%s' buffering policy took %d%% of CPU; ",
80 for policy in "fill ring switch"; do
81 script $policy
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIRichTextLabel.h43 void setWordWrapMode(QTextOption::WrapMode policy);
H A DQIRichTextLabel.cpp82 void QIRichTextLabel::setWordWrapMode(QTextOption::WrapMode policy) argument
84 m_pTextEdit->setWordWrapMode(policy);
/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/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dhttprequest.idl191 [in] WinHttpRequestAutoLogonPolicy 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/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;
H A DUIConverterBackend.h204 template<> QString toString(const KNetworkAdapterPromiscModePolicy &policy);
/vbox/src/VBox/Runtime/testcase/
H A DtstDarwinSched.cpp80 printf("THREAD_BASIC_INFO: krc=%#x user_time=%d.%06d system_time=%d.%06d cpu_usage=%d policy=%d\n"
86 BasicInfo.policy,
/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/Additions/solaris/SharedFolders/
H A Dvboxfs_vfs.c34 #include <sys/policy.h>
H A Dvboxfs_prov.c37 #include <sys/policy.h>
H A Dvboxfs_vnode.c78 #include <sys/policy.h>
100 * Solaris 11u1b10 Extended Policy putback CR 7121445 removes secpolicy_vnode_access from sys/policy.h
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c47 #include <sys/policy.h>
H A Ddtrace.c85 #include <sys/policy.h>
12901 * If our buffer policy is a "fill" buffer policy, we need to set the
13311 * regard to the buffer resizing policy, but in fact,
13313 * ~LONG_MAX and the buffer policy is ultimately set to
14779 * Regardless of what the actual policy is, we're going to
14780 * temporarily set our resize policy to be manual. We're
/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 142 milliseconds