HomeSort by relevance Sort by last modified time
    Searched refs:cType (Results 1 - 18 of 18) sorted by null

  /external/icu/icu4c/source/i18n/
islamcal.cpp 176 switch (cType) {
203 cType(type)
208 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType) {
217 if (cType != type) {
221 cType = type;
234 return (cType == CIVIL);
300 if (cType == CIVIL || cType == TBLA ||
301 (cType == UMALQURA && year < UMALQURA_YEAR_START))
    [all...]
islamcal.h 284 ECalculationType cType;
  /libcore/luni/src/main/java/libcore/net/url/
JarURLConnectionImpl.java 240 String cType = null;
245 cType = guessContentTypeFromName(entryName);
249 cType = jarFileURLConnection.getContentType();
254 if (cType == null) {
255 cType = "content/unknown";
257 return cType;
  /external/chromium_org/third_party/sqlite/src/tool/
showdb.c 5 #include <ctype.h>
253 static int localPayload(i64 nPayload, char cType){
258 if( cType==13 ){
286 unsigned char cType, /* Page type */
300 if( cType<=5 ){
307 if( cType!=5 ){
313 nLocal = localPayload(nPayload, cType);
317 if( cType==5 || cType==13 ){
332 if( showCellContent && cType!=5 )
    [all...]
showwal.c 5 #include <ctype.h>
203 static int describeCell(unsigned char cType, unsigned char *a, char **pzDesc){
212 if( cType<=5 ){
219 if( cType!=5 ){
226 if( cType==5 || cType==13 ){
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 775 CubicType cType = classify_cubic(src, d);
778 if (kLoop_CubicType == cType) {
837 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {
839 } else if (kLoop_CubicType == cType) {
841 } else if (kCusp_CubicType == cType) {
844 } else if (kQuadratic_CubicType == cType) {
857 CubicType cType = classify_cubic(p, d);
863 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0]))
    [all...]
  /external/skia/src/gpu/
GrPathUtils.cpp 775 CubicType cType = classify_cubic(src, d);
778 if (kLoop_CubicType == cType) {
837 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0])) {
839 } else if (kLoop_CubicType == cType) {
841 } else if (kCusp_CubicType == cType) {
844 } else if (kQuadratic_CubicType == cType) {
857 CubicType cType = classify_cubic(p, d);
863 if (kSerpentine_CubicType == cType || (kCusp_CubicType == cType && 0.f != d[0]))
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_porter.c 32 #include <ctype.h>
130 static const char cType[] = {
154 j = cType[x-'a'];
163 j = cType[x-'a'];
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_porter.c 129 static const char cType[] = {
153 j = cType[x-'a'];
162 j = cType[x-'a'];
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h 74 CJBig2_Segment *findReferredSegmentByTypeAndIndex(CJBig2_Segment *pSegment, FX_BYTE cType, FX_INT32 nIndex);
JBig2_Context.cpp 397 FX_BYTE cType, FX_INT32 nIndex)
404 if(pSeg && pSeg->m_cFlags.s.type == cType) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfs.h 121 ULONG cType;
  /frameworks/rs/api/
gen_runtime.cpp 377 string cType; // Type in a C file
402 // Returns the index in TYPES for the provided cType
403 int FindCType(const string& cType) {
405 if (cType == TYPES[i].cType) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 187 cType = FOUR_CHAR_CODE('type')
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 548 milliseconds