Searched refs:NB (Results 1 - 25 of 35) sorted by relevance

12

/external/clang/test/CXX/temp/temp.param/
H A Dp3.cpp32 namespace NB { struct S; } namespace in namespace:PR6831
35 using namespace NB;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACNB.txt32 $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
H A DruniSACfixfloat.txt38 $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
H A DruniSACfault.txt34 $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/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACNB.txt32 $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
H A DruniSACfixfloat.txt38 $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
H A DruniSACfault.txt34 $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/
H A Dproduct_trmm.cpp75 #define CALL_ALL_ORDERS(NB,SCALAR,MODE) \
76 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,ColMajor,ColMajor>())); \
77 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,ColMajor,RowMajor>())); \
78 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,RowMajor,ColMajor>())); \
79 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, ColMajor,RowMajor,RowMajor>())); \
80 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,ColMajor,ColMajor>())); \
81 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,ColMajor,RowMajor>())); \
82 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,RowMajor,ColMajor>())); \
83 EIGEN_CAT(CALL_SUBTEST_,NB)((trmm<SCALAR, MODE, RowMajor,RowMajor,RowMajor>())); \
85 EIGEN_CAT(CALL_SUBTEST_1,NB)((trm
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
H A DruniSACfixfloat.txt38 $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
/external/clang/test/CodeGen/
H A Dstruct.c48 typedef struct NB { struct
52 struct NB *n2;
54 } NB; typedef in typeref:struct:NB
56 void f2() { NB b; }
58 extern NB *f3();
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references-pr13207.cpp68 namespace NB { namespace
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
130 namespace NB { namespace in namespace:PR13207
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h80 NodeBuilder &NB; member in class:clang::ento::CheckerContext
96 NB(builder),
127 return NB.getContext().blockCount();
179 return NB.getContext().getBlock()->getBlockID();
300 node = NB.generateSink(LocalLoc, State, P);
302 node = NB.generateNode(LocalLoc, State, P);
/external/clang/test/Modules/
H A Dredecl-add-after-load.cpp19 typedef N::B NB; typedef
41 NB ns_struct_test;
/external/clang/test/SemaCXX/
H A Dexceptions.cpp113 namespace NB { struct S; } namespace in namespace:PR6831
117 using namespace NB;
H A Dfor-range-dereference.cpp47 NoBegin NB; local
48 for (auto i : NB) { }// expected-error{{range type 'NoBegin' has 'end' member but no 'begin' member}}
/external/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h11 typedef N::B NB; typedef
/external/llvm/include/llvm/Support/
H A DSourceMgr.h119 SrcBuffer NB; local
120 NB.Buffer = F;
121 NB.IncludeLoc = IncludeLoc;
122 Buffers.push_back(NB);
/external/stlport/stlport/stl/
H A D_slist.c188 const int NB = 64; local
189 _STLP_PRIV _CArray<slist<_Tp, _Alloc>, NB> __counter(__carry);
202 if (__fill >= NB) {
H A D_list.c213 const int NB = 64; local
214 _STLP_PRIV _CArray<list<_Tp, _Alloc>, NB> __counter(__carry);
226 if (__fill >= NB) {
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex61 \begin{NB}
66 \end{NB}
67 \begin{NB}
68 NB notes here and below reflect only my personal opinion,
70 \end{NB}
96 \begin{NB}
103 \end{NB}
111 \begin{NB}
116 \end{NB}
123 \begin{NB}
[all...]
H A Dip-cref.tex38 The paragraphs beginning with NB contain side notes, warnings about
99 \begin{NB}
101 \end{NB}
102 \begin{NB}
104 \end{NB}
252 \begin{NB}
257 \end{NB}
291 \begin{NB}
295 \end{NB}
304 \begin{NB}
[all...]
H A Dip-tunnels.tex264 \begin{NB}
269 \end{NB}
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
H A Dnacl.scons36 # NB: there is a "plain" version of post-message based name service
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat11 :: NB: SHIFT command doesn't modify %*
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
H A Dlibyuv_tests.bat20 :: NB: SHIFT command doesn't modify %*

Completed in 1155 milliseconds

12