/external/owasp/sanitizer/tools/ |
cut_release.py | 140 out_file = open(path, "w") 142 out_file.write("\n".join(lines)) 144 out_file.close()
|
/external/boringssl/src/crypto/bio/ |
file.c | 323 int BIO_get_fp(BIO *bio, FILE **out_file) { 324 return BIO_ctrl(bio, BIO_C_GET_FILE_PTR, 0, (char*) out_file);
|
/ndk/build/lib/ |
build_support.py | 197 out_file = os.path.join(out_dir, file_name) 198 with open(out_file, 'w') as prop_file:
|
/system/update_engine/scripts/ |
brillo_update_payload | 455 GENERATOR_ARGS=( -out_file="${FLAGS_payload}" ) 560 -out_file="${FLAGS_payload}"
|
/system/update_engine/payload_generator/ |
generate_delta_main.cc | 143 const string& out_file, 150 LOG_IF(FATAL, out_file.empty()) 151 << "Must pass --out_file to sign payload."; 159 metadata_signatures, out_file, &final_metadata_size)); 272 DEFINE_string(out_file, "", "Path to output delta payload file");
|
/external/pdfium/samples/ |
image_diff.cc | 282 const std::string& out_file) { 305 FILE* f = fopen(out_file.c_str(), "wb");
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
rsync.py | 464 out_file = io.open(out_filename, mode='w', encoding=UTF8) 467 out_file) 479 out_file.close() 611 def _BatchSort(in_iter, out_file): 612 """Sorts input lines from in_iter and outputs to out_file. 624 out_file: Output file. 638 output_chunk = io.open('%s-%06i' % (out_file.name, len(chunk_files)), 644 out_file.writelines(heapq.merge(*chunk_files)) [all...] |
/external/webrtc/third_party/gtest-parallel/ |
gtest-parallel | 97 def __init__(self, out_file): 98 self.__out_file = out_file 100 self.__width = term_width(out_file) # Line width, or None if not a tty.
|
/external/valgrind/callgrind/ |
dump.c | 39 static HChar* out_file = 0; variable 1184 i = VG_(sprintf)(filename, "%s", out_file); 1195 VG_(sprintf)(filename, "%s", out_file); [all...] |
/ndk/tests/ |
tests.py | 278 with open(test_case, 'r') as test_in, open(out_path, 'w') as out_file: 283 stdout=out_file) 290 with open(out_path) as out_file: 291 out_lines = out_file.readlines()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
audio_processing_unittest.cc | 1821 FILE* out_file = fopen(out_filename.c_str(), "rb"); local 2407 FILE* out_file = local 2548 FILE* out_file = fopen( local [all...] |
/external/boringssl/src/util/ |
generate_build_files.py | 402 with open(output_filename, 'w+') as out_file: 403 out_file.write(output)
|
/external/clang/ |
build.py | 407 out_file = os.path.join(install_dir, file_name) 408 with open(out_file, 'w') as prop_file:
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
wifi_test_utils.py | 737 def convert_pem_key_to_pkcs8(in_file, out_file): 746 out_file: The full path to the converted key file, including 750 " -topk8").format(in_file, out_file)
|
/external/boringssl/src/include/openssl/ |
bio.h | 482 /* BIO_get_fp sets |*out_file| to the current |FILE| for |bio|. It returns one 484 OPENSSL_EXPORT int BIO_get_fp(BIO *bio, FILE **out_file); [all...] |
/external/autotest/client/cros/audio/ |
audio_helper.py | 362 def noise_reduce_file(in_file, noise_file, out_file, 372 @param out_file: The file contains the noise reduced sound. 378 (SOX_PATH, sox_format, in_file, sox_format, out_file)) [all...] |
/external/selinux/libsepol/src/ |
module_to_cil.c | 53 FILE *out_file; variable 76 if (fprintf(out_file, "%*s", indent * 4, "") < 0) { 86 if (vfprintf(out_file, fmt, argptr) < 0) { 99 if (vfprintf(out_file, fmt, argptr) < 0) { 104 if (fprintf(out_file, "\n") < 0) { [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
gflags.py | [all...] |
/external/chromium-trace/catapult/third_party/python_gflags/ |
gflags.py | [all...] |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
ml_load_dmp.c | 286 void read_dmp_img(char *dmp_path, char* out_file) 300 fp = fopen(out_file, "wt"); 302 MPL_LOGE("error open out file:%s", out_file);
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
ml_load_dmp.c | 251 void read_dmp_img(char *dmp_path, char* out_file) 265 fp = fopen(out_file, "wt"); 267 MPL_LOGE("error open out file:%s", out_file);
|
/build/tools/releasetools/ |
ota_from_target_files | [all...] |
ota_from_target_files.py | [all...] |
/external/vulkan-validation-layers/ |
vk_helper.py | [all...] |
/dalvik/dx/etc/ |
jasmin.jar | |