Home
last modified time | relevance | path

Searched defs:odd (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dnative_stack_dump.cc82 static inline void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix()
108 bool odd; // Print state for indentation of lines. member
/art/tools/signal_dumper/
Dsignal_dumper.cc146 bool odd; // Print state for indentation of lines. member
192 void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix()
/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java211 int odd = 0; in $noinline$Call() local
/art/libartbase/base/
Dintrusive_forward_list_test.cc577 auto odd = [](ValueType value) { return (value.value & 1) != 0; }; in Remove() local