Home
last modified time | relevance | path

Searched defs:mem1 (Results 1 – 21 of 21) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_lvalue.pass.cpp40 void mem1() {++count;} in mem1() function
155 int mem1() {return 3;} in mem1() function
230 void mem1(int i) {count += i;} in mem1() function
256 std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), j); in test_void_2() local
259 std::bind(&A_void_2::mem1, _2, _1)(j, A_void_2()); in test_void_2() local
Dinvoke_rvalue.pass.cpp40 void mem1() {++count;} in mem1() function
145 int mem1() {return 3;} in mem1() function
214 void mem1(int i) {count += i;} in mem1() function
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Dextended_types.pass.cpp35 int mem1() { return ++count; } in mem1() function
44 int mem1(int x) { return count += x; } in mem1() function
52 int mem1(int x, int y) { return count += (x + y); } in mem1() function
98 mem1_t mem1 = &T::mem1; in test_ext_int_0() local
210 mem1_t mem1 = &T::mem1; in test_ext_int_1() local
295 mem1_t mem1 = &T::mem1; in test_ext_int_2() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_extended_types.pass.cpp35 int mem1() { return ++count; } in mem1() function
44 int mem1(int x) { return count += x; } in mem1() function
52 int mem1(int x, int y) { return count += (x + y); } in mem1() function
97 mem1_t mem1 = &T::mem1; in test_ext_int_0() local
209 mem1_t mem1 = &T::mem1; in test_ext_int_1() local
294 mem1_t mem1 = &T::mem1; in test_ext_int_2() local
/external/valgrind/none/tests/mips32/
DMemCpyTest.c3 unsigned int mem1[] = { variable
DLoadStore1.c10 unsigned int mem1[] = { variable
DLoadStore.c10 unsigned int mem1[] = { variable
Dvfp.c49 double mem1[] = { variable
/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
Ddestroy_at.pass.cpp48 void* mem1 = std::malloc(sizeof(Counted)); in main() local
63 void* mem1 = std::malloc(sizeof(DCounted)); in main() local
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
Dinvoke.pass.cpp38 void mem1() {++count;} in mem1() function
115 int mem1() {return 3;} in mem1() function
190 void mem1(int i) {count += i;} in mem1() function
271 int mem1(int i) {return i+1;} in mem1() function
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
Dinvoke.pass.cpp112 void mem1() {++count;} in mem1() function
191 int mem1() {return 3;} in mem1() function
269 void mem1(int i) {count += i;} in mem1() function
352 int mem1(int i) {return i+1;} in mem1() function
/external/valgrind/none/tests/mips64/
Dload_store_multiple.c10 unsigned int mem1[] = { variable
/external/libchrome/base/memory/
Dref_counted_memory_unittest.cc57 scoped_refptr<RefCountedMemory> mem1 = RefCountedString::TakeString(&s1); in TEST() local
/external/clang/test/CodeGenCXX/
Dfloat128-declarations.cpp53 C mem1; member
Dvalue-init.cpp73 int mem1; member
/external/libopus/celt/
Dpitch.c113 opus_val32 mem0, mem1, mem2, mem3, mem4; in celt_fir5() local
Dcelt_encoder.c230 opus_val32 mem0,mem1; in transient_analysis() local
/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c330 bool native_slot_eq(upb_fieldtype_t type, void* mem1, void* mem2) { in native_slot_eq()
/external/speex/libspeex/
Dfilters.c477 …ord16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_… in qmf_synth()
/external/webp/src/mux/
Danim_encode.c1447 WebPMemoryWriter mem1, mem2; in FrameToFullCanvas() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1790 VkDeviceMemory mem1; in TEST_F() local