Home
last modified time | relevance | path

Searched defs:source_string (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/
H A Dsupport.py60 def _compile(compiler, source_string): argument
73 def _expect_compile(compiler, source_string, error_message): argument
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_script_profile.cpp13 const std::string source_string = R"V0G0N( in TEST() local
/aosp_15_r20/external/cronet/testing/libfuzzer/fuzzers/
H A Djavascript_parser_proto_fuzzer.cc77 std::string source_string = protobuf_to_string(source_protobuf); in DEFINE_BINARY_PROTO_FUZZER() local
H A Dv8_fuzzer.cc144 std::string source_string = in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dsymbol_upload.cc52 void TokenizeByChar(const string& source_string, int c, in TokenizeByChar()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_tokenize.py13 def stringify_tokens_from_source(token_generator, source_string): argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp188 std::string source_string("to be or not to be"); in string_view_test() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tokenize.py22 def stringify_tokens_from_source(token_generator, source_string): argument