Home
last modified time | relevance | path

Searched refs:NOSTRIP (Results 1 – 7 of 7) sorted by relevance

/external/toybox/scripts/
Dportability.sh34 export NOSTRIP=1
Dmake.sh316 if [ -n "$NOSTRIP" ] ||
319 [ -z "$NOSTRIP" ] && echo "strip failed, using unstripped"
/external/minijail/
Dcommon.mk98 NOSTRIP ?= 1
342 ifeq ($(NOSTRIP),0)
435 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
694 $(info - NOSTRIP=$(NOSTRIP))
/external/minigbm/
Dcommon.mk98 NOSTRIP ?= 1
330 ifeq ($(NOSTRIP),0)
423 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
680 $(info - NOSTRIP=$(NOSTRIP))
/external/modp_b64/
Dcommon.mk98 NOSTRIP ?= 1
340 ifeq ($(NOSTRIP),0)
433 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
690 $(info - NOSTRIP=$(NOSTRIP))
/external/pdfium/third_party/libtiff/
Dtif_read.c42 #define NOSTRIP ((uint32_t)(-1)) /* undefined state */ macro
188 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial()
800 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
857 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
868 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
1429 tif->tif_curstrip = NOSTRIP; in TIFFStartStrip()
/external/toybox/mkroot/
Dmkroot.sh84 WRAPDIR="$WRAPDIR" CROSS_COMPILE= NOSTRIP=1 source mkroot/record-commands ||