Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DThread.h31 int GetPriority() { return ::GetThreadPriority(thread); } in GetPriority() function
/external/libchrome/base/process/
Dprocess.h123 int GetPriority() const;
Dprocess_posix.cc371 int Process::GetPriority() const { in GetPriority() function in base::Process
/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/webrtc/webrtc/p2p/base/
Dcandidate.h181 uint32_t GetPriority(uint32_t type_preference, in GetPriority() function
Dport.cc247 c.set_priority(c.GetPriority(type_preference, network_->preference(), in AddAddress()
/external/sonivox/jet_tools/JetCreator/
Deas.py249 def GetPriority (self): member in EAS_Stream