/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | origin | 10 'default' default definition 38 'undefined default environment default file command line override automatic 40 default 42 default
|
D | foreach | 31 … "undefined file default file environment default file command line override automatic automatic 32 foo.o bletch.o null.o @.o garf.o .o .o undefined.o file.o default.o file.o environment.o default…
|
/ndk/build/lib/ |
D | build_support.py | 154 def _get_dir_from_env(default, env_var): argument 155 path = os.path.realpath(os.getenv(env_var, default)) 251 default=get_default_host(), 256 type=os.path.realpath, default=get_out_dir())
|
/ndk/tests/build/project-properties/ |
D | project.properties | 2 # Instead of the one under default.properties
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | exception | 63 nested_exception(const nested_exception&) noexcept = default; 64 nested_exception& operator=(const nested_exception&) noexcept = default; 65 virtual ~nested_exception() = default; 176 // nested_exception(const nested_exception&) noexcept = default; 177 // nested_exception& operator=(const nested_exception&) noexcept = default;
|
D | stack | 34 stack() = default; 35 ~stack() = default; 37 stack(const stack& q) = default; 38 stack(stack&& q) = default; 40 stack& operator=(const stack& q) = default; 41 stack& operator=(stack&& q) = default;
|
D | queue | 34 queue() = default; 35 ~queue() = default; 37 queue(const queue& q) = default; 38 queue(queue&& q) = default; 40 queue& operator=(const queue& q) = default; 41 queue& operator=(queue&& q) = default; 110 priority_queue() = default; 111 ~priority_queue() = default; 113 priority_queue(const priority_queue& q) = default; 114 priority_queue(priority_queue&& q) = default; [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | makefile.vms | 93 default.obj,variable.obj,expand.obj,function.obj,strcache.obj,\ 97 default.c variable.c expand.c function.c strcache.c \ 130 default.obj: default.c make.h rule.h dep.h filedef.h commands.h variable.h
|
D | make.lnk | 1 …o"+"file.o"+"misc.o"+"main.o"+"read.o"+"remake.o"+"rule.o"+"implicit.o"+"default.o"+"variable.o"+"…
|
D | readme.vms | 25 . In default.c define variable ARCH as IA64 for VMS on Itanium systems. 77 blindly be applied for all users in default login procedures. 147 resets all signal handling to the default. On VMS execve creates a child 162 Compaq c/c++ compilers. Modifications in default.c. 180 It needs to be enabled to get this feature; default is disabled. The 215 The default rules are set up for GNU C. Building an executable from a 258 See defaults.c for VMS default suffixes and my definitions for default 265 The default include directory for including other makefiles is 269 The default makefiles make looks for are: makefile.vms, gnumakefile, 292 Lots of default settings are adapted for VMS. See default.c.
|
D | SMakefile | 89 # Directory to search by default for included makefiles. 127 rule.o implicit.o default.o variable.o expand.o function.o \ 133 $(srcdir)rule.c $(srcdir)implicit.c $(srcdir)default.c \ 150 # Some makes apparently use .PHONY as the default goal if it is before `all'. 237 # .deps/default.Po 238 default.o default.o: default.c make.h config.h \
|
D | Makefile.ami | 121 rule.o implicit.o default.o variable.o expand.o function.o \ 127 $(srcdir)rule.c $(srcdir)implicit.c $(srcdir)default.c \ 289 default.o: default.c make.h rule.h dep.h filedef.h job.h commands.h \
|
D | dosbuild.bat | 32 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g default.c -o default.o 54 for %%f in (job dir file misc main read remake rule implicit default variable) do echo %%f.o >> res…
|
D | NMakefile | 80 $(OUTDIR)/default.obj \ 146 # .deps/default.Po 147 default.o default.o: default.c make.h config.h \
|
D | README.OS2 | 20 5. If none of the above is defined /bin/sh is used as default. This 34 - At compile time you can turn off that cmd is used as default shell 86 you must ALWAYS use LDFLAGS="-Zstack 0x8000" because the default 137 testsuite itself. -DNO_CMD_DEFAULT causes make to use /bin/sh as default
|
/ndk/tests/ |
D | run-all.py | 205 '--abi', default=None, choices=SUPPORTED_ABIS, 209 '--platform', default=None, type=android_platform_version, 213 '--toolchain', default='clang', choices=('4.9', 'clang'), 220 '--suite', default=None,
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | SHELL | 5 # Find the default value when SHELL is not set. On UNIX it will be /bin/sh, 14 # Note %extraENV takes precedence over the default value for the shell.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | config.py | 63 def get_lit_conf(self, name, default=None): argument 68 val = default 71 def get_lit_bool(self, name, default=None): argument 74 return default 144 default = "libcxx.test.target_info.LocalTI" 145 info_str = self.get_lit_conf('target_info', default) 149 if info_str != default:
|
/ndk/build/tools/ |
D | package.py | 308 default=build_support.get_default_host(), 311 '--release', default=datetime.date.today().strftime('%Y%m%d'), 319 default=build_support.get_dist_dir(build_support.get_out_dir()),
|
D | prebuilt-common.sh | 420 default=`option_get_attr $opt default` 421 if [ -n "$default" ] ; then 422 echo " $text $abstract [$default]" 587 log "Using default $3: `var_value $1`"
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | default_names | 4 default makefiles in the correct order (GNUmakefile,makefile,Makefile)";
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | results_reporter.ipp | 135 default: 182 default:
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
D | Makefile | 77 default: run target
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | README.NDK | 67 By default, ndk-build tries to build with GCC 4.6, however, experimental 74 export NDK_TOOLCHAIN_VERSION=4.6 # this is the default
|
/ndk/ |
D | CHANGELOG.md | 42 * Make ARM standalone toolchains default to arm7. 54 * Bump default `APP_PLATFORM` to Gingerbread. 81 link time to use gold instead of bfd. The default will likely switch in the
|