Home
last modified time | relevance | path

Searched refs:GetPriority (Results 1 – 17 of 17) sorted by relevance

/external/libchrome/base/process/
Dprocess_unittest.cc233 int old_priority = process.GetPriority(); in TEST_F()
256 int new_priority = process.GetPriority(); in TEST_F()
266 int old_priority = process.GetPriority(); in TEST_F()
282 int new_priority = process.GetPriority(); in TEST_F()
Dprocess.h178 int GetPriority() const;
Dprocess_linux.cc114 return GetPriority() == kBackgroundPriority; in IsProcessBackgrounded()
Dprocess_posix.cc370 int Process::GetPriority() const { in GetPriority() function in base::Process
/external/lzma/CPP/Windows/
DThread.h31 int GetPriority() { return ::GetThreadPriority(thread); } in GetPriority() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_memory_scheduler.cc261 Priority GetPriority(const ReadyListEntry& entry) { in GetPriority() function in xla::__anon85afbca70111::ListScheduler
299 auto it = ready_queue.emplace(GetPriority(entry), std::move(entry)); in CreateSchedule()
362 Priority new_priority = GetPriority(entry); in CreateSchedule()
/external/webrtc/api/
Dcandidate.cc86 uint32_t Candidate::GetPriority(uint32_t type_preference, in GetPriority() function in cricket::Candidate
Dcandidate.h162 uint32_t GetPriority(uint32_t type_preference,
/external/vboot_reference/cgpt/
Dcgpt.h154 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index);
Dcgpt_prioritize.c149 priority = GetPriority(&drive, PRIMARY, i); in CgptPrioritize()
Dcgpt_add.c259 params->priority = GetPriority(&drive, PRIMARY, index); in CgptGetPartitionDetails()
Dcgpt_show.c210 printf("%d\n", GetPriority(drive, ANY_VALID, index)); in GptShow()
Dcgpt_common.c737 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index) { in GetPriority() function
/external/mesa3d/include/D3D9/
Dd3d9.h122 virtual DWORD WINAPI GetPriority() = 0;
607 DWORD (WINAPI *GetPriority)(IDirect3DBaseTexture9 *This);
633 #define IDirect3DBaseTexture9_GetPriority(p) (p)->lpVtbl->GetPriority(p)
693 DWORD (WINAPI *GetPriority)(IDirect3DCubeTexture9 *This);
725 #define IDirect3DCubeTexture9_GetPriority(p) (p)->lpVtbl->GetPriority(p)
1313 DWORD (WINAPI *GetPriority)(IDirect3DIndexBuffer9 *This);
1336 #define IDirect3DIndexBuffer9_GetPriority(p) (p)->lpVtbl->GetPriority(p)
1408 DWORD (WINAPI *GetPriority)(IDirect3DResource9 *This);
1427 #define IDirect3DResource9_GetPriority(p) (p)->lpVtbl->GetPriority(p)
1468 DWORD (WINAPI *GetPriority)(IDirect3DSurface9 *This);
[all …]
/external/webrtc/p2p/base/
Dport.cc277 c.GetPriority(type_preference, network_->preference(), relay_preference)); in AddAddress()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc247 int priority = GetPriority(tf_gpu_id.value(), options); in GetOrCreate()
342 int GetPriority(int tf_gpu_id, const GPUOptions& options) { in GetPriority() function in tensorflow::BaseGPUDevice::StreamGroupFactory
/external/sonivox/jet_tools/JetCreator/
Deas.py249 def GetPriority (self): member in EAS_Stream