Searched refs:CB (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.h73 template <typename CB, typename CBArg>
74 static void scheduleCallback(ExecutionContext*, CB*, PassRefPtrWillBeRawPtr<CBArg>);
76 template <typename CB, typename CBArg>
77 static void scheduleCallback(ExecutionContext*, CB*, CBArg*);
79 template <typename CB, typename CBArg>
80 static void scheduleCallback(ExecutionContext*, CB*, const HeapVector<CBArg>&);
82 template <typename CB, typename CBArg>
83 static void scheduleCallback(ExecutionContext*, CB*, const CBArg&);
85 template <typename CB>
86 static void scheduleCallback(ExecutionContext*, CB*);
[all...]
H A DFileSystemCallbacks.h71 template <typename CB, typename CBArg>
72 void handleEventOrScheduleCallback(RawPtr<CB>, RawPtr<CBArg>);
75 template <typename CB, typename CBArg>
76 void handleEventOrScheduleCallback(RawPtr<CB>, CBArg*);
78 template <typename CB, typename CBArg>
79 void handleEventOrScheduleCallback(RawPtr<CB>, PassRefPtrWillBeRawPtr<CBArg>);
81 template <typename CB>
82 void handleEventOrScheduleCallback(RawPtr<CB>);
H A DFileSystemCallbacks.cpp91 template <typename CB, typename CBArg>
92 void FileSystemCallbacksBase::handleEventOrScheduleCallback(RawPtr<CB> callback, RawPtr<CBArg> arg)
98 template <typename CB, typename CBArg>
99 void FileSystemCallbacksBase::handleEventOrScheduleCallback(RawPtr<CB> callback, CBArg* arg)
111 template <typename CB, typename CBArg>
112 void FileSystemCallbacksBase::handleEventOrScheduleCallback(RawPtr<CB> callback, PassRefPtrWillBeRawPtr<CBArg> arg)
124 template <typename CB>
125 void FileSystemCallbacksBase::handleEventOrScheduleCallback(RawPtr<CB> callback)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dvq3.h31 int16_t *CB, /* (i) the vector quantization codebook (Q13) */
H A Dvq4.h31 int16_t *CB, /* (i) the vector quantization codebook (Q13) */
H A Dsplit_vq.h33 int16_t *CB, /* (i) the quantizer codebook in Q13 */
H A Dvq3.c29 int16_t *CB, /* codebook in Q13 */
43 tmp = X[0] - CB[pos];
46 tmp = X[i] - CB[pos + i];
59 Xq[i] = CB[minindex*3 + i];
26 WebRtcIlbcfix_Vq3( int16_t *Xq, int16_t *index, int16_t *CB, int16_t *X, int16_t n_cb ) argument
H A Dvq4.c29 int16_t *CB, /* codebook in Q13 */
43 tmp = X[0] - CB[pos];
46 tmp = X[i] - CB[pos + i];
59 Xq[i] = CB[minindex*4 + i];
26 WebRtcIlbcfix_Vq4( int16_t *Xq, int16_t *index, int16_t *CB, int16_t *X, int16_t n_cb ) argument
H A Dsplit_vq.c33 int16_t *CB, /* (i) the quantizer codebook in Q13 */
44 CBPtr=CB;
28 WebRtcIlbcfix_SplitVq( int16_t *qX, int16_t *index, int16_t *X, int16_t *CB, int16_t *dim, int16_t *cbsize ) argument
H A Dcb_mem_energy.c31 int16_t *CB, /* (i) The CB memory (1:st section) */
32 int16_t *filteredCB, /* (i) The filtered CB memory (2:nd section) */
33 int16_t lMem, /* (i) Length of the CB memory */
35 int16_t *energyW16, /* (o) Energy in the CB vectors */
48 ppi = CB+lMem-lTarget-1;
49 ppo = CB+lMem-1;
51 pp=CB+lMem-lTarget;
29 WebRtcIlbcfix_CbMemEnergy( int16_t range, int16_t *CB, int16_t *filteredCB, int16_t lMem, int16_t lTarget, int16_t *energyW16, int16_t *energyShifts, int16_t scale, int16_t base_size ) argument
H A Dcb_mem_energy.h24 int16_t *CB, /* (i) The CB memory (1:st section) */
25 int16_t *filteredCB, /* (i) The filtered CB memory (2:nd section) */
26 int16_t lMem, /* (i) Length of the CB memory */
28 int16_t *energyW16, /* (o) Energy in the CB vectors */
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp44 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);
83 const CFGBlock *CB = BE->getBlock(); local
84 reachable.insert(CB->getBlockID());
101 const CFGBlock *CB = *I; local
103 if (reachable.count(CB->getBlockID()))
107 if (isEmptyCFGBlock(CB))
111 if (!visited.count(CB
174 FindUnreachableEntryPoints(const CFGBlock *CB, CFGBlocksSet &reachable, CFGBlocksSet &visited) argument
196 getUnreachableStmt(const CFGBlock *CB) argument
212 isInvalidPath(const CFGBlock *CB, const ParentMap &PM) argument
247 isEmptyCFGBlock(const CFGBlock *CB) argument
[all...]
H A DAnalyzerStatsChecker.cpp64 const CFGBlock *CB = BE->getBlock(); local
65 reachable.insert(CB);
76 const CFGBlock *CB = *I; local
79 if (!reachable.count(CB)) {
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_test.cc38 struct CB { struct
42 CB(port::AtomicPointer* p, int i) : last_id_ptr(p), id(i) { } function in struct:leveldb::CB
45 CB* cb = reinterpret_cast<CB*>(v);
53 CB cb1(&last_id, 1);
54 CB cb2(&last_id, 2);
55 CB cb3(&last_id, 3);
56 CB cb4(&last_id, 4);
57 env_->Schedule(&CB::Run, &cb1);
58 env_->Schedule(&CB
[all...]
/external/eigen/blas/
H A Dlsame.f1 LOGICAL FUNCTION LSAME(CA,CB)
8 CHARACTER CA,CB local in function:LSAME
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/media/base/
H A Dcallback_holder.h16 template <typename CB> class CallbackHolder {
28 void SetCallback(const CB& cb) {
42 // This method has overloaded versions to support different types of CB.
82 CB original_cb_;
/external/clang/include/clang/Analysis/Analyses/
H A DReachableCode.h65 Callback &CB);
/external/clang/test/Modules/
H A Dredecl-add-after-load.cpp23 typedef C::A CB; typedef
45 CB struct_struct_test;
/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp25 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, argument
71 CB(static_cast<CXFile>(
/external/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h15 typedef C::A CB; typedef
/external/ltrace/
H A Dvect.h161 #define VECT_EACH(VECP, ELT_TYPE, START_AFTER, CB, DATA) \
165 /* Check that CB is typed properly. */ \
166 enum callback_status (*_cb)(ELT_TYPE *, void *) = CB; \
180 #define VECT_EACH_CST(VECP, ELT_TYPE, START_AFTER, CB, DATA) \
184 /* Check that CB is typed properly. */ \
185 enum callback_status (*_cb)(const ELT_TYPE *, void *) = CB; \
201 /* Check that CB is typed properly. */ \
/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp268 BasicBlock *CB;
275 CB = PBI->getSuccessor(1 - Idx);
279 .splice(FirstCondBlock->end(), CB->getInstList());
294 if (CB == LastCondBlock)
297 CB->dropAllReferences();
298 // make CB unreachable and let downstream to delete the block.
299 new UnreachableInst(CB->getContext(), CB);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Daccelerometer.css96 background-color: #7992CB;
103 background-color: #7992CB;
/external/clang/lib/Analysis/
H A DReachableCode.cpp363 clang::reachable_code::Callback &CB);
371 clang::reachable_code::Callback &CB);
443 clang::reachable_code::Callback &CB) {
476 reportDeadCode(Block, S, CB);
496 reportDeadCode(Block, I->second, CB);
571 clang::reachable_code::Callback &CB) {
601 CB.HandleUnreachable(reachable_code::UK_Loop_Increment,
621 CB.HandleUnreachable(UK, Loc, SilenceableCondVal, R1, R2);
638 Callback &CB) {
672 numReachable += DS.scanBackwards(block, CB);
442 scanBackwards(const clang::CFGBlock *Start, clang::reachable_code::Callback &CB) argument
569 reportDeadCode(const CFGBlock *B, const Stmt *S, clang::reachable_code::Callback &CB) argument
637 FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, Callback &CB) argument
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h312 template <typename CB> CB scanReachableSymbols(SVal val) const;
313 template <typename CB> CB scanReachableSymbols(const SVal *beg,
316 template <typename CB> CB
772 template <typename CB>
773 CB ProgramState::scanReachableSymbols(SVal val) const {
774 CB cb(this);
779 template <typename CB>
[all...]

Completed in 5978 milliseconds

1234