HomeSort by relevance Sort by last modified time
    Searched full:output_path (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
win_pgo_profiler.py 20 def __init__(self, browser_backend, platform_backend, output_path, state):
22 browser_backend, platform_backend, output_path, state)
strace_profiler.py 202 def __init__(self, browser_backend, platform_backend, output_path, state):
204 browser_backend, platform_backend, output_path, state)
209 self._output_file = output_path + '.json'
vtune_profiler.py 90 def __init__(self, browser_backend, platform_backend, output_path, state):
92 browser_backend, platform_backend, output_path, state)
perf_profiler.py 175 def __init__(self, browser_backend, platform_backend, output_path, state):
177 browser_backend, platform_backend, output_path, state)
  /external/jsoncpp/
amalgamate.py 42 def write_to( self, output_path ):
43 output_dir = os.path.dirname( output_path )
46 f = open( output_path, "wb" )
  /external/opencv3/platforms/ios/
build_framework.py 158 output_path = os.path.abspath(args.outputdir[0]) variable
159 print "Output:", output_path
162 build_framework(opencv_path, output_path)
  /external/autotest/client/site_tests/graphics_dEQP/
process_logs.py 230 output_path = os.path.join(_EXPECTATIONS_DIR, gpu)
231 if not os.access(output_path, os.R_OK):
232 os.makedirs(output_path)
233 expectation_path = os.path.join(output_path, filter)
235 expectation_path = os.path.join(output_path, filter + '.hasty')
  /device/google/dragon/crash_collector/
coredump_writer.cc 362 const std::string& output_path) {
375 output_path.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC | O_EXCL,
378 ALOGE("Failed to open %s", output_path.c_str());
388 const std::string& output_path) {
390 output_path.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC | O_EXCL,
393 ALOGE("Failed to open %s", output_path.c_str());
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 231 llvm::SmallString<200> output_path(input_path);
233 std::error_code err = llvm::sys::fs::make_absolute(output_path);
242 llvm::sys::path::replace_extension(output_path, "o");
246 llvm::sys::path::remove_filename(output_path);
247 llvm::sys::path::append(output_path, "a.out");
250 return output_path.c_str();
  /external/autotest/client/site_tests/firmware_TouchMTB/
noise_summary.py 222 output_path = os.path.join(directory, output_file)
240 print_summary(p, output_path)
241 print 'The summary has been saved to %s' % output_path
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 246 output_path = os.path.join(self.tmpdir, output_name)
248 input_path, width, height, profile, output_path,
257 _remove_if_exists(output_path)
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator_unittest.cc 303 base::FilePath output_path = temp_dir_.path().Append("output.h"); local
305 output_path));
307 EXPECT_TRUE(base::ReadFileToString(output_path, &contents));
proxy_generator_mock_unittest.cc 237 base::FilePath output_path = temp_dir_.path().Append("output.h");
241 EXPECT_TRUE(ProxyGenerator::GenerateMocks(config, interfaces, output_path,
244 EXPECT_TRUE(base::ReadFileToString(output_path, &contents));
proxy_generator_unittest.cc 1349 base::FilePath output_path = temp_dir_.path().Append("output.h"); local
1367 base::FilePath output_path = temp_dir_.path().Append("output2.h"); local
1388 base::FilePath output_path = temp_dir_.path().Append("output3.h"); local
1409 base::FilePath output_path = temp_dir_.path().Append("output4.h"); local
    [all...]
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 263 string output_path = local
266 llvm::sys::path::parent_path(output_path))) {
268 output_path.c_str(), EC.message().c_str());
277 if (!out.startFile(output_path, filename, context.rsFileName,
  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_controller.py 77 def PullResult(self, output_path):
81 perf_profile = os.path.join(output_path,
  /system/update_engine/payload_generator/
delta_diff_generator.cc 55 const string& output_path,
140 TEST_AND_RETURN_FALSE(payload.WritePayload(output_path, temp_file_path,
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 254 llvm::SmallString<80> output_path(pCacheDir);
255 llvm::sys::path::append(output_path, pResName);
256 llvm::sys::path::replace_extension(output_path, ".o");
301 output_path.c_str(),
395 llvm::SmallString<80> output_path(pOutputFilepath);
396 llvm::sys::path::replace_extension(output_path, ".o");
408 compileScript(script, pOutputFilepath, output_path.c_str(), coreLibPath,
  /external/selinux/policycoreutils/semodule/
semodule.c 428 char output_path[PATH_MAX]; local
485 rlen = snprintf(output_path, PATH_MAX, "%s.%s", output_name, lang_ext);
492 if (access(output_path, F_OK) == 0) {
498 output_fd = fopen(output_path, "w");
500 fprintf(stderr, "%s: Unable to open %s\n", argv[0], output_path);
506 fprintf(stderr, "%s: Unable to write to %s\n", argv[0], output_path);
  /external/llvm/utils/lit/lit/
main.py 80 def write_test_results(run, lit_config, testing_time, output_path):
112 f = open(output_path, 'w')
172 group.add_option("-o", "--output", dest="output_path",
407 if opts.output_path is not None:
408 write_test_results(run, litConfig, testing_time, opts.output_path)
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.platform.profiler.trace_profiler.html 65 <dl><dt><a name="TraceAllProfiler-__init__"><strong>__init__</strong></a>(self, browser_backend, platform_backend, output_path, state)</dt></dl>
108 <dl><dt><a name="TraceDetailedProfiler-__init__"><strong>__init__</strong></a>(self, browser_backend, platform_backend, output_path, state)</dt></dl>
152 <dl><dt><a name="TraceProfiler-__init__"><strong>__init__</strong></a>(self, browser_backend, platform_backend, output_path, state, categories<font color="#909090">=None</font>)</dt></dl>
  /external/opencv3/modules/python/src2/
gen2.py 859 def gen(self, srcfiles, output_path):
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
audio_processing_test.cc 372 std::string output_path = webrtc::test::OutputPath(); local
373 std::string output_file = output_path + "apm_debug.txt";
  /external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
planar_tracking.cpp 112 "akaze_track input_path output_path bounding_box" << endl;
  /external/llvm/cmake/modules/
AddLLVM.cmake     [all...]

Completed in 608 milliseconds

12 3 4