Home
last modified time | relevance | path

Searched refs:output_name (Results 1 – 25 of 51) sorted by relevance

123

/external/blktrace/btt/
Dargs.c267 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()
Dbt_timeline.c30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
Doutput.c681 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()
Dglobals.h169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
/external/chromium-trace/catapult/perf_insights/perf_insights_build/
Dperf_insights_dev_server_config.py92 output_name = os.path.join(kwargs.pop('_pi_data_dir'), url.split('/')[-1])
96 cloud_storage.Copy(url, output_name)
102 output_name = os.path.join('/perf_insights/test_data', url.split('/')[-1])
104 self.response.write(json.dumps({'success': True, 'file': output_name}))
169 output_handle, output_name = tempfile.mkstemp()
173 cloud_storage.Copy(results['data'], output_name)
179 with open(output_name, 'r') as f:
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dworker.py106 output_handle, output_name = tempfile.mkstemp()
110 '--trace_directory', temp_directory, '--output-file', output_name]
154 with open(output_name, 'r') as f:
159 os.unlink(output_name)
/external/autotest/client/cros/graphics/
Dgraphics_utils.py716 def set_xrandr_output(output_name, enable): argument
724 call_xrandr('--output %s --%s' % (output_name, 'auto' if enable else 'off'))
727 def set_modetest_output(output_name, enable): argument
733 def set_display_output(output_name, enable): argument
737 set_modetest_output(output_name, enable)
808 def set_content_protection(output_name, state): argument
819 (output_name, state))
822 def get_content_protection(output_name): argument
843 if current_output_name != output_name:
/external/chromium-trace/catapult/systrace/profile_chrome/
Dsystrace_controller.py55 output_name = 'systrace-%s' % util.GetTraceTimestamp()
56 with open(output_name, 'w') as out:
58 return output_name
/external/clang/tools/libclang/
DCMakeLists.txt80 set(output_name "libclang") variable
82 set(output_name "clang") variable
86 OUTPUT_NAME ${output_name}
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dutil.py179 output_name = '%s_%03d' % (name, index)
180 if not glob.glob(output_name + '.*'):
183 return output_name
/external/llvm/tools/gold/
Dgold-plugin.cpp110 static std::string output_name = ""; variable
217 output_name = tv->tv_u.tv_string; in onload()
802 saveBCFile(output_name + ".opt.bc", *M); in codegen()
808 Filename = output_name + ".o"; in codegen()
878 raw_fd_ostream OS(output_name + ".thinlto.bc", EC, in allSymbolsReadHook()
882 output_name.data(), EC.message().c_str()); in allSymbolsReadHook()
935 path = output_name; in allSymbolsReadHook()
937 path = output_name + ".bc"; in allSymbolsReadHook()
972 sys::fs::remove(output_name); in all_symbols_read_hook()
/external/opencv3/modules/java/
DCMakeLists.txt209 set(output_name "${OpenCV_BINARY_DIR}/src/org/opencv/${java_file_name}") variable
210 add_custom_command(OUTPUT "${output_name}"
211 COMMAND ${CMAKE_COMMAND} -E copy "${java_file}" "${output_name}"
216 list(APPEND copied_files "${output_name}")
220 …install(FILES "${output_name}" DESTINATION "${JAVA_INSTALL_ROOT}/src/org/opencv/${install_subdir}"…
/external/autotest/client/site_tests/video_VEAPerf/
Dvideo_VEAPerf.py238 test_name, output_name = self._convert_test_name(
246 output_path = os.path.join(self.tmpdir, output_name)
/external/selinux/policycoreutils/semodule/
Dsemodule.c429 const char *output_name = NULL; in main() local
480 result = semanage_module_info_get_name(sh, extract_info, &output_name); in main()
485 rlen = snprintf(output_path, PATH_MAX, "%s.%s", output_name, lang_ext); in main()
/external/llvm/cmake/modules/
DAddLLVM.cmake384 set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") variable
388 ${output_name}
453 get_target_property(output_name ${name} OUTPUT_NAME)
454 if(${output_name} STREQUAL "output_name-NOTFOUND")
455 set(output_name ${name}) variable
457 … set(library_name ${output_name}-${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}${LLVM_VERSION_SUFFIX})
458 …set(api_name ${output_name}-${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLV…
463 llvm_install_library_symlink(${output_name} ${library_name} SHARED
/external/blktrace/
Dblktrace.c285 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()
Dblkparse.c262 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/llvm/utils/unittest/googletest/src/
Dgtest.cc409 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/google-breakpad/src/testing/gtest/src/
Dgtest.cc410 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/mesa3d/src/gtest/src/
Dgtest.cc409 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/protobuf/gtest/src/
Dgtest.cc398 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/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc416 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/gtest/src/
Dgtest.cc416 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/netperf/src/
Dnettest_omni.c685 enum netperf_output_name output_name; /* belt and suspenders */ member
966 netperf_output_enum_to_str(enum netperf_output_name output_name) in netperf_output_enum_to_str() argument
968 switch (output_name) { in netperf_output_enum_to_str()
1358 netperf_output_enum_to_str(netperf_output_source[i].output_name)); in dump_netperf_output_choices()
1379 netperf_output_enum_to_str(netperf_output_source[i].output_name), in dump_netperf_output_source()
1795 netperf_output_source[name].output_name = name; in set_output_elt()
1821 netperf_output_source[i].output_name = i; in print_omni_init_list()
/external/libchrome/crypto/
DBUILD.gn9 output_name = "crcrypto" # Avoid colliding with OpenSSL's libcrypto.

123