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

1 2

  /external/v8/tools/
gyp_flag_compare.py 74 def GetFlags(lines, build_dir):
224 all_gyp_flags = GetFlags(gyp.splitlines(),
226 all_gn_flags = GetFlags(gn.splitlines(),
  /external/toolchain-utils/bestflags/
flags.py 166 return isinstance(other, FlagSet) and self._flags == other.GetFlags()
186 def GetFlags(self):
task.py 117 return self.GetFlags() == other.GetFlags()
219 def GetFlags(self):
  /external/pdfium/core/fpdfdoc/
cpdf_action.h 50 uint32_t GetFlags() const { return m_pDict->GetIntegerFor("Flags"); }
cpdf_formfield.h 61 uint32_t GetFlags() const { return m_Flags; }
cpdf_annot.cpp 156 uint32_t CPDF_Annot::GetFlags() const {
415 uint32_t annot_flags = GetFlags();
  /external/compiler-rt/lib/asan/
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) {
  /system/connectivity/wificond/net/
nl80211_packet.cpp 98 return GetFlags() & NLM_F_DUMP;
102 return GetFlags() & NLM_F_MULTI;
111 uint16_t NL80211Packet::GetFlags() const {
  /system/core/libbacktrace/include/backtrace/
BacktraceMap.h 65 int GetFlags(uintptr_t pc) {
74 bool IsReadable(uintptr_t pc) { return GetFlags(pc) & PROT_READ; }
75 bool IsWritable(uintptr_t pc) { return GetFlags(pc) & PROT_WRITE; }
76 bool IsExecutable(uintptr_t pc) { return GetFlags(pc) & PROT_EXEC; }
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 145 uint32_t CPDFSDK_BAAnnot::GetFlags() const {
341 uint32_t nFlags = GetFlags();
  /frameworks/native/libs/vr/libpdx/
service.cpp 428 int Message::GetFlags() const { return info_.flags; }
  /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)
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...]
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...]
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...]
tom.h     [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 995 pFont->m_dwFontStyles |= GetFlags(pFace);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 121 __inline__ UINT Image::GetFlags()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h 643 UINT8 GetFlags() {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 562 UINT8 GetFlags() {
990 UINT8 GetFlags (VOID) {
    [all...]
  /external/v8/src/heap/
spaces.h 517 uintptr_t GetFlags() { return flags_; }
    [all...]
  /external/v8/src/
api.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 810 milliseconds

1 2