/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/ |
_list.h | 170 reference back() { return *(--end()); } function in class:list 171 const_reference back() const { return *(--end()); } function in class:list
|
_vector.h | 100 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); } function in class:vector 101 const_reference back() const { return cast_traits::to_value_type_cref(_M_impl.back()); } function in class:vector
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
SsaToRop.java | 17 package com.android.dx.ssa.back;
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_util.h | 82 SBChunk& back() { return chunks_.back(); } function in class:SBChunkList
|
/external/chromium_org/third_party/zlib/ |
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
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
SsaToRop.java | 17 package com.android.dx.ssa.back;
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper.cpp | 867 // make sure we have enough space to write everything back 921 // positions[i].back, positions[i].new_advance); 934 int back = 0; local 938 while (positions[i - back].back) { 939 back += positions[i - back].back; 940 offsets[i].x += positions[i - back].x_pos; 941 offsets[i].y += positions[i - back].y_pos [all...] |
/external/harfbuzz_ng/util/ |
options.hh | 121 back = DEFAULT_BACK; 133 const char *back; member in struct:view_options_t
|
/external/llvm/include/llvm/IR/ |
Function.h | 404 const BasicBlock &back() const { return BasicBlocks.back(); } function in class:llvm::Function 405 BasicBlock &back() { return BasicBlocks.back(); } function in class:llvm::Function 466 /// Optionally passes back an offending user for diagnostic purposes.
|
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 71 int back; /* one character push-back */ member in struct:gz_stream 72 int last; /* true if push-back is last character */ 122 s->back = EOF; 412 if (s->stream.avail_out && s->back != EOF) { 413 *next_out++ = s->back; 416 s->back = EOF; 513 Push one byte back onto the stream. 521 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF; 522 s->back = c [all...] |
/external/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
|
/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
|
/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_vector.h | 711 back() function in class:vector 719 back() const function in class:vector [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_vector.h | 841 back() function in class:vector 849 back() const function in class:vector [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_vector.h | 841 back() function in class:vector 849 back() const function in class:vector [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
|