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

/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/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/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/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) {

Completed in 682 milliseconds