/external/clang/test/CXX/temp/temp.param/ |
p3.cpp | 32 namespace NB { struct S; } 35 using namespace NB;
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/ |
runiSACNB.txt | 32 $ISAC $rate -FL 30 -NB 1 $INDIR/"$file" $OUTDIR/nb130_$index1"$file" >> $LOGFILE 33 $ISAC $rate -FL 60 -NB 1 $INDIR/"$file" $OUTDIR/nb160_$index1"$file" >> $LOGFILE 34 $ISAC $rate -FL 30 -NB 2 $INDIR/"$file" $OUTDIR/nb230_$index1"$file" >> $LOGFILE 35 $ISAC $rate -FL 60 -NB 2 $INDIR/"$file" $OUTDIR/nb260_$index1"$file" >> $LOGFILE 36 $ISAC $rate -FL 30 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc30_$index1"$file" >> $LOGFILE 37 $ISAC $rate -FL 60 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc60_$index1"$file" >> $LOGFILE
|
runiSACfixfloat.txt | 38 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 1 $INDIR/"$file" $OUTDIR/flfxnb1_$index1"$file" >> $LOGFILE 39 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 1 $INDIR/"$file" $OUTDIR/fxflnb1_$index1"$file" >> $LOGFILE 40 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 2 -PLC $INDIR/"$file" $OUTDIR/flfxnb2_$index1"$file" >> $LOGFILE 41 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 2 -PLC $INDIR/"$file" $OUTDIR/fxflnb2_$index1"$file" >> $LOGFILE
|
runiSACfault.txt | 34 $ISAC 32000 -F 10 -NB 1 $INDIR/"$file" $OUTDIR/ft10nb1_"$file" >> $LOGFILE 35 $ISAC 32000 -F 10 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/ft10nb2_"$file" >> $LOGFILE
|
/external/eigen/test/ |
product_trmm.cpp | 76 #define CALL_ALL_ORDERS(NB,SCALAR,MODE) \ 77 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,ColMajor,ColMajor>())); \ 78 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,ColMajor,RowMajor>())); \ 79 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,RowMajor,ColMajor>())); \ 80 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,RowMajor,RowMajor>())); \ 81 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,ColMajor,ColMajor>())); \ 82 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,ColMajor,RowMajor>())); \ 83 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,RowMajor,ColMajor>())); \ 84 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,RowMajor,RowMajor>())); \ 86 EIGEN_CAT(CALL_SUBTEST_1,NB)((trmv<SCALAR, MODE, ColMajor>())); [all...] |
/external/clang/test/CodeGen/ |
struct.c | 48 typedef struct NB { 52 struct NB *n2; 54 } NB; 56 void f2() { NB b; } 58 extern NB *f3();
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-back-references-pr13207.cpp | 68 namespace NB { 73 void foo5(NA::Y<NB::Y<NA::Y<NB::Y<NA::X> > > > arg) {} 74 // CHECK: "\01?foo5@@YAXV?$Y@V?$Y@V?$Y@V?$Y@VX@NA@@@NB@@@NA@@@NB@@@NA@@@Z" 76 void foo11(NA::Y<NA::X>, NB::Y<NA::X>) {} 79 void foo112(NA::Y<NA::X>, NB::Y<NB::X>) {} 80 // CHECK: "\01?foo112@@YAXV?$Y@VX@NA@@@NA@@V?$Y@VX@NB@@@NB@@@Z [all...] |
/external/clang/test/SemaCXX/ |
exceptions.cpp | 113 namespace NB { struct S; } 117 using namespace NB;
|
for-range-dereference.cpp | 47 NoBegin NB; 48 for (auto i : NB) { }// expected-error{{range type 'NoBegin' has 'end' member but no 'begin' member}}
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 80 NodeBuilder &NB; 96 NB(builder), 127 return NB.getContext().blockCount(); 295 node = NB.generateSink(LocalLoc, State, P); 297 node = NB.generateNode(LocalLoc, State, P);
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditorBuffer.h | 69 M4OSA_UInt32 NB;
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorBuffer.c | 105 pool->NB = nbBuffers; 138 for (j = 0; j < ppool->NB; j++) 182 for (i=0; i < ppool->NB; i++) 216 for(index = 0; index < pool->NB; index++) 253 for(index = 0; index< pool->NB; index++)
|
/external/llvm/include/llvm/Support/ |
SourceMgr.h | 113 SrcBuffer NB; 114 NB.Buffer = F; 115 NB.IncludeLoc = IncludeLoc; 116 Buffers.push_back(NB);
|
/external/stlport/stlport/stl/ |
_list.c | 213 const int NB = 64; 214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); 226 if (__fill >= NB) {
|
_slist.c | 189 const int NB = 64; 190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); 203 if (__fill >= NB) {
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_list.c | 213 const int NB = 64; 214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); 226 if (__fill >= NB) {
|
_slist.c | 189 const int NB = 64; 190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); 203 if (__fill >= NB) {
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_list.c | 213 const int NB = 64; 214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); 226 if (__fill >= NB) {
|
_slist.c | 189 const int NB = 64; 190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); 203 if (__fill >= NB) {
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_list.c | 213 const int NB = 64; 214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); 226 if (__fill >= NB) {
|
_slist.c | 189 const int NB = 64; 190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); 203 if (__fill >= NB) {
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_list.c | 213 const int NB = 64; 214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); 226 if (__fill >= NB) {
|
_slist.c | 189 const int NB = 64; 190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); 203 if (__fill >= NB) {
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_list.c | 213 const int NB = 64; 214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry); 226 if (__fill >= NB) {
|
_slist.c | 189 const int NB = 64; 190 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry); 203 if (__fill >= NB) {
|