Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 14 of 14) 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/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/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/host-tools/sed-4.2.1/build-aux/
Dtexi2dvi332 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/
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/host-tools/sed-4.2.1/doc/
DMakefile.in780 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/
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/
Dndk-gdb.py48 for ext in exts:
49 full = path + os.sep + program + ext
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
Dhash_set199 #include <ext/__hash>
202 #warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>
Dhash_map206 #include <ext/__hash>
209 #warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
/ndk/docs/text/
DCHANGES.text123 sources/cxx-stl/gnu-libstdc++/4.6/include/ext/hash_map:61:30: fatal