/external/python/cpython2/Lib/ |
robotparser.py | 59 lines = [line.strip() for line in f] 101 # remove optional comment and strip line 105 line = line.strip() 110 line[0] = line[0].strip().lower() 111 line[1] = urllib.unquote(line[1].strip())
|
/external/sl4a/Docs/ |
generate_api_reference_md.py | 63 s = s.strip('()') 77 s = s.strip('{') 86 self._signature = s.strip() 125 line = line.strip() 188 shell=True).strip()
|
/external/toolchain-utils/crosperf/ |
experiment_file.py | 75 line = reader.CurrentLine().strip() 82 line = reader.CurrentLine().strip() 92 line = reader.CurrentLine().strip() 110 line = reader.CurrentLine().strip() 198 """Strip comments starting with # from a line."""
|
/frameworks/layoutlib/rename_font/ |
build_font.py | 153 font.family = namerecord.text.strip() 155 font.style = namerecord.text.strip() 158 font.fullname = namerecord.text.strip() 207 string = string.strip().split()[-1] 212 string = string.strip()
|
build_font_single.py | 137 font.family = namerecord.text.strip() 139 font.style = namerecord.text.strip() 142 font.fullname = namerecord.text.strip() 191 string = string.strip().split()[-1] 196 string = string.strip()
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
Mosaic.java | 71 * This strip type will use the default thin strips where the strips are 77 * This strip type will use wider strips for blending. The strip separation 81 * computationally more efficient than the thin strip mode. 152 * @param type the blending strip type to use {STRIPTYPE_THIN,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mailcap.py | 67 if line[0] == '#' or line.strip() == '': 82 types[j] = types[j].strip() 113 fkey = field[:i].strip() 114 fvalue = field[i+1:].strip() 133 return line[start:i].strip(), i
|
robotparser.py | 58 lines = [line.strip() for line in f] 99 # remove optional comment and strip line 103 line = line.strip() 108 line[0] = line[0].strip().lower() 109 line[1] = urllib.unquote(line[1].strip())
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mailcap.py | 67 if line[0] == '#' or line.strip() == '': 82 types[j] = types[j].strip() 113 fkey = field[:i].strip() 114 fvalue = field[i+1:].strip() 133 return line[start:i].strip(), i
|
robotparser.py | 58 lines = [line.strip() for line in f] 99 # remove optional comment and strip line 103 line = line.strip() 108 line[0] = line[0].strip().lower() 109 line[1] = urllib.unquote(line[1].strip())
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/ |
target_info.py | 22 return sys.platform.lower().strip() 78 out = lit.util.capture(['xcrun', '--show-sdk-path']).strip() 142 name = name.lower().strip() 147 ver = ver.lower().strip() 187 san = self.full_config.get_lit_conf('use_sanitizer', '').strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailcap.py | 67 if line[0] == '#' or line.strip() == '': 82 types[j] = types[j].strip() 113 fkey = field[:i].strip() 114 fvalue = field[i+1:].strip() 133 return line[start:i].strip(), i
|
robotparser.py | 58 lines = [line.strip() for line in f] 99 # remove optional comment and strip line 103 line = line.strip() 108 line[0] = line[0].strip().lower() 109 line[1] = urllib.unquote(line[1].strip())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailcap.py | 67 if line[0] == '#' or line.strip() == '': 82 types[j] = types[j].strip() 113 fkey = field[:i].strip() 114 fvalue = field[i+1:].strip() 133 return line[start:i].strip(), i
|
robotparser.py | 58 lines = [line.strip() for line in f] 99 # remove optional comment and strip line 103 line = line.strip() 108 line[0] = line[0].strip().lower() 109 line[1] = urllib.unquote(line[1].strip())
|
/toolchain/binutils/binutils-2.25/ld/testsuite/config/ |
default.exp | 48 if ![info exists strip] then { 49 set strip [findfile $base_dir/../binutils/strip-new $base_dir/../binutils/strip-new [transform strip]]
|
/external/elfutils/ |
NEWS | 20 strip, unstrip: Handle ELF files with merged strtab/shstrtab tables. 229 strip: Add --reloc-debug-sections option. 246 strip: New flag --strip-sections to remove section headers entirely. 267 strip: -g recognizes .gdb_index as a debugging section. 349 strip: fix infinite loop on strange inputs with -f 399 strip: changed handling of ET_REL files wrt symbol tables and relocs 610 strip: add some more compatibility with binutils. 655 strip: fix bug introduced in last change 663 strip: support Linux kernel module [all...] |
/build/make/core/ |
prebuilt_internal.mk | 61 # Strip but not try to add debuglink 138 $(error Cannot strip/pack host module LOCAL_PATH=$(LOCAL_PATH)) 141 $(error Can strip/pack only shared libraries or executables LOCAL_PATH=$(LOCAL_PATH)) 144 $(error Cannot strip/pack scripts LOCAL_PATH=$(LOCAL_PATH)) 146 # Set the arch-specific variables to set up the strip/pack rules. 223 ifneq (,$(strip $(LOCAL_PREBUILT_COVERAGE_ARCHIVE))) 251 PACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES)) 253 my_extract_apk := $(strip $(LOCAL_EXTRACT_APK)) 266 ifneq ($(strip $(LOCAL_EXTRACT_DPI_APK)),) 325 ifeq ($(dir $(strip $(LOCAL_CERTIFICATE))),./ [all...] |
definitions.mk | 143 $(strip \ 461 $(strip \ 462 $(eval _fpf := $(sort $(wildcard $(foreach f, $(2), $(strip $(1))/$(f))))) \ 502 $(eval _idf_val_:=$(if $(strip $(LOCAL_IS_HOST_MODULE)),HOST,$(if $(strip $(LOCAL_IS_AUX_MODULE)),AUX,))) \ 516 $(strip \ 517 $(eval _idf_pfx_:=$(strip $(filter AUX HOST_CROSS,$(1)))) \ 518 $(eval _idf_pfx_:=$(if $(strip $(1)),$(if $(_idf_pfx_),$(_idf_pfx_),$(if $(strip $(2)),HOST_CROSS,HOST)),TARGET)) \ 538 $(strip \ [all...] |
/development/build/ |
sdk.atree | 45 bin/adb strip platform-tools/adb 46 bin/fastboot strip platform-tools/fastboot 47 bin/mke2fs strip platform-tools/mke2fs 48 bin/e2fsdroid strip platform-tools/e2fsdroid 49 bin/sqlite3 strip platform-tools/sqlite3 50 bin/dmtracedump strip platform-tools/dmtracedump 51 bin/etc1tool strip platform-tools/etc1tool 52 bin/hprof-conv strip platform-tools/hprof-conv 78 bin/aapt strip build-tools/${PLATFORM_NAME}/aapt 79 bin/aapt2 strip build-tools/${PLATFORM_NAME}/aapt [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/ |
InfDefineObject.py | 555 if ValueList[1].strip() == '':
562 FeatureFlagRtv = IsValidFeatureFlagExp(ValueList[1].strip())
593 if ValueList[1].strip() == '':
599 FeatureFlagRtv = IsValidFeatureFlagExp(ValueList[1].strip())
631 if ValueList[1].strip() == '':
640 if ValueList[2].strip() == '':
646 FeatureFlagRtv = IsValidFeatureFlagExp(ValueList[2].strip())
677 ModList = GetSplitValueList(ValueList[1].strip(), ' ')
678 if ValueList[1].strip() == '':
687 if ValueList[2].strip() == '': [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/ |
GenVpd.py | 39 self.PcdCName = PcdCName.strip()
40 self.SkuId = SkuId.strip()
41 self.PcdOffset = PcdOffset.strip()
42 self.PcdSize = PcdSize.strip()
43 self.PcdValue = PcdValue.strip()
44 self.Lineno = Lineno.strip()
45 self.FileName = FileName.strip()
217 ValueString = ValueString.strip()
218 ValueString = ValueString.lstrip('{').strip('}')
220 ValueList = [item.strip() for item in ValueList] [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_sdist.py | 276 if line.strip().startswith('--formats=')]
363 manifest = [line.strip() for line in f.read().split('\n')
364 if line.strip() != '']
382 manifest2 = [line.strip() for line in f.read().split('\n')
383 if line.strip() != '']
400 manifest = [line.strip() for line in f.read().split('\n')
401 if line.strip() != '']
418 manifest = [line.strip() for line in f.read().split('\n')
419 if line.strip() != '']
|
/external/llvm/utils/ |
update_test_checks.py | 94 # Strip kill operands inserted into the asm. 105 # Strip trailing whitespace. 234 if func_line.strip() == '': 257 if input_line.strip() == ';': 260 #if input_line.strip() == '': 304 (tool_cmd, filecheck_cmd) = tuple([cmd.strip() for cmd in l.split('|', 1)]) 314 tool_cmd_args = tool_cmd[len(tool_basename):].strip() 315 tool_cmd_args = tool_cmd_args.replace('< %s', '').replace('%s', '').strip() 368 if input_line.strip() == '}':
|
/external/python/cpython2/Lib/distutils/tests/ |
test_sdist.py | 297 if line.strip().startswith('--formats=')] 408 manifest = [line.strip() for line in f.read().split('\n') 409 if line.strip() != ''] 427 manifest2 = [line.strip() for line in f.read().split('\n') 428 if line.strip() != ''] 445 manifest = [line.strip() for line in f.read().split('\n') 446 if line.strip() != ''] 484 manifest = [line.strip() for line in f.read().split('\n') 485 if line.strip() != '']
|