Searched refs:requested (Results 51 - 75 of 133) sorted by relevance

123456

/external/qemu/distrib/libselinux/include/selinux/
H A Dselinux.h167 access_vector_t requested,
/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc50 void* OS::Allocate(const size_t requested, argument
53 const size_t msize = RoundUp(requested, sysconf(_SC_PAGESIZE));
H A Dplatform-solaris.cc73 void* OS::Allocate(const size_t requested, argument
76 const size_t msize = RoundUp(requested, getpagesize());
H A Dplatform-freebsd.cc58 void* OS::Allocate(const size_t requested, argument
61 const size_t msize = RoundUp(requested, getpagesize());
H A Dplatform-linux.cc132 void* OS::Allocate(const size_t requested, argument
135 const size_t msize = RoundUp(requested, AllocateAlignment());
H A Dplatform-macos.cc54 void* OS::Allocate(const size_t requested, argument
57 const size_t msize = RoundUp(requested, getpagesize());
H A Dplatform-openbsd.cc56 void* OS::Allocate(const size_t requested, argument
59 const size_t msize = RoundUp(requested, AllocateAlignment());
H A Dplatform-qnx.cc107 void* OS::Allocate(const size_t requested, argument
110 const size_t msize = RoundUp(requested, AllocateAlignment());
H A Dplatform.h208 static void* Allocate(const size_t requested,
351 // than the requested size.
/external/libsepol/src/
H A Dservices.c820 sepol_access_vector_t requested,
887 if (requested & ~avd->allowed) {
889 requested &= avd->allowed;
907 if (requested & ~avd->allowed) {
909 requested &= avd->allowed;
930 if (requested & ~avd->allowed) {
932 requested &= avd->allowed;
988 sepol_access_vector_t requested,
1009 requested, avd, reason, NULL, 0);
1022 sepol_access_vector_t requested,
817 context_struct_compute_av(context_struct_t * scontext, context_struct_t * tcontext, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd, unsigned int *reason, char **r_buf, unsigned int flags) argument
985 sepol_compute_av_reason(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd, unsigned int *reason) argument
1019 sepol_compute_av_reason_buffer(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd, unsigned int *reason, char **reason_buf, unsigned int flags) argument
1061 sepol_compute_av(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, sepol_access_vector_t requested, struct sepol_av_decision *avd) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h220 // container that is requested -- in particular, the window.open call may
285 // Optional state storage for if the Virtual Keyboard has been requested by
289 virtual void SetIsVirtualKeyboardRequested(bool requested) {} argument
/external/oprofile/events/mips/25K/
H A Devents71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
72 event:0x22 counters:0,1 um:zero minimum:500 name:LSU_REQ_REPLAYS : LSU requested replays
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.c185 * actionName will be replaced according to action requested
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c185 * actionName will be replaced according to action requested
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.c185 * actionName will be replaced according to action requested
/external/libunwind/doc/
H A Dunw_flush_cache.tex27 \Func{unw\_flush\_cache}() may flush more information than requested,
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp429 const int requested = renderCfg.*it->cfgMember; local
430 if (requested != RenderConfig::DONT_CARE &&
431 requested != visual.getAttrib(it->glxAttribute))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dpystate.pxd83 # Routines for advanced debuggers, requested by David Beazley.
/external/kernel-headers/original/uapi/linux/
H A Dethtool.h723 * @requested: mask of features requested to be enabled if possible
729 __u32 requested; member in struct:ethtool_get_features_block
750 * @requested: values of features to be changed
754 __u32 requested; member in struct:ethtool_set_features_block
794 * values of corresponding bits in features[].requested. Bits in .requested
803 * %ETHTOOL_F_WISH - some or all changes requested were recorded but the
804 * resulting state of bits masked by .valid is not equal to .requested.
808 * %ETHTOOL_F_COMPAT - some or all changes requested wer
[all...]
/external/oprofile/events/mips/rm7000/
H A Devents25 event:0x15 counters:0,1 um:zero minimum:500 name:DCACHE_MISS_STALL_CYCLES : Dcache miss stall cycles (cycles where both cache miss tokens taken and a third try is requested)
/external/srec/portable/src/
H A DPANSIFileImpl.c202 size_t requested = *count; local
244 if (*count < requested)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DResponsiveDesignView.js235 var requested = {};
237 requested.height = newSize;
239 requested.width = newSize;
240 this.dispatchEventToListeners(WebInspector.OverridesSupport.PageResizer.Events.ResizeRequested, requested);
/external/llvm/lib/Support/Unix/
H A DPath.inc513 // Make sure that the requested size fits within SIZE_T.
542 // Make sure that the requested size fits within SIZE_T.
/external/qemu/include/qemu/
H A Dosdep.h206 void fips_set_state(bool requested);

Completed in 584 milliseconds

123456