HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 176 - 200 of 3400) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/syslinux/mk/
syslinux.mk 59 STRIP = strip
63 STRIP = strip
78 # strip white spaces in ARCH
79 ARCH ?= $(strip $(SUBARCH))
  /external/toolchain-utils/automation/clients/report/dejagnu/
manifest.py 64 params[key.strip()] = value.strip()
72 line = line.strip()
  /test/vts/testcases/vts_selftest/test_framework/base_test/
VtsSelfTestBaseTest.py 73 asserts.assertEqual(results[const.STDOUT][0].strip(),
81 asserts.assertEqual(results[const.STDOUT][0].strip(), 'hello')
82 asserts.assertEqual(results[const.STDOUT][1].strip(), 'world')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
TargetTxtClassObject.py 90 Line = Line.strip()
95 Key = LineList[0].strip()
97 Value = LineList[1].strip()
106 Tools_Def = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
109 Tools_Def = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].replace("Conf/", "", 1).strip())
112 Tools_Def = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
116 Build_Rule = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
119 Build_Rule = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].replace("Conf/", "", 1).strip())
122 Build_Rule = os.path.join(self.ConfDirectoryPath, self.TargetTxtDictionary[Key].strip())
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenPatchPcdTable/
GenPatchPcdTable.py 57 firstline = lines[0].strip()
70 line = line.strip()
92 m = re.match('^([\da-fA-Fx]+) +([\da-fA-Fx]+)', lines[index + 1].strip())
104 if section[0].strip() == efisec[0].strip() and section[0].strip() == '.text':
110 #assert efisec[0].strip() == pcd[3].strip() and efisec[1] + redirection == pcd[2], "There are some differences between map file and efi file"
126 line = line.strip()
167 if pcd[1].strip() == efisec[0].strip():
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfAsBuiltProcess.py 50 String = String.strip()
57 String = String.strip()
74 Guid = GuidMatchedObj.group().strip()
75 Version = VersionMatchedObj.group().strip()
123 Line = Line.strip()
246 if InfFile.strip().upper() == CurrentInfFileName.strip().upper():
278 if FileGuidString.strip().upper() == Guid.upper() and \
279 VerString.strip().upper() == Version.upper():
  /external/fonttools/Lib/fontTools/misc/
xmlWriter.py 43 def write8bit(self, data, strip=False):
48 self._writeraw(escape8bit(data), strip=strip)
50 def write16bit(self, data, strip=False):
51 self._writeraw(escape16bit(data), strip=strip)
57 def _writeraw(self, data, indent=True, strip=False):
63 if (strip):
64 s = s.strip()
  /build/make/core/
aapt_flags.mk 4 LOCAL_AAPT_FLAGS := $(strip $(LOCAL_AAPT_FLAGS))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
util.py 29 ls = l.strip()
  /external/autotest/client/common_lib/brillo/
hal_utils.py 35 if result.exit_status == 0 and result.stdout.strip():
  /external/autotest/client/cros/video/detectors/
intel_cpu.py 58 return get_cpu_name(value.strip())
  /external/autotest/server/site_tests/brillo_KernelVersionTest/
brillo_KernelVersionTest.py 28 result = host.run_output('uname -r').strip()
  /external/autotest/server/site_tests/brillo_NVRAM/
brillo_NVRAM.py 24 return host.run_output('getprop %s' % property_name).strip()
  /external/autotest/tko/
unique_cookie.py 17 uid_cookies = [c for c in cookies if c.strip().startswith(key)]
  /external/clang/
clang-version-inc.py 24 line = line.strip()
  /external/compiler-rt/
Makefile 134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
136 $(call Set,Tmp.SHARED_LIBRARY_SUFFIX,$(strip \
148 $(strip \
175 $(call Set,Tmp.Functions,$(strip \
178 $(call Set,Tmp.Optimized,$(strip \
180 $(call Set,Tmp.AR,$(strip \
182 $(call Set,Tmp.ARFLAGS,$(strip \
184 $(call Set,Tmp.CC,$(strip \
186 $(call Set,Tmp.LDFLAGS,$(strip \
188 $(call Set,Tmp.RANLIB,$(strip \
    [all...]
  /external/curl/lib/
pop3.h 66 size_t strip; /* Number of bytes from the start to ignore as member in struct:pop3_conn
  /external/e2fsprogs/lib/
Makefile.darwin-lib 40 install-strip: install
42 install-shlibs-strip: install-shlibs
  /external/elfutils/tests/
run-strip-reloc.sh 35 testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile ||
36 { echo "*** failure strip $infile"; status=1; }
38 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \
40 { echo "*** failure strip --reloc-debug-sections $infile"; status=1; }
56 # Strip of DWARF section lines, offset will not match.
107 runtest ${abs_top_builddir}/src/strip 0
108 runtest ${abs_top_builddir}/src/strip.o 1
  /external/hyphenation-patterns/de/
create_chr.py 25 line = line.strip()
  /external/ltp/include/mk/
generic_trunk_target.inc 65 $(if $(strip $(CLEAN_TARGETS)),$(RM) -f $(CLEAN_TARGETS))
88 ifeq ($(strip $(SUBDIRS)),)
  /external/python/cpython2/Doc/includes/sqlite3/
complete_statement.py 21 buffer = buffer.strip()
  /external/python/cpython2/Tools/framer/framer/
util.py 29 ls = l.strip()
  /external/python/cpython3/Doc/includes/sqlite3/
complete_statement.py 21 buffer = buffer.strip()
  /hardware/broadcom/wlan/bcmdhd/firmware/bcm4329/
device-bcm.mk 20 ifeq ($(strip $(WIFI_BAND)),802_11_ABG)

Completed in 1019 milliseconds

1 2 3 4 5 6 78 91011>>