HomeSort by relevance Sort by last modified time
    Searched full:newoff (Results 1 - 17 of 17) sorted by null

  /external/libcxx/src/
strstream.cpp 253 off_type newoff; local
258 newoff = 0;
261 newoff = (pos_in ? gptr() : pptr()) - eback();
264 newoff = seekhigh - eback();
267 newoff += __off;
268 if (0 <= newoff && newoff <= seekhigh - eback())
270 char* newpos = eback() + newoff;
280 __p = newoff;
296 off_type newoff = __sp local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 253 off_type newoff; local
258 newoff = 0;
261 newoff = (pos_in ? gptr() : pptr()) - eback();
264 newoff = seekhigh - eback();
267 newoff += __off;
268 if (0 <= newoff && newoff <= seekhigh - eback())
270 char* newpos = eback() + newoff;
280 __p = newoff;
296 off_type newoff = __sp local
    [all...]
  /external/stlport/src/
strstream.cpp 214 off_type newoff; local
217 newoff = 0;
220 newoff = seekhigh - seeklow;
223 newoff = do_put ? pptr() - seeklow : gptr() - seeklow;
229 off += newoff;
252 return pos_type(newoff);
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 214 off_type newoff; local
217 newoff = 0;
220 newoff = seekhigh - seeklow;
223 newoff = do_put ? pptr() - seeklow : gptr() - seeklow;
229 off += newoff;
252 return pos_type(newoff);
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
libstlport_static.a     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
libstlport_static.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.16 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 261 milliseconds