HomeSort by relevance Sort by last modified time
    Searched defs:term (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /external/jemalloc/test/include/test/
math.h 56 double acu, factor, oflo, gin, term, rn, a, b, an, dif; local
74 term = 1.0;
79 term *= x / rn;
80 gin += term;
81 if (term <= acu) {
90 term = 0.0;
100 term += 1.0;
101 an = a * term;
273 /* Calculation of seven-term Taylor series. */
  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl09.c 64 static void term(int);
134 if (sigset(SIGTERM, term) == SIG_ERR) {
326 static void term(int sig LTP_ATTRIBUTE_UNUSED) function
msgctl11.c 68 static void term(int);
139 if (sigset(SIGTERM, term) == SIG_ERR)
352 static void term(int sig LTP_ATTRIBUTE_UNUSED) function
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl06.c 89 static void term(int sig);
109 if ((signal(SIGTERM, term)) == SIG_ERR) {
288 static void term(int sig) function
292 if ((signal(SIGTERM, term)) == SIG_ERR) {
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir09.c 64 void term(int sig);
115 if (signal(SIGTERM, term) == SIG_ERR) {
298 void term(int sig) function
  /external/openssh/
session.h 40 char *term; member in struct:Session
  /external/python/cpython2/Lib/test/
test_curses.py 34 term = os.environ.get('TERM') variable
37 @unittest.skipIf(not term or term == 'unknown',
38 "$TERM=%r, calling initscr() may cause exit" % term)
  /external/python/cpython2/Modules/
termios.c 151 PyObject *term, *cc, *v; local
155 fdconv, &fd, &when, &term))
157 if (!PyList_Check(term) || PyList_Size(term) != 7) {
166 mode.c_iflag = (tcflag_t) PyInt_AsLong(PyList_GetItem(term, 0));
167 mode.c_oflag = (tcflag_t) PyInt_AsLong(PyList_GetItem(term, 1));
168 mode.c_cflag = (tcflag_t) PyInt_AsLong(PyList_GetItem(term, 2));
169 mode.c_lflag = (tcflag_t) PyInt_AsLong(PyList_GetItem(term, 3));
170 ispeed = (speed_t) PyInt_AsLong(PyList_GetItem(term, 4));
171 ospeed = (speed_t) PyInt_AsLong(PyList_GetItem(term, 5))
    [all...]
  /build/kati/
stmt.h 72 char term; member in struct:RuleStmt
  /cts/tools/dasm/src/java_cup/
emit.java 244 terminal term; local
269 term = (terminal)e.nextElement();
272 out.println(" static final int " + term.name() + " = " +
273 term.index() + ";");
  /external/libpcap/
grammar.y 287 %type <blk> expr id nid pid term rterm qid
353 expr: term
354 | expr and term { gen_and($1.b, $3.b); $$ = $3; }
356 | expr or term { gen_or($1.b, $3.b); $$ = $3; }
436 term: rterm label
437 | not term { gen_not($2.b); $$ = $2; }
  /external/ltp/testcases/kernel/fs/ftest/
ftest01.c 41 * line. Use with "term mode".
71 static void term(int sig);
143 if (sigset(SIGTERM, term) == SIG_ERR) {
534 static void term(int sig LTP_ATTRIBUTE_UNUSED) function
538 tst_resm(TINFO, "\tterm -[%d]- got sig term.", getpid());
ftest02.c 40 * line. Use with "term mode".
75 static void term(int sig);
107 if (signal(SIGTERM, term) == SIG_ERR) {
420 static void term(int sig LTP_ATTRIBUTE_UNUSED) function
ftest03.c 43 * line. Use with "term mode".
79 static void term(int sig);
166 if (sigset(SIGTERM, term) == SIG_ERR) {
616 static void term(int sig LTP_ATTRIBUTE_UNUSED) function
620 tst_resm(TINFO, "\tterm -[%d]- got sig term.", getpid());
ftest04.c 36 * line. Use with "term mode".
60 static void term(int sig);
139 if (sigset(SIGTERM, term) == SIG_ERR) {
489 static void term(int sig LTP_ATTRIBUTE_UNUSED) function
493 tst_resm(TINFO, "\tterm -[%d]- got sig term.", getpid());
ftest05.c 43 * line. Use with "term mode".
74 static void term(int sig);
152 if (sigset(SIGTERM, term) == SIG_ERR) {
525 /* term()
529 static void term(int sig LTP_ATTRIBUTE_UNUSED) function
533 tst_resm(TINFO, "\tterm -[%d]- got sig term.", getpid());
ftest06.c 43 * line. Use with "term mode".
74 static void term(int sig);
118 if (signal(SIGTERM, term) == SIG_ERR) {
435 static void term(int sig LTP_ATTRIBUTE_UNUSED) function
439 tst_resm(TINFO, "\tterm -[%d]- got sig term.", getpid());
448 tst_brkm(TBROK, NULL, "Term: Child process exiting.");
ftest08.c 39 * line. Use with "term mode".
76 static void term(int sig);
145 if (sigset(SIGTERM, term) == SIG_ERR) {
521 static void term(int sig LTP_ATTRIBUTE_UNUSED) function
525 tst_resm(TINFO, "\tterm -[%d]- got sig term.", getpid());
  /external/ltp/testcases/kernel/fs/inode/
inode01.c 28 run using TERM mode
110 int term();
122 if (signal(SIGTERM, (void (*)())term) == SIG_ERR) {
687 int term() function
  /external/ltp/testcases/kernel/mem/vmtests/
data_space.c 106 int term();
137 if (sigset(SIGTERM, (void (*)())term) == SIG_ERR) {
445 /* term()
450 int term() function
453 tst_resm(TINFO, "\tterm -[%d]- got sig term.\n", getpid());
stack_space.c 86 void term();
91 if (signal(SIGTERM, term) == SIG_ERR) {
415 void term() function
420 tst_resm(TINFO, "term - parent - got SIGTERM.\n");
  /external/mesa3d/src/mesa/swrast/
s_context.c 193 GLuint term; local
194 for (term = 0; term < combine->_NumArgsRGB; term++) {
195 if (combine->SourceRGB[term] == GL_PRIMARY_COLOR) {
199 if (combine->SourceA[term] == GL_PRIMARY_COLOR) {
s_texcombine.c 96 GLuint i, term; local
140 for (term = 0; term < numArgsRGB; term++) {
141 const GLenum srcRGB = combine->SourceRGB[term];
142 const GLenum operandRGB = combine->OperandRGB[term];
146 argRGB[term] = get_texel_array(swrast, unit);
149 argRGB[term] = primary_rgba;
152 argRGB[term] = rgba;
156 float4_array c = ccolor[term];
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 43 struct termios term; local
44 tcgetattr(STDIN, &term);
45 term.c_lflag &= ~ICANON;
46 tcsetattr(STDIN, TCSANOW, &term);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
NgramContext.java 148 final String term = wordInfo.mWord.toString(); local
149 if (!term.isEmpty()) {
150 terms.add(term);
171 final String term = wordInfo.mWord.toString(); local
172 if (!term.isEmpty()) {
173 prevTermList.add(term);

Completed in 1150 milliseconds

12 3 4 5 6 7 8