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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/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/9/sources/cxx-stl/EH/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/9/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/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_vector.h 855 back() function in class:vector
863 back() const function in class:vector
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.h 628 back() function in class:__versa_string
636 back() const function in class:__versa_string
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_rob_image_homography.cpp 39 double back,acc,*x_i_temp,*xp_i_temp; local
41 for(back=0.0,c=0;c<point_count;)
69 back+=log(acc);
71 return(back);
114 double back,Jf_dx[18],f[2],temp,temp2; local
119 for(back=0.0,i=0;i<point_count;i++)
186 back+=db_sqr(f[0])+db_sqr(f[1]);
189 return(back);
195 double back,Jf_dx[6],f[2]; local
200 for(back=0.0,i=0;i<point_count;i++
419 double back; local
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java 190 x.back();
201 x.back();
218 x.back();
    [all...]
  /external/harfbuzz_ng/util/
options.hh 154 back = DEFAULT_BACK;
165 const char *back; member in struct:view_options_t
  /external/libvncserver/libvncserver/
cursor.c 376 char *back=(char*)&background; local
386 back+=4-bpp;
432 } else if(memcmp(cursor->richSource+j*width+i*bpp, back, bpp)) {
445 char *back=(char*)&background,*fore=(char*)&foreground; local
455 back+=4-bpp;
467 else memcpy(cp,back,bpp);
rfbregion.c 25 sraSpan back; member in struct:sraRegion
103 while (curr != &(l->back)) {
120 item->front._next = &(item->back);
122 item->back._prev = &(item->front);
123 item->back._next = NULL;
135 while (curr != &(src->back)) {
137 sraSpanInsertBefore(newspan, &(newlist->back));
147 while (list->front._next != &(list->back)) {
160 while (list->front._next != &(list->back)) {
167 list->front._next = &(list->back);
    [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
389 // Front and back accessor functions...
398 reference back() { function in class:llvm::iplist
399 assert(!empty() && "Called back() on empty list!");
402 const_reference back() const { function in class:llvm::iplist
403 assert(!empty() && "Called back() on empty list!");
552 // Front and back inserters...
615 // Front and back inserters...
  /external/lz4/lib/
lz4hc.c 261 int back=0; local
267 while ((ip+back > iLowLimit) && (matchIndex+back > lowLimit) && (ip[back-1] == match[back-1])) back--;
268 mlt -= back;
269 if ((int)mlt > longest) { longest = (int)mlt; *matchpos = base + matchIndex + back; *startpos = ip+back; }
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 189 } color_buffers[3], *back, *current; member in struct:dri2_egl_surface
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 45 end = &png.back() + 1;
67 end = &png.back() + 1;
109 end = &png.back() + 1;
168 end = &png.back() + 1;
373 zlibinfo->back().btype = BTYPE;
378 zlibinfo->back().compressedbits = bp - bpstart;
379 zlibinfo->back().uncompressedbytes = uncomprblocksize;
417 zlibinfo->back().hlit = HLIT - 257;
418 zlibinfo->back().hdist = HDIST - 1;
419 zlibinfo->back().hclen = HCLEN - 4
514 size_t start = pos, back = start - dist; \/\/backwards local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.h 387 reference back() { return *(--end()); } function in class:list
388 const_reference back() const { return *(--end()); } function in class:list
_vector.h 207 reference back() { return *(end() - 1); } function in class:vector
208 const_reference back() const { return *(end() - 1); } function in class:vector
302 //As the vector container is a back insert oriented container it
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 39 double back,acc,*x_i_temp,*xp_i_temp; local
41 for(back=0.0,c=0;c<point_count;)
69 back+=log(acc);
71 return(back);
114 double back,Jf_dx[18],f[2],temp,temp2; local
119 for(back=0.0,i=0;i<point_count;i++)
186 back+=db_sqr(f[0])+db_sqr(f[1]);
189 return(back);
195 double back,Jf_dx[6],f[2]; local
200 for(back=0.0,i=0;i<point_count;i++
419 double back; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 39 double back,acc,*x_i_temp,*xp_i_temp; local
41 for(back=0.0,c=0;c<point_count;)
69 back+=log(acc);
71 return(back);
114 double back,Jf_dx[18],f[2],temp,temp2; local
119 for(back=0.0,i=0;i<point_count;i++)
186 back+=db_sqr(f[0])+db_sqr(f[1]);
189 return(back);
195 double back,Jf_dx[6],f[2]; local
200 for(back=0.0,i=0;i<point_count;i++
419 double back; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesf.h 252 inline chtype back() const { function in class:NCursesFormField
menu.h 117 chtype back; /* Nonselection attribute */ member in struct:tagMENU
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 1329 back() function in class:deque
1341 back() const function in class:deque
    [all...]
stl_list.h 943 back() function in class:list
955 back() const function in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesf.h 252 inline chtype back() const { function in class:NCursesFormField

Completed in 480 milliseconds

1 2 3 4 5 67 8 91011>>