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

  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseInputStreamTest.java 30 private static final int FILE_END = -1;
68 assertEquals(FILE_END, mInput.read());
76 assertEquals(FILE_END, mInput.read());
85 assertEquals(FILE_END, mInput.read());
95 assertEquals(FILE_END, mInput.read(buf, 0, 4));
105 assertEquals(FILE_END, mInput.read(buf));
116 assertEquals(FILE_END, mInput.read(buf));
AssetFileDescriptor_AutoCloseOutputStreamTest.java 30 private static final int FILE_END = -1;
78 assertEquals(FILE_END, inputStream.read());
AssetFileDescriptorTest.java 37 private static final int FILE_END = -1;
105 while ((readByte != FILE_END) && (readLength < FILE_DATA.length)) {
112 assertEquals(FILE_END, mInputStream.read());
  /external/chromium/googleurl/src/
url_parse.cc 217 int file_end, query_end; local
221 file_end = query_end = ref_separator;
224 file_end = query_end = path_end;
231 file_end = query_separator;
238 if (file_end != path.begin)
239 *filepath = MakeRange(path.begin, file_end);
504 int file_end = path.end(); local
507 file_end = i;
514 for (int i = file_end - 1; i >= path.begin; i--) {
517 *file_name = MakeRange(i + 1, file_end);
    [all...]
  /external/openssl/crypto/bf/asm/
bf-686.pl 25 &file_end();
  /external/zlib/contrib/minizip/
iowin32.c 251 dwMoveMethod = FILE_END;
289 dwMoveMethod = FILE_END;
  /ndk/sources/host-tools/make-3.81/
file.c 344 register struct file **file_end;
355 file_end = file_slot + files.ht_size;
356 for ( ; file_slot < file_end; file_slot++)
639 struct file **file_end;
653 file_end = file_slot_0 + files.ht_fill;
654 for (file_slot = file_slot_0; file_slot < file_end; file_slot++)
342 register struct file **file_end; local
636 struct file **file_end; local
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 258 GElf_Off file_end = 0; /* Rounded up to effective page size. */ local
385 if (file_end < filesz_offset)
387 file_end = filesz_offset;
389 contiguous = file_end;
  /external/openssl/crypto/perlasm/
x86nasm.pl 116 sub ::file_end
x86masm.pl 116 sub ::file_end
x86asm.pl 211 { &file_end();
x86gas.pl 151 sub ::file_end
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 148 win32whence = FILE_END; break;
227 if ( SetFilePointer(context->hidden.win32io.h,0L,NULL,FILE_END) == INVALID_SET_FILE_POINTER ) {
  /external/stlport/src/details/
fstream_win32io.cpp 278 (SetFilePointer(file_no, 0, NULL, FILE_END) == INVALID_SET_FILE_POINTER)))) {
563 whence = FILE_END;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 278 (SetFilePointer(file_no, 0, NULL, FILE_END) == INVALID_SET_FILE_POINTER)))) {
563 whence = FILE_END;
  /external/chromium/net/base/
file_stream_win.cc 21 COMPILE_ASSERT(FROM_END == FILE_END, bad_whence_end);
  /external/chromium/googleurl/base/
logging.cc 108 SetFilePointer(log_file, 0, 0, FILE_END);
  /external/chromium/base/
logging.cc 341 SetFilePointer(log_file, 0, 0, FILE_END);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 224 void (*file_end) (void); member in struct:gcc_target::asm_out
    [all...]
  /system/core/adb/
sysdeps_win32.c 267 case SEEK_END: method = FILE_END; break;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 398 (file_end,
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 398 (file_end,
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 398 (file_end,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 2463 milliseconds