/external/elfutils/bionic-fixup/ |
AndroidFixup.h | 2 * Copyright 2012, The Android Open Source Project 43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE))
|
/external/elfutils/host-darwin-fixup/ |
AndroidFixup.h | 2 * Copyright 2012, The Android Open Source Project 79 #define open64(path, flags) open(path, flags)
|
/external/elfutils/tests/ |
allfcts.c | 17 Red Hat elfutils is an included package of the Open Invention Network. 18 An included package of the Open Invention Network is a package for which 19 Open Invention Network licensees cross-license their patents. No patent 21 included package. Should you wish to participate in the Open Invention 54 int fd = open (argv[i], O_RDONLY);
|
arls.c | 30 int fd = open (fname, O_RDONLY); 33 printf ("cannot open '%s': %m\n", fname);
|
get-pubnames.c | 18 Red Hat elfutils is an included package of the Open Invention Network. 19 An included package of the Open Invention Network is a package for which 20 Open Invention Network licensees cross-license their patents. No patent 22 included package. Should you wish to participate in the Open Invention 82 int fd = open (argv[cnt], O_RDONLY);
|
scnnames.c | 18 Red Hat elfutils is an included package of the Open Invention Network. 19 An included package of the Open Invention Network is a package for which 20 Open Invention Network licensees cross-license their patents. No patent 22 included package. Should you wish to participate in the Open Invention 50 fd = open (argv[1], O_RDONLY); 53 printf ("cannot open \"%s\": %s\n", argv[1], strerror (errno)); 62 printf ("cannot open ELF file: %s\n", elf_errmsg (-1));
|
/external/guava/guava-tests/test/com/google/common/collect/ |
RangeTest.java | 20 import static com.google.common.collect.BoundType.OPEN; 42 Range<Integer> range = Ranges.open(4, 8); 46 assertEquals(OPEN, range.lowerBoundType()); 49 assertEquals(OPEN, range.upperBoundType()); 57 Ranges.open(4, 3); 62 Ranges.open(3, 3); 95 assertEquals(OPEN, range.lowerBoundType()); 112 assertEquals(OPEN, range.upperBoundType()); 119 assertTrue(Ranges.closed(3, 5).isConnected(Ranges.open(5, 6))); 121 assertTrue(Ranges.open(3, 5).isConnected(Ranges.closed(5, 6))) [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
HDFDataFactory.java | 54 Reader reader = resourceLoader.open(dataFileName);
|
/external/kernel-headers/original/linux/ |
hidraw.h | 51 int open; member in struct:hidraw
|
/external/libffi/testsuite/libffi.call/ |
ffitest.h | 21 file open. */ 58 dev_zero_fd = open ("/dev/zero", O_RDONLY); 61 perror ("open /dev/zero: %m");
|
/external/libpng/contrib/gregbook/ |
makevms.com | 56 $ open/write lopt lib.opt 60 $ open/write xopt x11.opt
|
/external/libpng/contrib/pngminus/ |
makevms.com | 31 $ open/write lopt lib.opt 35 $ open/write xopt x11.opt
|
/external/libppp/src/ |
id.h | 62 #define ID0open open
|
/external/libselinux/src/ |
canonicalize_context.c | 26 fd = open(path, O_RDWR);
|
compute_av.c | 30 fd = open(path, O_RDWR);
|
compute_create.c | 29 fd = open(path, O_RDWR);
|
enabled.c | 81 fd = open(path, O_RDONLY);
|
/external/libvorbis/vq/ |
make_floor_books.pl | 13 die "Could not open $ARGV[0]: $!" unless open (F,$ARGV[0]);
|
/external/llvm/docs/ |
conf.py | 229 with open(os.path.join(command_guide_path, name)) as f:
|
/external/llvm/utils/lint/ |
common_lint.py | 90 file = open(filename, 'r') 92 print 'Cound not open %s' % filename
|
/external/lzma/CPP/Common/ |
C_FileIO.cpp | 18 _handle = ::open(name, flags, 0666);
49 bool CInFile::Open(const char *name)
56 return Open(name);
78 bool COutFile::Open(const char *name, DWORD creationDisposition)
|
/external/marisa-trie/lib/marisa/ |
mapper.h | 16 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
|
reader.h | 19 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
|
writer.h | 19 void open(const char *filename, bool trunc_flag = true,
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
mapper.h | 16 void open(const char *filename, long offset = 0, int whence = SEEK_SET);
|