/external/jemalloc/test/unit/ |
prof_idump.c | 18 fd = open("/dev/null", O_WRONLY); 19 assert_d_ne(fd, -1, "Unexpected open() failure");
|
/external/libselinux/src/ |
check_context.c | 23 fd = open(path, O_RDWR);
|
deny_unknown.c | 24 fd = open(path, O_RDONLY);
|
disable.c | 24 fd = open(path, O_WRONLY);
|
getenforce.c | 24 fd = open(path, O_RDONLY);
|
setenforce.c | 24 fd = open(path, O_RDWR);
|
/external/openssl/apps/ |
CA.pl | 95 open OUT, ">${CATOP}/index.txt"; 97 open OUT, ">${CATOP}/crlnumber"; 176 open IN, $infile; 177 open OUT, ">$outfile";
|
/external/oprofile/libutil/ |
op_deviceio.c | 24 return open(name, O_RDONLY);
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlStreamRenderer.java | 43 * or missing close and open tags. 58 private boolean open; field in class:HtmlStreamRenderer 118 if (open) { throw new IllegalStateException(); } 119 open = true; 123 if (!open) { throw new IllegalStateException(); } 127 open = false; 138 return open; 151 if (!open) { throw new IllegalStateException(); } 224 if (!open) { throw new IllegalStateException(); } 265 if (!open) { throw new IllegalStateException(); [all...] |
/bionic/tests/ |
sys_statvfs_test.cpp | 2 * Copyright (C) 2013 The Android Open Source Project 49 int fd = open("/proc", O_RDONLY); 56 int fd = open("/proc", O_RDONLY);
|
sys_vfs_test.cpp | 2 * Copyright (C) 2014 The Android Open Source Project 50 int fd = open("/proc", O_RDONLY); 57 int fd = open("/proc", O_RDONLY);
|
/bootable/recovery/tools/ota/ |
convert-to-bmp.py | 16 im = Image.open(infile) 67 f = open(outfile, "wb")
|
/cts/tools/selinux/ |
SELinuxNeverallowTestGen.py | 14 with open(policy_file, 'r') as in_file: 50 with open(output_file, 'w') as out_file:
|
/development/tools/findunused/ |
findunusedtranslations | 41 open(IN, "<$ARGV[0]"); 61 open(IN, "<$match"); 97 open(OUT, ">$match");
|
/device/htc/flounder/sensor_hub/libsensors/ |
SensorBase.cpp | 2 * Copyright (C) 2008-2014 The Android Open Source Project 56 dev_fd = open(dev_name, O_RDONLY); 57 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno)); 75 fd = open(path, O_WRONLY); 77 ALOGE("SensorBase: write_attr failed to open %s (%s)",
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t018llstar.py | 16 cStream = antlr3.StringStream(open(inputPath).read()) 25 testOutput = open(outputPath).read() 44 ## input = open(inputPath).read()
|
t020fuzzy.py | 16 stream = antlr3.StringStream(open(inputPath).read()) 28 testOutput = open(outputPath).read()
|
/external/ceres-solver/internal/ceres/ |
generate_eliminator_specialization.py | 198 f = open("schur_eliminator.cc", "w") 207 fptr = open(output, "w")
|
generate_partitioned_matrix_view_specializations.py | 199 f = open("partitioned_matrix_view.cc", "w") 208 fptr = open(output, "w")
|
/external/ceres-solver/scripts/ |
make_docs.py | 104 with open(name) as fptr: 121 with open(name, 'w') as fptr:
|
/external/chromium_org/android_webview/tools/ |
find_files.pl | 22 open FIND, '-|', 'find', $root_dir, @find_args
|
/external/chromium_org/build/ |
escape_unicode.py | 44 input_data = codecs.open(in_filename, 'r', 'utf8').read() 45 with codecs.open(out_filename, 'w', 'ascii') as out_file:
|
find_isolated_tests.py | 29 with open(filepath, 'rb') as f: 71 with open(options.output_json, 'wb') as f:
|
/external/chromium_org/build/secondary/tools/grit/ |
stamp_grit_sources.py | 29 with open(dep_file, "w") as f: 36 with open(stamp_file, "w"):
|
/external/chromium_org/chrome/browser/importer/ |
firefox_profile_lock_posix.cc | 72 lock_fd_ = open(old_lock_file_.value().c_str(), O_CREAT | O_EXCL, 0644); 96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC,
|