/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | recursion | 21 ? "#MAKE#: Entering directory `#PWD#' 29 #MAKE#: Leaving directory `#PWD#'" 30 : "#MAKE#: Entering directory `#PWD#' 32 #MAKE#[1]: Entering directory `#PWD#' 36 #MAKE#[2]: Entering directory `#PWD#' 40 #MAKE#[2]: Leaving directory `#PWD#' 41 #MAKE#[1]: Leaving directory `#PWD#' 42 #MAKE#: Leaving directory `#PWD#'")); 47 recur: all ; @$(MAKE) --no-print-directory -f #MAKEFILE# a=AA all
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKE_RESTARTS | 14 #MAKEFILE#:4: foo.x: No such file or directory 29 #MAKEFILE#:4: foo.x: No such file or directory 31 foo.x:1: bar.x: No such file or directory 50 #MAKEFILE#:8: foo.x: No such file or directory 52 foo.x:1: bar.x: No such file or directory 56 #MAKE#[1]: Entering directory `#PWD#' 58 #MAKE#[1]: Leaving directory `#PWD#'");
|
D | MAKE | 26 . "${make_name}[1]: Entering directory `$pwd'\n" 27 . "$mkpath\n${make_name}[1]: Leaving directory `$pwd'\n";
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-C | 7 to delete in the work directory instead of the current directory. Make is 8 called from another directory using the -C workdir option so that it can both 9 find the makefile and the file to delete in the work directory."; 37 $answer = "$make_name: Entering directory `$wpath'\n" 39 . "$make_name: Leaving directory `$wpath'\n"; 65 $answer = "$make_name: Entering directory `$wpath'\n" 67 . "$make_name: Leaving directory `$wpath'\n";
|
D | dash-I | 7 another directory and giving make that directory name 54 ${make_name}[1]: Entering directory `$pwd' 56 ${make_name}[1]: Leaving directory `$pwd'\n";
|
D | dash-B | 48 #MAKEFILE#:4: foo.x: No such file or directory 66 #MAKEFILE#:4: foo.x: No such file or directory
|
/ndk/sources/cxx-stl/stlport/ |
D | README.original | 6 This directory contains the STLport-5.0 release. 13 bin - installation directory for STLport unit tests; 16 build/lib - build directory for STLport library (if you use 18 build/test/unit - build directory for regression (unit) tests 19 build/test/eh - build directory for exception handling tests 20 stlport - main STLport include directory 23 lib - installation directory for STLport library (if you
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 87 static FilePath MakeFileName(const FilePath& directory, 95 static FilePath ConcatPaths(const FilePath& directory, 106 static FilePath GenerateUniqueFileName(const FilePath& directory,
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-filepath.cc | 178 FilePath FilePath::MakeFileName(const FilePath& directory, in MakeFileName() argument 189 return ConcatPaths(directory, FilePath(file)); in MakeFileName() 194 FilePath FilePath::ConcatPaths(const FilePath& directory, in ConcatPaths() argument 196 if (directory.IsEmpty()) in ConcatPaths() 198 const FilePath dir(directory.RemoveTrailingPathSeparator()); in ConcatPaths() 281 FilePath FilePath::GenerateUniqueFileName(const FilePath& directory, in GenerateUniqueFileName() argument 287 full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); in GenerateUniqueFileName()
|
/ndk/sources/host-tools/make-3.81/ |
D | dir.c | 339 struct directory struct 352 return_ISTRING_HASH_1 (((struct directory const *) key)->name); in directory_hash_1() 358 return_ISTRING_HASH_2 (((struct directory const *) key)->name); in directory_hash_2() 364 return_ISTRING_COMPARE (((struct directory const *) x)->name, in directory_hash_cmp() 365 ((struct directory const *) y)->name); in directory_hash_cmp() 415 static struct directory *find_directory PARAMS ((char *name)); 419 static struct directory * 423 register struct directory *dir; in find_directory() 424 register struct directory **dir_slot; in find_directory() 425 struct directory dir_key; in find_directory() [all …]
|
D | README.DOS | 25 directory if the child was interrupted. 40 preserving the directory structure (-d switch if you use PKUNZIP). 43 unzipping, make sure the directory with make.exe is on your PATH, 49 1. Unzip the archive, preserving the directory structure (-d switch 60 If you are building Make in-place, i.e. in the same directory 63 directory as an argument to the batch file, like this: 84 If you are building from outside of the source directory, you 90 use a full, not relative, name of the source directory here, or 99 area. If you wish to use a different directory, override the 108 and the docs manually. Copy make.exe to a directory on your [all …]
|
D | INSTALL | 17 those values to create a `Makefile' in each directory of the package. 44 1. `cd' to the directory containing the package's source code and type 62 source code directory by typing `make clean'. To also remove the 90 own directory. To do this, you must use a version of `make' that 92 directory where you want the object files and executables to go and run 94 source code in the directory that `configure' is in and in `..'. 98 time in the source code directory. After you have installed the 116 In addition, if you use an unusual directory layout you can give 226 Look for the package's source code in directory DIR. Usually 227 `configure' can determine that directory automatically.
|
/ndk/sources/cxx-stl/gnu-libstdc++/ |
D | README | 1 This directory contains the headers and prebuilt binaries for the 4 These are generated from the toolchain sources by build.py in this directory.
|
/ndk/build/lib/ |
D | build_support.py | 206 def make_package(name, directory, out_dir): argument 218 if not os.path.isdir(directory): 219 raise ValueError('directory must be a directory: ' + directory) 226 os.chdir(os.path.dirname(directory)) 227 basename = os.path.basename(directory)
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | README | 34 To test the pretty printers, go to the test directory and set up the STLport 35 directory in the Makefile. Calling make should then compile two executables 41 .gdbinit in the current working directory. If you adapted $HOME/.gdbinit as
|
/ndk/build/tools/ |
D | builder-funcs.sh | 231 panic "Build directory not set!" 308 panic "Destination directory not set" 339 panic "Destination directory not set" 495 log "Cleaning up build directory: $_BUILD_DIR" 519 panic "Missing directory: $PREBUILT_NDK/platforms"
|
D | README.md | 1 This directory contains a number of shell scripts, which we will 45 First, a small description of the NDK's overall directory structure: 84 these sources, that will be copied under this directory. 91 from these sources, that will be copied under this directory. 96 This directory doesn't contain sources at all, only an Android.mk. The 103 This directory contains a few headers used to use the native system Android C++ 106 dev-script described later, but it never placed in this directory. 111 This directory contains the sources of the libthread\_db implementation that is 124 This directory contains platform-specific files. The reason why it it is 145 Android 1.6. The platforms/android-4 directory only contains files that are [all …]
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | doxygen.css | 524 .directory { 530 .directory h3 { 544 .directory h3.swap { 549 .directory h3.swap span { 554 .directory > h3 { 558 .directory p { 563 .directory div { 568 .directory img { 574 .directory-alt { 579 .directory-alt h3 { [all …]
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 83 The distinction between @file{./} (the @dfn{build directory}) and 84 @file{$(srcdir)/} (the @dfn{source directory}) is important because 85 users can build in a separate directory using the @samp{--srcdir} option 94 will fail when the build directory is not the source directory, because 95 @file{foo.man} and @file{sedscript} are in the source directory. 130 directory, they should always appear in the source directory, not in the 131 build directory. So Makefile rules to update them should put the 132 updated files in the source directory. 135 Makefile should not put it in the source directory, because building a 136 program in ordinary circumstances should not modify the source directory [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | DEFAULT | 38 $answer = "${make_name}[1]: Entering directory `$pwd'\n" 40 . "${make_name}[1]: Leaving directory `$pwd'\n";
|
D | PHONY | 6 ."directory.\n"; 10 ."directory. Although this file exists, the rule under the target\n"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | README | 1 This directory contains a partial implementation of the xlocale APIs for
|
/ndk/docs/ |
D | README.md | 5 A few are still located only in directory "docs/Additional\_library\_docs/".
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 296 static int glob_in_dir __P ((const char *pattern, const char *directory, 1212 glob_in_dir (pattern, directory, flags, errfunc, pglob) 1214 const char *directory; variable 1232 if (*directory == 0) 1233 directory = "[]"; 1249 size_t dirlen = strlen (directory); 1253 mempcpy (mempcpy (mempcpy (fullname, directory, dirlen), 1257 memcpy (fullname, directory, dirlen); 1289 ? (*pglob->gl_opendir) (directory) 1290 : (__ptr_t) opendir (directory)); [all …]
|
/ndk/build/core/ |
D | build-local.mk | 149 $(call __ndk_info,Could not find application project directory !) 176 …$(call __ndk_info,NDK_PROJECT_PATH==null. Please explicitly set NDK_OUT to directory for all gene… 187 …$(call __ndk_info,NDK_PROJECT_PATH==null. Please explicitly set NDK_LIBS_OUT to directory for gen…
|