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

  /external/arduino/hardware/arduino/cores/arduino/
Print.h 30 #define OCT 8
  /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/0.153/src/
ldlex.l 86 OCT 0[0-7]*[kKmM]?
180 {HEX}|{OCT}|{DEC} { char *endp;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 319 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */
829 base = OCT;
927 case OCT:
    [all...]
vfwprintf.c 322 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */
806 base = OCT;
903 case OCT:
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 561 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
563 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
564 OCT == Context->getCanonicalType(Context->getObjCClassType()))
567 if (const PointerType *PT = OCT->getAs<PointerType>()) {
    [all...]
RewriteObjC.cpp 461 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
463 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
464 OCT == Context->getCanonicalType(Context->getObjCClassType()))
467 if (const PointerType *PT = OCT->getAs<PointerType>()) {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 607 milliseconds