Home
last modified time | relevance | path

Searched refs:getFD (Results 1 – 15 of 15) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSharedMemory.java88 filesByFd.put(randomAccessFile.getFD(), sharedMemoryFile); in nCreate()
89 return randomAccessFile.getFD(); in nCreate()
DShadowParcelFileDescriptor.java91 return file.getFD(); in getFileDescriptor()
109 return ReflectionHelpers.getField(file.getFD(), "fd"); in getFd()
DShadowLinux.java57 return randomAccessFile.getFD(); in open()
DShadowArscResourcesImpl.java140 … return new AssetFileDescriptor(ParcelFileDescriptor.dup(fis.getFD()), 0, fis.getChannel().size()); in openRawResourceFd()
DShadowLegacyResourcesImpl.java110 … return new AssetFileDescriptor(ParcelFileDescriptor.dup(fis.getFD()), 0, fis.getChannel().size()); in openRawResourceFd()
DShadowResources.java164 return new AssetFileDescriptor(ParcelFileDescriptor.dup(fis.getFD()), 0, in openRawResourceFd()
DShadowParcel.java828 return randomAccessFile.getFD(); in openFileDescriptor()
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java335 super (new UCFileInputStream (raf.getFD ()), bufSize); in RandomAccessFileInputStream()
375 super (new UCFileOutputStream (raf.getFD ()), bufSize); in RandomAccessFileOutputStream()
474 … if ($assert.ENABLED) $assert.ASSERT (raf.getFD ().valid (), "FD invalid"); in mergeload()
743 if (DO_FSYNC) raf.getFD ().sync (); in writeEntry()
/external/jline/src/src/main/java/jline/
DWindowsTerminal.java232 && (((FileInputStream) in).getFD() == FileDescriptor.in)))) { in readCharacter()
/external/llvm/lib/Support/
Draw_ostream.cpp491 static int getFD(StringRef Filename, std::error_code &EC, in getFD() function
515 : raw_fd_ostream(getFD(Filename, EC, Flags), true) {} in raw_fd_ostream()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp465 static int getFD(StringRef Filename, std::error_code &EC, in getFD() function
489 : raw_fd_ostream(getFD(Filename, EC, Flags), true) {} in raw_fd_ostream()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Draw_ostream.cpp500 static int getFD(StringRef Filename, std::error_code &EC, in getFD() function
550 : raw_fd_ostream(getFD(Filename, EC, Disp, Access, Flags), true) {} in raw_fd_ostream()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapFactoryTest.java179 FileDescriptor fd = is.getFD(); in decodeFileDescriptor_shouldGetWidthAndHeightFromHints()
DShadowMediaPlayerTest.java183 FileDescriptor fd = is.getFD(); in testSetDataSourceFD()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAsset.java1001 return new FileInputStream(new File(fname)).getFD(); in open()