/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
CURDIR | 3 $description = "This tests the CURDIR varaible."; 5 $details = "Echo CURDIR both with and without -C. Also ensure overrides work."; 8 print MAKEFILE "all: ; \@echo \$(CURDIR)\n";
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
abspath | 7 ifneq ($(realpath $(abspath .)),$(CURDIR)) 8 $(warning .: abs="$(abspath .)" real="$(realpath $(abspath .))" curdir="$(CURDIR)") 11 ifneq ($(realpath $(abspath ./)),$(CURDIR)) 12 $(warning ./: abs="$(abspath ./)" real="$(realpath $(abspath ./))" curdir="$(CURDIR)") 15 ifneq ($(realpath $(abspath .///)),$(CURDIR)) 16 $(warning .///: abs="$(abspath .///)" real="$(realpath $(abspath .///))" curdir="$(CURDIR)")
|
realpath | 7 ifneq ($(realpath .),$(CURDIR)) 11 ifneq ($(realpath ./),$(CURDIR)) 15 ifneq ($(realpath .///),$(CURDIR)) 47 ifneq ($(realpath . /..),$(CURDIR) /)
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
DepFind.java | 28 private File curDir = new File(System.getProperty("user.dir")); 30 public void setCurrentDirectory(File curDir) { 31 this.curDir = curDir; 38 ClassPathIterator cp = new ClassPathIterator(curDir, to, null); 57 cp = new ClassPathIterator(curDir, from, null);
|
/docs/source.android.com/scripts/ |
build.py | 59 for curdir, subdirs, files in os.walk(SRC_DIR): 65 print 'Processing %s...' % (curdir,), 67 curdir = os.path.normpath(curdir) 68 outdir = curdir.split(os.path.sep) 81 parentdir = os.path.dirname(curdir) 88 sidebar = md(os.path.join(curdir, 'sidebar.md')) 94 sidebar2 = md(os.path.join(curdir, 'sidebar2.md')) 100 sidebar3 = md(os.path.join(curdir, 'sidebar3.md')) 105 parents[curdir] = (sidebar, sidebar2, sidebar3 [all...] |
/external/lldb/test/unittest2/ |
compatibility.py | 15 def _relpath_nt(path, start=os.path.curdir): 40 return os.path.curdir 44 def _relpath_posix(path, start=os.path.curdir): 58 return os.path.curdir
|
/external/clang/utils/analyzer/ |
SATestAdd.py | 37 CurDir = os.path.abspath(os.curdir) 47 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
|
/external/deqp/framework/qphelper/ |
gen_release_info.py | 76 curDir = os.path.dirname(__file__) 77 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git")) 78 defaultDstFile = os.path.join(curDir, "qpReleaseInfo.inl")
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/ |
shared.mk | 3 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST))) 20 OBJFOLDER = $(CURDIR)/obj 23 APP_DIR = $(CURDIR)/../..
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/ |
shared.mk | 3 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST))) 20 OBJFOLDER = $(CURDIR)/obj 23 APP_DIR = $(CURDIR)/../..
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/ |
shared.mk | 3 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST))) 20 OBJFOLDER = $(CURDIR)/obj 23 APP_DIR = $(CURDIR)/../..
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/ |
shared.mk | 3 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST))) 20 OBJFOLDER = $(CURDIR)/obj 23 APP_DIR = $(CURDIR)/../..
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/ |
shared.mk | 3 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST))) 20 OBJFOLDER = $(CURDIR)/obj 23 APP_DIR = $(CURDIR)/../..
|
/external/deqp/android/scripts/ |
launch.py | 31 curDir = os.getcwd() 47 os.chdir(curDir)
|
/external/libpng/scripts/ |
makefile.ne12bsd | 27 CPPFLAGS+=-I${.CURDIR} 51 cd ${.CURDIR} && ${.OBJDIR}/pngtest
|
makefile.netbsd | 27 CPPFLAGS+=-I${.CURDIR} 51 cd ${.CURDIR} && ${.OBJDIR}/pngtest
|
/external/skia/tools/ |
merge_static_libs.py | 27 curdir = os.getcwd() 49 os.chdir(curdir)
|
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
shared.mk | 7 MLSDK_ROOT ?= $(CURDIR) 31 INSTALL_DIR = $(CURDIR)
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
shared.mk | 7 MLSDK_ROOT ?= $(CURDIR) 31 INSTALL_DIR = $(CURDIR)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_aepack.py | 66 o = Carbon.File.FSSpec(os.curdir) 78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_aepack.py | 66 o = Carbon.File.FSSpec(os.curdir) 78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 21 here = os.path.dirname(__file__) or os.curdir
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 21 here = os.path.dirname(__file__) or os.curdir
|
/external/lzma/CPP/Windows/ |
FileIO.cpp | 76 UString curDir;
83 DWORD needLength = ::GetCurrentDirectoryW(MAX_PATH + 1, curDir.GetBuffer(MAX_PATH + 1));
84 curDir.ReleaseBuffer();
87 if (curDir[curDir.Length() - 1] != L'\\')
88 curDir += L'\\';
90 res = UString(L"\\\\?\\") + curDir + s;
|
/hardware/intel/img/psb_video/debian/ |
rules | 73 $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install 87 dh_install --sourcedir=$(CURDIR)/debian/tmp
|