Searched refs:term (Results 1 – 9 of 9) sorted by relevance
109 const char *term = terms[i]; in GetDebugName() local110 const size_t len = strlen(term); in GetDebugName()111 char *match = strcasestr(debugName, term); in GetDebugName()
95 // Short-term statistics (for current collection period)102 // Long-term statistics105 optional double historical_mean = 6; // Long-term average106 optional double historical_variance = 7; // Long-term variance
101 for (String term : searchTerms) { in isInstant()102 if (info.packageName.contains(term)) { in isInstant()
559 struct termios term; in prepareRawOutput() local560 if (tcgetattr(fd, &term) == 0) { in prepareRawOutput()561 cfmakeraw(&term); in prepareRawOutput()562 if (tcsetattr(fd, TCSANOW, &term) == 0) { in prepareRawOutput()
556 float term = 1; in solveLeastSquares() local558 term *= x[h]; in solveLeastSquares()559 err -= term * outB[i]; in solveLeastSquares()
900 const char term = (char)(mode&PROC_TERM_MASK); in android_os_Process_parseProcLineArray() local924 while (i < endIndex && buffer[i] != term) { in android_os_Process_parseProcLineArray()934 while (i < endIndex && buffer[i] == term) { in android_os_Process_parseProcLineArray()
139 const char* term = getenv("TERM"); in ShouldColorize() local140 return term && (0 != strcmp(term, "dumb")); in ShouldColorize()
40 * The term "element" is used a bit ambiguously in RenderScript, as both type information
134 included without limitation in the term "modification".)