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 121 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD))
122 OS << '(' << *CID << ')';
Expr.cpp 607 if (const ObjCCategoryImplDecl *CID =
609 Out << '(' << *CID << ')';
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 276 ObjCCategoryImplDecl *CID);
770 ObjCCategoryImplDecl *CID) {
    [all...]
RewriteModernObjC.cpp 316 ObjCCategoryImplDecl *CID);
    [all...]

Completed in 176 milliseconds