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

<<31323334353637383940>>

  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 3 int f(); // expected-note{{previous declaration is here}}
22 float f(int); // expected-note{{previous declaration is here}}
  /external/clang/test/SemaTemplate/
temp_explicit.cpp 12 template class X0<int>; // expected-note{{previous}}
28 template<> class X0<char> { }; // expected-note{{previous}}
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 27 * previous step):
119 * @return the property previous value
  /external/guava/guava/src/com/google/common/reflect/
TypeToInstanceMap.java 70 * or {@code null} if there was no previous entry.
88 * or {@code null} if there was no previous entry.
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ForwardingImmutableMap.java 45 V previous = delegate.put(key, checkNotNull(entry.getValue())); local
46 if (previous != null) {
  /external/icu/icu4c/source/test/intltest/
rbbitst.h 89 * previous() and isBoundary().
98 * Internal method to perform iteration and test the last() and previous() functions
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Deque.java 129 E e = litr.previous();
208 return litr.previous();
  /external/libxml2/
build_glob.py 48 writeline(global_functions_hdr, " * Do not modify the previous line.")
59 writeline(global_functions_impl, " * Do not modify the previous line.")
  /external/llvm/docs/HistoricalNotes/
2002-06-25-MegaPatchInfo.txt 22 Next & Previous fields). The containers are now instances of ilist (intrusive
23 linked list class), which use the next and previous fields to chain them
  /external/llvm/include/llvm/ADT/
ilist_node.h 57 /// \brief Get the previous node, or 0 for the list head.
68 /// \brief Get the previous node, or 0 for the list head.
  /external/skia/src/gpu/
GrGeometryBuffer.h 40 * The previous content of the buffer is invalidated. It is an error
58 * The pointer returned by the previous map call will no longer be valid.
  /external/valgrind/helgrind/tests/
hg04_race.stderr.exp 24 This conflicts with a previous write of size 4 by thread #x
40 This conflicts with a previous write of size 4 by thread #x
hg05_race2.stderr.exp 24 This conflicts with a previous write of size 4 by thread #x
40 This conflicts with a previous write of size 4 by thread #x
pth_barrier2.stderr.exp 29 This conflicts with a previous write of size 1 by thread #x
48 This conflicts with a previous write of size 1 by thread #x
67 This conflicts with a previous write of size 1 by thread #x
86 This conflicts with a previous write of size 1 by thread #x
105 This conflicts with a previous write of size 1 by thread #x
124 This conflicts with a previous write of size 1 by thread #x
143 This conflicts with a previous write of size 1 by thread #x
162 This conflicts with a previous write of size 1 by thread #x
181 This conflicts with a previous write of size 1 by thread #x
200 This conflicts with a previous write of size 1 by thread #
    [all...]
tc01_simple_race.stderr.exp 19 This conflicts with a previous write of size 4 by thread #x
33 This conflicts with a previous write of size 4 by thread #x
tc05_simple_race.stderr.exp 19 This conflicts with a previous write of size 4 by thread #x
33 This conflicts with a previous write of size 4 by thread #x
tc16_byterace.stderr.exp 19 This conflicts with a previous write of size 1 by thread #x
33 This conflicts with a previous write of size 1 by thread #x
tc21_pthonce.stderr.exp 24 This conflicts with a previous write of size 4 by thread #x
40 This conflicts with a previous write of size 4 by thread #x
  /external/vixl/examples/
check-bounds.cc 49 // 'ls' performs the following test: !(C==1 && Z==0). If the previous
52 // Otherwise if the previous comparison occurred, x0 will be set to 1
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines.c 64 /* propagate carry by adding one to the previous byte in the
105 /* Add carry to previous byte */
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 68 " previous run and not overwritten if its filesize is smaller.\n"
79 " considered as output from previous runs. This is handy when using"
345 // from a previous run. If that file is smaller, it may represent a
346 // previous run with different parameters that gave a smaller PNG image.
353 // An output file from a previous run is kept, add that files' size
358 ? "File not written because a previous run was as good.\n"
359 : "File not written because a previous run was better.\n");
380 // An output file from a previous run is kept, add that files' size
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
p_med_o.h 39 Word16 Med_olag( /* output : median of 5 previous open-loop lags */
40 Word16 prev_ol_lag, /* input : previous open-loop lag */
wb_vad.h 43 Word16 old_level[COMPLEN]; /* input levels of the previous frame */
61 Word32 prev_pow_sum; /* power of previous frame */
  /frameworks/base/core/java/android/animation/
TimeAnimator.java 26 * the total elapsed time, and the elapsed time since the previous animation frame.
94 * @param deltaTime The time elapsed since the previous frame, in milliseconds.
  /frameworks/base/core/tests/coretests/src/android/util/
DayOfMonthCursorTest.java 58 // wrap over to previous column, same month
64 // wrap to previous month

Completed in 880 milliseconds

<<31323334353637383940>>