/external/clang/test/Index/ |
D | complete-type-factors.m | 7 enum Priority { 13 enum Priority func2(int); 15 enum Priority test1(enum Priority priority, enum Color color, int integer) { 26 + (void)method:(enum Color)color priority:(enum Priority)priority; argument 27 - (void)method:(enum Color)color priority:(enum Priority)priority; argument 39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int… 41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32) 44 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (32) 45 // CHECK-CC1: ParmDecl:{ResultType enum Priority}{TypedText priority} (17) 48 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText test1}{LeftParen (}{Placeholder enu… [all …]
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 438 unsigned Priority : 16; variable 457 unsigned Priority, CXAvailabilityKind Availability, 482 unsigned getPriority() const { return Priority; } in getPriority() 578 unsigned Priority; 593 Priority(0), Availability(CXAvailability_Available), 598 unsigned Priority, CXAvailabilityKind Availability) 600 Priority(Priority), Availability(Availability), 678 unsigned Priority; 721 : Declaration(Declaration), Priority(getPriorityFromDecl(Declaration)), 731 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword) [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 23 Module &M, Function *F, int Priority) { in appendToGlobalArray() argument 30 Ty, IRB.getInt32(Priority), F, NULL); in appendToGlobalArray() 58 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority) { in appendToGlobalCtors() argument 59 appendToGlobalArray("llvm.global_ctors", M, F, Priority); in appendToGlobalCtors() 62 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority) { in appendToGlobalDtors() argument 63 appendToGlobalArray("llvm.global_dtors", M, F, Priority); in appendToGlobalDtors()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | PriorityParser.java | 71 Priority priority = new Priority(); in parse() 106 Priority prio= (Priority) parser.parse(); in main()
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 129 getStaticCtorSection(unsigned Priority = 65535) const { 130 (void)Priority; 134 getStaticDtorSection(unsigned Priority = 65535) const { 135 (void)Priority;
|
/external/e2fsprogs/debian/ |
D | control.in | 3 Priority: required 14 Priority: optional 41 Priority: extra 67 Priority: extra 97 Priority: optional 122 Priority: optional 133 Priority: extra 157 Priority: optional 171 Priority: extra 187 Priority: optional [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 26 void appendToGlobalCtors(Module &M, Function *F, int Priority); 29 void appendToGlobalDtors(Module &M, Function *F, int Priority);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Priority.java | 43 public class Priority extends SIPHeader implements PriorityHeader { class 71 public Priority() { in Priority() method in Priority
|
D | NameMap.java | 155 putNameMap(PRIORITY, Priority.class.getName()); //39 in initializeNameMap()
|
/external/lohit-fonts/lohit-telugu-ttf/ |
D | ChangeLog.old | 57 should be more perfect - Priority - C 113 - Bug 206434: [ml_IN] Digits are appearing in English instead of malayalam - Priority C 134 - Bug 216639: [kn_IN] OTF rules to be fixed - Priority A 141 - Bug 207269: [ta_IN] - Some conjunct characters not appearing with proper shape - Priority - B 145 - Bug 206599: [te_IN] - Some of the Priority - C GSUB Conjuncts are not appearing with its actual s… 156 - Bug 216629 : [te_IN] GPOS position should be at middle instead of left hand side - Priority B 157 - Bug 216631 : [or_IN] one GSUB Rule is wrongly defined - Priority A 167 - Bug 216639 : [kn_IN] OTF rules to be fixed - Priority A 170 - Bug 206601: [ta_IN] Glyph is missing for Unicode U+0BB6 - Priority - A (Rahul Bhalerao) 171 - Bug 216639: [kn_IN] OTF rules to be fixed - Priority A (Ramakrishna Reddy)
|
/external/lohit-fonts/lohit-kannada-ttf/ |
D | ChangeLog.old | 57 should be more perfect - Priority - C 113 - Bug 206434: [ml_IN] Digits are appearing in English instead of malayalam - Priority C 134 - Bug 216639: [kn_IN] OTF rules to be fixed - Priority A 141 - Bug 207269: [ta_IN] - Some conjunct characters not appearing with proper shape - Priority - B 145 - Bug 206599: [te_IN] - Some of the Priority - C GSUB Conjuncts are not appearing with its actual s… 156 - Bug 216629 : [te_IN] GPOS position should be at middle instead of left hand side - Priority B 157 - Bug 216631 : [or_IN] one GSUB Rule is wrongly defined - Priority A 167 - Bug 216639 : [kn_IN] OTF rules to be fixed - Priority A 170 - Bug 206601: [ta_IN] Glyph is missing for Unicode U+0BB6 - Priority - A (Rahul Bhalerao) 171 - Bug 216639: [kn_IN] OTF rules to be fixed - Priority A (Ramakrishna Reddy)
|
/external/lohit-fonts/lohit-bengali-ttf/ |
D | ChangeLog.old | 57 should be more perfect - Priority - C 113 - Bug 206434: [ml_IN] Digits are appearing in English instead of malayalam - Priority C 134 - Bug 216639: [kn_IN] OTF rules to be fixed - Priority A 141 - Bug 207269: [ta_IN] - Some conjunct characters not appearing with proper shape - Priority - B 145 - Bug 206599: [te_IN] - Some of the Priority - C GSUB Conjuncts are not appearing with its actual s… 156 - Bug 216629 : [te_IN] GPOS position should be at middle instead of left hand side - Priority B 157 - Bug 216631 : [or_IN] one GSUB Rule is wrongly defined - Priority A 167 - Bug 216639 : [kn_IN] OTF rules to be fixed - Priority A 170 - Bug 206601: [ta_IN] Glyph is missing for Unicode U+0BB6 - Priority - A (Rahul Bhalerao) 171 - Bug 216639: [kn_IN] OTF rules to be fixed - Priority A (Ramakrishna Reddy)
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 347 TargetLoweringObjectFileELF::getStaticCtorSection(unsigned Priority) const { in getStaticCtorSection() 350 if (Priority == 65535) in getStaticCtorSection() 354 std::string Name = std::string(".init_array.") + utostr(Priority); in getStaticCtorSection() 359 std::string Name = std::string(".ctors.") + utostr(65535 - Priority); in getStaticCtorSection() 367 TargetLoweringObjectFileELF::getStaticDtorSection(unsigned Priority) const { in getStaticDtorSection() 370 if (Priority == 65535) in getStaticDtorSection() 374 std::string Name = std::string(".fini_array.") + utostr(Priority); in getStaticDtorSection() 379 std::string Name = std::string(".dtors.") + utostr(65535 - Priority); in getStaticDtorSection()
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 73 getStaticCtorSection(unsigned Priority = 65535) const; 75 getStaticDtorSection(unsigned Priority = 65535) const;
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 3 Priority: required 55 Priority: extra 67 Priority: extra 80 Priority: extra
|
/external/iptables/extensions/ |
D | libxt_TOS.man | 2 "precedence" bits) or the Priority field in the IPv6 header. Note that TOS 8 TOS/Priority field. If \fImask\fP is omitted, 0xFF is assumed.
|
D | libxt_tos.man | 2 including the "Precedence" bits) or the (also 8-bit) Priority field in the IPv6
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 192 unsigned Priority, in CodeCompletionString() argument 200 Priority(Priority), Availability(Availability), ParentKind(ParentKind), in CodeCompletionString() 340 Priority, Availability, in TakeString()
|
D | SemaCodeComplete.cpp | 712 R.Priority += CCD_SelectorMatch; in AdjustResultPriorityForDecl() 722 R.Priority /= CCF_ExactTypeMatch; in AdjustResultPriorityForDecl() 727 R.Priority /= CCF_SimilarTypeMatch; in AdjustResultPriorityForDecl() 855 R.Priority = CCP_NestedNameSpecifier; in MaybeAddResult() 914 R.Priority = CCP_NestedNameSpecifier; in AddResult() 936 R.Priority += CCD_InBaseClass; in AddResult() 946 R.Priority += CCD_ObjectQualifierMatch; in AddResult() 2477 CodeCompletionBuilder Result(Allocator, CCTUInfo, Priority, Availability); in CreateCodeCompletionString() 2481 Pattern->Priority = Priority; in CreateCodeCompletionString() 2810 unsigned Priority = CCP_Macro; in getMacroUsagePriority() local [all …]
|
/external/dropbear/debian/ |
D | control | 3 Priority: optional
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 246 int Priority = CI ? CI->getSExtValue() : 0; in SplitStaticCtorDtor() local 254 M1Tors.push_back(std::make_pair(F, Priority)); in SplitStaticCtorDtor() 258 M2Tors.push_back(std::make_pair(F, Priority)); in SplitStaticCtorDtor()
|
/external/webkit/Tools/wx/packaging/debian/ |
D | control | 3 Priority: extra
|
/external/stressapptest/src/ |
D | worker.h | 207 enum Priority { enum 223 void SetPriority(Priority priority) { priority_ = priority; } in SetPriority() 393 Priority priority_; // Worker thread priority.
|
/external/zlib/src/qnx/ |
D | package.qpg | 104 <QPM:Priority>Optional</QPM:Priority>
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 368 CachedResult.Priority = Results[I].Priority; in CacheCodeCompletionResults() 432 CachedResult.Priority = CCP_NestedNameSpecifier; in CacheCodeCompletionResults() 468 CachedResult.Priority = Results[I].Priority; in CacheCodeCompletionResults() 2240 unsigned Priority = C->Priority; in ProcessCodeCompleteResults() local 2245 Priority = getMacroUsagePriority(C->Completion->getTypedText(), in ProcessCodeCompleteResults() 2260 Priority /= CCF_ExactTypeMatch; in ProcessCodeCompleteResults() 2262 Priority /= CCF_SimilarTypeMatch; in ProcessCodeCompleteResults() 2276 Priority = CCP_CodePattern; in ProcessCodeCompleteResults() 2280 AllResults.push_back(Result(Completion, Priority, CursorKind, in ProcessCodeCompleteResults()
|