HomeSort by relevance Sort by last modified time
    Searched defs:CID (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java 31 private static final int CID = 0xffff;
  /external/clang/lib/AST/
Mangle.cpp 126 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD))
127 OS << '(' << *CID << ')';
Expr.cpp 514 if (const ObjCCategoryImplDecl *CID =
516 Out << '(' << *CID << ')';
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 288 ObjCCategoryImplDecl *CID);
782 ObjCCategoryImplDecl *CID) {
    [all...]
RewriteObjC.cpp 274 ObjCCategoryImplDecl *CID);
764 ObjCCategoryImplDecl *CID) {
    [all...]

Completed in 396 milliseconds