OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CID
(Results
1 - 11
of
11
) sorted by null
/external/freetype/include/freetype/internal/services/
svcid.h
5
/* The FreeType
CID
font services (specification). */
27
#define FT_SERVICE_ID_CID "
CID
"
40
FT_UInt *
cid
);
42
FT_DEFINE_SERVICE(
CID
)
/external/freetype/include/freetype/
ftmoderr.h
111
FT_MODERRDEF(
CID
, 0x600, "
CID
module" )
/external/clang/lib/AST/
Mangle.cpp
124
if (const ObjCCategoryImplDecl *
CID
= dyn_cast<ObjCCategoryImplDecl>(CD))
125
OS << '(' <<
CID
<< ')';
DeclObjC.cpp
[
all
...]
Expr.cpp
418
if (const ObjCCategoryImplDecl *
CID
=
420
Out << '(' <<
CID
<< ')';
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp
85
if (const ObjCCategoryImplDecl *
CID
= CD->getImplementation())
86
Scan(M,
CID
);
/cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java
36
private static final int
CID
= 0xffff;
/external/clang/lib/Rewrite/
RewriteObjC.cpp
256
ObjCCategoryImplDecl *
CID
);
[
all
...]
/external/clang/include/clang/AST/
DeclObjC.h
[
all
...]
/external/clang/lib/CodeGen/
CGObjCMac.cpp
[
all
...]
Completed in 624 milliseconds