/third_party/mesa3d/src/gallium/ |
D | meson.build | 26 subdir('auxiliary') 27 subdir('auxiliary/pipe-loader') 28 subdir('winsys/sw/null') 30 subdir('winsys/sw/dri') 35 subdir('winsys/sw/kms-dri') 40 subdir('winsys/sw/gdi') 44 subdir('winsys/sw/wrapper') 46 subdir('winsys/sw/hgl') 49 subdir('drivers/softpipe') 51 subdir('drivers/llvmpipe') [all …]
|
/third_party/mesa3d/src/ |
D | meson.build | 60 subdir('gtest') 62 subdir('getopt') 66 subdir('android_stub') 67 subdir('c11/impl') 68 subdir('util') 69 subdir('mapi') 71 subdir('compiler') 73 subdir('drm-shim') 76 subdir('imgui') 79 subdir('egl/wayland/wayland-drm') [all …]
|
/third_party/icu/icu4c/source/test/ |
D | Makefile.in | 16 subdir = test 76 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 97 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 147 for subdir in $(SUBDIRS); do \ 148 if [ -s "$(MYSTATUS_R).$$subdir" ]; then \ 150 echo "| *** FAILING TEST SUMMARY FOR: $$subdir " ; \ 151 cat "$(MYSTATUS_R).$$subdir" ; \ 152 echo "| *** END FAILING TEST SUMMARY FOR: $$subdir" ; \ 153 $(RMV) "$(MYSTATUS_R).$$subdir" ; \ 156 for subdir in $(SUBDIRS); do \ [all …]
|
/third_party/libfuse/lib/modules/ |
D | subdir.c | 18 struct subdir { struct 25 static struct subdir *subdir_get(void) in subdir_get() argument 30 static int subdir_addpath(struct subdir *d, const char *path, char **newpathp) in subdir_addpath() 56 struct subdir *d = subdir_get(); in subdir_getattr() 68 struct subdir *d = subdir_get(); in subdir_access() 104 static void transform_symlink(struct subdir *d, const char *path, in transform_symlink() 144 struct subdir *d = subdir_get(); in subdir_readlink() 158 struct subdir *d = subdir_get(); in subdir_opendir() 173 struct subdir *d = subdir_get(); in subdir_readdir() 186 struct subdir *d = subdir_get(); in subdir_releasedir() [all …]
|
/third_party/mesa3d/src/freedreno/ |
D | meson.build | 43 subdir('common') 44 subdir('registers') 45 subdir('isa') 46 subdir('drm') 47 subdir('ir2') 48 subdir('ir3') 49 subdir('fdl') 50 subdir('perfcntrs') 51 subdir('computerator') 54 subdir('ds') [all …]
|
/third_party/elfutils/libdwfl/ |
D | find-debuginfo.c | 44 const char *dir, const char *subdir, const char *debuglink, in try_open() argument 48 if (dir == NULL && subdir == NULL) in try_open() 54 else if ((subdir == NULL ? asprintf (&fname, "%s/%s", dir, debuglink) in try_open() 55 : dir == NULL ? asprintf (&fname, "%s/%s", subdir, debuglink) in try_open() 56 : asprintf (&fname, "%s/%s/%s", dir, subdir, debuglink)) < 0) in try_open() 245 const char *dir, *subdir, *file; in find_debuginfo_in_path() local 251 subdir = NULL; in find_debuginfo_in_path() 267 subdir = file_dirname; in find_debuginfo_in_path() 271 subdir = strchr (subdir, '/'); in find_debuginfo_in_path() 272 if (subdir != NULL) in find_debuginfo_in_path() [all …]
|
/third_party/mesa3d/src/intel/ |
D | meson.build | 24 subdir('genxml') 25 subdir('blorp') 26 subdir('dev') 27 subdir('isl') 28 subdir('common') 29 subdir('compiler') 30 subdir('perf') 31 subdir('ds') 33 subdir('tools') 36 subdir('nullhw-layer') [all …]
|
/third_party/skia/third_party/externals/icu/source/samples/ |
D | Makefile.in | 17 subdir = samples 58 list='$(SUBDIRS)'; for subdir in $$list; do \ 59 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 60 if test "$$subdir" = "."; then \ 66 (cd $$subdir && $(MAKE) $$local_target) || exit; \ 76 list='$(SUBDIRS) $(ALLSUBDIRS)'; for subdir in $$list; do \ 77 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$subtarget' in \`$$subdir'"; \ 78 if test "$$subdir" = "."; then \ 84 (cd $$subdir && $(MAKE) $$local_target) || exit; \ 107 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
/third_party/libdrm/tests/ |
D | meson.build | 23 subdir('util') 24 subdir('modeprint') 25 subdir('proptest') 26 subdir('modetest') 27 subdir('vbltest') 29 subdir('radeon') 32 subdir('amdgpu') 35 subdir('exynos') 38 subdir('tegra') 41 subdir('etnaviv') [all …]
|
/third_party/icu/icu4c/source/samples/ |
D | Makefile.in | 17 subdir = samples 58 list='$(SUBDIRS)'; for subdir in $$list; do \ 59 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 60 if test "$$subdir" = "."; then \ 66 (cd $$subdir && $(MAKE) $$local_target) || exit; \ 76 list='$(SUBDIRS) $(ALLSUBDIRS)'; for subdir in $$list; do \ 77 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$subtarget' in \`$$subdir'"; \ 78 if test "$$subdir" = "."; then \ 84 (cd $$subdir && $(MAKE) $$local_target) || exit; \ 107 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
/third_party/glslang/ |
D | update_glslang_sources.py | 83 self.subdir = json['subdir'] if ('subdir' in json) else '.' 95 remotes = command_output(['git', 'remote'], self.subdir).splitlines() 97 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir) 103 cwd=self.subdir) 106 os.makedirs(self.subdir, exist_ok=True) 107 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir) 110 command_output(['git', 'fetch', 'known-good'], self.subdir) 113 if not os.path.exists(os.path.join(self.subdir,'.git')): 118 command_output(['git', 'checkout', self.commit], self.subdir) 145 for c in sorted(commits, key=lambda x: x.subdir):
|
/third_party/openh264/codec/ |
D | meson.build | 1 subdir('common') 2 subdir('decoder') 3 subdir('encoder') 4 subdir('processing') 7 subdir('console') 9 subdir('api')
|
/third_party/mesa3d/include/ |
D | meson.build | 34 install_headers('KHR/khrplatform.h', subdir : 'KHR') 43 subdir : 'GLES', 52 subdir : 'GLES2', 60 subdir : 'GLES3', 69 subdir : 'GL', 77 subdir : 'GL') 85 subdir : 'EGL', 95 subdir : 'EGL', 100 install_headers('GL/osmesa.h', subdir : 'GL') 104 install_headers('GL/internal/dri_interface.h', subdir : 'GL/internal') [all …]
|
/third_party/mesa3d/src/panfrost/ |
D | meson.build | 30 subdir('shared') 31 subdir('util') 32 subdir('midgard') 33 subdir('bifrost') 36 subdir('lib') 37 subdir('perf') 71 subdir('vulkan') 75 subdir('ds') 79 subdir('drm-shim')
|
/third_party/mesa3d/src/amd/ |
D | meson.build | 23 subdir('addrlib') 24 subdir('common') 26 subdir('llvm') 31 subdir('compiler') 32 subdir('vulkan') 34 subdir('compiler/tests') 39 subdir('drm-shim')
|
/third_party/lame/doc/ |
D | Makefile.in | 92 subdir = doc 358 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 396 for subdir in $$list; do \ 397 echo "Making $$target in $$subdir"; \ 398 if test "$$subdir" = "."; then \ 404 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 426 list='$(SUBDIRS)'; for subdir in $$list; do \ 427 if test "$$subdir" = .; then :; else \ 428 test ! -f $$subdir/TAGS || \ 429 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ [all …]
|
/third_party/lame/macosx/ |
D | Makefile.in | 92 subdir = macosx 362 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 400 for subdir in $$list; do \ 401 echo "Making $$target in $$subdir"; \ 402 if test "$$subdir" = "."; then \ 408 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 430 list='$(SUBDIRS)'; for subdir in $$list; do \ 431 if test "$$subdir" = .; then :; else \ 432 test ! -f $$subdir/TAGS || \ 433 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ [all …]
|
/third_party/skia/third_party/externals/icu/source/extra/ |
D | Makefile.in | 21 subdir = extra 51 list='$(SUBDIRS)'; for subdir in $$list; do \ 52 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 53 if test "$$subdir" = "."; then \ 59 (cd $$subdir && $(MAKE) $$local_target) || exit; \ 81 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
/third_party/icu/icu4c/source/extra/ |
D | Makefile.in | 21 subdir = extra 51 list='$(SUBDIRS)'; for subdir in $$list; do \ 52 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 53 if test "$$subdir" = "."; then \ 59 (cd $$subdir && $(MAKE) $$local_target) || exit; \ 81 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | git.mk | 385 @for subdir in $(DIST_SUBDIRS); do \ 387 *" $$subdir "*) :;; \ 388 …*) test "$$subdir" = . -o -e "$$subdir/.git" || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) gitignore … 392 @for subdir in $(DIST_SUBDIRS); do \ 393 …test "$$subdir" = . -o -e "$$subdir/.git" || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) gitignore || …
|
/third_party/openh264/test/ |
D | meson.build | 13 subdir('api') 14 subdir('common') 15 subdir('decoder') 16 subdir('encoder') 17 subdir('processing')
|
/third_party/ltp/testscripts/ |
D | test_realtime.sh | 54 test_name: only test_name subdir will be run (e.g: func/pi-tests) 96 echo " Running $LOOPS runs of $subdir " 150 for subdir in $TESTLIST; do 151 if [ -d $subdir ]; then 152 pushd $subdir >/dev/null 156 pushd $subdir > /dev/null 160 printf "\n $subdir not found; check name/path with run.sh list \n"
|
/third_party/skia/third_party/externals/icu/source/tools/ |
D | Makefile.in | 16 subdir = tools 49 list='$(SUBDIRS)'; for subdir in $$list; do \ 50 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 51 if test "$$subdir" = "."; then \ 57 (cd $$subdir && $(MAKE) $$local_target) || exit; \ 86 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
/third_party/icu/icu4c/source/tools/ |
D | Makefile.in | 16 subdir = tools 49 list='$(SUBDIRS)'; for subdir in $$list; do \ 50 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 51 if test "$$subdir" = "."; then \ 57 (cd $$subdir && $(MAKE) $$local_target) || exit; \ 86 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
/third_party/ltp/testcases/realtime/ |
D | run.sh | 50 test_name only test_name subdir will be run 94 echo " Running $LOOPS runs of $subdir " 163 for subdir in $TESTLIST; do 164 if [ -d $subdir ]; then 165 pushd $subdir >/dev/null 169 pushd $subdir > /dev/null 174 echo " $subdir not found; check name/path with $0 list "
|