/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
PERF-VERSION-GEN | 16 CID= 21 CID=$(git log -1 --abbrev=4 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID" 27 VN="$TAG$CID" 28 if test -n "$CID"
|
/external/chromium_org/third_party/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/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/chromium_org/third_party/freetype/include/freetype/ |
ftmoderr.h | 148 FT_MODERRDEF( CID, 0x600, "CID module" )
|
/external/freetype/include/ |
ftmoderr.h | 148 FT_MODERRDEF( CID, 0x600, "CID module" )
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCUnusedIVarsChecker.cpp | 91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) 92 Scan(M, CID);
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
NeighboringCellInfoTest.java | 31 private static final int CID = 0xffff;
|
/external/clang/lib/AST/ |
Mangle.cpp | 243 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) 244 OS << '(' << *CID << ')';
|
DeclObjC.cpp | [all...] |
Expr.cpp | 641 if (const ObjCCategoryImplDecl *CID = 643 Out << '(' << *CID << ')'; [all...] |
ASTContext.cpp | [all...] |
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
hidgnubbydevice.js | 52 // Use magic CID 0 to address all. 54 0, 0, 0, 0, // broadcast CID 102 '[' + client.cid.toString(16) + '] left?')); 211 * @param {number} cid Channel id 216 HidGnubbyDevice.prototype.checkLock_ = function(cid, cmd) { 219 if (this.lockCID != cid) { 226 [(cid >> 24) & 255, 227 (cid >> 16) & 255, 228 (cid >> 8) & 255, 229 cid & 255 [all...] |
usbgnubbydevice.js | 58 // Use magic CID 0 to address all. 60 0, 0, 0, 0, // broadcast CID 117 '[' + client.cid.toString(16) + '] left?')); 280 * @param {number} cid Channel id 285 UsbGnubbyDevice.prototype.checkLock_ = function(cid, cmd) { 288 if (this.lockCID != cid) { 295 [(cid >> 24) & 255, 296 (cid >> 16) & 255, 297 (cid >> 8) & 255, 298 cid & 255 [all...] |
/external/clang/lib/Rewrite/Frontend/ |
RewriteModernObjC.cpp | 331 ObjCCategoryImplDecl *CID); [all...] |
RewriteObjC.cpp | 277 ObjCCategoryImplDecl *CID); 777 ObjCCategoryImplDecl *CID) { [all...] |
/external/fonttools/Lib/fontTools/ |
cffLib.py | 771 # if it is a CID-keyed font, then the private Dict is extracted from the parent.FDArray 801 assert value == 0 # We get here only when processing fontDicts from the FDArray of CFF-CID fonts. Only the real topDict references the chrset. 905 CID = readCard16(file) 906 charset.append("cid" + str(CID).zfill(5)) 924 for CID in range(first, first+nLeft+1): 925 charset.append("cid" + str(CID).zfill(5)) [all...] |
/external/clang/include/clang/AST/ |
DeclObjC.h | [all...] |
/external/clang/lib/CodeGen/ |
CGObjCMac.cpp | [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |