Searched refs:ext (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | escape | 20 sharp: foo\#bar.ext 21 foo\#bar.ext: ; @echo "foo#bar.ext = ($@)"', 55 'foo#bar.ext = (foo#bar.ext)');
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/stdlib/ |
D | libstdcpp3.hpp | 83 # 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/host-tools/make-3.81/tests/scripts/options/ |
D | dash-C | 16 clean: ; $delete_command EXAMPLE\$(ext) 53 "-C $workdir/ clean ext=slash",
|
/ndk/sources/host-tools/make-3.81/ |
D | Makefile.DOS | 252 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 267 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
D | Makefile.in | 564 case "$$ext" in \ 570 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 585 case "$$ext" in \ 591 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
D | job.c | 250 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/host-tools/sed-4.2.1/build-aux/ |
D | texi2dvi | 332 ext=`echo "$filename_ext" | sed 's/^.*\.//'` 338 filename_src=$tmpdir_src/$filename_noext.$ext 342 filename_xtr=$tmpdir_xtr/$filename_noext.$ext
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | sub_proc.c | 354 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/host-tools/sed-4.2.1/doc/ |
D | Makefile.in | 780 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 781 case "$$ext" in \ 783 *) ext='1' ;; \ 787 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 801 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 802 case "$$ext" in \ 804 *) ext='1' ;; \ 808 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/ |
D | rem.hpp | 126 # 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/ |
D | ndk-gdb.py | 48 for ext in exts: 49 full = path + os.sep + program + ext
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
D | hash_set | 199 #include <ext/__hash> 202 #warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
|
D | hash_map | 206 #include <ext/__hash> 209 #warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
|
/ndk/docs/text/ |
D | CHANGES.text | 123 sources/cxx-stl/gnu-libstdc++/4.6/include/ext/hash_map:61:30: fatal
|