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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 75 public static final String OCT = SIPDate.OCT;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 88 public static final String OCT = "Oct";
232 sipMonth = OCT;
439 } else if (sipMonth.compareToIgnoreCase(OCT) == 0) {
  /external/elfutils/src/
ldlex.l 86 OCT 0[0-7]*[kKmM]?
180 {HEX}|{OCT}|{DEC} { char *endp;
  /bionic/libc/stdio/
vfprintf.c 196 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */
590 base = OCT;
669 case OCT:
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 491 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
493 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
494 OCT == Context->getCanonicalType(Context->getObjCClassType()))
497 if (const PointerType *PT = OCT->getAs<PointerType>()) {
    [all...]
RewriteObjC.cpp 453 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
455 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
456 OCT == Context->getCanonicalType(Context->getObjCClassType()))
459 if (const PointerType *PT = OCT->getAs<PointerType>()) {
    [all...]

Completed in 429 milliseconds