OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getpriority
(Results
26 - 50
of
1079
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libchrome/base/threading/
platform_thread_posix.cc
222
// http://man7.org/linux/man-pages/man2/
getpriority
.2.html: "under the current
247
// Need to clear errno before calling
getpriority
():
248
// http://man7.org/linux/man-pages/man2/
getpriority
.2.html
250
int nice_value =
getpriority
(PRIO_PROCESS, 0);
/external/replicaisland/src/com/replica/replicaisland/
DrawableObject.java
39
public float
getPriority
() {
/external/testng/src/main/java/org/testng/internal/annotations/
TestOrConfiguration.java
77
public int
getPriority
() {
/external/toybox/toys/posix/
renice.c
45
if (setpriority(which, id,
getpriority
(which, id)+TT.nArgu) < 0)
/frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl
34
int
getPriority
(in BluetoothDevice device);
IBluetoothA2dpSink.aidl
35
int
getPriority
(in BluetoothDevice device);
IBluetoothInputDevice.aidl
34
int
getPriority
(in BluetoothDevice device);
IBluetoothMap.aidl
36
int
getPriority
(in BluetoothDevice device);
IBluetoothSap.aidl
36
int
getPriority
(in BluetoothDevice device);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java
128
if (mService.
getPriority
(device) > BluetoothProfile.PRIORITY_ON){
143
return mService.
getPriority
(device) > BluetoothProfile.PRIORITY_OFF;
148
return mService.
getPriority
(device);
154
if (mService.
getPriority
(device) < BluetoothProfile.PRIORITY_ON) {
A2dpSinkProfile.java
135
if (mService.
getPriority
(device) > BluetoothProfile.PRIORITY_ON){
150
return mService.
getPriority
(device) > BluetoothProfile.PRIORITY_OFF;
155
return mService.
getPriority
(device);
161
if (mService.
getPriority
(device) < BluetoothProfile.PRIORITY_ON) {
HeadsetProfile.java
133
if (mService.
getPriority
(device) > BluetoothProfile.PRIORITY_ON) {
158
return mService.
getPriority
(device) > BluetoothProfile.PRIORITY_OFF;
163
return mService.
getPriority
(device);
169
if (mService.
getPriority
(device) < BluetoothProfile.PRIORITY_ON) {
HfpClientProfile.java
148
if (mService.
getPriority
(device) > BluetoothProfile.PRIORITY_ON){
165
return mService.
getPriority
(device) > BluetoothProfile.PRIORITY_OFF;
171
return mService.
getPriority
(device);
178
if (mService.
getPriority
(device) < BluetoothProfile.PRIORITY_ON) {
MapProfile.java
123
if (mService.
getPriority
(device) > BluetoothProfile.PRIORITY_ON) {
144
return mService.
getPriority
(device) > BluetoothProfile.PRIORITY_OFF;
149
return mService.
getPriority
(device);
155
if (mService.
getPriority
(device) < BluetoothProfile.PRIORITY_ON) {
SapProfile.java
127
if (mService.
getPriority
(device) > BluetoothProfile.PRIORITY_ON) {
147
return mService.
getPriority
(device) > BluetoothProfile.PRIORITY_OFF;
152
return mService.
getPriority
(device);
158
if (mService.
getPriority
(device) < BluetoothProfile.PRIORITY_ON) {
/frameworks/base/services/core/java/com/android/server/notification/
PriorityExtractor.java
46
mConfig.
getPriority
(record.sbn.getPackageName(), record.sbn.getUid()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java
240
delta = issue2.
getPriority
() - issue1.
getPriority
();
507
int priority =
getPriority
(marker);
514
private int
getPriority
(IMarker marker) {
517
return issue.
getPriority
();
524
return
getPriority
(marker1) -
getPriority
(marker2);
/external/testng/src/main/java/org/testng/internal/
TestMethodWorker.java
87
+ " priority:" +
getPriority
() + " ");
271
return
getPriority
() - other.
getPriority
();
278
public int
getPriority
() {
280
? m_methodInstances[0].getMethod().
getPriority
()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java
116
if(
getPriority
(device) >= BluetoothProfile.PRIORITY_ON) {
207
public int
getPriority
(BluetoothDevice device) {
212
return service.
getPriority
(device);
267
if (
getPriority
(device)>BluetoothProfile.PRIORITY_OFF) {
322
public int
getPriority
(BluetoothDevice device) {
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
FifoPriorityThreadPoolExecutor.java
13
* {@link Prioritized}. {@link Prioritized} runnables that return lower values for {@link Prioritized#
getPriority
()}
71
priority = ((Prioritized) runnable).
getPriority
();
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMapFacade.java
69
if (sMapProfile.
getPriority
(device) > BluetoothProfile.PRIORITY_ON) {
90
if (sMapProfile.
getPriority
(mDevice) > BluetoothProfile.PRIORITY_ON) {
/hardware/qcom/display/msm8226/liboverlay/pipes/
overlayGenPipe.cpp
91
uint8_t GenericPipe::
getPriority
() const {
92
return mCtrl->
getPriority
();
/hardware/qcom/display/msm8909/liboverlay/pipes/
overlayGenPipe.cpp
91
uint8_t GenericPipe::
getPriority
() const {
92
return mCtrl->
getPriority
();
/hardware/qcom/display/msm8994/liboverlay/pipes/
overlayGenPipe.cpp
91
uint8_t GenericPipe::
getPriority
() const {
92
return mCtrl->
getPriority
();
/system/vold/
Benchmark.cpp
53
int orig_prio =
getpriority
(PRIO_PROCESS, 0);
55
PLOG(ERROR) << "Failed to
getpriority
";
Completed in 1041 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>