HomeSort by relevance Sort by last modified time
    Searched full:term (Results 251 - 275 of 2418) sorted by null

<<11121314151617181920>>

  /external/llvm/docs/HistoricalNotes/
2002-05-12-InstListChange.txt 34 Long term, all of the code that depends on the nasty features in the
36 be changed to do nice local transformations. In the short term, I'll
  /external/markdown/markdown/extensions/
def_list.py 64 for term in terms:
66 dt.text = term
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PServedUser.java 100 if((sessionCase.equals("orig"))||(sessionCase.equals("term")))
111 throw new InvalidArgumentException("Value can be either orig or term");
PServedUserHeader.java 41 * sessioncase-param = "sescase" EQUAL "orig" / "term"
  /external/skia/example/
HelloWorld.cpp 25 SkEvent::Term();
26 SkGraphics::Term();
  /external/skia/src/core/
SkGraphics.cpp 128 void SkGraphics::Term() {
131 SkPaint::Term();
  /external/valgrind/docs/internals/
module-structure.txt 2 Our long term goal is to move to structure Valgrind's top level as a
13 exist long-term. These trees contain mish-mashes of functionality
  /external/valgrind/exp-bbv/docs/
bbv-manual.xml 122 <term>
124 </term>
137 <term>
139 </term>
157 <term>
159 </term>
178 <term>
180 </term>
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_log1p.c 25 * term is need. Let u=1+x rounded. Let c = (1+x)-u, then
27 * and add back the correction term c/u.
132 c = (k>0)? 1.0-(u-x):x-(u-1.0);/* correction term */
146 * using the correction term but don't use it if k==0.
  /external/ceres-solver/examples/
denoising.cc 33 // Note that for good denoising results the weighting between the data term
34 // and the Fields of Experts term needs to be adjusted. This is discussed
66 // This cost function is used to build the data term.
93 // Create the data term
  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 42 killproc -p $NAMED_PID -TERM $NAMED_BIN
  /external/fio/tools/plot/
graph3D.gpm 71 #set term x11
  /external/guava/
mvn-deploy.sh 22 # This test sucks, but it's short term
  /external/libgsm/src/
long_term.c 18 * 4.2.11 .. 4.2.12 LONG TERM PREDICTOR (LTP) SECTION
24 * for the long term analysis filter. This is done by calculating a
26 * sub-segment short term residual signal d[0..39] (output of
27 * the short term analysis filter; for simplification the index
29 * RPE-LTP analysis) and the previous reconstructed short term
114 /* Compute the power of the reconstructed short term residual
249 /* Compute the power of the reconstructed short term residual
429 /* Compute the power of the reconstructed short term residual
594 /* Compute the power of the reconstructed short term residual
686 /* Compute the power of the reconstructed short term residua
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
color.c 153 char *term = getenv("TERM"); local
154 if (term && strcmp(term, "dumb"))
  /external/openssh/contrib/redhat/
sshd.init 59 killproc $SSHD -TERM
  /external/skia/debugger/
debuggermain.cpp 70 SkGraphics::Term();
  /external/skia/platform_tools/android/app/jni/
com_skia_SkiaSampleRenderer.h 20 * Method: term
  /external/skia/src/gpu/gl/
GrGLContext.cpp 53 * #version 100, and will fail to compile with #version 300 es. In the long term, we
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 91 * short term pictures, each one of them is first marked as long term
93 * Additionally, max long-term frame index is set and current picture is
94 * marked as long term reference picture. Last position reserved for
  /frameworks/base/core/java/android/util/
ExceptionUtils.java 27 // TODO: longer term these should be replaced with first-class
  /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);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 62 #define term 315 macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 62 #define term 315 macro
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
LinearObjectiveFunction.java 50 /** Constant term of the linear equation. */
55 * @param constantTerm The constant term of the linear equation
63 * @param constantTerm The constant term of the linear equation

Completed in 239 milliseconds

<<11121314151617181920>>