HomeSort by relevance Sort by last modified time
    Searched refs:output_name (Results 1 - 25 of 64) sorted by null

1 2 3

  /system/bt/vendor_libs/linux/
BUILD.gn 18 output_name = "libbt-vendor"
  /external/blktrace/btt/
args.c 267 static FILE *std_open(char *output_name, char *sfx, char *msg)
270 char fname[strlen(output_name) + 32];
272 sprintf(fname, "%s.%s", output_name, sfx);
331 output_name = optarg;
399 if (output_name == NULL) {
403 rngs_ofp = std_open(output_name, "dat", "range data");
404 avgs_ofp = std_open(output_name, "avg", "stats data");
405 msgs_ofp = std_open(output_name, "msg", "K messages");
407 xavgs_ofp = std_open(output_name, "xvg",
bt_timeline.c 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
globals.h 169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
output.c 681 if (output_name == NULL) return;
683 sprintf(fname, "%s_qhist.dat", output_name);
698 sprintf(fname, "%s_dhist.dat", output_name);
  /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"));
  /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,
  /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)
  /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/chromium-trace/catapult/telemetry/telemetry/core/
util.py 179 output_name = '%s_%03d' % (name, index)
180 if not glob.glob(output_name + '.*'):
183 return output_name
  /external/autotest/client/cros/graphics/
graphics_utils.py 716 def set_xrandr_output(output_name, enable):
718 Sets the output given by |output_name| on or off.
721 output_name name of output, e.g. 'HDMI1', 'LVDS1', 'DP1'
724 call_xrandr('--output %s --%s' % (output_name, 'auto' if enable else 'off'))
727 def set_modetest_output(output_name, enable):
733 def set_display_output(output_name, enable):
735 Sets the output given by |output_name| on or off.
737 set_modetest_output(output_name, enable)
808 def set_content_protection(output_name, state):
812 @param output_name: The output name as a string
    [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);
  /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/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 238 test_name, output_name = self._convert_test_name(
246 output_path = os.path.join(self.tmpdir, output_name)
  /external/v8/tools/
gyp_flag_compare.py 81 output_name = FindAndRemoveArgWithValue(command_line, '-o')
148 'output': 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);
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 2290 char *output_name; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
testplug.c 113 static const char *output_name; variable
404 output_name = tv->tv_u.tv_string;
  /external/v8/tools/gyp/pylib/gyp/generator/
cmake.py 371 output_name = action_name + '_' + str(output_index)
372 SetVariable(output, output_name,
376 extra_sources.append(('${' + output_name + '}', out))
377 these_outputs.append('${' + output_name + '}')
378 var_outputs.append('${' + output_name + '}')
    [all...]
  /external/v8/tools/gyp/pylib/gyp/
msvs_emulation.py 558 manifest_base_name, output_name, is_executable, build_dir):
577 pdb = self.GetPDBName(config, expand_special, output_name + '.pdb')
678 output_name = name + '.intermediate.manifest'
681 '/ManifestFile:' + output_name,
745 return flags, output_name, manifest_files
    [all...]
mac_tool.py 647 def WriteHmap(output_name, filelist):
667 out = open(output_name, "wb")
  /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...]
  /external/blktrace/
blktrace.c 285 static char *output_name; variable
1504 if (output_name)
1506 output_name, cpu);
    [all...]
  /art/oatdump/
oatdump.cc 103 OatSymbolizer(const OatFile* oat_file, const std::string& output_name, bool no_bits) :
106 output_name_(output_name.empty() ? "symbolized.oat" : output_name),
    [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...]

Completed in 824 milliseconds

1 2 3