Searched refs:term (Results 201 - 223 of 223) sorted by relevance

123456789

/external/libpng/
H A Dconfigure3763 # A longer-term fix would be to have automake use am__CC in this case,
12415 char *term;
12417 value = strtod (string, &term);
12418 if (value != 69 || term != (string + 4))
12426 char *term;
12427 strtod (string, &term);
12428 if (term != string && *(term - 1) == 0)
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof789 my $term = new Term::ReadLine 'pprof';
790 while ( defined ($_ = $term->readline('(pprof) '))) {
791 $term->addhistory($_) if /\S/;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c912 goto term;
930 goto term;
938 term:
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1321 goto term;
1339 goto term;
1347 term:
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl338 the term "modification".) Each licensee is addressed as "you".
/external/qemu/fpu/
H A Dsoftfloat.c2353 uint64_t rem, term; local
2383 term = ( (uint64_t) zSig ) * zSig;
2384 rem = ( ( (uint64_t) aSig )<<32 ) - term;
/external/blktrace/doc/
H A Dblktrace.tex42 into either long-term on-disk storage, or provides direct formatted
/external/chromium_org/third_party/libxml/src/
H A Dparser.c11065 int term; local
11070 term = xmlParseLookupSequence(ctxt, '-', '-', '>');
11072 if ((!terminate) && (term < 0))
/external/libxml2/
H A Dparser.c11477 int term; local
11482 term = xmlParseLookupSequence(ctxt, '-', '-', '>');
11484 if ((!terminate) && (term < 0)) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c5484 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5552 ** an operator that is part of a constraint term in the wHERE clause of
7699 ** level of recursion for each term. A stack overflow can result
11100 CollSeq *aColl[1]; /* Collating sequence for each term of the key */
20088 ** for situations where the memory might be held long-term. This
20270 /* The 0x7ffff00 limit term is explained in comments on sqlite3Malloc() */
140357 Blob term; /* Current term */ member in struct:NodeReader
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5484 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5552 ** an operator that is part of a constraint term in the wHERE clause of
7699 ** level of recursion for each term. A stack overflow can result
11100 CollSeq *aColl[1]; /* Collating sequence for each term of the key */
20088 ** for situations where the memory might be held long-term. This
20270 /* The 0x7ffff00 limit term is explained in comments on sqlite3Malloc() */
140389 Blob term; /* Current term */ member in struct:NodeReader
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex3800 % using the widest term desired in each column.
4710 % ignore left quotes in the sort term.
/external/libedit/
H A Dconfigure3171 # A longer-term fix would be to have automake use am__CC in this case,
12603 for ac_header in term.h
12605 ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#if HAVE_CURSES_H
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/iproute2/doc/
H A Dip-cref.tex554 discriminated, so that the term {\em alias\/} is not quite appropriate
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js3752 var term = x;
3759 term *= xsqr / j;
3760 sum -= term / (2 * j + 1);
3762 term *= xsqr / j;
3763 sum += term / (2 * j + 1);
3765 } while (Math.abs(term / sum) > MATH_TOLERANCE);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1751 milliseconds

123456789