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

/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp100 const char *term = terms[i]; local
101 const size_t len = strlen(term);
102 char *match = strcasestr(debugName, term);
/frameworks/compile/mclinker/tools/mcld/lib/
H A DPreferenceOptions.cpp107 const char* term = getenv("TERM"); local
108 return term && (0 != strcmp(term, "dumb"));
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp510 struct termios term; local
511 if (tcgetattr(fd, &term) == 0) {
512 cfmakeraw(&term);
513 if (tcsetattr(fd, TCSANOW, &term) == 0) {
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSymbol.hxx107 using namespace term::color;
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp728 const char term = (char)(mode&PROC_TERM_MASK); local
750 while (i < endIndex && buffer[i] != term) {
760 while (i < endIndex && buffer[i] == term) {
/frameworks/native/libs/input/
H A DVelocityTracker.cpp539 float term = 1;
541 term *= x[h];
542 err -= term * outB[i];

Completed in 181 milliseconds