HomeSort by relevance Sort by last modified time
    Searched defs:term (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/bionic/
isatty.c 36 struct termios term; local
38 return tcgetattr (fd, &term) == 0;
  /prebuilts/go/darwin-x86/doc/play/
pi.go 23 go term(ch, float64(k))
32 func term(ch chan float64, k float64) { func
  /prebuilts/go/linux-x86/doc/play/
pi.go 23 go term(ch, float64(k))
32 func term(ch chan float64, k float64) { func
  /packages/apps/Terminal/src/com/android/terminal/
TerminalService.java 53 final Terminal term = new Terminal(); local
54 term.start();
55 mTerminals.put(term.key, term);
56 return term.key;
60 final Terminal term = mTerminals.get(key); local
61 term.destroy();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 26 term = os.environ.get('TERM') variable
27 if not term or term == 'unknown':
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 26 term = os.environ.get('TERM') variable
27 if not term or term == 'unknown':
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 26 term = os.environ.get('TERM') variable
27 if not term or term == 'unknown':
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 26 term = os.environ.get('TERM') variable
27 if not term or term == 'unknown':
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 26 term = os.environ.get('TERM') variable
27 if not term or term == 'unknown':
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
  /external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/parser/
ExpressionParser.java 44 final IExpression e = term();
49 private IExpression term() throws IOException { method in class:ExpressionParser
78 e = term();
  /external/linux-kselftest/tools/testing/selftests/watchdog/
watchdog-test.c 53 static void term(int sig) function
149 signal(SIGINT, term);
  /external/toybox/toys/other/
login.c 142 char *term = getenv("TERM"); local
145 if (term) setenv("TERM", term, 1);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_smd.c 58 struct termios term; local
117 if (tcgetattr(fd, &term) < 0)
124 cfmakeraw(&term);
129 term.c_cflag |= (CRTSCTS | CLOCAL);
131 if (tcsetattr(fd, TCSANOW, &term) < 0)
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_smd.c 58 struct termios term; local
117 if (tcgetattr(fd, &term) < 0)
124 cfmakeraw(&term);
129 term.c_cflag |= (CRTSCTS | CLOCAL);
131 if (tcsetattr(fd, TCSANOW, &term) < 0)
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
userial_vendor.c 84 struct termios term; local
123 if (tcgetattr(fd, &term) < 0)
130 cfmakeraw(&term);
135 term.c_cflag |= (CRTSCTS | CLOCAL);
137 if (tcsetattr(fd, TCSANOW, &term) < 0)
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_smd.c 57 struct termios term; local
116 if (tcgetattr(fd, &term) < 0)
123 cfmakeraw(&term);
128 term.c_cflag |= (CRTSCTS | CLOCAL);
130 if (tcsetattr(fd, TCSANOW, &term) < 0)
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_smd.c 61 struct termios term; local
120 if (tcgetattr(fd, &term) < 0)
127 cfmakeraw(&term);
132 term.c_cflag |= (CRTSCTS | CLOCAL);
134 if (tcsetattr(fd, TCSANOW, &term) < 0)
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_smd.c 61 struct termios term; local
120 if (tcgetattr(fd, &term) < 0)
127 cfmakeraw(&term);
132 term.c_cflag |= (CRTSCTS | CLOCAL);
134 if (tcsetattr(fd, TCSANOW, &term) < 0)
  /system/core/adb/
line_printer.cpp 48 const char* term = getenv("TERM"); local
49 smart_terminal_ = unix_isatty(1) && term && string(term) != "dumb";
  /external/ltp/testcases/kernel/syscalls/rename/
rename14.c 61 int term(void);
75 act.sa_handler = (void (*)())term;
131 int term(void) function
  /external/jline/src/src/main/java/jline/
Terminal.java 20 private static Terminal term; field in class:Terminal
33 term = null;
52 if (term != null) {
53 return term;
79 return term = new UnsupportedTerminal();
82 return term = t;
  /external/libchrome/base/strings/
string_split.cc 146 Piece term = end_index == Piece::npos local
151 term = TrimString(term, WhitespaceForType<Str>(), TRIM_ALL);
153 if (result_type == SPLIT_WANT_ALL || !term.empty())
154 result->push_back(PieceToOutputType<Str, OutputStringType>(term));
  /external/mesa3d/src/mesa/main/
texenv.c 171 /** Set an RGB or A combiner source term */
177 GLuint term; local
181 * Translate pname to (term, alpha).
190 term = pname - GL_SOURCE0_RGB;
197 term = pname - GL_SOURCE0_ALPHA;
205 if ((term == 3) && (ctx->API != API_OPENGL_COMPAT
211 assert(term < MAX_COMBINER_TERMS);
214 * Error-check param (the source term)
255 texUnit->Combine.SourceA[term] = param;
257 texUnit->Combine.SourceRGB[term] = param
267 GLuint term; local
    [all...]
  /external/skia/src/sksl/lex/
RegexParser.cpp 43 void RegexParser::term() { function in class:RegexParser
53 this->term();
  /external/skqp/src/sksl/lex/
RegexParser.cpp 43 void RegexParser::term() { function in class:RegexParser
53 this->term();

Completed in 948 milliseconds

1 2 3 4 5 6 7 8 9