Home
last modified time | relevance | path

Searched refs:unneeded (Results 1 – 25 of 71) sorted by relevance

123

/external/scrypt/
Dscrypt.config5 # unneeded directories
10 # unneeded files
/external/e2fsprogs/lib/
DMakefile.elf-lib58 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
63 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
/external/dnsmasq/contrib/slackware-dnsmasq/
Ddnsmasq.SlackBuild39 …find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded
40 … file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
Dclass_does_not_require_finalization.flags1 -Xclang -plugin-arg-blink-gc-plugin -Xclang warn-unneeded-finalizer
/external/v8/tools/clang/blink_gc_plugin/tests/
Dclass_does_not_require_finalization.flags1 -Xclang -plugin-arg-blink-gc-plugin -Xclang warn-unneeded-finalizer
/external/libmojo/third_party/markupsafe/
DREADME.chromium20 AUTHORS files, removing the unneeded unit tests (tests.py).
/external/syslinux/com32/elflink/ldlinux/
DMakefile27 $(OBJCOPY) --strip-debug --strip-unneeded $< $@
/external/llvm/test/Transforms/InstCombine/
DCPP_min_max.ll6 ; loads and other stuff that are unneeded.
Dand.ll312 ;; Zero extend makes this unneeded.
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
DCPP_min_max.ll6 ; loads and other stuff that are unneeded.
Dand.ll216 ;; Zero extend makes this unneeded.
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/
Drle-must-alias.ll6 ; The %7 and %4 loads combine to make %DEAD unneeded.
/external/llvm/test/Transforms/GVN/
Drle-must-alias.ll6 ; The %7 and %4 loads combine to make %DEAD unneeded.
/external/harfbuzz_ng/win32/
Dconfig-msvc.mak170 # to reduce some unneeded build-time warnings
191 # to reduce some unneeded build-time warnings
/external/syslinux/mk/
Dcom32.mk116 $(OBJCOPY) --strip-debug --strip-unneeded $< $@
Dlib.mk248 $(OBJCOPY) --strip-debug --strip-unneeded $< $@
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java346 IntSet unneeded = new IntArraySet(Math.min(ending.size(), starting.size())); in createLocalsChange() local
349 unneeded.add(entry.getIntKey()); in createLocalsChange()
352 if (unneeded.size() == ending.size() && unneeded.size() == starting.size()) { in createLocalsChange()
355 IntIterator iterator = unneeded.iterator(); in createLocalsChange()
/external/icu/icu4c/source/config/
Dicu-config-bottom237 # Don't echo the -I. - it's unneeded.
/external/curl/docs/
DINSTALL.md400 - `--enable-hidden-symbols` (eliminates unneeded symbols in the shared library)
417 really tight, you may be able to remove some unneeded sections of the shared
/external/modp_b64/
Dcommon.mk444 $(if $(filter-out dbg,$(MODE)),$(QUIET)$(STRIP) --strip-unneeded \
/external/tinyxml/
Dchanges.txt191 - Cleaned up unneeded constructor calls in TinyString - thanks to Geoff Carlton and
/external/minijail/
Dcommon.mk444 $(if $(filter-out dbg,$(MODE)),$(QUIET)$(STRIP) --strip-unneeded \
/external/python/cpython2/Doc/library/
Dxml.dom.minidom.rst102 :meth:`unlink` method to encourage early cleanup of the now-unneeded
/external/clang/include/clang/Basic/
DDiagnosticGroups.td456 def UnneededInternalDecl : DiagGroup<"unneeded-internal-declaration">;
457 def UnneededMemberFunction : DiagGroup<"unneeded-member-function">;
/external/ltp/
DINSTALL80 errors resulting from non-sane pathnames, because it would introduce unneeded

123