/external/clang/test/Rewriter/ |
dllimport-typedef.c | 6 typedef __declspec(dllimport) int CB(void);
|
/external/eigen/blas/ |
lsame.f | 1 LOGICAL FUNCTION LSAME(CA,CB) 8 CHARACTER CA,CB 14 * LSAME returns .TRUE. if CA is the same letter as CB regardless of 22 * CB (input) CHARACTER*1 23 * CA and CB specify the single characters to be compared. 36 LSAME = CA .EQ. CB 49 INTB = ICHAR(CB)
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
env_test.cc | 38 struct CB { 42 CB(port::AtomicPointer* p, int i) : last_id_ptr(p), id(i) { } 45 CB* cb = reinterpret_cast<CB*>(v); local 46 void* cur = cb->last_id_ptr->NoBarrier_Load(); 47 ASSERT_EQ(cb->id-1, reinterpret_cast<uintptr_t>(cur)); 48 cb->last_id_ptr->Release_Store(reinterpret_cast<void*>(cb->id)); 53 CB cb1(&last_id, 1) [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
AnalyzerStatsChecker.cpp | 64 const CFGBlock *CB = BE->getBlock(); 65 reachable.insert(CB); 76 const CFGBlock *CB = *I; 79 if (!reachable.count(CB)) {
|
UnreachableCodeChecker.cpp | 44 static inline const Stmt *getUnreachableStmt(const CFGBlock *CB); 45 static void FindUnreachableEntryPoints(const CFGBlock *CB, 48 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM); 49 static inline bool isEmptyCFGBlock(const CFGBlock *CB); 80 const CFGBlock *CB = BE->getBlock(); 81 reachable.insert(CB->getBlockID()); 98 const CFGBlock *CB = *I; 100 if (reachable.count(CB->getBlockID())) 104 if (isEmptyCFGBlock(CB)) 108 if (!visited.count(CB->getBlockID()) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_yuv_sw.c | 109 unsigned char *cb, unsigned char *out, 113 unsigned char *cb, unsigned char *out, 127 unsigned char *cb, unsigned char *out, 131 unsigned char *cb, unsigned char *out, 137 unsigned char *cb, unsigned char *out, 165 + colortab[ *cb + 2*256 ]; 166 cb_b = 2*768+256 + colortab[ *cb + 3*256 ]; 167 ++cr; ++cb; 207 unsigned char *cb, unsigned char *out, 237 + colortab[ *cb + 2*256 ] [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableMap.h | 183 CBWrapperRef<Callback> CB(C); 184 Root->foreach(CB); 191 CBWrapper<Callback> CB; 192 Root->foreach(CB);
|
/external/chromium/net/tools/flip_server/ |
epoll_server.h | 124 typedef EpollCallbackInterface CB; 162 // cb - an instance of a subclass of EpollCallbackInterface 166 virtual void RegisterFD(int fd, CB* cb, int event_mask); 175 // cb - an instance of a subclass of EpollCallbackInterface 176 virtual void RegisterFDForWrite(int fd, CB* cb); 185 // cb - an instance of a subclass of EpollCallbackInterface 186 virtual void RegisterFDForReadWrite(int fd, CB* cb); 546 mutable EpollCallbackInterface* cb; member in struct:net::EpollServer::CBAndEventMask [all...] |
/external/chromium_org/net/tools/epoll_server/ |
epoll_server.h | 123 typedef EpollCallbackInterface CB; 161 // cb - an instance of a subclass of EpollCallbackInterface 165 virtual void RegisterFD(int fd, CB* cb, int event_mask); 174 // cb - an instance of a subclass of EpollCallbackInterface 175 virtual void RegisterFDForWrite(int fd, CB* cb); 184 // cb - an instance of a subclass of EpollCallbackInterface 185 virtual void RegisterFDForReadWrite(int fd, CB* cb); 541 mutable EpollCallbackInterface* cb; member in struct:net::EpollServer::CBAndEventMask [all...] |
/external/clang/tools/libclang/ |
IndexingContext.h | 284 IndexerCallbacks &CB; 343 : Ctx(0), ClientData(clientData), CB(indexCallbacks), 368 bool hasDiagnosticCallback() const { return CB.diagnostic; }
|
Indexing.cpp | 527 IndexerCallbacks CB; 528 memset(&CB, 0, sizeof(CB)); 529 unsigned ClientCBSize = index_callbacks_size < sizeof(CB) 530 ? index_callbacks_size : sizeof(CB); 531 memcpy(&CB, client_index_callbacks, ClientCBSize); 628 IndexAction.reset(new IndexingFrontendAction(client_data, CB, 767 IndexerCallbacks CB; 768 memset(&CB, 0, sizeof(CB)); [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 145 ConstantInt *CB = dyn_cast<ConstantInt>(B); 148 if (!CB || !CC) { 152 const APInt &BVal = CB->getValue(); [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifInterface.java | 531 public static final short CB = 2; [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifInterface.java | 531 public static final short CB = 2; [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | 531 public static final short CB = 2; [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifInterface.java | 531 public static final short CB = 2; [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifInterface.java | 531 public static final short CB = 2; [all...] |