Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 127) sorted by relevance

123456

/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dorigin10 'default' default definition
38 'undefined default environment default file command line override automatic
40 default
42 default
Dforeach31 … "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/
Dbuild_support.py154 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/
Dproject.properties2 # Instead of the one under default.properties
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dexception63 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;
Dstack34 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;
Dqueue34 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/tests/
Drun-all.py205 '--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/
Dmakefile.vms93 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
Dmake.lnk1 …o"+"file.o"+"misc.o"+"main.o"+"read.o"+"remake.o"+"rule.o"+"implicit.o"+"default.o"+"variable.o"+"…
Dreadme.vms25 . 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.
DSMakefile89 # 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 \
DMakefile.ami121 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 \
Ddosbuild.bat32 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…
DNMakefile80 $(OUTDIR)/default.obj \
146 # .deps/default.Po
147 default.o default.o: default.c make.h config.h \
DREADME.OS220 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/sources/host-tools/make-3.81/tests/scripts/variables/
DSHELL5 # 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/
Dconfig.py63 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/
Dpackage.py308 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()),
Dprebuilt-common.sh420 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/
Ddefault_names4 default makefiles in the correct order (GNUmakefile,makefile,Makefile)";
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dresults_reporter.ipp135 default:
182 default:
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
DMakefile77 default: run target
/ndk/sources/cxx-stl/llvm-libc++/
DREADME.NDK67 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/
DCHANGELOG.md42 * 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

123456