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

12 3

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 795 int Priority = R->getValueAsInt("EmitPriority");
796 if (Priority < 1)
797 continue; // Aliases with priority 0 are never emitted.
802 Priority));
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 203 ULONG Priority; // use LCPRI_Xxx values in cfg.h
scsi.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 91 unsigned int priority; member in struct:clang::CodeGen::OrderGlobalInits
94 : priority(p), lex_order(l) {}
97 return priority == RHS.priority && lex_order == RHS.lex_order;
101 return std::tie(priority, lex_order) <
102 std::tie(RHS.priority, RHS.lex_order);
260 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {}
261 Structor(int Priority, llvm::Constant *Initializer,
263 : Priority(Priority), Initializer(Initializer)
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 373 CachedResult.Priority = Results[I].Priority;
437 CachedResult.Priority = CCP_NestedNameSpecifier;
473 CachedResult.Priority = Results[I].Priority;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java     [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.
751 // preferred selector, give it a priority boost.
755 R.Priority += CCD_SelectorMatch;
757 // If we have a preferred type, adjust the priority for results with exactly-
765 R.Priority /= CCF_ExactTypeMatch;
770 R.Priority /= CCF_SimilarTypeMatch;
904 R.Priority = CCP_NestedNameSpecifier;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /frameworks/base/core/java/android/app/
Notification.java 434 * Obsolete flag indicating high-priority notifications; use the priority field instead.
436 * @deprecated Use {@link #priority} with a positive value.
460 public @interface Priority {}
463 * Default notification {@link #priority}. If your application does not prioritize its own
469 * Lower {@link #priority}, for items that are less important. The UI may choose to show these
476 * Lowest {@link #priority}; these items might not be shown to the user except under special
482 * Higher {@link #priority}, for more important notifications or alerts. The UI may choose to
489 * Highest {@link #priority}, for your application's most important items that require the
495 * Relative priority for this notification
510 public int priority; field in class:Notification
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h 52 DWORD Priority;
76 DWORD Priority;
241 DWORD Priority;
257 DWORD Priority;
283 DWORD Priority;
309 DWORD Priority;
    [all...]
winternl.h 641 KPRIORITY Priority;
    [all...]
ks.h 828 KSPRIORITY Priority;
    [all...]
ntddndis.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/libs/
volley.jar 
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/libs/
volley.jar 

Completed in 2135 milliseconds

12 3