Searched refs:term (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFSymbol.hxx107 using namespace term::color;
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp712 const char term = (char)(mode&PROC_TERM_MASK); local
727 while (buffer[i] != term && i < endIndex) {
737 while (buffer[i] == term && i < endIndex) {
/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp540 float term = 1;
542 term *= x[h];
543 err -= term * outB[i];
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp657 const char* term = getenv("TERM"); local
658 return term && (0 != strcmp(term, "dumb"));

Completed in 100 milliseconds