HomeSort by relevance Sort by last modified time
    Searched defs:cType (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/icu/icu4c/source/i18n/
islamcal.h 286 ECalculationType cType;
smpdtfmt.cpp 708 const char* cType = fCalendar ? fCalendar->getType() : NULL;
714 if (cType != NULL && uprv_strcmp(cType, "gregorian") != 0) {
716 resourcePath.append(cType, status).append("/DateTimePatterns", status);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
ClassPathURLStreamHandler.java 200 String cType = guessContentTypeFromName(getEntryName());
201 if (cType == null) {
202 cType = "content/unknown";
204 return cType;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
IslamicCalendar.java 309 if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) {
313 cType = CalculationType.ISLAMIC_CIVIL;
316 } else if(!beCivil && cType != CalculationType.ISLAMIC) {
320 cType = CalculationType.ISLAMIC;
334 if(cType == CalculationType.ISLAMIC_CIVIL) {
562 if (cType == CalculationType.ISLAMIC_CIVIL
563 || cType == CalculationType.ISLAMIC_TBLA
564 || (cType == CalculationType.ISLAMIC_UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YEAR_END))) {
566 } else if(cType == CalculationType.ISLAMIC) {
568 } else if(cType == CalculationType.ISLAMIC_UMALQURA)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IslamicCalendar.java 335 if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) {
339 cType = CalculationType.ISLAMIC_CIVIL;
342 } else if(!beCivil && cType != CalculationType.ISLAMIC) {
346 cType = CalculationType.ISLAMIC;
360 if(cType == CalculationType.ISLAMIC_CIVIL) {
589 if (cType == CalculationType.ISLAMIC_CIVIL
590 || cType == CalculationType.ISLAMIC_TBLA
591 || (cType == CalculationType.ISLAMIC_UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YEAR_END))) {
593 } else if(cType == CalculationType.ISLAMIC) {
595 } else if(cType == CalculationType.ISLAMIC_UMALQURA)
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TestCaseReport.java 226 TestSuite.Package.Class.ClassType cType;
227 cType = chkTestType(classDef);
228 if (TestSuite.Package.Class.ClassType.JUNIT3 == cType) {
231 tClassBuilder.setClassType(cType);
251 } else if (TestSuite.Package.Class.ClassType.JUNIT4 == cType) {
254 tClassBuilder.setClassType(cType);
268 } else if (TestSuite.Package.Class.ClassType.PARAMETERIZED == cType) {
271 tClassBuilder.setClassType(cType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfs.h 121 ULONG cType;
  /tools/loganalysis/src/com/android/loganalysis/util/config/
OptionSetter.java 119 Class<?> cType = (Class<?>) type;
121 if (cType.isEnum()) {
122 return new EnumHandler(cType);
123 } else if (Collection.class.isAssignableFrom(cType)) {
130 } else if (Map.class.isAssignableFrom(cType)) {
138 return handlers.get(cType);
456 Class cType = (Class) type;
457 if (!(Comparable.class.isAssignableFrom(cType))) {
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/config/
OptionSetter.java 164 Class<?> cType = (Class<?>) type;
166 if (cType.isEnum()) {
167 return new EnumHandler(cType);
168 } else if (Collection.class.isAssignableFrom(cType)) {
175 } else if (Map.class.isAssignableFrom(cType)) {
182 } else if (MultiMap.class.isAssignableFrom(cType)) {
190 return handlers.get(cType);
217 final Class<?> cType = (Class<?>) type;
218 if (long.class.equals(cType) || Long.class.equals(cType)) {
    [all...]
  /frameworks/rs/script_api/
Specification.h 47 const char* cType; // Type in a C file
  /external/python/cpython2/Lib/plat-mac/Carbon/
AppleEvents.py 187 cType = FOUR_CHAR_CODE('type')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 187 cType = FOUR_CHAR_CODE('type')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 187 cType = FOUR_CHAR_CODE('type')
    [all...]
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.5.0/
builder-1.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.0.0-alpha1/
builder-2.0.0-alpha1.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0/
gradle-core-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-alpha3/
gradle-core-2.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-alpha5/
gradle-core-2.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-alpha7/
gradle-core-2.0.0-alpha7.jar 

Completed in 695 milliseconds

1 2 3 4 5