Home
last modified time | relevance | path

Searched refs:source_string (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_script_profile.cpp13 const std::string source_string = R"V0G0N( in TEST() local
17 auto begin = source_string.find("return"); in TEST()
18 auto end = source_string.find(" #"); in TEST()
29 auto source = std::make_shared<Source>(source_string, "", 0); in TEST()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/
H A Dsupport.py60 def _compile(compiler, source_string): argument
64 cfile.write(source_string)
73 def _expect_compile(compiler, source_string, error_message): argument
74 if _compile(compiler, source_string) is not None:
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dsymbol_upload.cc52 void TokenizeByChar(const string& source_string, int c, in TokenizeByChar() argument
56 while ((next_pos = source_string.find(c, cur_pos)) != string::npos) { in TokenizeByChar()
58 results->push_back(source_string.substr(cur_pos, next_pos - cur_pos)); in TokenizeByChar()
61 if (cur_pos < source_string.size() && next_pos != cur_pos) in TokenizeByChar()
62 results->push_back(source_string.substr(cur_pos)); in TokenizeByChar()
/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
80 std::cout << source_string << std::endl; in DEFINE_BINARY_PROTO_FUZZER()
84 v8::String::NewFromUtf8(isolate, source_string.c_str(), in DEFINE_BINARY_PROTO_FUZZER()
H A Dv8_fuzzer.cc144 std::string source_string = in LLVMFuzzerTestOneInput() local
148 env->isolate, source_string.c_str(), v8::NewStringType::kNormal); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_tokenize.py13 def stringify_tokens_from_source(token_generator, source_string): argument
15 num_lines = len(source_string.splitlines())
16 missing_trailing_nl = source_string[-1] not in '\r\n'
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_tokenize.py22 def stringify_tokens_from_source(token_generator, source_string): argument
24 num_lines = len(source_string.splitlines())
25 missing_trailing_nl = source_string[-1] not in '\r\n'
/aosp_15_r20/external/python/cpython2/Doc/library/
Dparser.rst353 def load_suite(source_string):
354 st = parser.suite(source_string)
357 def load_expression(source_string):
358 st = parser.expr(source_string)
/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
189 std::string_view to_be(source_string); in string_view_test()
/aosp_15_r20/external/cronet/third_party/icu/source/samples/strsrch/
H A Dreadme.txt30 strsrch [options*] -source source_string -pattern pattern_string
/aosp_15_r20/external/icu/icu4c/source/samples/strsrch/
H A Dreadme.txt30 strsrch [options*] -source source_string -pattern pattern_string
/aosp_15_r20/external/icu/icu4c/source/samples/coll/
H A Dreadme.txt30 coll [options*] -source source_string -target target_string
/aosp_15_r20/external/cronet/third_party/icu/source/samples/coll/
H A Dreadme.txt30 coll [options*] -source source_string -target target_string