HomeSort by relevance Sort by last modified time
    Searched defs:whence (Results 1 - 14 of 14) sorted by null

  /external/strace/
lseek.c 51 int whence; local
61 whence = tcp->u_arg[2];
62 if (whence == SEEK_SET)
66 printxval(whence_codes, whence, "SEEK_???");
74 int whence; local
78 whence = tcp->u_arg[2];
79 if (whence == SEEK_SET)
83 printxval(whence_codes, whence, "SEEK_???");
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 78 int whence; local
81 whence = SEEK_SET;
84 whence = SEEK_CUR;
87 whence = SEEK_END;
93 if (off <= numeric_limits<off_type>::max() && FSEEK(_M_file, off, whence) == 0) {
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 288 int whence; local
294 whence = SEEK_SET;
297 whence = SEEK_CUR;
302 whence = SEEK_END;
308 return LSEEK(_M_file_id, offset, whence);
fstream_stdio.cpp 344 int whence; local
350 whence = SEEK_SET;
353 whence = SEEK_CUR;
358 whence = SEEK_END;
364 if ( FSEEK(_M_file, offset, whence) == 0 ) {
fstream_win32io.cpp 549 int whence; local
555 whence = FILE_BEGIN;
558 whence = FILE_CURRENT;
563 whence = FILE_END;
571 li.LowPart = SetFilePointer(_M_file_id, li.LowPart, &li.HighPart, whence);
  /external/opencv3/modules/core/test/
test_ds.cpp 751 int whence = 0, pos = 0, count = 0; local
764 whence = op - 1;
765 if( whence < 0 )
770 else if( whence > 0 )
795 whence = op - 4;
796 if( whence < 0 )
801 else if( whence > 0 )
812 if( whence != 0 )
845 whence = op - 7;
846 pos = whence < 0 ? 0 : whence > 0 ? sseq->count : (int)(cvtest::randInt(rng) % (sseq->count+1))
    [all...]
  /external/toybox/toys/posix/
ps.c 1170 long long whence; member in struct:proclist
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 100 milliseconds