Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Descape20 sharp: foo\#bar.ext
21 foo\#bar.ext: ; @echo "foo#bar.ext = ($@)"',
55 'foo#bar.ext = (foo#bar.ext)');
/ndk/tests/
Dprepare-buildbot-emulators.py35 ext = 'tgz'
38 ext = 'zip'
41 os_name, ext)
52 if ext == 'tgz':
Dndk.py43 ext = ''
45 ext = '.exe'
49 return os.path.join(prebuilt_path, 'bin', tool) + ext
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/stdlib/
Dlibstdcpp3.hpp83 # define BOOST_SLIST_HEADER <ext/slist>
85 # define BOOST_HASH_SET_HEADER <ext/hash_set>
86 # define BOOST_HASH_MAP_HEADER <ext/hash_map>
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0011-Fix-tests-for-Android.patch18 test/input.output/iostream.format/ext.manip/get_money.pass.cpp | 4 ++++
19 test/input.output/iostream.format/ext.manip/get_time.pass.cpp | 4 ++++
20 test/input.output/iostream.format/ext.manip/put_money.pass.cpp | 4 ++++
252 …--git a/test/input.output/iostream.format/ext.manip/get_money.pass.cpp b/test/input.output/iostrea…
254 --- a/test/input.output/iostream.format/ext.manip/get_money.pass.cpp
255 +++ b/test/input.output/iostream.format/ext.manip/get_money.pass.cpp
272 … --git a/test/input.output/iostream.format/ext.manip/get_time.pass.cpp b/test/input.output/iostrea…
274 --- a/test/input.output/iostream.format/ext.manip/get_time.pass.cpp
275 +++ b/test/input.output/iostream.format/ext.manip/get_time.pass.cpp
292 …--git a/test/input.output/iostream.format/ext.manip/put_money.pass.cpp b/test/input.output/iostrea…
[all …]
D0006-Emulate-__has_feature-for-GCC.patch66 …k. 4.6 certainly not. Also see usage in libcxx/include/unordered_map,tuple,ext/hash_map,map,memory
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-C16 clean: ; $delete_command EXAMPLE\$(ext)
53 "-C $workdir/ clean ext=slash",
/ndk/sources/host-tools/make-3.81/
DMakefile.DOS252 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
267 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
DMakefile.in564 case "$$ext" in \
570 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
585 case "$$ext" in \
591 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
Djob.c250 const char *const ext = unixy ? "sh" : "bat"; in create_batch_file() local
256 const unsigned sizemax = strlen (base) + strlen (ext) + 10; in create_batch_file()
271 base, uniq, ext); in create_batch_file()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dformat.py43 if any([filename.endswith(ext)
44 for ext in localConfig.suffixes]):
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c354 char *ext; in find_file() local
358 ext = fname + strlen(fname); in find_file()
360 strcpy(ext, ".exe"); in find_file()
367 strcpy(ext, ".cmd"); in find_file()
374 strcpy(ext, ".bat"); in find_file()
388 strcpy(ext, ".com"); in find_file()
/ndk/sources/cxx-stl/llvm-libc++abi/
DAndroid.mk44 libcxxabi/src/Unwind/UnwindLevel1-gcc-ext.c \
/ndk/
Dndk-gdb.py200 for ext in exts:
201 full = path + os.sep + program + ext
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/
Drem.hpp126 # define BOOST_PP_TUPLE_REM_CTOR_I(ext, tuple) ext tuple argument
128 # define BOOST_PP_TUPLE_REM_CTOR_I(ext, tuple) BOOST_PP_TUPLE_REM_CTOR_OO((ext, tuple)) argument
130 # define BOOST_PP_TUPLE_REM_CTOR_II(ext, tuple) ext ## tuple argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
Dhash_set199 #include <ext/__hash>
203 _LIBCPP_WARNING("Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>")
205 # warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
Dhash_map206 #include <ext/__hash>
210 _LIBCPP_WARNING("Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>")
212 # warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__config507 …k. 4.6 certainly not. Also see usage in libcxx/include/unordered_map,tuple,ext/hash_map,map,memory
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1512 $(call gen-test, input.output/iostream.format/ext.manip/get_money)
1513 $(call gen-test, input.output/iostream.format/ext.manip/get_time)
1514 $(call gen-test, input.output/iostream.format/ext.manip/put_money)
1515 $(call gen-test, input.output/iostream.format/ext.manip/put_time)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1521 $(call gen-test, input.output/iostream.format/ext.manip/get_money)
1522 $(call gen-test, input.output/iostream.format/ext.manip/get_time)
1523 $(call gen-test, input.output/iostream.format/ext.manip/put_money)
1524 $(call gen-test, input.output/iostream.format/ext.manip/put_time)