HomeSort by relevance Sort by last modified time
    Searched refs:beg (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/stlport/test/unit/
sstream_test.cpp 391 s.seekg( 6, ios::beg );
398 is.seekg( 6, ios::beg );
414 s.seekp( 0, ios::beg );
431 ss.seekg( 0, ios::beg );
fstream_test.cpp 164 f.seekg( 0, ios_base::beg );
200 f.seekg( 0, ios_base::beg );
254 is.seekg( p, ios_base::beg );
349 ss.seekg( 0, ios_base::beg );
476 off = s.rdbuf()->pubseekoff(0, ios_base::beg);
496 ss.seekg( 0, ios_base::beg );
892 f.seekg( 0, ios_base::beg );
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 391 s.seekg( 6, ios::beg );
398 is.seekg( 6, ios::beg );
414 s.seekp( 0, ios::beg );
431 ss.seekg( 0, ios::beg );
fstream_test.cpp 182 f.seekg( 0, ios_base::beg );
218 f.seekg( 0, ios_base::beg );
272 is.seekg( p, ios_base::beg );
367 ss.seekg( 0, ios_base::beg );
494 off = s.rdbuf()->pubseekoff(0, ios_base::beg);
514 ss.seekg( 0, ios_base::beg );
910 f.seekg( 0, ios_base::beg );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 391 s.seekg( 6, ios::beg );
398 is.seekg( 6, ios::beg );
414 s.seekp( 0, ios::beg );
431 ss.seekg( 0, ios::beg );
fstream_test.cpp 182 f.seekg( 0, ios_base::beg );
218 f.seekg( 0, ios_base::beg );
272 is.seekg( p, ios_base::beg );
367 ss.seekg( 0, ios_base::beg );
494 off = s.rdbuf()->pubseekoff(0, ios_base::beg);
514 ss.seekg( 0, ios_base::beg );
910 f.seekg( 0, ios_base::beg );
  /ndk/sources/host-tools/make-3.81/
read.c 877 const char *end, *beg; /* Helpers for whitespace stripping. */
873 const char *end, *beg; \/* Helpers for whitespace stripping. *\/ local
2667 char *p = buffer, *beg; local
    [all...]
variable.c 1234 register char *beg; local
    [all...]
implicit.c 113 char *p = buffer, *beg;
120 beg = p;
182 *length = p - beg;
184 return beg;
111 char *p = buffer, *beg; local
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 160 if (__dir == std::ios_base::beg)
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 160 if (__dir == std::ios_base::beg)
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 160 if (__dir == std::ios_base::beg)
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 160 if (__dir == std::ios_base::beg)
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /external/stlport/src/
stdio_streambuf.cpp 80 case ios_base::beg:
ios.cpp 78 const ios_base::seekdir ios_base::beg; member in class:ios_base
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 80 case ios_base::beg:
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 284 template <typename CB> CB scanReachableSymbols(const SVal *beg,
288 scanReachableSymbols(const MemRegion * const *beg,
770 CB ProgramState::scanReachableSymbols(const SVal *beg, const SVal *end) const {
772 scanReachableSymbols(beg, end, cb);
777 CB ProgramState::scanReachableSymbols(const MemRegion * const *beg,
780 scanReachableSymbols(beg, end, cb);
  /external/zlib/contrib/inflate86/
inffast.S 178 #define beg 40 /* unsigned char* */ define
245 * beg = out - (start - strm->avail_out);
269 movl %ebp, beg(%esp)
614 * nbytes = out - beg;
625 subl beg(%esp), %eax /* nbytes = out - beg */
652 cmpl out_r, beg(%esp)
1004 subl beg(%esp), %eax /* nbytes = out - beg */
    [all...]
inffas86.c 84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member in struct:inffast_ar
113 ar.beg = ar.out - (start - strm->avail_out);
282 " subq 40(%%rsp), %%rax\n" /* nbytes = out - beg */
311 " cmpq %%rdi, 40(%%rsp)\n" /* if out == beg, outside window */
607 " subl 20(%%esp), %%eax\n" /* nbytes = out - beg */
639 " je .L_check_window\n" /* out == beg, if outside window */
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 455 int beg = 0; local
456 int end = oid.indexOf('.', beg);
458 int comp = Integer.parseInt(oid.substring(beg, end));
459 beg = end + 1;
463 end = oid.indexOf('.', beg);
464 comp = Integer.parseInt(oid.substring(beg, end));
    [all...]
  /external/mksh/src/
misc.c 87 const char *old_beg = xsp->beg;
90 xsp->beg = aresize(xsp->beg, xsp->len + 8, xsp->areap);
91 xsp->end = xsp->beg + xsp->len;
92 return (xsp->beg + (xp - old_beg));
    [all...]
  /external/stlport/src/details/
fstream_win32io.cpp 552 case ios_base::beg:
608 if (base == 0 || _M_seek(offset + len, ios_base::beg) < 0) {
fstream_stdio.cpp 347 case ios_base::beg:
fstream_unistd.cpp 291 case ios_base::beg:
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 552 case ios_base::beg:
608 if (base == 0 || _M_seek(offset + len, ios_base::beg) < 0) {

Completed in 1306 milliseconds

12 3 4