HomeSort by relevance Sort by last modified time
    Searched refs:IsDirty (Results 1 - 21 of 21) sorted by null

  /art/runtime/gc/accounting/
card_table_test.cc 86 EXPECT_TRUE(!card_table_->IsDirty(obj));
88 EXPECT_TRUE(card_table_->IsDirty(obj));
card_table.h 64 bool IsDirty(const mirror::Object* obj) const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scesvc.h 147 virtual HRESULT WINAPI IsDirty(LPTSTR lpTemplateName) = 0;
158 HRESULT (WINAPI *IsDirty)(ISceSvcAttachmentPersistInfo *This,LPTSTR lpTemplateName);
170 #define ISceSvcAttachmentPersistInfo_CloseHandle(This,lpTemplateName) (This)->lpVtbl->IsDirty(lpTemplateName)
structuredquerycondition.h 248 HRESULT (STDMETHODCALLTYPE *IsDirty)(
313 #define ICondition_IsDirty(This) (This)->lpVtbl->IsDirty(This)
342 return This->lpVtbl->IsDirty(This);
510 HRESULT (STDMETHODCALLTYPE *IsDirty)(
586 #define ICondition2_IsDirty(This) (This)->lpVtbl->IsDirty(This)
618 return This->lpVtbl->IsDirty(This);
mapiform.h 45 #define MAPI_IPERSISTMESSAGE_METHODS(IPURE) MAPIMETHOD(GetClassID) (THIS_ LPCLSID lpClassID) IPURE; MAPIMETHOD(IsDirty)(THIS) IPURE; MAPIMETHOD(InitNew)(THIS_ LPMAPIMESSAGESITE pMessageSite,LPMESSAGE pMessage) IPURE; MAPIMETHOD(Load)(THIS_ LPMAPIMESSAGESITE pMessageSite,LPMESSAGE pMessage,ULONG ulMessageStatus,ULONG ulMessageFlags) IPURE; MAPIMETHOD(Save)(THIS_ LPMESSAGE pMessage,ULONG fSameAsLoad) IPURE; MAPIMETHOD(SaveCompleted)(THIS_ LPMESSAGE pMessage) IPURE; MAPIMETHOD(HandsOffMessage)(THIS) IPURE;
ocidl.h     [all...]
objidl.h     [all...]
urlmon.h 600 virtual HRESULT STDMETHODCALLTYPE IsDirty(
646 HRESULT (STDMETHODCALLTYPE *IsDirty)(
685 #define IPersistMoniker_IsDirty(This) (This)->lpVtbl->IsDirty(This)
706 return This->lpVtbl->IsDirty(This);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EfiFileLib.h 104 BOOLEAN IsDirty;
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 179 return pp_features_.IsDirty();
187 if (pp_features_.IsDirty()) {
  /hardware/qcom/display/msm8998/sdm/libs/core/
color_manager.cpp 179 return pp_features_.IsDirty();
187 if (pp_features_.IsDirty()) {
  /external/vixl/src/
code-buffer-vixl.cc 84 VIXL_ASSERT(!IsDirty());
code-buffer-vixl.h 150 bool IsDirty() const { return dirty_; }
  /hardware/qcom/display/msm8996/sdm/include/private/
color_params.h 480 inline bool IsDirty() { return dirty_; }
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 887 File->IsDirty = FALSE;
1074 if ((File->Type == EfiOpenTftp) && (File->IsDirty)) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/include/private/
color_params.h 546 inline bool IsDirty() { return dirty_; }
  /art/runtime/gc/collector/
concurrent_copying.cc 516 if (!collector->heap_->GetCardTable()->IsDirty(obj)) {
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 895 milliseconds