OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPriority
(Results
1 - 25
of
50
) sorted by null
1
2
/external/chromium/base/
process_posix.cc
62
int Process::
GetPriority
() const {
64
return
getpriority
(PRIO_PROCESS, process_);
process_win.cc
28
DWORD priority =
GetPriority
();
57
int Process::
GetPriority
() const {
/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_frame/
bind_status_callback_impl.cc
87
HRESULT BSCBImpl::
GetPriority
(LONG* priority) {
92
hr = delegate_->
GetPriority
(priority);
http_negotiate.cc
57
STDMETHOD(
GetPriority
)(LONG* priority) {
urlmon_url_request.cc
265
STDMETHODIMP UrlmonUrlRequest::
GetPriority
(LONG *priority) {
[
all
...]
/external/chromium_org/net/spdy/
spdy_priority_forest.h
58
Priority
GetPriority
(NodeId node_id) const;
238
Priority SpdyPriorityForest<NodeId, Priority>::
GetPriority
(
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h
78
// priority_ =
GetPriority
(type_preference);
166
uint32
GetPriority
(uint32 type_preference) const {
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc
243
int priority =
GetPriority
();
350
GetPriority
() == other.
GetPriority
() &&
550
int SyncedNotification::
GetPriority
() const {
/external/sonivox/jet_tools/JetCreator/
eas.py
249
def
GetPriority
(self):
[
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
...]
Completed in 574 milliseconds
1
2