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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/build/scripts/
in_file.py 61 self._parse(map(str.strip, lines))
72 return (not hasattr(arg, "strip")
137 args_list = ' '.join(parts[1:]).strip().split(',')
139 arg_string = arg_string.strip()
  /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/
proc_supporting_platform_backend.py 66 private_dirty_bytes += self._ConvertKbToByte(line.split(':')[1].strip())
107 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))
  /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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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/
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()
  /build/core/clang/
HOST_x86_64.mk 48 $(strip \
TARGET_arm.mk 37 $(strip \
TARGET_arm64.mk 35 $(strip \
TARGET_mips.mk 35 $(strip \
TARGET_mips64.mk 35 $(strip \
TARGET_x86_64.mk 35 $(strip \

Completed in 1992 milliseconds

1 2 3 4 5 6 7 8 91011>>