/external/libchrome/base/process/ |
D | process_unittest.cc | 233 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()
|
D | process.h | 178 int GetPriority() const;
|
D | process_linux.cc | 114 return GetPriority() == kBackgroundPriority; in IsProcessBackgrounded()
|
D | process_posix.cc | 370 int Process::GetPriority() const { in GetPriority() function in base::Process
|
/external/lzma/CPP/Windows/ |
D | Thread.h | 31 int GetPriority() { return ::GetThreadPriority(thread); } in GetPriority() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_memory_scheduler.cc | 261 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/ |
D | candidate.cc | 86 uint32_t Candidate::GetPriority(uint32_t type_preference, in GetPriority() function in cricket::Candidate
|
D | candidate.h | 162 uint32_t GetPriority(uint32_t type_preference,
|
/external/vboot_reference/cgpt/ |
D | cgpt.h | 154 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index);
|
D | cgpt_prioritize.c | 149 priority = GetPriority(&drive, PRIMARY, i); in CgptPrioritize()
|
D | cgpt_add.c | 259 params->priority = GetPriority(&drive, PRIMARY, index); in CgptGetPartitionDetails()
|
D | cgpt_show.c | 210 printf("%d\n", GetPriority(drive, ANY_VALID, index)); in GptShow()
|
D | cgpt_common.c | 737 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index) { in GetPriority() function
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 122 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/ |
D | port.cc | 277 c.GetPriority(type_preference, network_->preference(), relay_preference)); in AddAddress()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device.cc | 247 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/ |
D | eas.py | 249 def GetPriority (self): member in EAS_Stream
|