OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HUMAN
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
MonkeyTest.java
27
private static final String
HUMAN
= "(^_^)";
49
if (line.contains(isMonkey ? MONKEY :
HUMAN
)) {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-stacks.cpp
81
enum StackOutputFormat {
HUMAN
, FLAMETOOL };
88
clEnumValN(
HUMAN
, "
human
",
89
"
Human
readable output. Only valid without -all-stacks."),
93
cl::sub(Stack), cl::init(
HUMAN
));
710
if (!DumpAllStacks && StacksOutputFormat !=
HUMAN
)
712
Twine("Can't specify a non-
human
format without -all-stacks."),
715
if (DumpAllStacks && StacksOutputFormat ==
HUMAN
)
717
Twine("You must specify a non-
human
format when reporting with "
Completed in 805 milliseconds