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

  /external/stressapptest/src/
sat.cc     [all...]
worker.h 255 int64 GetErrorCount() {return errorcount_;}
worker.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 139 HRESULT (WINAPI *GetErrorCount)(IBackgroundCopyJob2 *This,ULONG *Errors);
188 #define IBackgroundCopyJob2_GetErrorCount(This,Errors) (This)->lpVtbl->GetErrorCount(This,Errors)
bits2_0.h 121 HRESULT (WINAPI *GetErrorCount)(IBackgroundCopyJob3 *This,ULONG *Errors);
174 #define IBackgroundCopyJob3_GetErrorCount(This,Errors) (This)->lpVtbl -> GetErrorCount(This,Errors)
bits.h 325 virtual HRESULT WINAPI GetErrorCount(ULONG *Errors) = 0;
364 HRESULT (WINAPI *GetErrorCount)(IBackgroundCopyJob *This,ULONG *Errors);
405 #define IBackgroundCopyJob_GetErrorCount(This,Errors) (This)->lpVtbl->GetErrorCount(This,Errors)
    [all...]

Completed in 1344 milliseconds