/external/opencore/tools_v2/build/make/ |
D | sdkinfo_nr.mk | 18 ifeq ($(strip $(GREP)),) 22 ifeq ($(strip $(CUT)),) 26 ifeq ($(strip $(ACCUREV)),) 30 ifneq ($(strip $(OFFICIAL_RELEASE)),) 46 ifneq ($(strip $(file_exists)),) 103 ifeq ($(strip $(basis_stream_type)),passthrough) 108 ifeq ($(strip $(basis_stream_type)),snapshot) 117 ifeq ($(strip $(transaction_id)),) 123 ifneq ($(strip $(stream_name)),) 127 ifneq ($(strip $(sdkinfo_version_file)),) [all …]
|
D | android_make_extras.mk | 55 …$(if $(strip $(call remove_quotes,$1)),$(PRINTF) "$(foreach elem,$(strip $(call remove_quotes,$1))… 59 …$(if $(strip $1),$(PRINTF) "ifeq (\$$(TARGET_ARCH),arm)\\nLOCAL_SRC_FILES += \\\\\n$(foreach elem,… 63 $(if $(strip $1),$(PRINTF) "\nLOCAL_WHOLE_STATIC_LIBRARIES += $1\n" >> $2,) 67 …$(if $(strip $1),$(PRINTF) "$(foreach elem, $1,include $(patsubst %,%/Android.mk,$(patsubst %,\$$(… 71 $(if $(strip $1),,$(PRINTF) "\nLOCAL_PRELINK_MODULE := false\n" >> $2) 180 $(strip $(foreach lib,$(SHARED_LIB_TARGET_LIST),$(eval $(call create_aggregate_lib_android_mk,$(lib… 201 …tsubst /%,%,$(call strip_two_levels_up,$(subst $(SRC_ROOT),$$(SRC_ROOT),$(strip $(LOCAL_PATH)))/lo… 207 …$(if $(strip $(filter $1,BUILD_EXECUTABLE)),$(PRINTF) "\n-include \$$(PV_TOP)/Android_system_extra… 217 AND_LOCAL_ARM_MODE := $(if $(strip $(filter codecs_v2,$(ANDROID_PATH_COMPONENTS))),LOCAL_ARM_MODE :… 219 $(ANDROID_MAKE_NAMES): ANDROID_CPP_SRCS := $(if $(strip $(SRCS)),$(patsubst %,$(call go_up_two_leve… [all …]
|
D | library.mk | 26 ifneq ($(strip $(SOLIB)),) 28 ifneq ($(strip $($(TARGET)_plugins_$(SOLIB))),) 36 ifneq ($(strip $(MY_TARGET_PLUGINS)),) 51 $(foreach hdr, $(strip $(HDRS)), $(eval $(call INST_TEMPLATE,$(notdir $(hdr)),$(patsubst %/,%,$(LOC… 60 TARGET := $(strip $(TARGET)) 105 ifneq ($(strip $(OPTIMIZE_FOR_PERFORMANCE_OVER_SIZE)),true) 132 ifneq ($(strip $(FORCED_OBJS)),) 141 ifneq ($(strip $(FOUND_DEPS)),) 161 ifneq ($(strip $(REMOTE_DIRS)),) 163 $(foreach srcdir, $(strip $(REMOTE_DIRS)), $(eval $(call OBJ_TEMPLATE,$(srcdir),$(OBJDIR))))
|
D | cml2_shared.mk | 18 $(eval $1_CUMULATIVE_MAKEFILES := $(strip $(CUMULATIVE_ANDROID_MK_PATH))) 25 …$($(1)_CUMULATIVE_TARGET_LIST),$($(lib)_$(1)_fullname)) $(foreach shlib,$(strip $(call remove_quot… 29 $$(call generate_shared_lib,$$@,$$^,$(strip $($(1)$(TARGET_NAME_SUFFIX)_PRELINK))) 44 $(strip $(foreach target,$(SHARED_LIB_TARGET_LIST),$(call process_aggregate_shared_lib_target,$(tar… 57 $(foreach mk,$(strip $(call remove_quotes,$(LIBDIR_static))),$(eval $(call lib_include_template,$(m… 67 $(foreach mk,$(strip $(call remove_quotes,$(APP_TARGET_LIST))),$(eval $(call mk_include_template,$(…
|
D | prog.mk | 15 ifneq ($(strip $(FORCED_OBJS)),) 23 ifneq ($(strip $(FOUND_DEPS)),) 29 ifeq ($(strip $(DEFAULT_LIBMODE)),release) 45 TARGET := $(strip $(TARGET)) 50 ifneq ($(strip $(REMOTE_DIRS)),) 52 $(foreach srcdir, $(strip $(REMOTE_DIRS)), $(eval $(call OBJ_TEMPLATE,$(srcdir),$(OBJDIR))))
|
D | entry_point.mk | 11 ifeq ($(strip $(SHOW_CMDS)),) 29 SRC_ROOT := $(strip $(call normalize_path,$(SRC_ROOT))) 79 ifeq ($(strip $(BUILD_TARGET)),) 86 SRC_ROOT := $(strip $(call clean-path,$(SRC_ROOT))) 87 BUILD_ROOT := $(strip $(call clean-path,$(BUILD_ROOT))) 95 ifneq ($(strip $(MK_INFO)),) 98 ifneq (strip($(BUILD_TARGET)),) 127 ifneq ($(strip $(BUILD_ROOT)),)
|
D | g++.mk | 7 STRIP ?= strip 21 STRIP_FLAGS := --strip-unneeded 59 ifneq ($(strip $(COMBINED_COMPILE_AND_DEPEND)),) 101 $(if $(filter release,$(strip $(DEFAULT_LIBMODE))),$(call strip_binary,$1)) 121 $(if $(filter release,$(strip $(DEFAULT_LIBMODE))),$(call strip_binary,$1))
|
D | intermediate_level.mk | 2 $(strip $(foreach mk,$(strip $(LOCAL_MAKEFILES_LIST)),$(eval include $(mk))))
|
/external/e2fsprogs/lib/ |
D | Makefile.elf-lib | 53 install-strip: install 55 @$(STRIP) --strip-unneeded --remove-section=.comment \ 58 install-shlibs-strip: install-shlibs 60 @$(STRIP) --strip-unneeded --remove-section=.comment \
|
D | Makefile.bsd-lib | 36 install-strip: install 38 install-shlibs-strip: install-shlibs
|
D | Makefile.darwin-lib | 39 install-strip: install 41 install-shlibs-strip: install-shlibs
|
/external/genext2fs/ |
D | Config.mk | 13 $(if $(strip $(3)),\ 14 $(hide) $(TUNE2FS) -L $(strip $(3)) $(2)) 15 $(if $(strip $(4)),\
|
/external/elfutils/tests/ |
D | Makefile.am | 40 msg_tst newscn run-strip-test.sh run-strip-test2.sh \ 41 run-strip-test3.sh run-ecp-test.sh run-ecp-test2.sh 47 run-show-ciefde.sh run-show-abbrev.sh run-strip-test.sh \ 48 run-strip-test2.sh run-ecp-test.sh run-ecp-test2.sh \ 52 testfile13.bz2 run-strip-test3.sh
|
/external/elfutils/src/ |
D | ChangeLog | 4 * strip.c: Likewise. 8 * strip.c (handle_elf): Rewrite dynamic memory handling to use of 33 * strip.c: Likewise. 58 * src/strip.c: Likewise. 60 * strip.c: Add a few more unlikely. Reduce scope of some variables. 110 * strip.c: Likewise. 115 * strip.c (process_file): Close file before returning. 127 * strip.c (process_file): Don't mmap the input file, we modify the 143 * strip.c (handle_elf): Handle the 64-bit archs which is 64-bit
|
D | Makefile | 19 …6_pic_a_SOURCES) elflint.c $(ld_SOURCES) $(libld_elf_i386_so_SOURCES) nm.c readelf.c size.c strip.c 44 strip$(EXEEXT) ld$(EXEEXT) elflint$(EXEEXT) 105 strip_SOURCES = strip.c 106 strip_OBJECTS = strip.$(OBJEXT) 120 readelf.c size.c strip.c 123 readelf.c size.c strip.c 519 install-strip: 593 install-man install-strip installcheck installcheck-am \
|
D | Makefile.in | 19 …6_pic_a_SOURCES) elflint.c $(ld_SOURCES) $(libld_elf_i386_so_SOURCES) nm.c readelf.c size.c strip.c 44 strip$(EXEEXT) ld$(EXEEXT) elflint$(EXEEXT) 105 strip_SOURCES = strip.c 106 strip_OBJECTS = strip.$(OBJEXT) 120 readelf.c size.c strip.c 123 readelf.c size.c strip.c 519 install-strip: 593 install-man install-strip installcheck installcheck-am \
|
/external/e2fsprogs/ |
D | Makefile.in | 57 install-strip: subs all-libs-recursive install-strip-progs-recursive \ 58 install-shlibs-strip-libs-recursive install-doc-libs 76 all-progs-recursive install-progs-recursive install-strip-progs-recursive \ 86 all-libs-recursive install-libs-recursive install-strip-libs-recursive \ 88 install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive:
|
/external/sqlite/dist/ |
D | Android.mk | 99 ifneq ($(strip $(have_readline)),) 105 ifneq ($(strip $(have_readline)),) 108 ifneq ($(strip $(have_history)),)
|
/external/clearsilver/scripts/ |
D | commitlog.py | 42 mod_files.append(string.strip(a_line)) 44 add_files.append(string.strip(a_line)) 48 rem_files.append(string.strip(a_line))
|
/external/elfutils/ |
D | NEWS | 55 strip: fix overwriting of symbol table in input file. 67 strip: fix handling of Alpha and s390x which use incorrect hash bucket sizes. 73 strip: update section group symbol index if the associated symbol table changed 89 strip: update all version symbol table entries 95 strip: last changed caused problems when the symbol table is before the 101 Run strip tests with the correct libelf and libebl. 107 strip: Remove unused symbol table entries. This might require updating 183 strip: Implement --permissive option. 187 strip: Implement -g option. 238 strip: fix handling of ET_REL files. [all …]
|
D | elfutils.spec | 29 section sizes of an object or archive file), strip (for discarding 145 %{_bindir}/eu-strip 208 - update to 0.89 (fix eu-strip) 211 - update to 0.86 (fix eu-strip on s390x/alpha) 218 - upgrade to 0.83 (fix invalid ELf handle on *.so strip, more). 221 - upgrade to 0.82 (strip tests fixed on big-endian). 224 - upgrade to 0.81 (strip excludes unused symtable entries, test borked). 245 - update to 0.75 (eu-strip -g fix)
|
/external/qemu/android/tools/ |
D | gen-hw-config.py | 79 line = line.strip() 85 key = key.strip() 86 value = value.strip()
|
/external/icu4c/samples/layout/ |
D | FontMap.cpp | 56 line = strip(buffer); in FontMap() 64 fontName = strip(&c[1]); in FontMap() 65 scriptName = strip(line); in FontMap() 171 char *FontMap::strip(char *s) in strip() function in FontMap
|
/external/libpng/scripts/ |
D | makefile.cygwin | 73 CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \ 90 LDFLAGS=$(strip -L. $(MINGW_LDFLAGS) -lpng $(addprefix -L,$(ZLIBLIB)) -lz) 91 LDSFLAGS=$(strip -shared -L. $(MINGW_LDFLAGS) -Wl,--export-all)
|
D | makefile.mingw | 73 CFLAGS= $(strip $(MINGW_CCFLAGS) $(addprefix -I,$(ZLIBINC)) \ 90 LDFLAGS=$(strip -L. $(MINGW_LDFLAGS) -lpng $(addprefix -L,$(ZLIBLIB)) -lz) 91 LDSFLAGS=$(strip -shared -L. $(MINGW_LDFLAGS))
|