HomeSort by relevance Sort by last modified time
    Searched defs:back (Results 126 - 150 of 340) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/gpu/
GrResourceCache.cpp 189 GrGpuResource* back = *(fNonpurgeableResources.end() - 1); local
190 SkASSERT(!back->wasDestroyed());
191 back->cacheAccess().abandon();
213 GrGpuResource* back = *(fNonpurgeableResources.end() - 1); local
214 SkASSERT(!back->wasDestroyed());
215 back->cacheAccess().release();
  /external/v8/src/compiler/
ast-graph-builder.h 234 return values()->back();
238 Node* back = values()->back(); local
240 return back;
  /external/zlib/src/examples/
gzlog.c 122 one byte back from the block length.
134 - First stored block start as the number of bits back from the final stored
140 they are different, the numbers of bits back is known to be eight.) This
204 back, crc's, and lengths, and mark foo.gz as in process for a replacement
248 jmp_buf gzlog_jump; /* where to go back to */
295 int back; /* location of first block id in bits back from first */ member in struct:log
325 5 /* op is NO_OP, last bit 8 bits back */
427 log->back = 3 + (buf[HEAD + 34] & 7);
449 ext[34] = log->back - 3 + (op << 3)
464 int back, len, mask; local
    [all...]
  /external/zlib/src/
inflate.h 102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 170 const_reference back() const { return m_OutputSectCmds.back(); } function in class:mcld::OutputSectDesc
171 reference back() { return m_OutputSectCmds.back(); } function in class:mcld::OutputSectDesc
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 107 if (initialCapacity < 0) // Too many elements, must back off
511 final int back = (t - i) & mask; local
518 if (front < back) {
531 System.arraycopy(elements, i + 1, elements, i, back);
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); } function in class:deque
152 const_reference back() const { return cast_traits::to_value_type_cref(_M_impl.back()); } function in class:deque
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 414 // i.e. set fore, back and grey attribute
418 inline chtype back() const { function in class:NCursesMenu
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 855 back() function in class:vector
863 back() const function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 628 back() function in class:__versa_string
636 back() const function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 414 // i.e. set fore, back and grey attribute
418 inline chtype back() const { function in class:NCursesMenu
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 855 back() function in class:vector
863 back() const function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 628 back() function in class:__versa_string
636 back() const function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 855 back() function in class:vector
863 back() const function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 628 back() function in class:__versa_string
636 back() const function in class:__versa_string
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 711 back() function in class:vector
719 back() const function in class:vector
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); } function in class:deque
152 const_reference back() const { return cast_traits::to_value_type_cref(_M_impl.back()); } function in class:deque
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 711 back() function in class:vector
719 back() const function in class:vector
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); } function in class:deque
152 const_reference back() const { return cast_traits::to_value_type_cref(_M_impl.back()); } function in class:deque
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 711 back() function in class:vector
719 back() const function in class:vector
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); } function in class:deque
152 const_reference back() const { return cast_traits::to_value_type_cref(_M_impl.back()); } function in class:deque
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 711 back() function in class:vector
719 back() const function in class:vector
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 841 back() function in class:vector
849 back() const function in class:vector
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 835 back() function in class:vector
843 back() const function in class:vector
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 624 back() function in class:__versa_string
632 back() const function in class:__versa_string
    [all...]

Completed in 521 milliseconds

1 2 3 4 56 7 8 91011>>