HomeSort by relevance Sort by last modified time
    Searched defs:back (Results 226 - 250 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/filters/
source_buffer_stream.cc 102 // Deletes a GOP from the front or back of the range and moves these
185 // sequence after |buffers_.back()|, false otherwise.
468 last_appended_buffer_timestamp_ = buffers.back()->GetDecodeTimestamp();
469 last_appended_buffer_is_keyframe_ = buffers.back()->IsKeyframe();
490 last_appended_buffer_timestamp_ = buffers.back()->GetDecodeTimestamp();
491 last_appended_buffer_is_keyframe_ = buffers.back()->IsKeyframe();
508 buffers_for_new_range->back()->GetDecodeTimestamp();
510 buffers_for_new_range->back()->IsKeyframe();
529 track_buffer_.back()->GetDecodeTimestamp() < start_of_deleted)
531 << track_buffer_.back()->GetDecodeTimestamp().InSecondsF() << " sec
1701 KeyframeMap::iterator back = keyframe_map_.end(); local
    [all...]
  /external/chromium_org/third_party/libpng/
pngrtran.c 937 png_color back, back_1; local
943 back.red = png_ptr->gamma_table[png_ptr->background.red];
944 back.green = png_ptr->gamma_table[png_ptr->background.green];
945 back.blue = png_ptr->gamma_table[png_ptr->background.blue];
974 gs = 1.0; /* back */
979 back.red = (png_byte)png_ptr->background.red;
980 back.green = (png_byte)png_ptr->background.green;
981 back.blue = (png_byte)png_ptr->background.blue;
1133 png_color back; local
2631 png_color back, back_1; local
2758 png_color back; local
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 264 Point& back = result->back(); local
265 back.x = x;
266 back.y = y;
267 back.on_curve = on_curve;
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 320 const_reference front() const { return Impl.back(); }
321 const_reference back() const { return Impl.front(); } function in class:clang::CFGBlock::ElementList
397 CFGElement back() const { return Elements.back(); }
707 CFGBlock & back() { return *Blocks.back(); } function in class:clang::CFGBlock::CFG
842 /// Collects DeclStmts synthesized for this CFG and maps each one back to its
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 17 package com.android.dx.ssa.back;
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 1296 int back = 0; local
    [all...]
  /external/libpng/
pngrtran.c 937 png_color back, back_1; local
943 back.red = png_ptr->gamma_table[png_ptr->background.red];
944 back.green = png_ptr->gamma_table[png_ptr->background.green];
945 back.blue = png_ptr->gamma_table[png_ptr->background.blue];
974 gs = 1.0; /* back */
979 back.red = (png_byte)png_ptr->background.red;
980 back.green = (png_byte)png_ptr->background.green;
981 back.blue = (png_byte)png_ptr->background.blue;
1133 png_color back; local
2631 png_color back, back_1; local
2758 png_color back; local
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 213 ilist_iterator &operator--() { // predecrement - Back up
318 // back to the first node in the list (to preserve assertions about going off
387 // Front and back accessor functions...
396 reference back() { function in class:llvm::iplist
397 assert(!empty() && "Called back() on empty list!");
400 const_reference back() const { function in class:llvm::iplist
401 assert(!empty() && "Called back() on empty list!");
550 // Front and back inserters...
667 // Front and back inserters...
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 178 bundle_iterator &operator--() { // predecrement - Back up
223 MachineInstr& back() { return Insts.back(); } function in class:llvm::MachineBasicBlock
225 const MachineInstr& back() const { return Insts.back(); } function in class:llvm::MachineBasicBlock
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 874 png_color back, back_1; local
880 back.red = png_ptr->gamma_table[png_ptr->background.red];
881 back.green = png_ptr->gamma_table[png_ptr->background.green];
882 back.blue = png_ptr->gamma_table[png_ptr->background.blue];
909 gs = 1.0; /* back */
914 back.red = (png_byte)png_ptr->background.red;
915 back.green = (png_byte)png_ptr->background.green;
916 back.blue = (png_byte)png_ptr->background.blue;
920 back.red = (png_byte)(pow(
922 back.green = (png_byte)(pow
1054 png_color back; local
2516 png_color back, back_1; local
2643 png_color back; local
    [all...]
  /external/stlport/stlport/stl/
_bvector.h 666 reference back() { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
667 const_reference back() const { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
_deque.h 459 reference back() { function in class:deque
465 const_reference back() const { function in class:deque
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 666 reference back() { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
667 const_reference back() const { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
_deque.h 459 reference back() { function in class:deque
465 const_reference back() const { function in class:deque
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 749 float back; local
807 movss back,xmm0 local
810 return(back);
827 float back; local
865 movss back,xmm0 local
868 return(back);
885 float back; local
913 movss back,xmm0 local
933 float back; local
953 movss back,xmm0 local
973 float back; local
989 movss back,xmm0 local
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 749 float back; local
807 movss back,xmm0 local
810 return(back);
827 float back; local
865 movss back,xmm0 local
868 return(back);
885 float back; local
913 movss back,xmm0 local
933 float back; local
953 movss back,xmm0 local
973 float back; local
989 movss back,xmm0 local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 749 float back; local
807 movss back,xmm0 local
810 return(back);
827 float back; local
865 movss back,xmm0 local
868 return(back);
885 float back; local
913 movss back,xmm0 local
933 float back; local
953 movss back,xmm0 local
973 float back; local
989 movss back,xmm0 local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_deque.h 1140 back() function in class:deque
1152 back() const function in class:deque
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
bitmap_allocator.h 105 // begin(), end(), back(), operator[].
135 back() const throw() function in class:__detail::__mini_vector
596 if (*__addr >= *__free_list.back())
608 ::operator delete(static_cast<void*>(__free_list.back()));
677 * gives back all the memory to the OS.
873 // Fall Back to First Fit algorithm.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 87 chtype back; /* background attribute */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 885 back() function in class:basic_string
893 back() const function in class:basic_string
    [all...]
stl_bvector.h 731 back() function in class:vector
735 back() const function in class:vector
stl_deque.h 1301 back() function in class:deque
1313 back() const function in class:deque
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 105 // begin(), end(), back(), operator[].
123 back() const throw() function in class:__detail::__mini_vector
577 if (*__addr >= *__free_list.back())
589 ::operator delete(static_cast<void*>(__free_list.back()));
658 * gives back all the memory to the OS.
850 // Fall Back to First Fit algorithm.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 87 chtype back; /* background attribute */ member in struct:fieldnode

Completed in 1031 milliseconds

1 2 3 4 5 6 7 8 91011>>