HomeSort by relevance Sort by last modified time
    Searched full:previous (Results 1001 - 1025 of 9167) sorted by null

<<41424344454647484950>>

  /prebuilts/tools/gcc-sdk/
size 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version
strings 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version
strip 11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version
  /system/core/libutils/tests/
String8_test.cpp 67 // Adding const char* to the previous string.
  /build/tools/droiddoc/templates-ds/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
58 // Don't show Previous when it leads to the homepage
  /build/tools/droiddoc/templates-ndk/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
58 // Don't show Previous when it leads to the homepage
  /build/tools/droiddoc/templates-pdk/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
58 // Don't show Previous when it leads to the homepage
  /build/tools/droiddoc/templates-sac/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
58 // Don't show Previous when it leads to the homepage
  /build/tools/droiddoc/templates-sdk/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
58 // Don't show Previous when it leads to the homepage
  /build/tools/droiddoc/templates-sdk-dev/assets/design/
default.js 44 // jump to last topic of previous section
47 // jump to previous topic in this section
58 // Don't show Previous when it leads to the homepage
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsMoultonIntegrator.java 45 * on the number k of previous steps one wants to use for computing the next
68 * <p>The definitions above use the classical representation with several previous first
99 * The previous formula can be used with several values for i to compute the transform between
346 /** Previous state. */
347 private final double[] previous; field in class:AdamsMoultonIntegrator.Corrector
359 * @param previous previous state
363 public Corrector(final double[] previous, final double[] scaled, final double[] state) {
364 this.previous = previous;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
StepInterpolator.java 31 * intermediate times between the previous and the current grid points
52 * Get the previous grid point time.
53 * @return previous grid point time
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
GaussNewtonOptimizer.java 74 VectorialPointValuePair previous = current; local
124 if (previous != null) {
125 converged = checker.converged(getIterations(), previous, current);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
FirstMoment.java 61 * Deviation of most recently added value from previous first moment.
67 * Deviation of most recently added value from previous first moment,
68 * normalized by previous sample size. Retained to prevent repeated
  /external/clang/test/SemaCXX/
class.cpp 115 void f(); // expected-note{{previous declaration is here}}
122 void f(); // expected-note 1 {{previous declaration}} expected-note {{previous declaration}}
function-redecl.cpp 7 void bar(int); // expected-note 2{{previous declaration is here}}
10 void foo(int); // expected-note 2{{previous declaration is here}}
15 int baz(int); // expected-note {{previous declaration is here}}
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularContiguousSet.java 72 protected C computeNext(C previous) {
73 return equalsOrThrow(previous, last) ? null : domain.next(previous);
  /external/icu/icu4c/source/i18n/
bocsu.h 44 * Remember the previous code point (initial 0).
45 * For each cp in the string, encode the difference to the previous one.
79 * For the actual string encoding, an optimization moves the previous code point value
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ReplaceableUCharacterIterator.java 107 previous(); method
152 * Returns previous UTF16 character and decrements the iterator's currentIndex by
159 public int previous(){ method in class:ReplaceableUCharacterIterator
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
SimplePatternFormatterTest.java 133 StringBuilder appendTo = new StringBuilder("previous:");
207 StringBuilder result = new StringBuilder("previous:");
210 "Placeholders previous: and frog",
  /external/libopus/silk/
gain_quant.c 42 opus_int8 *prev_ind, /* I/O last index in previous frame */
53 /* Round towards previous quantized gain (hysteresis) */
96 opus_int8 *prev_ind, /* I/O last index in previous frame */
  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 60 // Start the search at the previous frame filter level unless it is now out of
103 // Was it actually better than the previous best?
119 // Was it better than the previous best?
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 79 /* Return number of BAUs in previous block (masking off high bit containing
84 /* Set number of BAUs in previous block, preserving high bit containing
136 ** matches the previous block size in the head of the next block. */
  /external/lzma/xz-embedded/
xz_lzma2.h 60 /* The lowest 7 states indicate that the previous state was a literal. */
92 /* Test if the previous symbol was a literal. */
103 * Match byte is used when the previous LZMA symbol was something else than
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
AbstractInsnNode.java 126 * Previous instruction in the list to which this instruction belongs.
171 * Returns the previous instruction in the list to which this instruction
174 * @return the previous instruction in the list to which this instruction

Completed in 331 milliseconds

<<41424344454647484950>>