OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_COLOR
(Results
1 - 3
of
3
) sorted by null
/external/linux-kselftest/tools/testing/selftests/futex/
run.sh
25
USE_COLOR
=0
28
USE_COLOR
=1
31
export
USE_COLOR
/external/linux-kselftest/tools/testing/selftests/futex/functional/
run.sh
26
if [ -z "$
USE_COLOR
" ]; then
29
USE_COLOR
=1
33
if [ "$
USE_COLOR
" -eq 1 ]; then
/frameworks/base/tools/apilint/
apilint.py
35
USE_COLOR
= True
39
if not
USE_COLOR
: return ""
[
all
...]
Completed in 3793 milliseconds