HomeSort by relevance Sort by last modified time
    Searched refs:GetFlags (Results 1 - 25 of 56) sorted by null

1 2 3

  /system/core/include/backtrace/
BacktraceMap.h 61 int GetFlags(uintptr_t pc) {
70 bool IsReadable(uintptr_t pc) { return GetFlags(pc) & PROT_READ; }
71 bool IsWritable(uintptr_t pc) { return GetFlags(pc) & PROT_WRITE; }
72 bool IsExecutable(uintptr_t pc) { return GetFlags(pc) & PROT_EXEC; }
  /system/connectivity/shill/dhcp/
dhcpv6_config.h 51 std::vector<std::string> GetFlags() override;
dhcpv6_config.cc 136 vector<string> DHCPv6Config::GetFlags() {
138 vector<string> flags = DHCPConfig::GetFlags();
dhcp_config.h 108 virtual std::vector<std::string> GetFlags();
dhcpv4_config.h 60 std::vector<std::string> GetFlags() override;
dhcp_config.cc 191 vector<string> args = GetFlags();
275 vector<string> DHCPConfig::GetFlags() {
dhcpv4_config.cc 236 vector<string> DHCPv4Config::GetFlags() {
238 vector<string> flags = DHCPConfig::GetFlags();
  /system/connectivity/shill/
mock_device_info.h 60 MOCK_CONST_METHOD2(GetFlags, bool(int interface_index,
device_info.h 115 virtual bool GetFlags(int interface_index, unsigned int* flags) const;
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 95 u8 *flags = GetFlags(stack_size_log, class_id);
145 u8 *flags = GetFlags(stack_size_log(), class_id);
162 u8 *flags = GetFlags(stack_size_log(), class_id);
asan_fake_stack.h 50 // size classes. The addresses are computed by GetFlags and GetFrame without
108 u8 *GetFlags(uptr stack_size_log, uptr class_id) {
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 61 FX_DWORD annot_flags = pAnnot->GetFlags();
142 FX_DWORD CPDF_Annot::GetFlags() const {
252 FX_DWORD annot_flags = GetFlags();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
datapath.h 185 virtual HRESULT WINAPI GetFlags(REFGUID guidGroup,DWORD *pdwFlags) = 0;
197 HRESULT (WINAPI *GetFlags)(IProvideClassInfo3 *This,REFGUID guidGroup,DWORD *pdwFlags);
211 #define IProvideClassInfo3_GetFlags(This,guidGroup,pdwFlags) (This)->lpVtbl->GetFlags(This,guidGroup,pdwFlags)
gpedit.h 109 STDMETHOD(GetFlags) (THIS_ DWORD *pdwFlags) PURE;
mstask.h 247 virtual HRESULT WINAPI GetFlags(DWORD *pdwFlags) = 0;
283 HRESULT (WINAPI *GetFlags)(IScheduledWorkItem *This,DWORD *pdwFlags);
321 #define IScheduledWorkItem_GetFlags(This,pdwFlags) (This)->lpVtbl->GetFlags(This,pdwFlags)
442 HRESULT (WINAPI *GetFlags)(ITask *This,DWORD *pdwFlags);
492 #define ITask_GetFlags(This,pdwFlags) (This)->lpVtbl->GetFlags(This,pdwFlags)
    [all...]
wmcontainer.h 168 STDMETHOD_(HRESULT,GetFlags)(THIS_ DWORD *pdwFlags) PURE;
184 #define IMFASFSplitter_GetFlags(This,pdwFlags) (This)->lpVtbl->GetFlags(This,pdwFlags)
    [all...]
shdeprecated.h 320 virtual HRESULT WINAPI GetFlags(DWORD *pdwFlags) = 0;
357 HRESULT (WINAPI *GetFlags)(IBrowserService *This,DWORD *pdwFlags);
396 #define IBrowserService_GetFlags(This,pdwFlags) (This)->lpVtbl->GetFlags(This,pdwFlags)
    [all...]
certview.h 274 virtual HRESULT WINAPI GetFlags(LONG *pFlags) = 0;
292 HRESULT (WINAPI *GetFlags)(IEnumCERTVIEWEXTENSION *This,LONG *pFlags);
312 #define IEnumCERTVIEWEXTENSION_GetFlags(This,pFlags) (This)->lpVtbl->GetFlags(This,pFlags)
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 152 int GetFlags() const;
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 193 FX_DWORD GetFlags(FXFT_Face pFace);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 241 FX_DWORD GetFlags() const { return m_pDict->GetInteger("Flags"); }
392 FX_DWORD GetFlags() const;
739 FX_DWORD GetFlags() { return m_Flags; }
  /external/v8/src/runtime/
runtime-regexp.cc 661 RUNTIME_ASSERT(regexp->GetFlags() & JSRegExp::kGlobal);
    [all...]
  /system/connectivity/shill/cellular/
cellular_unittest.cc 762 EXPECT_CALL(device_info_, GetFlags(device_->interface_index(), _))
776 EXPECT_CALL(device_info_, GetFlags(device_->interface_index(), _))
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 118 FX_DWORD GetFlags() const { return m_Flags; }

Completed in 1116 milliseconds

1 2 3