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

/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp109 const char *term = terms[i]; local
110 const size_t len = strlen(term);
111 char *match = strcasestr(debugName, term);
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp513 struct termios term; local
514 if (tcgetattr(fd, &term) == 0) {
515 cfmakeraw(&term);
516 if (tcsetattr(fd, TCSANOW, &term) == 0) {
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp887 const char term = (char)(mode&PROC_TERM_MASK); local
911 while (i < endIndex && buffer[i] != term) {
921 while (i < endIndex && buffer[i] == term) {
/frameworks/native/libs/input/
H A DVelocityTracker.cpp542 float term = 1;
544 term *= x[h];
545 err -= term * outB[i];
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp139 const char* term = getenv("TERM"); local
140 return term && (0 != strcmp(term, "dumb"));

Completed in 1227 milliseconds