HomeSort by relevance Sort by last modified time
    Searched refs:Priority (Results 26 - 50 of 78) sorted by null

12 3 4

  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
RenderScriptWallpaper.java 105 mRs.setPriority(RenderScript.Priority.LOW);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java 66 mRenderScript.setPriority(RenderScript.Priority.LOW);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamWallpaper.java 63 mRenderScript.setPriority(RenderScript.Priority.NORMAL);
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 300 // Iterate over "chunks" of ctors with same priority and emit each chunk
301 // into separate function. Note - everything is sorted first by priority,
310 unsigned Priority = I->first.priority;
311 // Compute the function suffix from priority. Prepend with zeroes to make
313 std::string PrioritySuffix = llvm::utostr(Priority);
314 // Priority is always <= 65535 (enforced by sema)..
326 AddGlobalCtor(Fn, Priority);
CodeGenModule.h 91 unsigned int priority; member in struct:clang::CodeGen::OrderGlobalInits
94 : priority(p), lex_order(l) {}
97 return priority == RHS.priority &&
102 if (priority < RHS.priority)
105 return priority == RHS.priority && lex_order < RHS.lex_order;
320 return LHS.first.priority < RHS.first.priority;
    [all...]
CodeGenModule.cpp 452 void CodeGenModule::AddGlobalCtor(llvm::Function * Ctor, int Priority) {
454 GlobalCtors.push_back(std::make_pair(Ctor, Priority));
459 void CodeGenModule::AddGlobalDtor(llvm::Function * Dtor, int Priority) {
461 GlobalDtors.push_back(std::make_pair(Dtor, Priority));
    [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));
  /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/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 155 putNameMap(PRIORITY, Priority.class.getName()); //39
HeaderFactoryImpl.java 648 * Creates a new PriorityHeader based on the newly supplied priority value.
650 * @param priority - the new string value of the priority.
652 * unexpectedly while parsing the priority value.
655 public PriorityHeader createPriorityHeader(String priority)
657 if (priority == null)
658 throw new NullPointerException("bad priority arg");
659 Priority p = new Priority();
660 p.setPriority(priority);
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 378 CachedResult.Priority = Results[I].Priority;
442 CachedResult.Priority = CCP_NestedNameSpecifier;
478 CachedResult.Priority = Results[I].Priority;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 143 /// priority.
201 /// \brief Determine the priority for a reference to the given declaration.
241 /// a slight priority boost.
753 // preferred selector, give it a priority boost.
757 R.Priority += CCD_SelectorMatch;
759 // If we have a preferred type, adjust the priority for results with exactly-
767 R.Priority /= CCF_ExactTypeMatch;
772 R.Priority /= CCF_SimilarTypeMatch;
906 R.Priority = CCP_NestedNameSpecifier;
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 129 tablePrinter.addHeaderCell('Top Priority');
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /external/e2fsprogs/debian/
rules 90 UDEB_PRIORITY = $(shell grep '^Package: e2fsprogs-udeb' debian/control.in -A 10 | grep ^Priority: | cut -d ' ' -f 2)
94 BLKID_UDEB_PRIORITY = $(shell grep '^Package: libblkid1-udeb' debian/control.in -A 10 | grep ^Priority: | cut -d ' ' -f 2)
97 UUID_UDEB_PRIORITY = $(shell grep '^Package: libuuid1-udeb' debian/control.in -A 10 | grep ^Priority: | cut -d ' ' -f 2)
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 771 * RenderScript worker thread priority enumeration. The default value is
773 * their priority to LOW to avoid starving forground processes.
775 public enum Priority {
780 Priority(int id) {
793 * Change the priority of the worker threads for this context.
795 * @param p New priority to be set.
797 public void setPriority(Priority p) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java     [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 294 /// \brief The priority given to this code-completion result.
295 unsigned Priority;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 47 import gov.nist.javax.sip.header.Priority;
189 || sipHeader instanceof UserAgent || sipHeader instanceof Priority
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 304 NodeAttrIn.iPriority = phandle->dspCodec->Priority;
621 NodeAttrIn.iPriority = phandle->dspCodec->Priority;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 11 // schedulers, using standard algorithms. The basic approach uses a priority
13 // the priority queue (thus in priority order), checked for legality to
74 cl::desc("Disable regpressure priority in sched=list-ilp"));
77 cl::desc("Disable live use priority in sched=list-ilp"));
86 cl::desc("Disable no-stall priority in sched=list-ilp"));
89 cl::desc("Disable critical path priority in sched=list-ilp"));
92 cl::desc("Disable scheduled-height priority in sched=list-ilp"));
117 /// AvailableQueue - The priority queue to use for the available SUnits.
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 239 plcml_Init->Priority = 5;
240 VPP_DPRINT("priority is %d\n", plcml_Init->Priority);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 792 [14:02:29] EAS Parser| FolderDisplayName: Sort by Priority
    [all...]

Completed in 874 milliseconds

12 3 4