HomeSort by relevance Sort by last modified time
    Searched full:curdir (Results 1 - 25 of 64) sorted by null

1 2 3

  /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";
  /external/qemu/distrib/
build-emulator.sh 7 CURDIR=$(pwd)
27 LOCAL=$CURDIR/local
29 cd $CURDIR/qemu
34 cp objs/emulator $CURDIR/emulator
make-distrib.sh 11 CURDIR=`dirname $0`
12 TOPDIR=`cd $CURDIR/.. && pwd`
  /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) /)
  /system/core/sh/
cd.c 74 char *curdir = NULL; /* current working directory */ variable
90 * Try (quite hard) to have 'curdir' defined, nothing has set
102 if (!curdir)
104 p = strstr(curdir, dest);
107 d = stalloc(strlen(curdir) + strlen(argptr[1]) + 1);
108 memcpy(d, curdir, p - curdir);
109 strcpy(d + (p - curdir), argptr[1]);
117 dest = prevdir ? prevdir : curdir;
163 * something we can't stat, clear curdir to force a getcwd(
    [all...]
  /docs/source.android.com/scripts/
build.py 48 for curdir, subdirs, files in os.walk(SRC_DIR):
49 print 'Processing %s...' % (curdir,),
50 outdir = [x for x in curdir.split(os.path.sep) if x]
59 parentdir = os.path.dirname(curdir)
66 sidebar = markdown(os.path.join(curdir, 'sidebar.md'))
72 sidebar2 = markdown(os.path.join(curdir, 'sidebar2.md'))
77 parents[curdir] = (sidebar, sidebar2)
82 main = markdown(os.path.join(curdir, f))
84 category=category, title=get_title(os.path.join(curdir, f)))
89 shutil.copy(os.path.join(curdir, f), os.path.join(outdir, f)
    [all...]
  /external/clang/utils/analyzer/
SATestAdd.py 30 CurDir = os.path.abspath(os.curdir)
40 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
  /external/libpng/scripts/
makefile.ne12bsd 27 CPPFLAGS+=-I${.CURDIR}
47 cd ${.CURDIR} && ${.OBJDIR}/pngtest
makefile.netbsd 27 CPPFLAGS+=-I${.CURDIR}
47 cd ${.CURDIR} && ${.OBJDIR}/pngtest
makefile.openbsd 24 CPPFLAGS+= -I${.CURDIR} -DPNG_NO_MMX_CODE
  /external/qemu/distrib/sdl-1.2.12/
sdl-config.in 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /prebuilt/darwin-x86/sdl/bin/
sdl-config 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /prebuilt/linux-x86/sdl/bin/
sdl-config 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /prebuilt/windows/sdl/bin/
sdl-config 3 curdir=`dirname $0`
4 prefix=`dirname $curdir`
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 78 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
103 $(CURDIR)/debian/tmp/usr/share/man/man1/vcdiff.1
  /external/zlib/nintendods/
Makefile 18 TARGET := $(shell basename $(CURDIR))
50 ifneq ($(BUILD),$(notdir $(CURDIR)))
53 export OUTPUT := $(CURDIR)/lib/libz.a
55 export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \
56 $(foreach dir,$(DATA),$(CURDIR)/$(dir))
58 export DEPSDIR := $(CURDIR)/$(BUILD)
82 export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
84 -I$(CURDIR)/$(BUILD)
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
  /hardware/ti/omap4xxx/domx/make/
start.mk 88 MAKEDIR := $(CURDIR)
  /external/libvpx/examples/includes/geshi/geshi/
lotusscript.php 93 'Currency', 'CurDrive', 'CurDrive$', 'CurDir', 'CurDir$', 'CStr',
  /bionic/libm/
Makefile-orig 23 .PATH: ${.CURDIR}/bsdsrc
24 .PATH: ${.CURDIR}/man
25 .PATH: ${.CURDIR}/src
62 LIBCDIR= ${.CURDIR}/../libc
80 .PATH: ${.CURDIR}/${ARCH_SUBDIR}
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
descrip.mms 89 CURDIR = sys$disk:[]
92 LIBOPT = $(CURDIR)crtl.opt # run-time library(s)
93 ID_OPT = $(CURDIR)ident.opt # version identification
129 FLEX_EXEC = mcr $(CURDIR)$(FLEX)
164 $(COPY) $(MISCDIR)parse.% $(CURDIR)y_tab.*
  /external/clang/lib/Lex/
PPLexerChange.cpp 68 void Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
78 EnterSourceFileWithPTH(PL, CurDir);
101 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
108 const DirectoryLookup *CurDir) {
116 CurDirLookup = CurDir;
133 const DirectoryLookup *CurDir) {
138 CurDirLookup = CurDir;
HeaderSearch.cpp 333 const DirectoryLookup *&CurDir,
344 CurDir = 0;
360 // directory. This has to be based on CurFileEnt, not CurDir, because
372 // Leave CurDir unset.
393 CurDir = 0;
430 CurDir = &SearchDirs[i];
434 HFI.DirInfo = CurDir->getDirCharacteristic();
438 if (CurDir->isIndexHeaderMap()) {
465 FromDir, CurDir, CurFileEnt,
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 587 static inline bool convexCheckTriple(const FloatSize& dcur, const FloatSize& dprev, int* curDir, int* dirChanges, int* angleSign)
590 if (thisDir == -*curDir)
592 *curDir = thisDir;
628 int curDir = convexCompare(dprev); /* Find initial direction */
637 if (!convexCheckTriple(dcur, dprev, &curDir, &dirChanges, &angleSign))
647 if (!convexCheckTriple(dcur, dprev, &curDir, &dirChanges, &angleSign))
655 if (!convexCheckTriple(dcur, dprev, &curDir, &dirChanges, &angleSign))
  /external/icu4c/test/testdata/
Makefile.in 106 CURDIR:=$(CURR_FULL_DIR)
108 ifeq ($(CURDIR),)
109 CURDIR=.
112 PKGDATA = $(TOOLBINDIR)/pkgdata -q -c -s $(CURDIR)/out/build/$(ICUDATA_PLATFORM_NAME)

Completed in 323 milliseconds

1 2 3