Searched refs:requested (Results 76 - 100 of 133) sorted by relevance

123456

/external/sepolicy/
H A DAndroid.mk54 # This ensures that a requested union file exists somewhere
62 # Builds paths for all requested policy files w.r.t
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_peap.c693 const char *requested; local
704 requested = data->tlv_request == TLV_REQ_SUCCESS ? "Success" :
709 "- requested %s", requested);
717 "- requested %s", requested);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_peap.c693 const char *requested; local
704 requested = data->tlv_request == TLV_REQ_SUCCESS ? "Success" :
709 "- requested %s", requested);
717 "- requested %s", requested);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_peap.c693 const char *requested; local
704 requested = data->tlv_request == TLV_REQ_SUCCESS ? "Success" :
709 "- requested %s", requested);
717 "- requested %s", requested);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc1171 // Given the requested codec, returns true if we can send that codec type and
1174 bool WebRtcVideoEngine::CanSendCodec(const VideoCodec& requested, argument
1186 if (!requested.Matches(*local_max)) {
1190 out->id = requested.id;
1191 out->name = requested.name;
1192 out->preference = requested.preference;
1193 out->params = requested.params;
1194 out->framerate = rtc::_min(requested.framerate, local_max->framerate);
1197 out->params = requested.params;
1198 out->feedback_params = requested
[all...]
/external/chromium_org/v8/src/heap/
H A Dspaces.cc99 bool CodeRange::SetUp(size_t requested) { argument
102 if (requested == 0) {
107 requested = kMaximalCodeRangeSize;
113 DCHECK(!kRequiresCodeRange || requested <= kMaximalCodeRangeSize);
114 code_range_ = new base::VirtualMemory(requested);
122 // We are sure that we have mapped a block of requested addresses.
123 DCHECK(code_range_->size() == requested);
124 LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested));
145 bool CodeRange::GetNextAllocationBlock(size_t requested) { argument
149 if (requested <
476 CommitArea(size_t requested) argument
[all...]
H A Dspaces.h634 bool CommitArea(size_t requested);
932 // requested amount of memory. If none is found, sorts and merges
935 bool GetNextAllocationBlock(size_t requested);
1054 Address ReserveAlignedMemory(size_t requested, size_t alignment,
1758 // Allocate the requested number of bytes in the space if possible, return a
1915 // it cannot allocate requested number of pages from OS, or if the hard heap
2084 // requested must be larger than the current capacity and less than
2089 // requested must be more than the amount of used memory in the
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_browsertest.cc199 void VerifyPreviewRequest(bool requested) { argument
204 ASSERT_EQ(requested, did_print_msg);
/external/chromium_org/net/socket/
H A Dssl_server_socket_openssl.cc278 // Network layer received some data, check if client requested to read
366 // Determine how much was requested from |transport_bio_| that was not
368 size_t requested = BIO_ctrl_get_read_request(transport_bio_);
369 if (requested == 0) {
376 // Known Issue: While only reading |requested| data is the more correct
H A Dssl_client_socket_openssl.cc1233 // Network layer received some data, check if client requested to read
1433 // Determine how much was requested from |transport_bio_| that was not
1435 size_t requested = BIO_ctrl_get_read_request(transport_bio_);
1436 if (requested == 0) {
1443 // Known Issue: While only reading |requested| data is the more correct
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dvolume_manager.js436 * The list of archives requested to mount. We will show contents once
631 var requested = requestKey in this.requests_;
636 if (event.status === 'success' && !requested && volumeInfo) {
/external/libvorbis/doc/
H A D02-bitpacking.tex77 significant bit, etc, until the requested number of bits have been
82 the requested number of bits. When all bits of the destination byte
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk200 # Compute path to requested NaCl Toolchain
405 # If the requested toolchain is a NaCl or PNaCl toolchain, the use the
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_frame_usage.spec156 number of swaps that have been requested since swaps may be
/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc774 void* OS::Allocate(const size_t requested, argument
778 size_t msize = RoundUp(requested, static_cast<int>(GetPageSize()));
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak165 # relative path resolution is requested, as determined
/external/llvm/lib/Support/Unix/
H A DProgram.inc120 // Install it as the requested FD
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec156 number of swaps that have been requested since swaps may be
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c443 LPDIRECTDRAWSURFACE3 requested, Uint32 flag);
1664 LPDIRECTDRAWSURFACE3 requested, Uint32 flag)
1720 if ( requested != NULL ) {
1721 dd_surface3 = requested;
1848 if ( (dd_surface3 != NULL) && (dd_surface3 != requested) ) {
1663 DX5_AllocDDSurface(_THIS, SDL_Surface *surface, LPDIRECTDRAWSURFACE3 requested, Uint32 flag) argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb56 executed lazily (that is, only when the rewritten text is explicitly requested).
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp111 SkTypeface::Style requested,
375 // requested family: "Bitstream Vera Sans"
479 // Thus, if a specific family is requested we set @family_requested. Then we
485 // requested family: "Arial"
491 // requested family: "Monaco"
640 // Thus, if a specific family is requested we set @family_requested. Then we
646 // requested family: "Arial"
652 // requested family: "Monaco"
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp111 SkTypeface::Style requested,
369 // requested family: "Bitstream Vera Sans"
473 // Thus, if a specific family is requested we set @family_requested. Then we
479 // requested family: "Arial"
485 // requested family: "Monaco"
634 // Thus, if a specific family is requested we set @family_requested. Then we
640 // requested family: "Arial"
646 // requested family: "Monaco"
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dmodule.pxd34 # of a package was requested is normally the top-level package,
/external/llvm/lib/Support/Windows/
H A DPath.inc477 // Make sure that the requested size fits within SIZE_T.
/external/oprofile/events/mips/34K/
H A Devents69 event:0x2f counters:0 um:zero minimum:500 name:RELAX_STALLS : 47-0 Low power stall cycles (operations) as requested by the policy manager

Completed in 734 milliseconds

123456