Home
last modified time | relevance | path

Searched defs:outdir (Results 1 – 18 of 18) sorted by relevance

/external/lisa/experiments/
Drun_uibench_cgroup.py61 def experiment(outdir): argument
129 outdir=te.res_dir + '_' + args.out_prefix variable
Drun_sysui.py63 def make_dir(outdir): argument
72 def run_test(outdir, test_name): argument
Drun_uibench.py70 def make_dir(outdir): argument
79 def run_test(outdir, test_name): argument
Drun_jankbench.py70 def make_dir(outdir): argument
89 def run_test(outdir, test_name): argument
/external/lisa/experiments/power/eas/
Drun_cpu_frequency.py72 def run_dhrystone(target, dhrystone, outdir, energy, samples, on_cpus): argument
92 def single_cluster(cpus, sandbox_cg, isolated_cg, dhrystone, outdir): argument
133 def multiple_clusters(cpus, sandbox_cg, isolated_cg, dhrystone, outdir): argument
/external/e2fsprogs/e2fsck/
Drehash.c256 static errcode_t alloc_size_dir(ext2_filsys fs, struct out_dir *outdir, in alloc_size_dir()
280 static void free_out_dir(struct out_dir *outdir) in free_out_dir()
288 static errcode_t get_next_block(ext2_filsys fs, struct out_dir *outdir, in get_next_block()
430 struct out_dir *outdir) in copy_dir_entries()
611 struct out_dir *outdir, in calculate_tree()
686 struct out_dir *outdir; member
745 struct out_dir *outdir, in write_directory()
796 struct out_dir outdir = { 0, 0, 0, 0 }; in e2fsck_rehash_dir() local
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py19 def run_analyzer(outdir, args, cmd): argument
/external/devlib/devlib/derived/
Dfps.py19 def __init__(self, drop_threshold=5, suffix=None, filename=None, outdir=None): argument
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter.java57 public void generateReport(List<XmlSuite> xml, List<ISuite> suites, String outdir) { in generateReport()
74 protected PrintWriter createWriter(String outdir) throws IOException { in createWriter()
DEmailableReporter2.java65 protected PrintWriter createWriter(String outdir) throws IOException { in createWriter()
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_cli.py234 input_tensor_key_feed_dict, outdir, argument
/external/annotation-tools/annotation-file-utilities/src/annotator/
DMain.java135 public static String outdir = "annotated/"; field in Main
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java37 private File outdir; // root of output field in CodeMangler
/external/llvm/cmake/modules/
DAddLLVM.cmake967 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable
/external/okhttp/okhttp-ws-tests/
Dfuzzingserver-config.json3 "outdir": "./target/fuzzingserver-report", string
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp188 AnalysisConsumer(const Preprocessor &pp, const std::string &outdir, in AnalysisConsumer()
/external/python/cpython2/Lib/distutils/
Dccompiler.py323 def _setup_compile(self, outdir, macros, incdirs, sources, depends, argument
/external/python/cpython3/Lib/distutils/
Dccompiler.py310 def _setup_compile(self, outdir, macros, incdirs, sources, depends, argument