HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 126 - 150 of 273) sorted by null

1 2 3 4 56 7 8 91011

  /dalvik/vm/
Dvm.mk 47 ifeq ($(strip $(DEBUG_DALVIK_VM)),)
197 WITH_COPYING_GC := $(strip $(WITH_COPYING_GC))
209 WITH_JIT := $(strip $(WITH_JIT))
225 WITH_HPROF := $(strip $(WITH_HPROF))
238 ifeq ($(strip $(WITH_HPROF_STACK)),true)
  /ndk/build/core/
setup-toolchain.mk 27 TARGET_TOOLCHAIN_LIST := $(strip $(sort $(NDK_ABI.$(TARGET_ARCH_ABI).toolchains)))
39 TARGET_TOOLCHAIN_LIST := $(strip $(filter $(NDK_TOOLCHAIN),$(NDK_ABI.$(TARGET_ARCH_ABI).toolchains)))
66 TARGET_CRTBEGIN_SO_O := $(strip $(wildcard $(SYSROOT)/usr/lib/crtbegin_so.o))
67 TARGET_CRTEND_SO_O := $(strip $(wildcard $(SYSROOT)/usr/lib/crtend_so.o))
169 ifeq ($(strip $(NDK_APP_MODULES)),)
setup-app.mk 46 APP_ABI := $(strip $(NDK_APP_ABI))
53 _bad_abis = $(strip $(filter-out $(NDK_ALL_ABIS),$(APP_ABI)))
  /build/core/
config.mk 130 $(strip $(wildcard \
146 TARGET_BOOTLOADER_BOARD_NAME := $(strip $(TARGET_BOOTLOADER_BOARD_NAME))
147 TARGET_CPU_ABI := $(strip $(TARGET_CPU_ABI))
151 TARGET_CPU_ABI2 := $(strip $(TARGET_CPU_ABI2))
176 ifeq (,$(strip $(CALLED_FROM_SETUP)))
177 ifneq (,$(strip $(BUILD_ENV_SEQUENCE_NUMBER)))
Makefile 78 ifeq (,$(strip $(BUILD_FINGERPRINT)))
177 $(hide) grep -v "$(subst $(space),\|,$(strip \
241 "PATH=\"$(strip $(ALL_MODULES.$(m).PATH))\"" \
242 "TAGS=\"$(strip $(filter-out _%,$(ALL_MODULES.$(m).TAGS)))\"" \
243 "BUILT=\"$(strip $(ALL_MODULES.$(m).BUILT))\"" \
244 "INSTALLED=\"$(strip $(ALL_MODULES.$(m).INSTALLED))\"" >> $(MODULE_INFO_FILE)))
327 ifneq ($(strip $(TARGET_NO_KERNEL)),true)
338 BOARD_KERNEL_CMDLINE := $(strip $(BOARD_KERNEL_CMDLINE))
343 BOARD_KERNEL_BASE := $(strip $(BOARD_KERNEL_BASE))
348 BOARD_KERNEL_PAGESIZE := $(strip $(BOARD_KERNEL_PAGESIZE)
    [all...]
envsetup.mk 35 ifeq ($(strip $(TARGET_BUILD_VARIANT)),)
172 ifeq (,$(strip $(OUT_DIR)))
279 ifeq (,$(strip $(DIST_DIR)))
316 $(strip $(patsubst dumpvar-%,%,$(filter dumpvar-%,$(MAKECMDGOALS))))
325 absolute_dumpvar := $(strip $(filter abs-%,$(dumpvar_goals)))
  /build/tools/releasetools/
sign_target_files_apks 178 line = line.strip()
270 i = i.strip()
273 new.append(i[0] + i[1:].strip())
common.py 84 line = line.strip()
98 d["mkyaffs2_extra_flags"] = zip.read("META/mkyaffs2-extra-flags.txt").strip()
105 d["recovery_api_version"] = zip.read("META/recovery-api-version.txt").strip()
111 d["tool_extensions"] = zip.read("META/tool-extensions.txt").strip()
154 line = line.strip()
389 line = line.strip()
516 answer = raw_input("try to edit again? [y]> ").strip()
535 % (k,)).strip()
569 line = line.strip()
  /external/clearsilver/scripts/
ChangeLog.py 79 line = string.strip(lines[x])
82 nline = string.strip(lines[x+1])
88 filename = string.strip (value)
  /external/webkit/WebKitTools/CodeCoverage/
regenerate-coverage-display 266 line_number = split_line[1].strip()
274 elif split_line[0].strip() != "-":
275 covered = '<span class="lineCov">%15s' % split_line[0].strip()
  /bionic/libc/kernel/tools/
utils.py 124 return_type = line[:pos_lparen].strip().split()
149 number = line[pos_rparen+1:].strip()
156 number = number[1:].strip()
179 line = line.strip()
  /bionic/libc/regex/
regex2.h 44 * The internal representation is a *strip*, a sequence of
62 typedef unsigned long sop; /* strip operator */
129 sop *strip; /* malloced area for strip */ member in struct:re_guts
  /build/tools/
event_log_tags.py 66 line = line.strip()
  /external/clearsilver/python/examples/base/
handle_error.py 57 tb = who_calls.pretty_who_calls(strip=1) + "\n"
  /external/v8/test/cctest/
testcfg.py 91 for test_desc in output.stdout.strip().split():
  /dalvik/dexdump/
Android.mk 67 ifneq ($(strip $(USE_MINGW)),)
  /external/e2fsprogs/tests/progs/
Makefile.in 55 install-strip:
  /external/icu4c/config/
mh-solaris 89 ifeq (strip $(GENCCODE_ASSEMBLY),)
  /external/protobuf/gtest/test/
gtest_shuffle_test.py 110 elif line.strip():
111 tests.append(line.strip()) # 'TestCaseName.TestName'
  /external/v8/test/mjsunit/
testcfg.py 60 result += flags_match.group(1).strip().split()
68 additional_files += files_match.group(1).strip().split()
  /external/webkit/WebKitTools/BuildSlaveSupport/
built-product-archive 107 shell=True, stdout=subprocess.PIPE).communicate()[0].strip()
  /external/webkit/WebKitTools/wx/build/
build_utils.py 42 return f.read().strip()
186 return line.replace("Revision: ", "").strip()
  /packages/apps/Browser/tools/
get_search_engines.py 78 str = str.strip()
87 str = str.strip('"')
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Makefile 111 # strip symbols
131 $(CROSS_COMPILE)strip -s $(SUPPL_TARGET)
141 $(CROSS_COMPILE)strip -s $(TARGET)
  /system/core/fastboot/
fastboot.c 325 static char *strip(char *s) function
366 name = strip(name);
367 for(n = 0; n < count; n++) val[n] = strip(val[n]);
369 name = strip(name);
379 out[n] = strdup(strip(val[n]));

Completed in 596 milliseconds

1 2 3 4 56 7 8 91011