Home
last modified time | relevance | path

Searched defs:OUT_DIR (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/src/
DMakefile9 OUT_DIR ?= . macro
/external/autotest/client/site_tests/policy_NativePrintersBulkAccessMode/src/
DMakefile9 OUT_DIR ?= . macro
/external/autotest/client/site_tests/platform_MetricsUploader/src/
DMakefile9 OUT_DIR ?= . macro
/external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/src/
DMakefile9 OUT_DIR ?= . macro
/external/perfetto/tools/
Dtest_gen_amalgamated.py35 OUT_DIR = os.path.join('out', 'amalgamated') variable
/external/tensorflow/tensorflow/lite/tools/pip_package/
DMakefile14 OUT_DIR := $(CURDIR)/out/$(PYTHON)/$(subst :,-,$(BASE_IMAGE)) macro
/external/swiftshader/third_party/subzero/pydir/
Dwasm-run-torture-tests.py116 OUT_DIR = "./build/wasm-torture" variable
/external/python/cpython2/PC/VC6/
Dbuild_tkinter.py20 OUT_DIR = abspath("tcltk") variable
/external/emma/core/java12/com/vladium/emma/report/
DIReportProperties.java26 String OUT_DIR = "out.dir"; field
/external/emma/core/java12/com/vladium/emma/
DEMMAProperties.java195 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_DIR), in IReportProperties.PREFIX.concat()