HomeSort by relevance Sort by last modified time
    Searched refs:newPriority (Results 1 - 25 of 55) sorted by null

1 2 3

  /art/runtime/
thread_android.cc 49 void Thread::SetNativePriority(int newPriority) {
50 if (newPriority < 1 || newPriority > 10) {
51 LOG(WARNING) << "bad priority " << newPriority;
52 newPriority = 5;
55 int newNice = kNiceValues[newPriority-1];
  /external/swiftshader/src/D3D9/
Direct3DBaseTexture9.hpp 46 unsigned long __stdcall SetPriority(unsigned long newPriority);
Direct3DCubeTexture9.hpp 45 unsigned long __stdcall SetPriority(unsigned long newPriority);
Direct3DIndexBuffer9.hpp 47 unsigned long __stdcall SetPriority(unsigned long newPriority);
Direct3DResource9.hpp 45 unsigned long __stdcall SetPriority(unsigned long newPriority);
Direct3DSurface9.hpp 46 unsigned long __stdcall SetPriority(unsigned long newPriority);
Direct3DTexture9.hpp 45 unsigned long __stdcall SetPriority(unsigned long newPriority);
Direct3DVertexBuffer9.hpp 47 unsigned long __stdcall SetPriority(unsigned long newPriority);
Direct3DVolumeTexture9.hpp 45 unsigned long __stdcall SetPriority(unsigned long newPriority);
Direct3DBaseTexture9.cpp 118 unsigned long Direct3DBaseTexture9::SetPriority(unsigned long newPriority)
124 return Direct3DResource9::SetPriority(newPriority);
Direct3DIndexBuffer9.cpp 116 unsigned long Direct3DIndexBuffer9::SetPriority(unsigned long newPriority)
122 return Direct3DResource9::SetPriority(newPriority);
Direct3DResource9.cpp 196 unsigned long Direct3DResource9::SetPriority(unsigned long newPriority)
203 priority = newPriority;
Direct3DVertexBuffer9.cpp 155 unsigned long Direct3DVertexBuffer9::SetPriority(unsigned long newPriority)
161 return Direct3DResource9::SetPriority(newPriority);
Direct3DTexture9.cpp 147 unsigned long Direct3DTexture9::SetPriority(unsigned long newPriority)
151 TRACE("unsigned long newPriority = %d", newPriority);
153 return Direct3DBaseTexture9::SetPriority(newPriority);
Direct3DCubeTexture9.cpp 156 unsigned long Direct3DCubeTexture9::SetPriority(unsigned long newPriority)
162 return Direct3DBaseTexture9::SetPriority(newPriority);
Direct3DVolumeTexture9.cpp 148 unsigned long Direct3DVolumeTexture9::SetPriority(unsigned long newPriority)
154 return Direct3DBaseTexture9::SetPriority(newPriority);
Direct3DSurface9.cpp 178 unsigned long Direct3DSurface9::SetPriority(unsigned long newPriority)
184 return Direct3DResource9::SetPriority(newPriority);
  /libcore/ojluni/src/main/java/java/lang/
Thread.java     [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigurationUtil.java 276 * @param newPriority New priority to be assigned to the network.
280 WifiConfiguration config, int newPriority) {
  /packages/apps/TV/src/com/android/tv/dvr/
DvrScheduleManager.java 691 long channelId, long currentTimeMs, long newPriority,
706 .setPriority(newPriority)
    [all...]
DvrManager.java 632 long newPriority = mScheduleManager.suggestHighestPriority(schedule);
633 if (newPriority != schedule.getPriority()) {
635 .setPriority(newPriority).build());
    [all...]
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
CardView.java 374 void onPriorityChanged(CardView cardView, int newPriority);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 

Completed in 5333 milliseconds

1 2 3