Searched refs:profile_ (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/base/ |
D | winfirewall.cc | 31 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()
|
D | winfirewall.h | 49 INetFwProfile* profile_; variable
|
/external/v8/tools/ |
D | tickprocessor.js | 169 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/ |
D | vp8i_dec.h | 73 uint8_t profile_; member
|
D | vp8_dec.c | 284 frm_hdr->profile_ = (bits >> 1) & 7; in VP8GetHeaders() 287 if (frm_hdr->profile_ > 3) { in VP8GetHeaders()
|
/external/webp/src/enc/ |
D | webp_enc.c | 225 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
|
D | vp8i_enc.h | 349 int profile_; // VP8's profile, deduced from Config. member
|
D | syntax_enc.c | 175 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 3894 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()
|