Home
last modified time | relevance | path

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

/external/modp_b64/
Dcommon.mk98 NOSTRIP ?= 1
340 ifeq ($(NOSTRIP),0)
433 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
690 $(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/minijail/
Dcommon.mk98 NOSTRIP ?= 1
342 ifeq ($(NOSTRIP),0)
435 $(if $(filter 0,$(NOSTRIP)),$(call strip_artifact))
694 $(info - NOSTRIP=$(NOSTRIP))
/external/pdfium/third_party/libtiff/
Dtif_read.c47 #define NOSTRIP ((uint32)(-1)) /* undefined state */ macro
196 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial()
854 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
883 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
892 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
/external/toybox/scripts/
Dmake.sh331 if [ ! -z "$NOSTRIP" ] ||