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

1 2 3

  /development/vndk/tools/header-checker/tests/
utils.py 23 output_name = os.path.join(tmp, os.path.basename(input_path)) + '.dump'
24 cmd = ['header-abi-dumper', '-o', output_name, input_path,]
32 with open(output_name, 'r') as f:
  /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);
  /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 143 output_name = '%s_%03d' % (name, index)
144 if not glob.glob(output_name + '.*'):
147 return output_name
  /external/flatbuffers/grpc/src/compiler/
schema_interface.h 63 virtual grpc::string output_name() const = 0;
go_generator.cc 90 vars["Response"] = (vars["CustomMethodIO"] == "") ? method->output_name() : vars["CustomMethodIO"];
104 vars["Response"] = (vars["CustomMethodIO"] == "") ? method->output_name() : vars["CustomMethodIO"];
201 vars["Response"] = "* " + method->output_name();
217 vars["Response"] = method->output_name();
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 68 std::string output_name = ""; member in namespace:__anon31645
150 output_name = tv->tv_u.tv_string;
423 path = output_name;
427 path = output_name + ".bc";
  /external/autotest/client/cros/graphics/
graphics_utils.py 725 def set_xrandr_output(output_name, enable):
727 Sets the output given by |output_name| on or off.
730 output_name name of output, e.g. 'HDMI1', 'LVDS1', 'DP1'
733 call_xrandr('--output %s --%s' % (output_name, 'auto' if enable else 'off'))
736 def set_modetest_output(output_name, enable):
742 def set_display_output(output_name, enable):
744 Sets the output given by |output_name| on or off.
746 set_modetest_output(output_name, enable)
817 def set_content_protection(output_name, state):
821 @param output_name: The output name as a string
    [all...]
  /system/core/adb/
adb.cpp 550 const char* output_name = nStdHandle == STD_OUTPUT_HANDLE ? "stdout" : "stderr"; local
555 fprintf(stderr, "Failed to get file descriptor for %s: %s\n", output_name, strerror(errno));
567 fprintf(stderr, "Failed to duplicate file descriptor for %s: %s\n", output_name,
575 fprintf(stderr, "Failed to set binary mode for duplicate of %s: %s\n", output_name,
583 fprintf(stderr, "Failed to open duplicate stream for %s: %s\n", output_name,
592 fprintf(stderr, "Failed to unbuffer %s: %s\n", output_name, strerror(errno));
609 fprintf(stderr, "Failed to read from %s: %s\n", output_name,
621 output_name);
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 149 static std::string output_name = ""; variable
291 output_name = tv->tv_u.tv_string;
    [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/flatbuffers/src/
idl_gen_grpc.cpp 61 std::string output_name() const { function in class:flatbuffers::FlatBufMethod
  /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...]
blkparse.c 262 static char *output_name; variable
    [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 1121 milliseconds

1 2 3