HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 226 - 250 of 1457) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
traceback.py 25 _print(file, ' %s' % line.strip())
41 item = item + ' %s\n' % line.strip()
70 if line: _print(file, ' ' + line.strip())
102 if line: line = line.strip()
190 lines.append(' %s\n' % badline.strip())
306 if line: line = line.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
traceback.py 25 _print(file, ' %s' % line.strip())
41 item = item + ' %s\n' % line.strip()
70 if line: _print(file, ' ' + line.strip())
102 if line: line = line.strip()
190 lines.append(' %s\n' % badline.strip())
306 if line: line = line.strip()
  /external/llvm/lib/Support/
regcomp.c 60 sop *strip; /* malloced strip */ member in struct:parse
61 sopno ssize; /* malloced strip size (allocated) */
62 sopno slen; /* malloced strip length (used) */
187 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
189 if (p->strip == NULL) {
392 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
393 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
591 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
592 assert(OP(p->strip[p->pend[i]]) == ORPAREN)
    [all...]
  /art/tools/
generate-operator-out.py 108 # ...and then strip // comments.
111 # Strip whitespace.
112 line = line.strip()
132 rest = m.group(2).strip()
145 rest = rest.strip()
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
in_file.py 61 self._parse(map(str.strip, lines))
73 return (not hasattr(arg, "strip")
138 args_list = ' '.join(parts[1:]).strip().split(',')
140 arg_string = arg_string.strip()
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Options.py 325 item = item.strip()
328 name, value = [ s.strip() for s in item.strip().split('=', 1) ]
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 111 file_type = file_type.strip()
128 prop_name = prop_name.strip()
129 prop_val = prop_val.strip()
  /external/chromium_org/third_party/skia/tools/
svn.py 85 svn_info[key.strip()] = value.strip()
118 subdirs.append(filename.strip('/'))
  /external/chromium_org/tools/cr/cr/base/
android.py 70 key = key.strip()
72 env_setup[key] = env_setup.ParseValue(value.strip())
74 self._env_paths = value.strip().split(os.path.pathsep)
  /external/chromium_org/tools/cygprofile/
patch_orderfile.py 66 if (line.strip() == ''):
68 functionName = line.replace('.text.', '').split('.clone.')[0].strip()
83 functionAddress = int (line.split()[0].strip(), 16)
  /external/chromium_org/tools/grit/grit/gather/
rc.py 85 if len(out) > 0 and line.strip() == 'BEGIN':
87 elif len(out) > 0 and line.strip() == 'END':
95 self.text_ = out.strip()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
linux_based_platform_backend.py 71 private_dirty_bytes += self._ConvertKbToByte(line.split(':')[1].strip())
131 retval[key.strip()] = value.strip()
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_linux.py 22 return so.read().strip()
28 return subprocess.check_output(argv, stderr=subprocess.STDOUT).strip()
46 line = f.readline().strip()
  /external/icu/icu4c/source/tools/
icu-svnprops-check.py 111 file_type = file_type.strip()
128 prop_name = prop_name.strip()
129 prop_val = prop_val.strip()
  /external/skia/tools/
svn.py 85 svn_info[key.strip()] = value.strip()
118 subdirs.append(filename.strip('/'))
  /frameworks/base/tools/layoutlib/rename_font/
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]
198 string = string.strip()
  /build/core/
install_jni_libs.mk 90 jni_shared_libraries := $(strip $(jni_shared_libraries))
92 jni_shared_libraries_with_abis := $(strip $(jni_shared_libraries_with_abis))
93 extracted_jni_libs := $(strip $(extracted_jni_libs))
prebuilt_internal.mk 64 $(error Cannot strip host module LOCAL_PATH=$(LOCAL_PATH))
67 $(error Can strip only shared libraries or executables LOCAL_PATH=$(LOCAL_PATH))
70 $(error Cannot strip scripts LOCAL_PATH=$(LOCAL_PATH))
115 PACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES))
161 ifeq ($(dir $(strip $(LOCAL_CERTIFICATE))),./)
186 $(hide) zip -d $@ 'lib/*.so' # strip embedded JNI libraries.
244 $(transform-prebuilt-to-target-strip-comments)
  /external/chromium_org/chrome/browser/resources/chromeos/
charger_replacement.css 43 .button-strip {
114 #not-order-charger-checkbox-strip {
146 #confirm-offline-order-checkbox-strip {
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth.css 22 #bluetooth-options .button-strip {
26 #bluetooth-options .button-strip #bluetooth-scanning-label,
27 #bluetooth-options .button-strip #bluetooth-scan-stopped-label {
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 92 print failed.output.stderr.strip()
95 print failed.output.stdout.strip()
173 stdout = test.output.stdout.strip()
176 stderr = test.output.stderr.strip()
269 stdout = test.output.stdout.strip()
272 stderr = test.output.stderr.strip()
  /external/jpeg/
Android.mk 43 ifeq ($(strip $(TARGET_ARCH)),arm)
57 ifeq ($(strip $(TARGET_ARCH)),mips)
58 ifeq ($(strip $(ARCH_MIPS_HAS_DSP)),true)
  /ndk/build/core/
prebuilt-library.mk 40 prebuilt := $(strip $(wildcard $(prebuilt_path)))
54 LOCAL_MODULE_FILENAME := $(strip $(LOCAL_MODULE_FILENAME))
63 LOCAL_BUILT_MODULE := $(strip $(LOCAL_BUILT_MODULE))

Completed in 1277 milliseconds

1 2 3 4 5 6 7 8 91011>>