Searched refs:profile_ (Results 1 – 13 of 13) 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 | 103 this.profile_ = new V8Profile(); 114 this.profile_.addFuncCode(type, name, start, size, funcAddr, state); 116 this.profile_.addCode(type, name, start, size); 122 this.profile_.moveCode(from, to); 127 this.profile_.deleteCode(start); 132 this.serializedEntries_[pos] = this.profile_.findEntry(addr); 243 this.profile_ = new V8Profile(separateIc); 325 var entry = this.profile_.addLibrary(name, startAddr, endAddr); 331 self.profile_.addStaticCode(fName, fStart, fEnd); 343 this.profile_.addFuncCode(type, name, start, size, funcAddr, state); [all …]
|
/external/webp/src/dec/ |
D | vp8i.h | 73 uint8_t profile_; member
|
D | vp8.c | 273 frm_hdr->profile_ = (bits >> 1) & 7; in VP8GetHeaders() 276 if (frm_hdr->profile_ > 3) in VP8GetHeaders()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8i.h | 108 uint8_t profile_; member
|
D | vp8.c | 299 frm_hdr->profile_ = (bits >> 1) & 7; in VP8GetHeaders() 302 if (frm_hdr->profile_ > 3) in VP8GetHeaders()
|
/external/webp/src/enc/ |
D | vp8enci.h | 353 int profile_; // VP8's profile, deduced from Config. member
|
D | webpenc.c | 221 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
|
D | syntax.c | 175 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | vp8enci.h | 379 int profile_; // VP8's profile, deduced from Config. member
|
D | webpenc.c | 267 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
|
D | syntax.c | 179 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()
|