HomeSort by relevance Sort by last modified time
    Searched refs:Category (Results 176 - 200 of 470) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 160 // Option Category class
180 // The general Option Category (used as default category).
259 OptionCategory *Category; // The Category this option belongs to
310 void setCategory(OptionCategory &C) { Category = &C; }
318 AdditionalVals(0), Category(&GeneralCategory), FullyInitialized(false) {
415 // cat - Specifiy the Option category for the command line argument to belong
418 OptionCategory &Category;
420 cat(OptionCategory &c) : Category(c) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 163 // Option Category class
183 // The general Option Category (used as default category).
262 OptionCategory *Category; // The Category this option belongs to
313 void setCategory(OptionCategory &C) { Category = &C; }
321 AdditionalVals(0), Category(&GeneralCategory), FullyInitialized(false) {
421 // cat - Specifiy the Option category for the command line argument to belong
424 OptionCategory &Category;
426 cat(OptionCategory &c) : Category(c) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 163 // Option Category class
183 // The general Option Category (used as default category).
262 OptionCategory *Category; // The Category this option belongs to
313 void setCategory(OptionCategory &C) { Category = &C; }
321 AdditionalVals(0), Category(&GeneralCategory), FullyInitialized(false) {
421 // cat - Specifiy the Option category for the command line argument to belong
424 OptionCategory &Category;
426 cat(OptionCategory &c) : Category(c) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 163 // Option Category class
183 // The general Option Category (used as default category).
262 OptionCategory *Category; // The Category this option belongs to
313 void setCategory(OptionCategory &C) { Category = &C; }
321 AdditionalVals(0), Category(&GeneralCategory), FullyInitialized(false) {
421 // cat - Specifiy the Option category for the command line argument to belong
424 OptionCategory &Category;
426 cat(OptionCategory &c) : Category(c) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 163 // Option Category class
183 // The general Option Category (used as default category).
262 OptionCategory *Category; // The Category this option belongs to
313 void setCategory(OptionCategory &C) { Category = &C; }
321 AdditionalVals(0), Category(&GeneralCategory), FullyInitialized(false) {
421 // cat - Specifiy the Option category for the command line argument to belong
424 OptionCategory &Category;
426 cat(OptionCategory &c) : Category(c) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 163 // Option Category class
183 // The general Option Category (used as default category).
262 OptionCategory *Category; // The Category this option belongs to
313 void setCategory(OptionCategory &C) { Category = &C; }
321 AdditionalVals(0), Category(&GeneralCategory), FullyInitialized(false) {
421 // cat - Specifiy the Option category for the command line argument to belong
424 OptionCategory &Category;
426 cat(OptionCategory &c) : Category(c) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 163 // Option Category class
183 // The general Option Category (used as default category).
262 OptionCategory *Category; // The Category this option belongs to
313 void setCategory(OptionCategory &C) { Category = &C; }
321 AdditionalVals(0), Category(&GeneralCategory), FullyInitialized(false) {
421 // cat - Specifiy the Option category for the command line argument to belong
424 OptionCategory &Category;
426 cat(OptionCategory &c) : Category(c) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 163 // Option Category class
183 // The general Option Category (used as default category).
262 OptionCategory *Category; // The Category this option belongs to
313 void setCategory(OptionCategory &C) { Category = &C; }
321 AdditionalVals(0), Category(&GeneralCategory), FullyInitialized(false) {
421 // cat - Specifiy the Option category for the command line argument to belong
424 OptionCategory &Category;
426 cat(OptionCategory &c) : Category(c) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 163 // Option Category class
183 // The general Option Category (used as default category).
262 OptionCategory *Category; // The Category this option belongs to
313 void setCategory(OptionCategory &C) { Category = &C; }
321 AdditionalVals(0), Category(&GeneralCategory), FullyInitialized(false) {
421 // cat - Specifiy the Option category for the command line argument to belong
424 OptionCategory &Category;
426 cat(OptionCategory &c) : Category(c) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUService.java 29 import android.icu.util.ULocale.Category;
612 return getDisplayName(id, ULocale.getDefault(Category.DISPLAY));
644 ULocale locale = ULocale.getDefault(Category.DISPLAY);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 30 import android.icu.util.ULocale.Category;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 32 import android.icu.util.ULocale.Category;
372 * @see Category#DISPLAY
375 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY));
418 * @see Category#DISPLAY
421 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY));
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 29 import com.ibm.icu.util.ULocale.Category;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 28 import com.ibm.icu.util.ULocale.Category;
610 return getDisplayName(id, ULocale.getDefault(Category.DISPLAY));
642 ULocale locale = ULocale.getDefault(Category.DISPLAY);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java 31 import com.ibm.icu.util.ULocale.Category;
429 * @see Category#DISPLAY
433 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY));
478 * @see Category#DISPLAY
482 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY));
    [all...]
  /compatibility/cdd/2_device-types/
2_1_device-configurations.md 9 <th>Category</th>
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 413 CXString clang_getDiagnosticCategoryName(unsigned Category) {
415 return cxstring::createRef(DiagnosticIDs::getCategoryNameFromID(Category));
  /libcore/ojluni/src/main/java/java/text/
DateFormatSymbols.java 109 * resources for the default {@link java.util.Locale.Category#FORMAT FORMAT}
114 * DateFormatSymbols(Locale.getDefault(Locale.Category.FORMAT))}.
116 * @see java.util.Locale#getDefault(java.util.Locale.Category)
117 * @see java.util.Locale.Category#FORMAT
124 initializeData(Locale.getDefault(Locale.Category.FORMAT));
379 * getInstance(Locale.getDefault(Locale.Category.FORMAT))}.
380 * @see java.util.Locale#getDefault(java.util.Locale.Category)
381 * @see java.util.Locale.Category#FORMAT
386 return getInstance(Locale.getDefault(Locale.Category.FORMAT));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11sdklayers.idl     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/2.3.0/
builder-test-api-2.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/2.3.0-alpha1/
builder-test-api-2.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/2.3.0-beta1/
builder-test-api-2.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/2.3.0-beta2/
builder-test-api-2.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/2.3.0-beta3/
builder-test-api-2.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/2.3.0-beta4/
builder-test-api-2.3.0-beta4.jar 

Completed in 587 milliseconds

1 2 3 4 5 6 78 91011>>