Searched refs:subdir (Results 176 - 200 of 217) sorted by relevance

123456789

/external/compiler-rt/make/
H A Dlib_platforms.mk13 # Template: subdir_traverse_template subdir
/external/libogg/win32/
H A DMakefile114 subdir = win32 macro
127 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
/external/mesa3d/scons/
H A Dgallium.py52 def install(env, source, subdir):
53 target_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir'], subdir)
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac560 for subdir in include include/readline; do
561 AC_CHECK_FILE($dir/$subdir/readline.h, found=yes)
563 TARGET_READLINE_INC="-I$dir/$subdir"
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc35 base::FilePath subdir; local
37 &subdir)) {
40 *out_path = subdir.Append(FILE_PATH_LITERAL("tmp") + extension);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DScenarioData.java76 private File createFile(File outputDir, String subdir, String name, String extension) { argument
78 if (subdir != null) {
79 dir = new File(outputDir, subdir);
/external/chromium_org/build/
H A Dget_syzygy_binaries.py267 for (base, name, subdir, filt) in _RESOURCES:
269 fulldir = os.path.join(options.output_dir, subdir)
/external/libvorbis/doc/
H A DVorbis_I_spec.tex23 %\graphicspath{{images/}} % Specify subdir containing the images
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py81 for subdir in common.get_list("subdirectories"):
82 for item in recurse(os.path.join(subpath, subdir)):
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py25 subdir = 'subdir',
46 test.workpath('subdir', 'file')
48 test.subdir('subdir', ...)
50 test.rmdir('subdir', ...)
53 test.write(['subdir', 'file'], "contents\n")
56 test.read(['subdir', 'file'])
58 test.read(['subdir', 'file'], mode)
135 test.unlink('subdir', 'fil
1306 def subdir(self, *subdirs): member in class:TestCmd
[all...]
/external/chromium_org/third_party/yasm/source/config/android/
H A DMakefile334 subdir = . macro
3163 list='$(SUBDIRS)'; for subdir in $$list; do \
3164 echo "Making $$target in $$subdir"; \
3165 if test "$$subdir" = "."; then \
3171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3191 rev=''; for subdir in $$list; do \
3192 if test "$$subdir" = "."; then :; else \
3193 rev="$$subdir $$rev"; \
3198 for subdir in $$rev; do \
3199 echo "Making $$target in $$subdir"; \
[all...]
/external/chromium_org/third_party/yasm/source/config/ios/
H A DMakefile334 subdir = . macro
3163 list='$(SUBDIRS)'; for subdir in $$list; do \
3164 echo "Making $$target in $$subdir"; \
3165 if test "$$subdir" = "."; then \
3171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3191 rev=''; for subdir in $$list; do \
3192 if test "$$subdir" = "."; then :; else \
3193 rev="$$subdir $$rev"; \
3198 for subdir in $$rev; do \
3199 echo "Making $$target in $$subdir"; \
[all...]
/external/chromium_org/third_party/yasm/source/config/linux/
H A DMakefile334 subdir = . macro
3163 list='$(SUBDIRS)'; for subdir in $$list; do \
3164 echo "Making $$target in $$subdir"; \
3165 if test "$$subdir" = "."; then \
3171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3191 rev=''; for subdir in $$list; do \
3192 if test "$$subdir" = "."; then :; else \
3193 rev="$$subdir $$rev"; \
3198 for subdir in $$rev; do \
3199 echo "Making $$target in $$subdir"; \
[all...]
/external/chromium_org/third_party/yasm/source/config/mac/
H A DMakefile334 subdir = . macro
3163 list='$(SUBDIRS)'; for subdir in $$list; do \
3164 echo "Making $$target in $$subdir"; \
3165 if test "$$subdir" = "."; then \
3171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3191 rev=''; for subdir in $$list; do \
3192 if test "$$subdir" = "."; then :; else \
3193 rev="$$subdir $$rev"; \
3198 for subdir in $$rev; do \
3199 echo "Making $$target in $$subdir"; \
[all...]
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A DMakefile334 subdir = . macro
3163 list='$(SUBDIRS)'; for subdir in $$list; do \
3164 echo "Making $$target in $$subdir"; \
3165 if test "$$subdir" = "."; then \
3171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3191 rev=''; for subdir in $$list; do \
3192 if test "$$subdir" = "."; then :; else \
3193 rev="$$subdir $$rev"; \
3198 for subdir in $$rev; do \
3199 echo "Making $$target in $$subdir"; \
[all...]
/external/chromium_org/third_party/yasm/source/config/win/
H A DMakefile334 subdir = . macro
3163 list='$(SUBDIRS)'; for subdir in $$list; do \
3164 echo "Making $$target in $$subdir"; \
3165 if test "$$subdir" = "."; then \
3171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3191 rev=''; for subdir in $$list; do \
3192 if test "$$subdir" = "."; then :; else \
3193 rev="$$subdir $$rev"; \
3198 for subdir in $$rev; do \
3199 echo "Making $$target in $$subdir"; \
[all...]
/external/qemu/
H A Dvl-android.c1591 qemu_find_file_with_subdir(const char* data_dir, const char* subdir, const char* name) argument
1593 int len = strlen(data_dir) + strlen(name) + strlen(subdir) + 2;
1596 snprintf(buf, len, "%s/%s%s", data_dir, subdir, name);
1607 const char *subdir; local
1617 subdir = "";
1620 subdir = "keymaps/";
1625 buf = qemu_find_file_with_subdir(data_dir, subdir, name);
/external/chromium_org/third_party/icu/source/data/
H A DMakefile.in16 # So that $(top_builddir)/$(subdir) ~= "here"
17 subdir = data
859 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
866 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
/external/icu/icu4c/source/data/
H A DMakefile.in16 # So that $(top_builddir)/$(subdir) ~= "here"
17 subdir = data
863 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
870 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
/external/chromium_org/testing/gtest/scripts/
H A Dupload.py1047 # Absolute path to repository (we can be in a subdir)
1049 # Compute the subdir
1052 self.subdir = cwd[len(self.repo_dir):].lstrip(r"\/")
1061 assert filename.startswith(self.subdir), filename
1062 return filename[len(self.subdir):].lstrip(r"\/")
1065 # If no file specified, restrict to the current subdir
1103 # "hg status" and "hg cat" both take a path relative to the current subdir
/external/compiler-rt/
H A DMakefile105 include make/subdir.mk
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_sdk.py165 for subdir in subdirs:
166 buildbot_common.MakeDir(os.path.join(pepperdir, subdir))
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dinput.py2689 subdir, gyp = os.path.split(path)
2692 if not subdir:
2693 subdir = '.'
2695 key = subdir + ':' + name
2699 'in "%s" and "%s".' % (name, subdir, gyp, used[key]))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1699 for subdir in sorted(dirs):
1700 if self.excluded(subdir, root):
1701 dirs.remove(subdir)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile126 ifneq ($(subdir),)
677 # if subdir is set, we've been called from above so target has been built
680 ifeq ($(subdir),)
685 ifeq ($(subdir),)

Completed in 6086 milliseconds

123456789