Home
last modified time | relevance | path

Searched refs:profile_ (Results 1 – 13 of 13) 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.js103 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/
Dvp8i.h73 uint8_t profile_; member
Dvp8.c273 frm_hdr->profile_ = (bits >> 1) & 7; in VP8GetHeaders()
276 if (frm_hdr->profile_ > 3) in VP8GetHeaders()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8i.h108 uint8_t profile_; member
Dvp8.c299 frm_hdr->profile_ = (bits >> 1) & 7; in VP8GetHeaders()
302 if (frm_hdr->profile_ > 3) in VP8GetHeaders()
/external/webp/src/enc/
Dvp8enci.h353 int profile_; // VP8's profile, deduced from Config. member
Dwebpenc.c221 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
Dsyntax.c175 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()
/external/opencv3/3rdparty/libwebp/enc/
Dvp8enci.h379 int profile_; // VP8's profile, deduced from Config. member
Dwebpenc.c267 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
Dsyntax.c179 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()