Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 10 of 10) sorted by relevance

/tools/scripts/
A Dutilities.mak8 # nl-escape
10 # Usage: escape = $(call nl-escape[,escape])
18 # escape-nl
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
38 # See escape-nl.
42 # shell-escape-nl
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
54 define shell-escape-nl
78 # escape-for-shell-sq
[all …]
/tools/testing/selftests/tc-testing/
A DTdcResults.py111 from xml.sax.saxutils import escape
115 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id))
116 xunit += 'name=\"{}\">\n'.format(escape(t.test_name))
122 xunit += '\t{}\n'.format(escape(step))
123 xunit += 'FAILURE: {}\n'.format(escape(t.failmsg))
126 xunit += '\t\t\t<error>\n{}\n'.format(escape(t.errormsg))
/tools/include/nolibc/
A Dstdio.h253 char escape, lpref, c; in __nolibc_printf() local
260 written = ofs = escape = lpref = 0; in __nolibc_printf()
265 if (escape) { in __nolibc_printf()
267 escape = 0; in __nolibc_printf()
341 escape = 1; in __nolibc_printf()
351 escape = 1; in __nolibc_printf()
/tools/arch/x86/tools/
A Dgen-insn-attr-x86.awk141 eid = escape[ref]
282 if (ref in escape)
284 escape[ref] = geid
286 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
/tools/perf/util/
A Ddemangle-rust-v0.c1826 const char *escape = memchr(rest + 1, '$', len - 1); in rust_demangle_legacy_display_demangle() local
1827 if (escape == NULL) { in rust_demangle_legacy_display_demangle()
1831 size_t escape_len = escape - (rest + 1); in rust_demangle_legacy_display_demangle()
1833 size_t next_len = len - (escape + 1 - rest); in rust_demangle_legacy_display_demangle()
1834 const char *next_rest = escape + 1; in rust_demangle_legacy_display_demangle()
/tools/perf/Documentation/
A Dperf-probe.txt188 …';' are treated as a special character. You can use a backslash ('\') to escape the special charac…
289 Add a probe on specific versioned symbol by backslash escape
293 Add a probe in a source file using special characters by backslash escape
A Dperf-trace.txt43 need to escape it.
A Dperf-record.txt67 escape symbols in the name from parsing by shell and tool
/tools/arch/x86/lib/
A Dx86-opcode-map.txt13 # opcode: escape # escaped-name
61 0f: escape # 2-byte escape
329 Referrer: 2-byte escape
402 38: escape # 3-byte escape 1
404 3a: escape # 3-byte escape 2
619 Referrer: 3-byte escape 1
852 Referrer: 3-byte escape 2
/tools/testing/selftests/tc-testing/creating-testcases/
A DAddingTestCases.txt22 Be aware of required escape characters in the JSON data - particularly

Completed in 16 milliseconds