/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | json_token_test.cc | 103 char* json_string = test_json_key_str(nullptr); in TEST() local 133 char* json_string = test_json_key_str(non_closing_part3); in TEST() local 149 char* json_string = test_json_key_str(no_type_part3); in TEST() local 164 char* json_string = test_json_key_str(no_client_id_part3); in TEST() local 178 char* json_string = test_json_key_str(no_client_email_part3); in TEST() local 193 char* json_string = test_json_key_str(no_private_key_id_part3); in TEST() local 356 char* json_string = test_json_key_str(nullptr); in test_jwt_encode_and_sign() local
|
/aosp_15_r20/external/cronet/base/json/ |
H A D | json_file_value_serializer.cc | 38 std::string json_string; in SerializeInternal() local 57 int JSONFileValueDeserializer::ReadFileToString(std::string* json_string) { in ReadFileToString() 98 std::string json_string; in Deserialize() local
|
H A D | json_string_value_serializer.cc | 14 JSONStringValueSerializer::JSONStringValueSerializer(std::string* json_string) in JSONStringValueSerializer() 45 std::string_view json_string, in JSONStringValueDeserializer()
|
/aosp_15_r20/external/libchrome/base/json/ |
H A D | json_file_value_serializer.cc | 37 std::string json_string; in SerializeInternal() local 61 int JSONFileValueDeserializer::ReadFileToString(std::string* json_string) { in ReadFileToString() 103 std::string json_string; in Deserialize() local
|
H A D | json_string_value_serializer.cc | 13 JSONStringValueSerializer::JSONStringValueSerializer(std::string* json_string) in JSONStringValueSerializer() 44 const base::StringPiece& json_string, in JSONStringValueDeserializer()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/ |
H A D | decode_test.cc | 81 std::string json_string = R"({"value": 2})"; in TEST() local 89 std::string json_string = R"({}abc)"; in TEST() local 96 std::string json_string = "{} \n \r\n \t\t"; in TEST() local
|
/aosp_15_r20/external/tink/cc/jwt/internal/ |
H A D | json_util.cc | 39 absl::string_view json_string) { in JsonStringToProtoStruct() 51 absl::string_view json_string) { in JsonStringToProtoList()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/ |
D | secure_credentials.cc | 121 const grpc::string& json_string, const std::vector<grpc::string>& scopes) { in ExternalAccountCredentials() 161 grpc::Status StsCredentialsOptionsFromJson(const std::string& json_string, in StsCredentialsOptionsFromJson() 223 grpc_slice json_string = grpc_empty_slice(); in StsCredentialsOptionsFromEnv() local
|
/aosp_15_r20/external/grpc-grpc/src/core/service_config/ |
H A D | service_config_impl.cc | 86 const ChannelArgs& args, absl::string_view json_string) { in Create() 104 const ChannelArgs& args, const Json& json, absl::string_view json_string, in Create()
|
H A D | service_config_impl.h | 86 absl::string_view json_string() const override { return json_string_; } in json_string() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/service_config/ |
D | service_config_impl.cc | 86 const ChannelArgs& args, absl::string_view json_string) { in Create() 104 const ChannelArgs& args, const Json& json, absl::string_view json_string, in Create()
|
D | service_config_impl.h | 86 absl::string_view json_string() const override { return json_string_; } in json_string() function
|
/aosp_15_r20/external/webrtc/api/audio/ |
H A D | echo_canceller3_config_json.cc | 150 void Aec3ConfigFromJsonString(absl::string_view json_string, in Aec3ConfigFromJsonString() 432 EchoCanceller3Config Aec3ConfigFromJsonString(absl::string_view json_string) { in Aec3ConfigFromJsonString()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/client/ |
H A D | secure_credentials.cc | 93 const grpc::string& json_string, const std::vector<grpc::string>& scopes) { in ExternalAccountCredentials() 131 grpc::Status StsCredentialsOptionsFromJson(const std::string& json_string, in StsCredentialsOptionsFromJson()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 675 std::string json_string; in DumpTransformationsJson() local 803 std::string json_string; in main() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
H A D | fuzz.cpp | 675 std::string json_string; in DumpTransformationsJson() local 803 std::string json_string; in main() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/fuzz/ |
H A D | fuzz.cpp | 674 std::string json_string; in DumpTransformationsJson() local 802 std::string json_string; in main() local
|
/aosp_15_r20/external/webrtc/api/audio/test/ |
H A D | echo_canceller3_config_json_unittest.cc | 39 std::string json_string = Aec3ConfigToJsonString(cfg); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/ |
H A D | model_config.py | 82 def model_from_json(json_string, custom_objects=None): argument
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_resolver_cache_fuzzer.cc | 32 std::string json_string; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/cronet/build/android/pylib/instrumentation/ |
H A D | json_perf_parser.py | 135 def GetAverageRunInfoFromJSONString(json_string, name): argument
|
/aosp_15_r20/external/angle/build/android/pylib/instrumentation/ |
H A D | json_perf_parser.py | 135 def GetAverageRunInfoFromJSONString(json_string, name): argument
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/pandora/ |
D | PtsBotTestTest.java | 82 String json_string = String.format("{\"flags\": []}"); in testParse_emptyConfigFlagsFile() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
H A D | json_utils.py | 61 def decode(json_string): argument
|
/aosp_15_r20/external/armnn/python/pyarmnn/test/ |
H A D | test_profiling_utilities.py | 11 def __init__(self, json_string): argument
|