Home
last modified time | relevance | path

Searched defs:DIRS (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/
H A Dmakefile1 DIRS = \ macro
/aosp_15_r20/external/lzma/CPP/7zip/UI/
H A Dmakefile1 DIRS = \ macro
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A Dmakefile1 DIRS = \ macro
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A Dmakefile1 DIRS = \ macro
/aosp_15_r20/external/lzma/CPP/7zip/Bundles/
H A Dmakefile1 DIRS = \ macro
/aosp_15_r20/external/swiftshader/third_party/subzero/
H A DMakefile5 DIRS := src macro
/aosp_15_r20/external/autotest/client/bin/result_tools/
H A Dutils_lib.py27 DIRS = '/D' variable
H A Dview.py35 DIRS = 'dirs' variable
/aosp_15_r20/external/libconfig/contrib/ls-config/src/po/
H A Dmakefile1 DIRS:=$(shell find . -mindepth 1 -maxdepth 1 -name "*.po" -type f | sed -e 's/\(.*\)\..*/\1/') macro
/aosp_15_r20/external/brotli/
H A DMakefile11 DIRS = $(OBJDIR)/c/common $(OBJDIR)/c/dec $(OBJDIR)/c/enc \ macro
/aosp_15_r20/external/zstd/tests/
H A Dtest-license.py37 DIRS = [to_abs(d) for d in RELDIRS] variable
/aosp_15_r20/external/libcups/
H A DMakefile18 DIRS = cups $(BUILDDIRS) macro
/aosp_15_r20/external/arm-optimized-routines/
H A DMakefile50 DIRS = $(sort $(patsubst %/,%,$(dir $(ALL_FILES)))) macro
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSortDocumentUiTest.java43 private static final String[] DIRS = { DIR_1, DIR_2 }; field in SortDocumentUiTest