OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:help_str
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
help.py
175
def _OutputHelp(self,
help_str
):
182
help_str
: String to format.
186
help_str
= re.sub('<B>', '',
help_str
)
187
help_str
= re.sub('</B>', '',
help_str
)
188
print
help_str
190
help_str
= re.sub('<B>', '\033[1m',
help_str
)
191
help_str
= re.sub('</B>', '\033[0;0m', help_str
[
all
...]
/frameworks/compile/slang/lit-tests/
scriptc-filecheck-wrapper.sh
8
help_str
="Usage: %s --output=<output-dir> \
13
printf "$
help_str
" $0
/hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c
147
char *
help_str
= "help";
local
152
if (!strncmp(argv[0],
help_str
, strlen(argv[0])))
Completed in 353 milliseconds