Home
last modified time | relevance | path

Searched refs:profile_ (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/base/
Dwinfirewall.cc31 WinFirewall::WinFirewall() : mgr_(NULL), policy_(NULL), profile_(NULL) { in WinFirewall()
53 hr = policy_->get_CurrentProfile(&profile_); in Initialize()
57 return SUCCEEDED(hr) && (profile_ != NULL); in Initialize()
61 RELEASE(profile_); in Shutdown()
67 if (!profile_) in Enabled()
71 profile_->get_FirewallEnabled(&fwEnabled); in Enabled()
85 if (!profile_) in QueryAuthorizedW()
91 HRESULT hr = profile_->get_AuthorizedApplications(&apps); in QueryAuthorizedW()
129 HRESULT hr = profile_->get_AuthorizedApplications(&apps); in AddApplicationW()
Dwinfirewall.h49 INetFwProfile* profile_; variable
/external/v8/tools/
Dtickprocessor.js169 this.profile_ = new V8Profile(separateIc);
251 var entry = this.profile_.addLibrary(name, startAddr, endAddr, aslrSlide);
257 self.profile_.addStaticCode(fName, fStart, fEnd);
269 this.profile_.addFuncCode(type, name, start, size, funcAddr, state);
271 this.profile_.addCode(type, name, start, size);
277 this.profile_.moveCode(from, to);
282 this.profile_.deleteCode(start);
287 this.profile_.moveFunc(from, to);
331 var funcEntry = this.profile_.findEntry(tos_or_external_callback);
337 this.profile_.recordTick(this.processStack(pc, tos_or_external_callback, stack));
[all …]
/external/webp/src/dec/
Dvp8i_dec.h73 uint8_t profile_; member
Dvp8_dec.c284 frm_hdr->profile_ = (bits >> 1) & 7; in VP8GetHeaders()
287 if (frm_hdr->profile_ > 3) { in VP8GetHeaders()
/external/webp/src/enc/
Dwebp_enc.c225 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
Dvp8i_enc.h349 int profile_; // VP8's profile, deduced from Config. member
Dsyntax_enc.c175 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()
/external/ImageMagick/Magick++/lib/
DImage.cpp3894 const Magick::Blob &profile_) in profile() argument
3898 (void) ProfileImage(image(),name_.c_str(),(unsigned char *)profile_.data(), in profile()
3899 profile_.length(),exceptionInfo); in profile()