/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill.pass.cpp | 35 test_char() in test_char() function 61 test_char<forward_iterator<char*> >(); in main() 62 test_char<bidirectional_iterator<char*> >(); in main() 63 test_char<random_access_iterator<char*> >(); in main() 64 test_char<char*>(); in main()
|
D | fill_n.pass.cpp | 40 test_char() in test_char() function 153 test_char<forward_iterator<char*> >(); in main() 154 test_char<bidirectional_iterator<char*> >(); in main() 155 test_char<random_access_iterator<char*> >(); in main() 156 test_char<char*>(); in main()
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill.pass.cpp | 36 test_char() in test_char() function 62 test_char<forward_iterator<char*> >(); in main() 63 test_char<bidirectional_iterator<char*> >(); in main() 64 test_char<random_access_iterator<char*> >(); in main() 65 test_char<char*>(); in main()
|
D | fill_n.pass.cpp | 41 test_char() in test_char() function 154 test_char<forward_iterator<char*> >(); in main() 155 test_char<bidirectional_iterator<char*> >(); in main() 156 test_char<random_access_iterator<char*> >(); in main() 157 test_char<char*>(); in main()
|
/external/rust/crates/syn/tests/ |
D | test_lit.rs | 113 fn test_char(s: &str, value: char) { in chars() function 119 test_char(&again, value); in chars() 126 test_char("'a'", 'a'); in chars() 127 test_char("'\\n'", '\n'); in chars() 128 test_char("'\\r'", '\r'); in chars() 129 test_char("'\\t'", '\t'); in chars() 130 test_char("''", ''); // NOTE: This is an emoji in chars() 131 test_char("'\\''", '\''); in chars() 132 test_char("'\"'", '"'); in chars() 133 test_char("'\\u{1F415}'", '\u{1F415}'); in chars() [all …]
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_repr.py | 24 def test_char(self): member in ReprTest
|
D | test_callbacks.py | 92 def test_char(self): member in Callbacks
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_repr.py | 24 def test_char(self): member in ReprTest
|
D | test_callbacks.py | 88 def test_char(self): member in Callbacks
|
/external/rust/crates/unicode-width/src/ |
D | tests.rs | 122 fn test_char() { in test_char() function
|
/external/rust/crates/quote/tests/ |
D | test.rs | 174 fn test_char() { in test_char() function
|
/external/clang/test/FixIt/ |
D | format.m | 98 void test_char(char c, signed char s, unsigned char u, uint8_t n) { function
|
/external/llvm-project/clang/test/FixIt/ |
D | format.m | 98 void test_char(char c, signed char s, unsigned char u, uint8_t n) { function
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | hsa-metadata-from-llvm-ir-full-v3.ll | 48 ; CHECK: .name: test_char 49 ; CHECK: .symbol: test_char.kd 50 define amdgpu_kernel void @test_char(i8 %a) #0
|
D | hsa-metadata-from-llvm-ir-full.ll | 26 ; CHECK: - Name: test_char 27 ; CHECK-NEXT: SymbolName: 'test_char@kd' 55 define amdgpu_kernel void @test_char(i8 %a) #0
|
/external/rust/crates/rand/src/distributions/ |
D | uniform.rs | 1295 fn test_char() { in test_char() function
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 1270 int test_char(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) { in test_char() function
|
/external/python/cffi/testing/cffi1/ |
D | test_new_ffi_1.py | 349 def test_char(self): member in TestNewFFI1
|
/external/python/cffi/testing/cffi0/ |
D | backend_tests.py | 287 def test_char(self): member in BackendTests
|