/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
cortex-a8-fix-b.d | 61 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-bcc-rel-thumb.d | 64 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-bcc.d | 61 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-bl-rel-plt.d | 77 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-bl.d | 61 8fd2: eb01 0002 add\.w r0, r1, r2
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
LinuxWatchService.java | 490 private static native int poll(int fd1, int fd2) throws UnixException;
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
VolInfo.c | [all...] |
/external/elfutils/src/ |
elfcmp.c | 167 int fd2; local 169 Elf *elf2 = open_file (fname2, &fd2, &ebl2); 661 close (fd2);
|
/external/freetype/src/cff/ |
cffload.c | 779 FT_Byte fd2; local 789 fd2 = *p++; 794 fd = fd2; 799 fdselect->cache_fd = fd2; [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 167 public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException;
|
ForwardingOs.java | 180 public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException { os.socketpair(domain, type, protocol, fd1, fd2); }
|
Linux.java | 254 public native void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException;
|
/libcore/ojluni/src/main/java/java/util/ |
JapaneseImperialCalendar.java | 501 long fd2 = cachedFixedDate; local 504 if (fd2 != fd) { [all...] |
/external/mesa3d/src/gallium/winsys/virgl/drm/ |
virgl_drm_winsys.c | 843 int fd2 = pointer_to_intptr(key2); local 846 fstat(fd2, &stat2);
|
/external/python/cpython2/Lib/test/ |
test_posix.py | 238 fd2 = os.open(test_support.TESTFN, 240 os.close(fd2)
|
/libcore/luni/src/main/java/android/system/ |
Os.java | 546 public static void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException { Libcore.os.socketpair(domain, type, protocol, fd1, fd2); }
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_posix.py | 201 fd2 = os.open(test_support.TESTFN, 203 os.close(fd2)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_posix.py | 201 fd2 = os.open(test_support.TESTFN, 203 os.close(fd2)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 201 fd2 = os.open(test_support.TESTFN, 203 os.close(fd2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 201 fd2 = os.open(test_support.TESTFN, 203 os.close(fd2)
|
/external/ltp/testcases/kernel/fs/dmapi/ |
event_sd.c | 2324 int fd1, fd2; local 4901 int fd1, fd2; local [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 685 AssetFileDescriptor fd2 = null; local 691 fd2 = mResources.openRawResourceFd(teststream); 693 ex2.setDataSource(fd2.getFileDescriptor(), fd2.getStartOffset(), fd2.getLength()); 739 if (fd2 != null) { 740 fd2.close(); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
edk2module.c | 3676 int fd1, fd2, fd3; local 4863 int fd, fd2, res; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
posixmodule.c | 443 _PyVerify_fd_dup2(int fd1, int fd2)
447 if (fd2 == _NO_CONSOLE_FILENO)
449 if ((unsigned)fd2 < _NHANDLE_)
5266 int fd1, fd2, fd3; local 6500 int fd, fd2, res; local [all...] |
/external/python/cpython2/Modules/ |
posixmodule.c | 609 _PyVerify_fd_dup2(int fd1, int fd2) 613 if (fd2 == _NO_CONSOLE_FILENO) 615 if ((unsigned)fd2 < _NHANDLE_) 5522 int fd1, fd2, fd3; local 6688 int fd, fd2, res; local [all...] |