HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 576 - 600 of 6288) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
symbols-4.s 1 # Reference & dead strip permutations.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-10.d 6 # There was yet another bug in the strip-zeros-at-beginning-and-end-of-data
  /external/toolchain-utils/automation/clients/report/dejagnu/
summary.py 29 if attrs.strip() != 'flaky':
32 line = line.strip()
37 fields = cls.LINE_RE.match(line.strip())
55 variant = variant.strip(', ')
148 self.board = fields.group(1).strip()
151 self.date = datetime.strptime(fields.group(2).strip(), '%a %b %d %X %Y')
154 self.target = fields.group(2).strip()
157 self.host = fields.group(2).strip()
160 self.tool = fields.group(1).strip()
168 lines = [line.strip() for line in report.readlines() if line.strip()
    [all...]
  /build/make/core/combo/
TARGET_linux-arm.mk 32 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),)
37 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
TARGET_linux-arm64.mk 32 ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
37 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
TARGET_linux-mips.mk 32 ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),)
37 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
TARGET_linux-mips64.mk 32 ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
37 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
  /build/make/core/
copy_headers.mk 1 ifneq (,$(strip $(LOCAL_COPY_HEADERS)))
6 ifneq ($(strip $(LOCAL_IS_HOST_MODULE)),)
  /cts/tests/tests/os/jni/
Android.mk 45 ifeq ($(strip $(TARGET_ARCH)),mips)
48 ifeq ($(strip $(TARGET_ARCH)),mips64)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
makelocalealias.py 20 line = line.strip()
26 # Strip ':'
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
VariableAttributes.py 38 attr = attr.strip()
51 attr = attr.strip()
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 74 expected_output = <<-END.fixed_indent( 0 ).strip!
96 tokens.render.strip.should == expected_output
  /external/autotest/server/site_tests/firmware_CompareInstalledToShellBall/
firmware_CompareInstalledToShellBall.py 34 available_bios = parts[2].strip()
37 available_ec = parts[2].strip()
  /external/autotest/tko/
query_lib.py 20 # strip white space
21 condition = condition.strip()
  /external/curl/tests/data/
test1011 59 <strip>
61 </strip>
test1012 59 <strip>
61 </strip>
test1015 41 <strip>
43 </strip>
test1028 59 <strip>
61 </strip>
test1031 62 <strip>
64 </strip>
test1054 61 <strip>
63 </strip>
test1056 67 <strip>
69 </strip>
test1067 62 <strip>
64 </strip>
test1072 58 <strip>
60 </strip>
test1076 59 <strip>
61 </strip>
test1079 61 <strip>
63 </strip>

Completed in 405 milliseconds

<<21222324252627282930>>