/external/clang/test/ASTMerge/Inputs/ |
namespace1.cpp | 15 namespace N3 {
|
namespace2.cpp | 15 namespace N3 {
|
/external/clang/test/CodeCompletion/ |
namespace.cpp | 1 namespace N3 {
|
namespace-alias.cpp | 2 namespace N3 { } 5 class N3;
|
using-namespace.cpp | 2 namespace N3 { } 5 class N3;
|
using.cpp | 2 namespace N3 { } 5 class N3; 14 int N3; 22 // CHECK-CC1: N3
|
/external/clang/test/Modules/Inputs/ |
namespaces-top.h | 9 namespace N3 {
|
namespaces-right.h | 22 namespace N3 {
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p2-template-id.cpp | 13 namespace N3 {
|
/external/clang/test/PCH/Inputs/ |
namespaces.h | 28 namespace N3 {
|
/external/clang/test/SemaTemplate/ |
instantiate-call.cpp | 23 namespace N3 { 33 template struct N3::call_f0<int, char&>; // expected-note{{instantiation}} 34 template struct N3::call_f0<N1::X0, int&>; 48 template struct N3::call_f0<int, short&>; // expected-note{{instantiation}}
|
instantiate-expr-3.cpp | 36 namespace N3 { 44 template struct N2::PlusEquals0<N3::Y, long, short&>; 46 template struct N2::PlusEquals0<N3::Y, int, short&>; // expected-note{{instantiation}}
|
temp_explicit.cpp | 100 namespace N3 {
|
instantiate-expr-2.cpp | 19 namespace N3 { 38 namespace N3 { 49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ; 53 namespace N3 { 54 eight_bytes operator-(::N3::Z); 65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
|
/external/clang/test/PCH/ |
namespaces.cpp | 27 namespace N3 { 33 N3::C *cp2;
|
/external/llvm/unittests/IR/ |
MDBuilderTest.cpp | 87 MDNode *N3 = MDHelper.createTBAANode("Node", R); 88 EXPECT_EQ(N0, N3);
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/ |
p3.cpp | 62 namespace N3 {
|
/external/clang/test/CodeGenCXX/ |
bitfield.cpp | 245 namespace N3 {
|
references.cpp | 234 namespace N3 { 244 // CHECK: call void @_ZN2N31AC1Ei(%"struct.N3::A"* @_ZGRN2N35sA123E, i32 123)
|
/external/aac/libFDK/src/ |
fft.cpp | 198 #define N3 3 235 l += (2*N5) + (2*N3); 271 for(i=0,l=0,k=0; i<N3; i++, k+=10) 276 pDst[k+2] = pSrc[l+0+(2*N3)]; 277 pDst[k+3] = pSrc[l+1+(2*N3)]; 278 pDst[k+4] = pSrc[l+0+(4*N3)]; 279 pDst[k+5] = pSrc[l+1+(4*N3)]; 280 pDst[k+6] = pSrc[l+0+(6*N3)]; 281 pDst[k+7] = pSrc[l+1+(6*N3)]; 282 pDst[k+8] = pSrc[l+0+(8*N3)]; [all...] |
/external/speex/libspeex/ |
preprocess.c | 398 int N, N3, N4, M; 426 N3 = 2*N - st->frame_size; 427 N4 = st->frame_size - N3; 470 st->inbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t)); 471 st->outbuf = (spx_word16_t*)speex_alloc(N3*sizeof(spx_word16_t)); 473 conj_window(st->window, 2*N3); 474 for (i=2*N3;i<2*st->ps_size;i++) 479 for (i=N3-1;i>=0;i--) 481 st->window[i+N3+N4]=st->window[i+N3]; [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_builtin.py | 202 class N3(N2): pass 203 n3 = N3() 204 self.assertTrue(callable(n3)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_builtin.py | 202 class N3(N2): pass 203 n3 = N3() 204 self.assertTrue(callable(n3)) [all...] |