/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/ |
D | extended_types.pass.cpp | 32 int mem2() const { return ++count; } in mem2() function 41 int mem2(int x) const { return count += x; } in mem2() function 49 int mem2(int x, int y) const { return count += (x + y); } in mem2() function 97 mem2_t mem2 = &T::mem2; in test_ext_int_0() local 209 mem2_t mem2 = &T::mem2; in test_ext_int_1() local 294 mem2_t mem2 = &T::mem2; in test_ext_int_2() local
|
/external/libchrome/base/memory/ |
D | ref_counted_memory_unittest.cc | 33 scoped_refptr<RefCountedMemory> mem2; in TEST() local 64 scoped_refptr<RefCountedMemory> mem2 = RefCountedBytes::TakeVector(&d2); in TEST() local
|
/external/clang/test/SemaTemplate/ |
D | crash.cpp | 8 void S<T>::mem2() { in mem2() function in S
|
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | invoke_rvalue.pass.cpp | 41 void mem2() const {count += 2;} in mem2() function 146 int mem2() const {return 4;} in mem2() function 215 void mem2(int i) const {count += i;} in mem2() function
|
D | invoke_lvalue.pass.cpp | 41 void mem2() const {count += 2;} in mem2() function 156 int mem2() const {return 4;} in mem2() function 231 void mem2(int i) const {count += i;} in mem2() function
|
/external/valgrind/none/tests/mips32/ |
D | MemCpyTest.c | 31 unsigned int mem2[100]; variable
|
D | LoadStore.c | 17 unsigned int mem2[] = { variable
|
D | LoadStore1.c | 17 unsigned int mem2[] = { variable
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
D | invoke.pass.cpp | 39 void mem2() const {++count;} in mem2() function 116 int mem2() const {return 4;} in mem2() function 191 void mem2(int i) const {count += i;} in mem2() function 272 int mem2(int i) const {return i+2;} in mem2() function
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
D | invoke.pass.cpp | 113 void mem2() const {++count;} in mem2() function 192 int mem2() const {return 4;} in mem2() function 270 void mem2(int i) const {count += i;} in mem2() function 353 int mem2(int i) const {return i+2;} in mem2() function
|
/external/valgrind/none/tests/mips64/ |
D | load_store_multiple.c | 17 unsigned int mem2[] = { variable
|
/external/libopus/celt/ |
D | pitch.c | 113 opus_val32 mem0, mem1, mem2, mem3, mem4; in celt_fir5() local
|
/external/clang/test/CodeGenCXX/ |
D | value-init.cpp | 74 int S::*mem2; member
|
/external/speex/libspeex/ |
D | filters.c | 477 …px_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack) in qmf_synth()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 748 VkDeviceMemory mem2; in TEST_F() local
|