Home
last modified time | relevance | path

Searched defs:input_json (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/security/gdb/gdb_json_printer/test/
H A Dgdb_json_printer_test.py27 def check_type_and_ctype(input_json, input_type, ctype): argument
32 def check_basic_value(input_json, input_type, ctype, value): argument
59 def replace_address_by_None(input_json): argument
/aosp_15_r20/external/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc476 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTest()
502 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonIgnoreUnknownTest()
565 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTestWithValidator()
608 const string& test_name, ConformanceLevel level, const string& input_json) { in ExpectParseFailureForJson()
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc476 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTest()
502 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonIgnoreUnknownTest()
565 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTestWithValidator()
608 const string& test_name, ConformanceLevel level, const string& input_json) { in ExpectParseFailureForJson()
/aosp_15_r20/external/flatbuffers/tests/fuzzer/
H A Dflatbuffers_monster_fuzzer.cc72 const std::string input_json, const bool check_parser) { in do_test()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dmain.rs175 let input_json = fs::read_to_string(input_file_path).unwrap(); in main() localVariable