/external/clang/tools/scan-view/ |
scan-view | 54 webbrowser.open(url) 95 help="Don't open a webbrowser on startup.") 109 # Find an open port. We aren't particularly worried about race
|
/external/clang/utils/ |
FindSpecRefs | 10 c99URL = 'http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf' 296 cXXURL = 'http://open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2723.pdf' 633 f = open(os.path.join(clangRoot, 'docs', 'doxygen', 'html', doxyName)) 654 f = open(path) 656 print >>sys.stderr,'WARNING: Unable to open:',path 766 stdin=open('/dev/null','r'), 843 f = open(referencesPath,'w') [all...] |
/external/dhcpcd/compat/ |
arc4random.c | 110 fd = open("/dev/urandom", O_RDONLY);
|
/external/dropbear/ |
compat.c | 180 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
|
/external/e2fsprogs/e2fsck/ |
iscan.c | 79 int fd = open(device_name, O_RDONLY, 0); 82 com_err("open", errno, 112 com_err(program_name, retval, _("while trying to open %s"),
|
/external/e2fsprogs/misc/ |
uuidd.c | 77 open("/dev/null", O_RDWR); 78 open("/dev/null", O_RDWR); 79 open("/dev/null", O_RDWR); 242 fd_pidfile = open(pidfile_path, O_CREAT | O_RDWR, 0664); 245 fprintf(stderr, "Failed to open/create %s: %s\n",
|
/external/elfutils/tests/ |
asm-tst7.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 55 puts ("cannot open backend library"); 82 fd = open (fname, O_RDONLY); 85 printf ("cannot open generated file: %m\n");
|
asm-tst8.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 55 puts ("cannot open backend library"); 83 fd = open (fname, O_RDONLY); 86 printf ("cannot open generated file: %m\n");
|
get-aranges.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 54 int fd = open (argv[cnt], O_RDONLY);
|
get-lines.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 46 int fd = open (argv[cnt], O_RDONLY);
|
showptable.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 49 fd = open (argv[1], O_RDONLY); 52 printf ("cannot open \"%s\": %s\n", argv[1], strerror (errno)); 61 printf ("cannot open ELF file: %s\n", elf_errmsg (-1));
|
update2.c | 19 Red Hat elfutils is an included package of the Open Invention Network. 20 An included package of the Open Invention Network is a package for which 21 Open Invention Network licensees cross-license their patents. No patent 23 included package. Should you wish to participate in the Open Invention 49 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, 0666); 52 printf ("cannot open `%s': %s\n", fname, strerror (errno));
|
/external/freetype/include/freetype/ |
ftstroke.h | 325 * A boolean. If~1, the outline is treated as an open path instead 335 * If `opened' is~1, the outline is processed as an open path, and the 361 * open :: 362 * A boolean. If~1, the sub-path is treated as an open one. 374 FT_Bool open );
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCConnection.java | 10 * Open database. 108 private DatabaseX open(boolean readonly) throws SQLException { method in class:JDBCConnection 112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY : 158 db = open(readonly); 344 dbx = open(ro);
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
pscap.c | 65 printf("Can't open /proc: %s\n", strerror(errno)); 89 fd = open(buf, O_RDONLY|O_CLOEXEC, 0);
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_i2c.c | 80 to get the handle and consider that the open operation has already 147 DAL_ASSERT_STR(gI2cPortContext.nOpened==0, "Trying to open but already done!"); 151 /* open port */ 152 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); 155 DAL_DEBUG("Open failed: open() returned %d\n", gI2cPortContext.nHandle); 163 DAL_PRINT("Open succeed\n");
|
/external/linux-tools-perf/util/ |
cgroup.c | 70 fd = open(path, O_RDONLY);
|
trace-event-info.c | 219 fd = open(file, O_RDONLY); 250 fd = open(file, O_RDONLY); 266 fd = open(path, O_RDONLY); 284 fd = open(path, O_RDONLY);
|
util.c | 70 fromfd = open(from, O_RDONLY);
|
/external/llvm/runtime/libprofile/ |
CommonProfiling.c | 5 |* This file is distributed under the University of Illinois Open Source 120 /* If this is the first time this function is called, open the output file 124 OutFile = open(OutputFilename, O_CREAT | O_WRONLY, 0666);
|
/external/llvm/utils/ |
clang-parse-diagnostics-file | 46 f = open(path)
|
/external/llvm/utils/release/ |
findRegressions-nightly.py | 13 f=open(file, 'r')
|
/external/marisa-trie/lib/marisa/ |
reader.cc | 32 void Reader::open(const char *filename, long offset, int whence) { function in class:marisa::Reader
|
writer.cc | 32 void Writer::open(const char *filename, bool trunc_flag, function in class:marisa::Writer
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
reader.cc | 32 void Reader::open(const char *filename, long offset, int whence) { function in class:marisa_alpha::Reader
|