HomeSort by relevance Sort by last modified time
    Searched defs:out_dir (Results 1 - 10 of 10) sorted by null

  /build/make/core/tasks/tools/
compatibility.mk 25 out_dir := $(HOST_OUT)/$(test_suite_name)/android-$(test_suite_name) macro
39 compatibility_zip := $(out_dir).zip
41 $(compatibility_zip): PRIVATE_OUT_DIR := $(out_dir)
  /cts/tools/vm-tests-tf/src/util/build/
DFHBuildStep.java 37 File out_dir = outputFile.fileName.getParentFile(); local
38 if (!out_dir.exists() && !out_dir.mkdirs()) {
40 + out_dir.getAbsolutePath());
  /external/skia/infra/bots/recipe_modules/flavor/
default_flavor.py 91 def out_dir(self): member in class:DefaultFlavorUtils
api.py 82 def out_dir(self): member in class:SkiaFlavorApi
83 return self._f.out_dir
  /build/make/core/
droiddoc.mk 38 out_dir := $(OUT_DOCS)/$(LOCAL_MODULE) macro
104 $(full_target): PRIVATE_OUT_DIR := $(out_dir)
144 $(full_target): PRIVATE_OUT_ASSET_DIR := $(out_dir)/$(LOCAL_DROIDDOC_ASSET_DIR)
145 $(full_target): PRIVATE_OUT_CUSTOM_ASSET_DIR := $(out_dir)/$(LOCAL_DROIDDOC_CUSTOM_ASSET_DIR)
247 $(out_zip): PRIVATE_DOCS_DIR := $(out_dir)
  /external/clang/tools/scan-build-py/libear/
ear.c 422 char const * const out_dir = initial_env[0]; local
423 size_t const path_max_length = strlen(out_dir) + 32;
425 if (-1 == snprintf(filename, path_max_length, "%s/%d.cmd", out_dir, getpid())) {
  /external/e2fsprogs/e2fsck/
rehash.c 97 struct out_dir { struct
256 static errcode_t alloc_size_dir(ext2_filsys fs, struct out_dir *outdir,
280 static void free_out_dir(struct out_dir *outdir)
288 static errcode_t get_next_block(ext2_filsys fs, struct out_dir *outdir,
430 struct out_dir *outdir)
611 struct out_dir *outdir,
686 struct out_dir *outdir;
745 struct out_dir *outdir,
796 struct out_dir outdir = { 0, 0, 0, 0 };
  /external/freetype/src/autofit/
afhints.c 847 point->out_dir = (FT_Char)AF_DIR_NONE;
985 AF_Direction out_dir; local
1003 out_dir = af_direction_compute( out_x, out_y );
1007 curr->out_dir = (FT_Char)out_dir;
1010 curr->in_dir = (FT_Char)out_dir;
1011 curr->out_dir = (FT_Char)out_dir;
1013 next->in_dir = (FT_Char)out_dir;
1039 point->out_dir == AF_DIR_NONE
    [all...]
afhints.h 245 FT_Char out_dir; /* direction of outwards vector */ member in struct:AF_PointRec_
  /frameworks/base/tools/bit/
main.cpp 520 const char* out_dir = getenv("OUT_DIR"); local
521 if (out_dir == NULL || out_dir[0] == '\0') {
542 return string(out_dir);
    [all...]

Completed in 2768 milliseconds