Searched refs:remove (Results 1 – 25 of 101) sorted by relevance
12345
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | sort | 3 ."will also remove any duplicate entries. This will also\n" 8 ."remove all duplicates\n";
|
D | strip | 7 These are then run through the strip command to remove it. This is then
|
D | suffix | 6 ."in the list. The long strings are sorted to remove duplicates.\n";
|
D | eval | 137 # If we ever convert all the above to run_make_test() we can remove this line.
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makefile.in.in | 47 DISTFILES.common = Makefile.in.in remove-potcdate.sin \ 57 # Makevars gets inserted here. (Don't remove this line!) 102 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed 110 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ 111 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ 272 rm -f remove-potcdate.sed
|
D | remove-potcdate.sin | 1 # Sed script that remove the POT-Creation-Date line in the header entry
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | remove-potcdate.sin | 1 # Sed script that remove the POT-Creation-Date line in the header entry
|
D | Makefile.in.in | 60 DISTFILES.common = Makefile.in.in remove-potcdate.sin \ 70 # Makevars gets inserted here. (Don't remove this line!) 124 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed 137 sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ 138 sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ 299 rm -f remove-potcdate.sed
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | binary.sed | 157 # remove the table and leading zeros. If result is 0000...0, \3 matches 175 # Right shift, convert to analog and remove a binary digit for each analog digit
|
D | binary2.sed | 191 # remove the table and leading zeros. If result is 0000...0, \3 matches 210 # Right shift, convert to analog and remove a binary digit for each analog digit
|
D | binary3.sed | 170 # remove the table and leading zeros. If result is 0000...0, \3 matches 188 # Right shift, convert to analog and remove a binary digit for each analog digit
|
D | mac-mf.sed | 143 # Yuck - remove unconverted autoconf things. 147 # To speed up compiles, remove duplicated -i options.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | algorithm | 36 // remove() conflicts, <cstdio> should always go first
|
/ndk/sources/host-tools/make-3.81/ |
D | makefile.com | 135 …/define=("allocated_variable_expand_for_file=alloc_var_expand_for_file","unlink=remove","HAVE_CONF…
|
D | INSTALL | 35 may remove or edit it. 61 5. You can remove the program binaries and object files from the 62 source code directory by typing `make clean'. To also remove the
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 104 using _STLP_VENDOR_CSTD::remove;
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | SMakefile | 20 # This must repeat the value, because configure will remove `VPATH = .'.
|
/ndk/tests/device/test-stlport/unit/ |
D | rm_cp_test.cpp | 190 remove((int*)numbers, (int*)numbers + 6, 1); in remove1()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 72 using ::remove;
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | rm_cp_test.cpp | 190 remove((int*)numbers, (int*)numbers + 6, 1); in remove1()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 72 using ::remove;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _list.h | 301 void remove(const_reference __val) in remove() function 302 { _M_impl.remove(cast_traits::to_storage_type_cref(__val)); } in remove()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | INSTALL | 35 may remove or edit it. 61 5. You can remove the program binaries and object files from the 62 source code directory by typing `make clean'. To also remove the
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | INTERMEDIATE | 78 # TEST #6 -- added for PR/1669: don't remove files mentioned on the cmd line.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | extensions.m4 | 10 # Autoconf. Perhaps we can remove this once we can assume Autoconf
|
12345