/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/ |
tycho-metadata-model-0.18.1.jar | |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | 291 StringRef &Category) { 294 Category = ""; 299 Category = In.slice(In.find('[') + 1, In.find(' ')); 323 StringRef Class, Category; 324 getObjCClassCategory(SP->getName(), Class, Category); 326 if (Category != "") 327 addAccelObjC(Category, Die); [all...] |
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 399 if (auto Category = dyn_cast<ObjCCategoryDecl>(OldDC)) 400 OldContextName = Category->getClassInterface()->getIdentifier(); [all...] |
SemaCodeComplete.cpp | [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
DataFlowSanitizer.cpp | 155 /// given category. 156 bool isIn(const Function &F, StringRef Category) const { 157 return isIn(*F.getParent(), Category) || 158 SCL->inSection("fun", F.getName(), Category); 161 /// Returns whether this global alias is listed in the given category. 165 bool isIn(const GlobalAlias &GA, StringRef Category) const { 166 if (isIn(*GA.getParent(), Category)) 170 return SCL->inSection("fun", GA.getName(), Category); 172 return SCL->inSection("global", GA.getName(), Category) || 173 SCL->inSection("type", GetGlobalTypeString(GA), Category); [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Formatter.java | 290 * <th valign="bottom"> Argument Category 349 * <i>floating point</i> argument category. [all...] |
Calendar.java | [all...] |
/external/clang/include/clang/Sema/ |
Initialization.h | [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
PathDiagnostic.h | 722 std::string Category; 740 StringRef category, PathDiagnosticLocation LocationToUnique, 798 StringRef getCategory() const { return Category; }
|
/external/clang/lib/Basic/ |
DiagnosticIDs.cpp | 46 unsigned Category : 5; 75 SHOWINSYSHEADER, CATEGORY) \ 78 SHOWINSYSHEADER, CATEGORY, GROUP, STR_SIZE(DESC, uint16_t), DESC \ 117 // 1. Add the number of diagnostics in each category preceding the 118 // diagnostic and of the category the diagnostic is in. This gives us 119 // the offset of the category in the table. 120 // 2. Subtract the number of IDs in each category from our ID. This gives us 121 // the offset of the diagnostic in the category. 126 #define CATEGORY(NAME, PREV) \ 131 CATEGORY(DRIVER, COMMON [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DecimalFormatSymbols.java | 31 import android.icu.util.ULocale.Category; 52 * @see Category#FORMAT 55 initialize(ULocale.getDefault(Category.FORMAT)); 179 * (category:Nd) and the number value is 0, then this method propagate digit 1 to [all...] |
TimeUnitFormat.java | 31 import android.icu.util.ULocale.Category; 353 locale = ULocale.getDefault(Category.FORMAT);
|
DateIntervalFormat.java | 31 import android.icu.util.ULocale.Category; 411 * @see Category#FORMAT 417 return getInstance(skeleton, ULocale.getDefault(Category.FORMAT)); 487 * @see Category#FORMAT 492 return getInstance(skeleton, ULocale.getDefault(Category.FORMAT), dtitvinf); [all...] |
Transliterator.java | 30 import android.icu.util.ULocale.Category; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
Currency.java | 39 import android.icu.util.ULocale.Category; 468 * @see Category#DISPLAY 471 return getSymbol(ULocale.getDefault(Category.DISPLAY)); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeUnitFormat.java | 30 import com.ibm.icu.util.ULocale.Category; 351 locale = ULocale.getDefault(Category.FORMAT);
|
DateIntervalFormat.java | 30 import com.ibm.icu.util.ULocale.Category; 411 * @see Category#FORMAT 418 return getInstance(skeleton, ULocale.getDefault(Category.FORMAT)); 490 * @see Category#FORMAT 496 return getInstance(skeleton, ULocale.getDefault(Category.FORMAT), dtitvinf); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
Currency.java | 38 import com.ibm.icu.util.ULocale.Category; 486 * @see Category#DISPLAY 490 return getSymbol(ULocale.getDefault(Category.DISPLAY)); [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 97 ATTRIBUTE User-Category 1029 string
|
/libcore/ojluni/src/main/java/java/text/ |
DecimalFormatSymbols.java | 73 * {@link java.util.Locale.Category#FORMAT FORMAT} locale. 78 * DecimalFormatSymbols(Locale.getDefault(Locale.Category.FORMAT))}. 79 * @see java.util.Locale#getDefault(java.util.Locale.Category) 80 * @see java.util.Locale.Category#FORMAT 83 initialize( Locale.getDefault(Locale.Category.FORMAT) ); 129 * getInstance(Locale.getDefault(Locale.Category.FORMAT))}. 130 * @see java.util.Locale#getDefault(java.util.Locale.Category) 131 * @see java.util.Locale.Category#FORMAT 136 return getInstance(Locale.getDefault(Locale.Category.FORMAT)); [all...] |
/prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/ |
flattr4j-core-2.12.jar | |
/external/clang/lib/Frontend/ |
SerializedDiagnosticPrinter.cpp | 120 unsigned Category, unsigned Flag, StringRef Message) override; 214 /// \brief Emit the string information for the category. 215 unsigned getEmitCategory(unsigned category = 0); 477 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. 486 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Category ID. 488 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Category text. 540 unsigned SDiagsWriter::getEmitCategory(unsigned int category) { 541 if (!State->Categories.insert(category).second) 542 return category; 545 // another record when we lazily generate one for the category entry [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
audioclient.h | 445 AUDIO_STREAM_CATEGORY Category, 535 AUDIO_STREAM_CATEGORY Category, 575 #define IAudioClient2_IsOffloadCapable(This,Category,pbOffloadCapable) (This)->lpVtbl->IsOffloadCapable(This,Category,pbOffloadCapable) 627 static FORCEINLINE HRESULT IAudioClient2_IsOffloadCapable(IAudioClient2* This,AUDIO_STREAM_CATEGORY Category,WINBOOL *pbOffloadCapable) { 628 return This->lpVtbl->IsOffloadCapable(This,Category,pbOffloadCapable); 643 AUDIO_STREAM_CATEGORY Category, [all...] |
/external/clang/lib/AST/ |
DeclObjC.cpp | 100 /// category's 'readwrite' property. 651 /// When argument category "C" is specified, any implicit method found 652 /// in this category is ignored. 708 // Will search "local" class/category implementations for a method decl. 726 // Look through local category implementations associated with the class. 735 // Look through local category implementations associated [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
strmini.h | 132 GUID* Category;
|