Home
last modified time | relevance | path

Searched refs:test_json (Results 1 – 25 of 37) sorted by relevance

12

/external/grpc-grpc/test/core/client_channel/
Dretry_service_config_test.cc52 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 …]
Dclient_channel_service_config_test.cc52 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/
Dservice_config_test.cc149 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/
Drbac_service_config_parser_test.cc104 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/
Dmessage_size_service_config_test.cc52 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/
Djson.rs577 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__.py2 from test.test_json import load_tests
Dtest_pass3.py1 from test.test_json import PyTest, CTest
Dtest_pass1.py1 from test.test_json import PyTest, CTest
Dtest_pass2.py1 from test.test_json import PyTest, CTest
Dtest_default.py2 from test.test_json import PyTest, CTest
Dtest_separators.py2 from test.test_json import PyTest, CTest
Dtest_encode_basestring_ascii.py2 from test.test_json import PyTest, CTest
Dtest_float.py2 from test.test_json import PyTest, CTest
Dtest_indent.py3 from test.test_json import PyTest, CTest
Dtest_scanstring.py2 from test.test_json import PyTest, CTest
Dtest_dump.py2 from test.test_json import PyTest, CTest
Dtest_recursion.py2 from test.test_json import PyTest, CTest
Dtest_speedups.py1 from test.test_json import CTest
Dtest_fail.py1 from test.test_json import PyTest, CTest
Dtest_unicode.py3 from test.test_json import PyTest, CTest
Dtest_decode.py4 from test.test_json import PyTest, CTest
Dtest_enum.py3 from test.test_json import PyTest, CTest
/external/pigweed/pw_trace/py/
Dtrace_test.py35 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/
Dmod.rs1035 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()

12