HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 26 - 50 of 489) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Support/
regfree.c 63 if (g->strip != NULL)
64 free((char *)g->strip);
  /hardware/broadcom/wlan/bcmdhd/config/
Android.mk 31 ifeq ($(strip $(WPA_SUPPLICANT_VERSION)),VER_0_8_X)
34 ifeq ($(strip $(WPA_SUPPLICANT_VERSION)),VER_0_6_X)
  /ndk/sources/host-tools/ndk-stack/regex/
regfree.c 64 if (g->strip != NULL)
65 free((char *)g->strip);
  /build/core/
copy_headers.mk 4 ifneq ($(strip $(LOCAL_IS_HOST_MODULE)),)
shared_library.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)),)
dynamic_binary.mk 15 LOCAL_UNSTRIPPED_PATH := $(strip $(LOCAL_UNSTRIPPED_PATH))
29 LOCAL_MODULE_STEM := $(strip $(LOCAL_MODULE_STEM))
70 ifeq ($(strip $(LOCAL_COMPRESS_MODULE_SYMBOLS)),)
71 LOCAL_COMPRESS_MODULE_SYMBOLS := $(strip $(TARGET_COMPRESS_MODULE_SYMBOLS))
100 ## Strip
105 ifeq ($(strip $(LOCAL_STRIP_MODULE)),)
106 LOCAL_STRIP_MODULE := $(strip $(TARGET_STRIP_MODULE))
110 # Strip the binary
114 # Don't strip the binary, just copy it. We can't skip this step
product.mk 113 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1)))) \
115 PRODUCTS.$(strip $(word 1,$(_include_stack))).INHERITS_FROM) \
116 $(eval $(inherit_var) := $(sort $($(inherit_var)) $(strip $(1)))) \
146 $(eval pn := $(strip $(PRODUCTS.$(p).PRODUCT_NAME))) \
149 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
161 $(eval pb := $(strip $(PRODUCTS.$(p).PRODUCT_BRAND))) \
163 $(foreach cf,$(strip $(PRODUCTS.$(p).PRODUCT_COPY_FILES)), \
179 $(eval pn := $(strip $(1)))
196 $(strip $(call _resolve-short-product-name,$(1)))
254 $(eval $(strip $(1))_$(call rot13,$(v)):=$$($$(v)))
    [all...]
phony_package.mk 1 ifneq ($(strip $(LOCAL_SRC_FILES)),)
  /external/chromium/build/linux/
dump_app_syms 7 # Helper script to run dump_syms on Chrome Linux executables and strip
35 strip "$INFILE"
pkg-config-wrapper 33 # To support this correctly, it's necessary to extract the prefix to strip from
37 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
EdgeInfo.java 33 package jme3tools.converters.model.strip;
FaceInfoVec.java 33 package jme3tools.converters.model.strip;
StripStartInfo.java 33 package jme3tools.converters.model.strip;
IntVec.java 33 package jme3tools.converters.model.strip;
  /external/markdown/markdown/extensions/
meta.py 67 if line.strip() == '':
71 key = m1.group('key').lower().strip()
72 meta[key] = [m1.group('value').strip()]
77 meta[key].append(m2.group('value').strip())
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTangentGen.java 77 Mesh strip = createTriangleStripMesh(); local
78 addMesh("strip", strip, new Vector3f(0, -3, 0));
111 Mesh strip = new Mesh(); local
112 strip.setMode(Mode.TriangleStrip);
131 strip.setBuffer(Type.Position, 3, vb);
132 strip.setBuffer(Type.Normal, 3, nb);
133 strip.setBuffer(Type.TexCoord, 2, tb);
134 strip.setBuffer(Type.Index, 3, ib);
135 strip.updateBound()
    [all...]
  /external/compiler-rt/make/
lib_util.mk 8 GetCNAVar = $(strip \
18 SelectFunctionDir = $(strip \
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
29 SelectFunctionDirs_Opt_ConfigAndArch = $(strip \
34 SelectFunctionDirs_Opt_Config = $(strip \
38 SelectFunctionDirs_Opt_Arch = $(strip \
42 SelectFunctionDirs_Gen = $(strip \
  /frameworks/compile/libbcc/runtime/make/
lib_util.mk 8 GetCNAVar = $(strip \
18 SelectFunctionDir = $(strip \
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
29 SelectFunctionDirs_Opt_ConfigAndArch = $(strip \
34 SelectFunctionDirs_Opt_Config = $(strip \
38 SelectFunctionDirs_Opt_Arch = $(strip \
42 SelectFunctionDirs_Gen = $(strip \
  /build/core/combo/
HOST_linux-x86.mk 37 ifneq (,$(strip $(wildcard $(HOST_SDK_TOOLCHAIN_PREFIX)/gcc)))
43 ifneq ($(strip $(BUILD_HOST_64bit)),)
  /external/llvm/test/Scripts/
common_dump.py 13 return ''.join(bytes).strip()
31 return ''.join(bytes).strip()
  /gdk/samples/PhotoEditor/
Android.mk 19 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
  /system/core/liblog/
Android.mk 26 ifeq ($(strip $(USE_CYGWIN)),)
31 ifneq ($(strip $(USE_MINGW)),)
  /sdk/build/
tools.windows.atree 34 bin/dmtracedump.exe strip tools/dmtracedump.exe
45 bin/emulator.exe strip tools/emulator.exe
46 bin/emulator-arm.exe strip tools/emulator-arm.exe
47 bin/emulator-x86.exe strip tools/emulator-x86.exe
61 bin/etc1tool.exe strip tools/etc1tool.exe
67 bin/hprof-conv.exe strip tools/hprof-conv.exe
70 bin/mksdcard.exe strip tools/mksdcard.exe
81 bin/sqlite3.exe strip tools/sqlite3.exe
87 bin/zipalign.exe strip tools/zipalign.exe
108 bin/find_java.exe strip tools/lib/find_java.ex
    [all...]
  /external/e2fsprogs/lib/
Makefile.bsd-lib 36 install-strip: install
38 install-shlibs-strip: install-shlibs
  /hardware/broadcom/wlan/bcm4329/config/
Android.mk 31 ifeq ($(strip $(WPA_SUPPLICANT_VERSION)),VER_0_6_X)

Completed in 3630 milliseconds

12 3 4 5 6 7 8 91011>>