/external/grpc-grpc/test/core/client_channel/ |
D | retry_service_config_test.cc | 52 const char* test_json = in TEST_F() local 59 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 69 const char* test_json = in TEST_F() local 74 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 84 const char* test_json = in TEST_F() local 91 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 101 const char* test_json = in TEST_F() local 108 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 117 const char* test_json = in TEST_F() local 132 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() [all …]
|
D | client_channel_service_config_test.cc | 52 const char* test_json = "{\"loadBalancingConfig\": [{\"pick_first\":{}}]}"; in TEST_F() local 53 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 63 const char* test_json = in TEST_F() local 65 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 74 const char* test_json = in TEST_F() local 77 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 87 const char* test_json = "{\"loadBalancingConfig\": [{\"unknown\":{}}]}"; in TEST_F() local 88 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 98 const char* test_json = in TEST_F() local 103 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() [all …]
|
/external/grpc-grpc/test/core/service_config/ |
D | service_config_test.cc | 149 const char* test_json = in TEST_F() local 155 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 167 const char* test_json = in TEST_F() local 172 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 182 const char* test_json = in TEST_F() local 187 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 197 const char* test_json = in TEST_F() local 202 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 212 const char* test_json = in TEST_F() local 217 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() [all …]
|
/external/grpc-grpc/test/core/ext/filters/rbac/ |
D | rbac_service_config_parser_test.cc | 104 const char* test_json = in TEST_F() local 114 auto service_config = ServiceConfigImpl::Create(args, test_json); in TEST_F() 131 const char* test_json = in TEST_F() local 141 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 153 const char* test_json = in TEST_F() local 163 auto service_config = ServiceConfigImpl::Create(args, test_json); in TEST_F() 175 const char* test_json = in TEST_F() local 189 auto service_config = ServiceConfigImpl::Create(args, test_json); in TEST_F() 206 const char* test_json = in TEST_F() local 216 auto service_config = ServiceConfigImpl::Create(args, test_json); in TEST_F() [all …]
|
/external/grpc-grpc/test/core/message_size/ |
D | message_size_service_config_test.cc | 52 const char* test_json = in TEST_F() local 62 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 77 const char* test_json = in TEST_F() local 86 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F() 96 const char* test_json = in TEST_F() local 105 auto service_config = ServiceConfigImpl::Create(ChannelArgs(), test_json); in TEST_F()
|
/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/ |
D | json.rs | 577 test_json(expected, subscriber, || { in json() 611 test_json(expected, subscriber, || { in json_filename() 643 test_json(expected, subscriber, || { in json_flattened_event() 658 test_json(expected, subscriber, || { in json_disabled_current_span_event() 673 test_json(expected, subscriber, || { in json_disabled_span_list_event() 688 test_json(expected, subscriber, || { in json_nested_span() 710 test_json(expected, subscriber, || { in json_no_span() 845 fn test_json<T>( in test_json() function
|
/external/python/cpython3/Lib/test/test_json/ |
D | __main__.py | 2 from test.test_json import load_tests
|
D | test_pass3.py | 1 from test.test_json import PyTest, CTest
|
D | test_pass1.py | 1 from test.test_json import PyTest, CTest
|
D | test_pass2.py | 1 from test.test_json import PyTest, CTest
|
D | test_default.py | 2 from test.test_json import PyTest, CTest
|
D | test_separators.py | 2 from test.test_json import PyTest, CTest
|
D | test_encode_basestring_ascii.py | 2 from test.test_json import PyTest, CTest
|
D | test_float.py | 2 from test.test_json import PyTest, CTest
|
D | test_indent.py | 3 from test.test_json import PyTest, CTest
|
D | test_scanstring.py | 2 from test.test_json import PyTest, CTest
|
D | test_dump.py | 2 from test.test_json import PyTest, CTest
|
D | test_recursion.py | 2 from test.test_json import PyTest, CTest
|
D | test_speedups.py | 1 from test.test_json import CTest
|
D | test_fail.py | 1 from test.test_json import PyTest, CTest
|
D | test_unicode.py | 3 from test.test_json import PyTest, CTest
|
D | test_decode.py | 4 from test.test_json import PyTest, CTest
|
D | test_enum.py | 3 from test.test_json import PyTest, CTest
|
/external/pigweed/pw_trace/py/ |
D | trace_test.py | 35 test_json = [ variable 97 self.assertEqual(len(test_json), len(json_lines)) 98 for actual, expected in zip(json_lines, test_json):
|
/external/crosvm/devices/src/virtio/input/ |
D | mod.rs | 1035 let test_json = r#" in parse_keyboard_like_input_config_file_success() localVariable 1071 fs::write(&path, test_json).expect("Unable to write test file"); in parse_keyboard_like_input_config_file_success() 1105 let test_json = in example_custom_keyboard_config_file_events_eq_default_keyboard_events() localVariable 1107 fs::write(&path, test_json).expect("Unable to write test file"); in example_custom_keyboard_config_file_events_eq_default_keyboard_events() 1120 let test_json = r#" in parse_touchscreen_like_input_config_file_success() localVariable 1192 fs::write(&path, test_json).expect("Unable to write test file"); in parse_touchscreen_like_input_config_file_success() 1274 let test_json = in example_custom_touchscreen_config_file_events_eq_default_multitouchscreen_events() localVariable 1276 fs::write(&path, test_json).expect("Unable to write test file"); in example_custom_touchscreen_config_file_events_eq_default_multitouchscreen_events()
|