Searched refs:source_string (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_script_profile.cpp | 13 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 D | support.py | 60 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 D | symbol_upload.cc | 52 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 D | javascript_parser_proto_fuzzer.cc | 77 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 D | v8_fuzzer.cc | 144 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/ |
D | test_tokenize.py | 13 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/ |
D | test_tokenize.py | 22 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/ |
D | parser.rst | 353 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 D | gdb_pretty_printer_test.sh.cpp | 188 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 D | readme.txt | 30 strsrch [options*] -source source_string -pattern pattern_string
|
/aosp_15_r20/external/icu/icu4c/source/samples/strsrch/ |
H A D | readme.txt | 30 strsrch [options*] -source source_string -pattern pattern_string
|
/aosp_15_r20/external/icu/icu4c/source/samples/coll/ |
H A D | readme.txt | 30 coll [options*] -source source_string -target target_string
|
/aosp_15_r20/external/cronet/third_party/icu/source/samples/coll/ |
H A D | readme.txt | 30 coll [options*] -source source_string -target target_string
|