Home
last modified time | relevance | path

Searched refs:getPriority (Results 1 – 25 of 60) sorted by relevance

123

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java64 assertEquals(defaultThread.getPriority(), thread.getPriority()); in testThreadFactoryBuilder_defaults()
130 assertEquals(i, thread.getPriority()); in testPriority_custom()
158 assertEquals(1, factory1.newThread(monitoredRunnable).getPriority()); in testBuildMutateBuild()
161 assertEquals(1, factory1.newThread(monitoredRunnable).getPriority()); in testBuildMutateBuild()
162 assertEquals(2, factory2.newThread(monitoredRunnable).getPriority()); in testBuildMutateBuild()
172 assertEquals(1, factory1.newThread(monitoredRunnable).getPriority()); in testBuildMutate()
175 assertEquals(1, factory1.newThread(monitoredRunnable).getPriority()); in testBuildMutate()
197 assertEquals(THREAD_PRIORITY, thread.getPriority()); in testThreadFactory()
/external/testng/src/main/java/org/testng/internal/
DMethodSelectorDescriptor.java20 public int getPriority() { in getPriority() method in MethodSelectorDescriptor
38 int p1 = getPriority(); in compareTo()
39 int p2 = other.getPriority(); in compareTo()
DTestMethodWorker.java87 + " priority:" + getPriority() + " "); in toString()
271 return getPriority() - other.getPriority(); in compareTo()
278 public int getPriority() { in getPriority() method in TestMethodWorker
280 ? m_methodInstances[0].getMethod().getPriority() in getPriority()
DRunInfo.java45 foundNegative = mds.getPriority() < 0; in includeMethod()
47 if (foundNegative && mds.getPriority() >= 0) { in includeMethod()
DClonedMethod.java358 public int getPriority() { in getPriority() method in ClonedMethod
359 return m_method.getPriority(); in getPriority()
DTestNGMethod.java117 setPriority(testAnnotation.getPriority()); in init()
204 clone.setPriority(getPriority()); in clone()
/external/testng/src/main/java/org/testng/xml/
DXmlMethodSelector.java78 public int getPriority() { in getPriority() method in XmlMethodSelector
98 if(getPriority() != -1) { in toXml()
99 clsProp.setProperty("priority", String.valueOf(getPriority())); in toXml()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
DPropertyCategory.java63 return system(system.getPriority() - SYSTEM_BASE + additional); in system()
156 public int getPriority() { in getPriority() method in PropertyCategory
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMapFacade.java69 if (sMapProfile.getPriority(device) > BluetoothProfile.PRIORITY_ON) { in mapDisconnect()
90 if (sMapProfile.getPriority(mDevice) > BluetoothProfile.PRIORITY_ON) { in bluetoothMapDisconnect()
DBluetoothA2dpFacade.java78 if (sA2dpProfile.getPriority(device) > BluetoothProfile.PRIORITY_ON) { in a2dpDisconnect()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
DPrioritized.java11 int getPriority(); in getPriority() method
DFifoPriorityThreadPoolExecutor.java71 priority = ((Prioritized) runnable).getPriority(); in LoadTask()
/external/testng/src/main/java/org/testng/internal/thread/graph/
DIWorker.java24 int getPriority(); in getPriority() method
/external/nist-sip/java/javax/sip/header/
DPriorityHeader.java13 String getPriority(); in getPriority() method
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpamsg.h24 int getPriority() const { return priority; } in getPriority() function
/external/replicaisland/src/com/replica/replicaisland/
DDrawableObject.java39 public float getPriority() { in getPriority() method in DrawableObject
DRenderComponent.java95 public int getPriority() { in getPriority() method in RenderComponent
/external/nist-sip/java/gov/nist/javax/sip/header/
DPriority.java87 public String getPriority() { in getPriority() method in Priority
/external/jetty/src/java/org/eclipse/jetty/servlets/
DQoSFilter.java172 int priority = getPriority(request); in doFilter()
252 protected int getPriority(ServletRequest request) in getPriority() method in QoSFilter
/external/testng/src/main/java/org/testng/annotations/
DITestAnnotation.java81 public int getPriority(); in getPriority() method
/external/testng/src/main/java/org/testng/internal/annotations/
DTestOrConfiguration.java77 public int getPriority() { in getPriority() method in TestOrConfiguration
/external/testng/src/main/java/org/testng/
DITestNGMethod.java253 public int getPriority(); in getPriority() method
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngineRunnable.java126 public int getPriority() { in getPriority() method in EngineRunnable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
DProperty.java198 public int getPriority() { in getPriority() method in Property
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplate.java293 public double getPriority() in getPriority() method in ElemTemplate

123