/third_party/boost/libs/container_hash/test/ |
D | hash_std_smart_ptr_test.cpp | 32 std::shared_ptr<int> ptr1(new int(10)); in shared_ptr_tests() local 56 std::unique_ptr<int> ptr1(new int(10)); in unique_ptr_tests() local
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deUniquePtr.cpp | 166 MovePtr<Object> ptr1(new Object(exists1)); in UniquePtr_selfTest() local 178 MovePtr<Object> ptr1(new Object(exists)); in UniquePtr_selfTest() local 193 MovePtr<Object> ptr1; in UniquePtr_selfTest() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | mix_neon.c | 86 const int16_t *ptr1 = streams[1].ptr; in pa_mix2_ch1_s16ne_neon() local 125 const int16_t *ptr1 = streams[1].ptr; in pa_mix2_ch2_s16ne_neon() local 174 const int16_t *ptr1 = streams[1].ptr; in pa_mix2_ch4_s16ne_neon() local
|
/third_party/unity/test/tests/ |
D | test_unity_core.c | 198 char* ptr1 = NULL; in testIsNull() local 207 const char* ptr1 = "hello"; in testIsNullShouldFailIfNot() local 216 char* ptr1 = NULL; in testNotNullShouldFailIfNULL() local 225 const char* ptr1 = "\0"; in testIsEmpty() local 234 const char* ptr1 = "hello"; in testIsEmptyShouldFailIfNot() local 243 const char* ptr1 = "\0"; in testNotEmptyShouldFailIfEmpty() local
|
/third_party/json/doc/examples/ |
D | json_pointer__back.cpp | 9 json::json_pointer ptr1("/foo"); in main() local
|
D | json_pointer__parent_pointer.cpp | 9 json::json_pointer ptr1(""); in main() local
|
D | json_pointer__empty.cpp | 10 json::json_pointer ptr1(""); in main() local
|
D | json_pointer__to_string.cpp | 9 json::json_pointer ptr1(""); in main() local
|
/third_party/boost/libs/core/test/swap/ |
D | swap_std_typeinfo_ptr.cpp | 23 const std::type_info * ptr1 = initial_value1; in main() local
|
D | std_typeinfo_ptr.cpp | 23 const std::type_info * ptr1 = initial_value1; in main() local
|
D | array_of_array_of_int.cpp | 26 int* const ptr1 = array1[0]; in main() local
|
D | swap_array_of_array_of_int.cpp | 26 int* const ptr1 = array1[0]; in main() local
|
D | array_of_array_of_class.cpp | 49 swap_test_class* const ptr1 = array1[0]; in main() local
|
D | swap_array_of_array_of_class.cpp | 49 swap_test_class* const ptr1 = array1[0]; in main() local
|
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_interpolate_f32.c | 145 const float32_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate2_f32_mve() local 268 const float32_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_f32() local 482 float32_t *ptr1; /* Temporary pointers for state buffer */ in arm_fir_interpolate_f32() local 837 float32_t *ptr1; /* Temporary pointer for state buffer */ in arm_fir_interpolate_f32() local
|
D | arm_fir_interpolate_q31.c | 69 const q31_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_q31() local 361 q31_t *ptr1; /* Temporary pointer for state buffer */ in arm_fir_interpolate_q31() local
|
D | arm_fir_interpolate_q15.c | 69 const q15_t *ptr1, *ptr2; /* Temporary pointers for state and coefficient buffers */ in arm_fir_interpolate_q15() local 364 q15_t *ptr1; /* Temporary pointer for state buffer */ in arm_fir_interpolate_q15() local
|
/third_party/boost/libs/iterator/test/ |
D | distance_test.cpp | 25 int* ptr1 = array; in main() local
|
D | advance_test.cpp | 26 int* ptr1 = array; in main() local
|
/third_party/boost/libs/unordered/test/unordered/ |
D | minimal_allocator.cpp | 68 T* ptr1 = traits::allocate(a, 1); in test_simple_allocator() local
|
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_cfft_radix4_q15.c | 160 q15_t *ptr1; in arm_radix4_butterfly_q15() local 1030 q15_t *ptr1; in arm_radix4_butterfly_inverse_q15() local
|
/third_party/ffmpeg/libavcodec/ |
D | truespeech.c | 170 int16_t tmp[146 + 60], *ptr0, *ptr1; in truespeech_apply_twopoint_filter() local 198 const int16_t *ptr1; in truespeech_place_pulses() local 252 int16_t *ptr0, *ptr1; in truespeech_synth() local
|
D | pnmdec.c | 189 unsigned char *ptr1, *ptr2; in pnm_decode_frame() local 219 uint16_t *ptr1, *ptr2; in pnm_decode_frame() local
|
/third_party/boost/libs/interprocess/test/ |
D | unique_ptr_test.cpp | 66 offset_ptr<MyClass> ptr1 = my_ptr.get(); in main() local
|
/third_party/boost/libs/ptr_container/test/ |
D | indirect_fun.cpp | 34 std::string* ptr1 = &s1; in test_fun() local
|