Home
last modified time | relevance | path

Searched refs:build_string (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/string/
Dparser.rs28 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/
Dstring_format.h49 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/
Dunicode_format.h36 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 Dminidump_format.h864 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 Ddev_server_unittest.py698 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 Dminidump.cc4589 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/
Dtree.h4766 extern tree build_string (int, const char *);
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h78704 u32 build_string; member
H A Dvmlinux.h78704 u32 build_string; member