OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip
(Results
51 - 75
of
1457
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/upstream-netbsd/lib/libc/regex/
regfree.c
120
if (g->
strip
!= NULL)
121
free(g->
strip
);
/build/core/
phony_package.mk
1
ifneq ($(
strip
$(LOCAL_SRC_FILES)),)
copy_headers.mk
4
ifneq ($(
strip
$(LOCAL_IS_HOST_MODULE)),)
shared_library_internal.mk
10
ifeq ($(
strip
$(LOCAL_MODULE_CLASS)),)
13
ifeq ($(
strip
$(LOCAL_MODULE_SUFFIX)),)
16
ifneq ($(
strip
$(OVERRIDE_BUILT_MODULE_PATH)),)
19
ifneq ($(
strip
$(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)$(LOCAL_MODULE_STEM_32)$(LOCAL_MODULE_STEM_64)),)
device.mk
38
$(eval $(v) := $($(v)) $(INHERIT_TAG)$(
strip
$(1))))
54
$(eval dn := $(
strip
$(1)))
75
$(
strip
$(call _resolve-short-device-name,$(1)))
distdir.mk
23
dist_goal := $(
strip
$(filter dist,$(MAKECMDGOALS)))
24
MAKECMDGOALS := $(
strip
$(filter-out dist,$(MAKECMDGOALS)))
25
ifeq (,$(
strip
$(filter-out $(INTERNAL_MODIFIER_TARGETS),$(MAKECMDGOALS))))
/external/chromium_org/chrome/test/chromedriver/
embed_mobile_devices_in_cpp.py
37
if line.
strip
() == '];':
40
devices += line.
strip
()
embed_version_in_cpp.py
27
version = open(options.version_file, 'r').read().
strip
()
30
version += '.' + revision.
strip
()
/external/chromium_org/net/websockets/
PRESUBMIT.py
42
readme_added_filenames = set(line.
strip
() for line in readme[0].NewContents()
43
if line.
strip
() in added_source_filenames)
/external/chromium_org/third_party/icu/source/config/
mh-linux
42
$(call SILENT_COMPILE,$(
strip
$(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -o $@ $<)
44
$(call SILENT_COMPILE,$(
strip
$(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -o $@ $<)
47
$(call SILENT_COMPILE,$(
strip
$(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -o $@ $<)
49
$(call SILENT_COMPILE,$(
strip
$(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -o $@ $<)
/external/chromium_org/third_party/libyuv/util/
Makefile
5
$(CXX) -msse2 -O3 -fopenmp -static -o psnr psnr.cc ssim.cc psnr_main.cc -Wl,--
strip
-all
/external/icu/icu4c/source/config/
mh-linux
42
$(call SILENT_COMPILE,$(
strip
$(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -o $@ $<)
44
$(call SILENT_COMPILE,$(
strip
$(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -o $@ $<)
47
$(call SILENT_COMPILE,$(
strip
$(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -o $@ $<)
49
$(call SILENT_COMPILE,$(
strip
$(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -o $@ $<)
/external/lldb/source/
Makefile
30
LLDB_REVISION := $(
strip
\
33
LLDB_REPOSITORY := $(
strip
\
/ndk/tests/build/issue22336-ICE-emit-rtl/jni/
Android.mk
3
ifeq ($(
strip
$(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
/build/core/combo/arch/arm/
armv7-a-neon.mk
12
ifeq ($(
strip
$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a8)
15
ifeq ($(
strip
$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)),cortex-a7)
/build/core/tasks/
factory_bundle.mk
36
requested_modules := $(
strip
$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_FACTORY_BUNDLE_MODULES))
39
leaf := $(
strip
$(TARGET_PRODUCT))-factory_bundle-$(FILE_NAME_TAG)
44
$(foreach _fb_m, $(requested_modules), $(
strip
\
55
ifneq (,$(
strip
$(copied_files)))
/external/chromium_org/third_party/sqlite/src/
mkso.sh
27
strip
tclsqlite3.so
31
strip
sqlite3.so
/external/chromium_org/tools/gyp/test/ios/app-bundle/TestApp/
check_no_signature.py
10
o = proc.communicate()[0].
strip
()
/external/e2fsprogs/lib/
Makefile.bsd-lib
37
install-
strip
: install
39
install-shlibs-
strip
: install-shlibs
/external/llvm/utils/
wciia.py
29
# paths must be in ( ... ) so
strip
them
56
name = line[2:].
strip
()
63
email = line[2:].
strip
()
66
description = line[2:].
strip
()
69
filesfolders = line[2:].
strip
()
/build/core/combo/
HOST_linux-x86.mk
20
ifeq ($(
strip
$($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)),)
24
ifneq (,$(
strip
$(wildcard $($(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX)gcc)))
37
ifneq ($(
strip
$(BUILD_HOST_static)),)
HOST_windows-x86_64.mk
27
ifneq ($(
strip
$(USE_MINGW)),)
47
ifneq ($(
strip
$(BUILD_HOST_static)),)
62
ifeq ($(
strip
$(USE_CYGWIN)),)
/external/chromium_org/third_party/WebKit/Source/build/scripts/
make_names.py
70
namespace = self.in_file.parameters['namespace'].
strip
('"')
71
suffix = self.in_file.parameters['suffix'].
strip
('"')
72
export = self.in_file.parameters['export'].
strip
('"')
/system/core/liblog/
Android.mk
30
ifeq ($(
strip
$(USE_CYGWIN)),)
35
ifneq ($(
strip
$(USE_MINGW)),)
67
ifeq ($(
strip
$(HOST_OS)),linux)
/external/chromium_org/third_party/markdown/extensions/
tables.py
62
rows[1].
strip
()[0] in ['|', ':', '-'])
67
header = block[0].
strip
()
68
seperator = block[1].
strip
()
91
self._build_row(row.
strip
(), tbody, align, border)
105
c.text = cells[i].
strip
()
Completed in 271 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>