HomeSort by relevance Sort by last modified time
    Searched defs:output_name (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 44 std::string output_name = (pair.isNull())?pName:pair.to; local
45 LDSection* output_sect = LDSection::Create(output_name, pKind, pType, pFlag);
56 std::string output_name = (pair.isNull())?pInputSection.name():pair.to; local
57 LDSection* target = m_Module.getSection(output_name);
60 target = LDSection::Create(output_name,
  /system/media/camera/docs/
metadata_parser_xml.py 243 def render(self, template, output_name=None):
252 output_name: path to the output file, or None to use stdout
271 if output_name is None:
274 file(output_name, "w").write(tpl_data)
288 output_name = sys.argv[3] if len(sys.argv) > 3 else None variable in class:MetadataParserXml
290 parser.render(template_name, output_name)
  /external/blktrace/btt/
bt_timeline.c 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
  /external/llvm/tools/gold/
gold-plugin.cpp 66 std::string output_name = ""; member in namespace:__anon24124
148 output_name = tv->tv_u.tv_string;
412 path = output_name;
416 path = output_name + ".bc";
  /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"));
  /external/linux-tools-perf/
builtin-record.c 49 static const char *output_name = NULL; variable
465 if (!output_name) {
471 output_name = "/data/perf.data";
473 output_name = "perf.data";
477 if (output_name) {
478 if (!strcmp(output_name, "-"))
480 else if (!stat(output_name, &st) && st.st_size) {
484 output_name);
486 rename(output_name, oldname);
502 output = open(output_name, flags, S_IRUSR | S_IWUSR)
    [all...]
builtin-timechart.c 48 static char const *output_name = "output.svg"; variable
1013 write_svg_file(output_name);
1016 (last_time - first_time) / 1000000000.0, output_name);
1096 OPT_STRING('o', "output", &output_name, "file",
  /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...]

Completed in 1514 milliseconds