HomeSort by relevance Sort by last modified time
    Searched defs:Priority (Results 1 - 20 of 20) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Priority.java 35 * the Priority header.
43 public class Priority extends SIPHeader implements PriorityHeader {
65 /** priority field
67 protected String priority; field in class:Priority
71 public Priority() {
80 return priority;
84 * get the priority value.
88 return priority;
92 * Set the priority member
99 + "Priority, setPriority(), the priority parameter is null")
    [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 246 int Priority = CI ? CI->getSExtValue() : 0;
254 M1Tors.push_back(std::make_pair(F, Priority));
258 M2Tors.push_back(std::make_pair(F, Priority));
  /frameworks/support/volley/src/com/android/volley/
Request.java 321 * Priority values. Requests will be processed from higher priorities to
324 public enum Priority {
332 * Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
334 public Priority getPriority() {
335 return Priority.NORMAL;
413 * Our comparator sorts from high to low priority, and secondarily by
418 Priority left = this.getPriority();
419 Priority right = other.getPriority();
421 // High-priority requests are "lesser" so they are sorted to the front
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 279 OMX_S32 Priority;
  /external/clang/include/clang/Frontend/
ASTUnit.h 293 /// \brief The priority given to this code-completion result.
294 unsigned Priority;
  /external/stressapptest/src/
worker.h 206 // Enum to mark a thread as low/med/high priority.
207 enum Priority {
223 void SetPriority(Priority priority) { priority_ = priority; }
318 int priority,
368 int priority,
393 Priority priority_; // Worker thread priority.
434 int priority,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 368 CachedResult.Priority = Results[I].Priority;
432 CachedResult.Priority = CCP_NestedNameSpecifier;
468 CachedResult.Priority = Results[I].Priority;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
RenderScript.java 618 * RenderScript worker threads priority enumeration. The default value is
620 * wallpapers should set their priority to LOW to avoid starving forground
623 public enum Priority {
628 Priority(int id) {
641 * Change the priority of the worker threads for this context.
643 * @param p New priority to be set.
645 public void setPriority(Priority p) {
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 141 /// priority.
236 /// a slight priority boost.
708 // preferred selector, give it a priority boost.
712 R.Priority += CCD_SelectorMatch;
714 // If we have a preferred type, adjust the priority for results with exactly-
722 R.Priority /= CCF_ExactTypeMatch;
727 R.Priority /= CCF_SimilarTypeMatch;
855 R.Priority = CCP_NestedNameSpecifier;
914 R.Priority = CCP_NestedNameSpecifier;
934 // Adjust the priority if this result comes from a base class
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java     [all...]
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 578 milliseconds