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

1 2 3 4

  /external/chromium_org/base/process/
process_posix.cc 68 int Process::GetPriority() const {
70 return getpriority(PRIO_PROCESS, process_);
process_win.cc 41 DWORD priority = GetPriority();
87 int Process::GetPriority() const {
  /external/lzma/CPP/Windows/
Thread.h 31 int GetPriority() { return ::GetThreadPriority(thread); }
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 125 int priority = GetPriority();
311 GetPriority() == other.GetPriority() &&
481 int SyncedNotification::GetPriority() const {
  /external/chromium_org/net/spdy/
spdy_priority_forest.h 59 Priority GetPriority(NodeId node_id) const;
239 Priority SpdyPriorityForest<NodeId, Priority>::GetPriority(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h 80 // priority_ = GetPriority(type_preference);
168 uint32 GetPriority(uint32 type_preference,
  /external/sonivox/jet_tools/JetCreator/
eas.py 249 def GetPriority (self):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 130 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob2 *This,BG_JOB_PRIORITY *pVal);
179 #define IBackgroundCopyJob2_GetPriority(This,pVal) (This)->lpVtbl->GetPriority(This,pVal)
bits2_0.h 112 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob3 *This,BG_JOB_PRIORITY *pVal);
165 #define IBackgroundCopyJob3_GetPriority(This,pVal) (This)->lpVtbl -> GetPriority(This,pVal)
bits.h 316 virtual HRESULT WINAPI GetPriority(BG_JOB_PRIORITY *pVal) = 0;
355 HRESULT (WINAPI *GetPriority)(IBackgroundCopyJob *This,BG_JOB_PRIORITY *pVal);
396 #define IBackgroundCopyJob_GetPriority(This,pVal) (This)->lpVtbl->GetPriority(This,pVal)
    [all...]
mstask.h 404 virtual HRESULT WINAPI GetPriority(DWORD *pdwPriority) = 0;
452 HRESULT (WINAPI *GetPriority)(ITask *This,DWORD *pdwPriority);
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 435 SLresult (*GetPriority) (
    [all...]

Completed in 1360 milliseconds

1 2 3 4