OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newoff
(Results
1 - 14
of
14
) sorted by null
/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
...]
/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/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.13
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.16
Completed in 985 milliseconds