OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snip
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py
18
"""Returns the text with start/end
snip
markers around it.
22
@return The text with start/end
snip
markers around it.
24
snip
= '---8<---' * 10
28
(start,
snip
[len(start):], text, end,
snip
[len(end):]))
/external/autotest/server/cros/update_engine/
omaha_devserver.py
19
"""Returns the text with start/end
snip
markers around it.
23
@return The text with start/end
snip
markers around it.
25
snip
= '---8<---' * 10
29
(start,
snip
[len(start):], text, end,
snip
[len(end):]))
/external/u-boot/common/
edid.c
229
*
Snip
the tailing whitespace/return of a string.
234
static char *
snip
(char *string)
function
268
snip
(monitor->data.string));
271
snip
(monitor->data.string));
274
snip
(monitor->data.string));
Completed in 992 milliseconds