Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drehash.c282 static errcode_t alloc_size_dir(ext2_filsys fs, struct out_dir *outdir, in alloc_size_dir()
306 static void free_out_dir(struct out_dir *outdir) in free_out_dir()
314 static errcode_t get_next_block(ext2_filsys fs, struct out_dir *outdir, in get_next_block()
467 struct out_dir *outdir) in copy_dir_entries()
660 struct out_dir *outdir, int i, in alloc_blocks()
697 struct out_dir *outdir, in calculate_tree()
800 struct out_dir *outdir; member
859 struct out_dir *outdir, in write_directory()
910 struct out_dir outdir = { 0, 0, 0, 0 }; in e2fsck_rehash_dir() local
/external/autotest/server/site_tests/servo_LogGrab/
Dservo_LogGrab.py56 def check_logs_ordered(self, outdir): argument
84 def check_get_control_in_logs(self, outdir, ctrls): argument
/external/llvm-project/lldb/unittests/tools/lldb-server/
DCMakeLists.txt6 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable
/external/python/apitools/apitools/gen/
Dgen_client_lib.py64 def __init__(self, discovery_doc, client_info, names, root_package, outdir, argument
142 def outdir(self): member in DescriptorGenerator
/external/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py18 def run_analyzer(outdir, args, cmd): argument
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py19 def run_analyzer(outdir, args, cmd): argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dliteral_test_util.cc33 string outdir; in WriteLiteralToTempFile() local
Dliteral_test_util_test.cc132 string outdir; in TEST() local
/external/libcups/ppdc/
Dppdc.cxx37 const char *outdir; // Output directory in main() local
/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/compiler/xla/tools/
Drun_hlo_module.cc55 string outdir; in WriteLiteralToTempFile() local
/external/autotest/server/hosts/
Dservo_host.py931 def probe_servod_restart(self, instance_ts, outdir): argument
1050 def get_instance_logs(self, instance_ts, outdir, old=False): argument
/external/llvm-project/llvm/cmake/modules/
DAddLLVM.cmake1453 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable
1485 set(outdir ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}) variable
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_cli.py374 input_tensor_key_feed_dict, outdir, argument
/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/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp120 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, in AnalysisConsumer()
/external/autotest/server/cros/servo/
Dservo.py1797 def record_uart_capture(self, outdir=None): argument
1803 def close(self, outdir=None): argument
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp188 AnalysisConsumer(const Preprocessor &pp, const std::string &outdir, in AnalysisConsumer()
/external/arm-trusted-firmware/tools/fiptool/
Dfiptool.c877 char outdir[PATH_MAX] = { 0 }; in unpack_cmd() local
/external/python/cpython3/Lib/distutils/
Dccompiler.py310 def _setup_compile(self, outdir, macros, incdirs, sources, depends, argument
/external/python/cpython2/Lib/distutils/
Dccompiler.py323 def _setup_compile(self, outdir, macros, incdirs, sources, depends, argument
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc620 const char* outdir = getenv("HEAPPROFD_TEST_PROFILE_OUT"); in WriteTrace() local