Searched refs:build_string (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/string/ |
D | parser.rs | 28 let build_string = repeat( in parse_string() localVariable 52 delimited('"', build_string, '"').parse_next(input) in parse_string()
|
/aosp_15_r20/external/python/cpython2/Objects/stringlib/ |
D | string_format.h | 49 build_string(SubString *input, PyObject *args, PyObject *kwargs, 911 tmp = build_string(format_spec, args, kwargs, recursion_depth-1, in output_markup() 979 build_string(SubString *input, PyObject *args, PyObject *kwargs, in build_string() function 1041 return build_string(&input, args, kwargs, recursion_depth, &auto_number); in do_string_format()
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | unicode_format.h | 36 build_string(SubString *input, PyObject *args, PyObject *kwargs, 835 tmp = build_string(format_spec, args, kwargs, recursion_depth-1, in output_markup() 911 build_string(SubString *input, PyObject *args, PyObject *kwargs, in build_string() function 959 return build_string(&input, args, kwargs, recursion_depth, &auto_number); in do_string_format()
|
/aosp_15_r20/external/google-breakpad/src/google_breakpad/common/ |
H A D | minidump_format.h | 864 uint16_t build_string[MD_MAX_PATH]; /* UTF-16-encoded, 0-terminated */ member 888 offsetof(MDRawMiscInfo, build_string[0]);
|
/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A D | dev_server_unittest.py | 698 build_string = 'R18-1586.0.0-a1-b1514' 701 dev_server.ImageServerBase.run_call.return_value = build_string 704 self.assertEquals(build_string, build)
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | minidump.cc | 4589 ConvertUTF16BufferToUTF8String(misc_info_.build_string, in Read() 4590 sizeof(misc_info_.build_string), in Read()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | tree.h | 4766 extern tree build_string (int, const char *);
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 78704 u32 build_string; member
|
H A D | vmlinux.h | 78704 u32 build_string; member
|