/external/blktrace/btt/ |
D | args.c | 267 static FILE *std_open(char *output_name, char *sfx, char *msg) in std_open() argument 270 char fname[strlen(output_name) + 32]; in std_open() 272 sprintf(fname, "%s.%s", output_name, sfx); in std_open() 331 output_name = optarg; in handle_args() 399 if (output_name == NULL) { in handle_args() 403 rngs_ofp = std_open(output_name, "dat", "range data"); in handle_args() 404 avgs_ofp = std_open(output_name, "avg", "stats data"); in handle_args() 405 msgs_ofp = std_open(output_name, "msg", "K messages"); in handle_args() 407 xavgs_ofp = std_open(output_name, "xvg", in handle_args()
|
D | bt_timeline.c | 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
|
D | output.c | 681 if (output_name == NULL) return; in output_histos() 683 sprintf(fname, "%s_qhist.dat", output_name); in output_histos() 698 sprintf(fname, "%s_dhist.dat", output_name); in output_histos()
|
D | globals.h | 169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-record.c | 68 const char *output_name; member 357 const char *output_name = rec->output_name; in __cmd_record() local 371 if (!output_name) { in __cmd_record() 375 rec->output_name = output_name = "perf.data"; in __cmd_record() 377 if (output_name) { in __cmd_record() 378 if (!strcmp(output_name, "-")) in __cmd_record() 380 else if (!stat(output_name, &st) && st.st_size) { in __cmd_record() 383 output_name); in __cmd_record() 385 rename(output_name, oldname); in __cmd_record() 394 output = open(output_name, flags, S_IRUSR | S_IWUSR); in __cmd_record() [all …]
|
D | builtin-inject.c | 421 const char *output_name = "-"; in cmd_inject() local 427 OPT_STRING('o', "output", &output_name, "file", in cmd_inject() 449 if (!strcmp(output_name, "-")) { in cmd_inject() 453 inject.output = open(output_name, O_CREAT | O_WRONLY | O_TRUNC, in cmd_inject()
|
D | builtin-timechart.c | 973 static int __cmd_timechart(const char *output_name) in __cmd_timechart() argument 1017 write_svg_file(output_name); in __cmd_timechart() 1020 (last_time - first_time) / 1000000000.0, output_name); in __cmd_timechart() 1086 const char *output_name = "output.svg"; in cmd_timechart() local 1089 OPT_STRING('o', "output", &output_name, "file", "output file name"), in cmd_timechart() 1116 return __cmd_timechart(output_name); in cmd_timechart()
|
D | builtin-stat.c | 1390 const char *output_name = NULL; in cmd_stat() local 1429 OPT_STRING('o', "output", &output_name, "file", "output file name"), in cmd_stat() 1464 if (output_name && strcmp(output_name, "-")) in cmd_stat() 1467 if (output_name && output_fd) { in cmd_stat() 1481 output = fopen(output_name, mode); in cmd_stat()
|
D | builtin-trace.c | 1207 const char *output_name = NULL; in cmd_trace() local 1212 OPT_STRING('o', "output", &output_name, "file", "output file name"), in cmd_trace() 1240 if (output_name != NULL) { in cmd_trace() 1241 err = trace__open_output(&trace, output_name); in cmd_trace() 1289 if (output_name != NULL) in cmd_trace()
|
/external/lldb/scripts/Python/ |
D | modify-python-lldb.py | 27 output_name = "./lldb.py" variable 29 output_name = sys.argv[1] + "/lldb.py" variable 290 with open(output_name, 'r') as f_in: 434 with open(output_name, 'w') as f_out:
|
/external/clang/tools/libclang/ |
D | CMakeLists.txt | 80 set(output_name "libclang") variable 82 set(output_name "clang") variable 86 OUTPUT_NAME ${output_name}
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 80 static std::string output_name = ""; variable 169 output_name = tv->tv_u.tv_string; in onload() 785 saveBCFile(output_name + ".opt.bc", M); in codegen() 879 path = output_name; in allSymbolsReadHook() 881 path = output_name + ".bc"; in allSymbolsReadHook() 916 sys::fs::remove(output_name); in all_symbols_read_hook()
|
/external/blktrace/ |
D | blktrace.c | 285 static char *output_name; variable 1504 if (output_name) in fill_ofname() 1506 output_name, cpu); in fill_ofname() 2068 output_name = optarg; in handle_args() 2155 else if (output_name && (strcmp(output_name, "-") == 0)) { in handle_args() 2651 if (output_name) { in main() 2653 output_name = NULL; in main()
|
D | blkparse.c | 262 static char *output_name; variable 2742 output_name = optarg; in main() 2819 if (!output_name) { in main() 2825 snprintf(ofname, sizeof(ofname) - 1, "%s", output_name); in main()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 410 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local 411 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile() 416 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile() 420 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile() 421 return output_name.ToString(); in GetAbsolutePathToOutputFile() 424 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 398 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local 399 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile() 404 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile() 408 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile() 409 return output_name.ToString(); in GetAbsolutePathToOutputFile() 412 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 409 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local 410 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile() 415 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile() 419 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile() 420 return output_name.ToString(); in GetAbsolutePathToOutputFile() 423 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 409 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local 410 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile() 415 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile() 419 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile() 420 return output_name.ToString(); in GetAbsolutePathToOutputFile() 423 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
|
/external/gtest/src/ |
D | gtest.cc | 416 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local 417 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile() 422 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile() 426 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile() 427 return output_name.string(); in GetAbsolutePathToOutputFile() 430 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 1738 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local 1739 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile() 1744 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile() 1748 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile() 1749 return output_name.ToString(); in GetAbsolutePathToOutputFile() 1752 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 303 set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") variable 307 ${output_name}
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 1900 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local 1901 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile() 1906 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile() 1910 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile() 1911 return output_name.string(); in GetAbsolutePathToOutputFile() 1914 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()
|
/external/libvncserver/ |
D | ltmain.sh | 4879 output_name=`basename $output` 4881 cwrappersource="$output_path/$objdir/lt-$output_name.c" 4882 cwrapper="$output_path/$output_name.exe"
|
D | libtool | 5231 output_name=`basename $output` 5233 cwrappersource="$output_path/$objdir/lt-$output_name.c" 5234 cwrapper="$output_path/$output_name.exe"
|
/external/cmockery/cmockery_0_1_2/ |
D | libtool | 5239 output_name=`basename $output` 5241 cwrappersource="$output_path/$objdir/lt-$output_name.c" 5242 cwrapper="$output_path/$output_name.exe"
|