/system/media/camera/docs/ |
metadata_parser_xml.py | 290 def render(self, template, output_name=None): 301 output_name: path to the output file, or None to use stdout 320 if output_name is None: 323 file(output_name, "w").write(tpl_data.encode('utf-8')) 337 output_name = sys.argv[3] if len(sys.argv) > 3 else None variable in class:MetadataParserXml 339 parser.render(template_name, output_name)
|
/frameworks/compile/mclinker/lib/Object/ |
ObjectBuilder.cpp | 43 std::string output_name = (pair.first == NULL) ? pName : pair.first->name(); local 45 LDSection* output_sect = m_Module.getSection(output_name); 65 std::string output_name = local 67 LDSection* target = m_Module.getSection(output_name); 70 target = LDSection::Create(output_name,
|
/external/blktrace/btt/ |
bt_timeline.c | 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
|
/ndk/sources/host-tools/make-3.81/ |
ansi2knr.c | 237 char *output_name = 0; local 279 output_name = argv[2]; 280 out = fopen(output_name, "w"); 283 program_name, output_name); 358 if ( output_name ) { 367 (output_name ? output_name : "stdout"));
|
/system/sepolicy/tools/fc_sort/ |
fc_sort.c | 319 char *input_name, *output_name, *line_buf; local 337 output_name = (argc >= 3) ? argv[2] : NULL; 529 if (output_name) { 530 if (!(out_file = fopen(output_name, "w"))) { 562 if (output_name) {
|
/external/selinux/policycoreutils/semodule/ |
semodule.c | 429 const char *output_name = NULL; local 480 result = semanage_module_info_get_name(sh, extract_info, &output_name); 485 rlen = snprintf(output_path, PATH_MAX, "%s.%s", output_name, lang_ext);
|
/frameworks/compile/mclinker/tools/mcld/ |
Main.cpp | 207 inline bool ConfigureOutputName(llvm::StringRef output_name, 210 std::string output(output_name.str()); 501 llvm::StringRef output_name; local 503 output_name = arg->getValue(); 505 if (!ConfigureOutputName(output_name, module_, config_)) { [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
testplug.c | 113 static const char *output_name; variable 404 output_name = tv->tv_u.tv_string;
|
/system/core/adb/ |
adb.cpp | 518 const char* output_name = nStdHandle == STD_OUTPUT_HANDLE ? "stdout" : "stderr"; local 523 fprintf(stderr, "Failed to get file descriptor for %s: %s\n", output_name, strerror(errno)); 535 fprintf(stderr, "Failed to duplicate file descriptor for %s: %s\n", output_name, 543 fprintf(stderr, "Failed to set binary mode for duplicate of %s: %s\n", output_name, 551 fprintf(stderr, "Failed to open duplicate stream for %s: %s\n", output_name, 560 fprintf(stderr, "Failed to unbuffer %s: %s\n", output_name, strerror(errno)); 577 fprintf(stderr, "Failed to read from %s: %s\n", output_name, 589 output_name); [all...] |
/external/llvm/tools/gold/ |
gold-plugin.cpp | 110 static std::string output_name = ""; variable 217 output_name = tv->tv_u.tv_string; 802 saveBCFile(output_name + ".opt.bc", *M); 808 Filename = output_name + ".o"; 878 raw_fd_ostream OS(output_name + ".thinlto.bc", EC, 882 output_name.data(), EC.message().c_str()); 935 path = output_name; 937 path = output_name + ".bc"; 972 sys::fs::remove(output_name);
|
/external/blktrace/ |
blkparse.c | 262 static char *output_name; variable [all...] |
blktrace.c | 285 static char *output_name; variable 1504 if (output_name) 1506 output_name, cpu); [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
objcopy.c | 2290 char *output_name; local [all...] |
/external/netperf/src/ |
nettest_omni.c | 685 enum netperf_output_name output_name; /* belt and suspenders */ member in struct:netperf_output_elt 966 netperf_output_enum_to_str(enum netperf_output_name output_name) 968 switch (output_name) { [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elfnn-aarch64.c | 1670 char *output_name; member in struct:elf_aarch64_stub_hash_entry [all...] |
elf32-arm.c | 2637 char *output_name; member in struct:elf32_arm_stub_hash_entry [all...] |