/external/guava/guava/src/com/google/common/collect/ |
Ranges.java | 34 * <dd>{@link #open} 86 public static <C extends Comparable<?>> Range<C> open(C lower, C upper) { method in class:Ranges 128 * (open). 138 Cut<C> lowerBound = (lowerType == BoundType.OPEN) 141 Cut<C> upperBound = (upperType == BoundType.OPEN) 165 * either inclusive (closed) or exclusive (open). 170 case OPEN: 197 * (closed) or exclusive (open), with no upper bound. 202 case OPEN:
|
/external/icu4c/common/ |
ucnv_cnv.h | 228 * When open() fails, then close() will be called, if present. 236 UConverterOpen open; member in struct:UConverterImpl
|
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 161 out.open(argv[2]);
|
/external/icu4c/tools/ |
icu-svnprops-check.py | 167 f = open(file_name, 'r')
|
/external/jsilver/src/com/google/clearsilver/jsilver/compatibility/ |
ClearsilverRenderer.java | 136 Reader reader = resourceLoader.open(filename);
|
/external/kernel-headers/original/linux/ |
rtc.h | 119 int (*open)(struct device *); member in struct:rtc_class_ops
|
serio.h | 38 int (*open)(struct serio *); member in struct:serio
|
/external/libpcap/ |
pcap-bpf.c | 544 if ((fd = open(device, O_RDWR)) == -1 && 545 (errno != EACCES || (fd = open(device, O_RDONLY)) == -1)) 547 "(cannot open device) %s: %s", device, pcap_strerror(errno)); 555 * Initially try a read/write open (to allow the inject 562 * controls whether to open read-only or read-write, 565 * the device in question) can be indicated at open 568 fd = open(device, O_RDWR); 570 fd = open(device, O_RDONLY); 844 * we're open for writing?) 960 * Therefore, when we open the device, we instal [all...] |
pcap-dos.h | 157 int (*open) (struct device *dev); member in struct:device
|
pcap-enet.c | 162 if_fd = open("/dev/enet", O_RDONLY, 0); 166 perror("tcpdump: enet open error");
|
/external/libppp/src/ |
bundle.h | 93 int open; /* Union of all open physical::type's */ member in struct:bundle::__anon21011
|
/external/libselinux/src/ |
sestatus.c | 249 * It tries to open and mmap kernel status page (/selinux/status). 271 fd = open(path, O_RDONLY | O_CLOEXEC);
|
/external/libvpx/libvpx/tools/ |
lint-hunks.py | 121 stdin = open(os.path.join(tl, filename)).read()
|
/external/libvpx/libvpx/ |
vpxstats.c | 33 fd = open(fpf, O_RDONLY);
|
/external/linux-tools-perf/util/ |
run-command.c | 13 int fd = open("/dev/null", O_RDWR);
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileWrapper.cpp | 5 // This file is distributed under the University of Illinois Open Source 135 // Open the cmdline file 136 int CmdLineFD = open(CmdLineFName.c_str(), S_IRUSR);
|
/external/llvm/utils/release/ |
findRegressions-simple.py | 9 f = open(file, 'r')
|
/external/mesa3d/scons/ |
llvm.py | 78 for line in open(llvm_config, 'rt'):
|
/external/openssh/ |
auth-rhosts.c | 64 /* Open the .rhosts file, deny if unreadable */ 65 if ((fd = open(filename, O_RDONLY|O_NONBLOCK)) == -1)
|
readpass.c | 134 ttyfd = open(_PATH_TTY, O_RDWR); 138 debug("read_passphrase: can't open %s: %s", _PATH_TTY,
|
sandbox-systrace.c | 129 if ((dev_systrace = open("/dev/systrace", O_RDONLY)) == -1) 130 fatal("%s: open(\"/dev/systrace\"): %s", __func__,
|
/external/openssh/openbsd-compat/ |
bsd-misc.c | 123 fd = open(path, O_WRONLY);
|
readpassphrase.c | 81 (input = output = open(_PATH_TTY, O_RDWR)) == -1) {
|
/external/openssl/crypto/ |
ppccpuid.pl | 10 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
/external/oprofile/daemon/ |
init.c | 65 * opd_open_files - open necessary files 67 * Open the device files and the log file, 75 fprintf(stderr, "Failed to open device. Possibly you have passed incorrect\n" 78 perror("Failed to open profile device"); 89 if (open("/dev/null", O_RDONLY) == -1) { 90 perror("oprofiled: couldn't re-open stdin as /dev/null: "); 114 printf("LRU cleared but file open fails for %s.\n", 266 /** re-open files for logrotate/opcontrol --reset */ 270 /* We just close them, and re-open them lazily as usual. */
|