/external/chromium_org/tools/valgrind/ |
drmemory_analyze.py | 89 supp_fd = open(filename.replace("results", "suppress"), 'r') 108 self.cur_fd_ = open(filename, 'r')
|
scan-build.py | 57 f = open(local_name, 'r') 73 f = open(local_name, "w")
|
/external/chromium_org/tools/win/toolchain/ |
toolchain2013.py | 110 with open(os.path.join( 160 with open(os.path.join(target_dir, r'env.bat'), 'w') as file:
|
/external/chromium_org/v8/tools/ |
gen-postmortem-metadata.py | 186 objfile = open(objfilename, 'r'); 377 inlfile = open(inlfilename, 'r');
|
test-server.py | 106 with open(pubkeyfile, "a") as f: 109 with open(datafile, "w") as f:
|
/external/clang/tools/scan-view/ |
Reporter.py | 94 fp = open(path) 99 fp = open(path, 'rb')
|
ScanView.py | 42 req.open("GET", url, true); 52 # Insert report bug and open file links. 55 '<td class="Button"><a href="javascript:load(\'open/\\1\')">Open File</a></td>'))) 149 f = open(kConfigPath,'w') 246 data = open(path).read() 255 data = open(path).read() 416 status = startfile.open(file) 420 res = 'Open failed: "%s"' % file 440 lns = itertools.islice(open(path), 0, 10 [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_mac.cc | 5 // This file is distributed under the University of Illinois Open Source 63 return open(filename, flags); 67 return open(filename, flags, mode);
|
/external/dhcpcd/ |
bpf.c | 64 fd = open(_PATH_BPF, O_RDWR | O_NONBLOCK); 72 fd = open(device, O_RDWR | O_NONBLOCK);
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 10 request do_open_filesys, "Open a filesystem", 11 open_filesys, open;
|
/external/e2fsprogs/lib/ext2fs/ |
ismounted.c | 144 * If so, do a manual check to see if we can open /etc/mtab 152 fd = open(TEST_FILE, O_RDWR|O_CREAT, 0600); 332 fd = open(device, O_RDONLY | O_EXCL);
|
/external/e2fsprogs/misc/ |
logsave.c | 281 outfd = open(outfn, openflags, 0644); 322 outfd = open(outfn, openflags, 0644);
|
/external/eigen/scripts/ |
eigen_gen_credits.cpp | 73 churn_out.open(filename, ios::in); 137 online_info.open(filename, ios::in);
|
/external/grub/docs/ |
help2man | 101 die "$this_program: can't open `$inc' ($!)\n" 102 unless open INC, $inc; 180 open STDOUT, ">$opt_output"
|
/external/icu4c/test/cintltst/ |
usrchtst.c | 51 static void open(UErrorCode* status) function 95 open(&status); 97 log_err_status(status, "Unable to open static collators %s\n", u_errorName(status)); 251 open(&status); 253 log_err_status(status, "Unable to open static collators %s\n", u_errorName(status)); 310 open(&status); 312 log_err_status(status, "Unable to open static collators %s\n", u_errorName(status)); 652 open(&status); 654 log_err_status(status, "Unable to open static collators %s\n", u_errorName(status)); 670 open(&status) [all...] |
/external/icu4c/tools/genren/ |
genren.pl | 32 open(UVERSION, $path); 67 open HEADER, ">$headername"; # opening a header file
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_uart.c | 93 to get the handle and consider that the open operation has already 166 DAL_ASSERT_STR(gComPortContext.nOpened==0, "Trying to open but already done!"); 170 /* open communication port handle */ 171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); 430 fd = open(NFC_POWER_PATH, O_WRONLY); 432 ALOGE("open(%s) for write failed: %s (%d)", NFC_POWER_PATH,
|
/external/libselinux/src/ |
stringrep.c | 87 fd = open(path, O_RDONLY); 120 fd = open(path, O_RDONLY);
|
/external/llvm/utils/ |
codegen-diff | 9 open (INPUT, $filename) or die "$filename: $!\n"; 29 open (INPUT, $filename) or die "$filename: $!\n";
|
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
native_drm.c | 319 fd = open(device_name, O_RDWR | O_CLOEXEC); 323 fd = open(device_name, O_RDWR);
|
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
native_drm.c | 138 drmdpy->fd = open(drmdpy->device_name, O_RDWR | O_CLOEXEC); 142 drmdpy->fd = open(drmdpy->device_name, O_RDWR); 147 _eglLog(_EGL_WARNING, "wayland-egl: could not open %s (%s)",
|
/external/open-vcdiff/ |
configure.ac | 7 AC_INIT(open-vcdiff, 0.8.3, opensource@google.com)
|
/external/open-vcdiff/packages/rpm/ |
rpm.spec | 10 URL: http://code.google.com/p/open-vcdiff
|
/external/openssl/crypto/objects/ |
obj_dat.pl | 45 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]"; 46 open (OUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
|
/external/protobuf/src/google/protobuf/ |
message_unittest.cc | 110 int file = open(filename.c_str(), O_RDONLY | O_BINARY); 123 int file = open(filename.c_str(), O_RDONLY | O_BINARY);
|