HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 526 - 550 of 2233) sorted by null

<<21222324252627282930>>

  /external/autotest/client/cros/nfc/
console.py 491 args = args.strip().split(' ')
504 args = args.strip().split(' ')
516 args = args.strip().split(' ')
528 args = args.strip().split(' ')
552 args = args.strip().split(' ')
589 args = args.strip().split(' ')
608 args = args.strip().split(' ')
621 args = args.strip().split(' ')
  /external/autotest/client/site_tests/buffet_BasicDBusAPI/
buffet_BasicDBusAPI.py 71 key = pieces[0].strip()
73 expected_version = pieces[1].strip()
  /external/autotest/client/site_tests/hardware_StorageFio/
hardware_StorageFio.py 55 vendor = utils.read_one_line(vendor_file).strip()
56 model = utils.read_one_line(model_file).strip()
  /external/autotest/client/tests/iozone/
iozone.py 77 return desc.strip().replace(' ', '_')
111 line = line.strip()
  /external/autotest/client/virt/
ppm_utils.py 161 assert(fin.readline().strip() == "P6")
164 assert(fin.readline().strip() == "255")
  /external/autotest/site_utils/
db_replica_checker.py 105 email_to = ['%s@google.com' % to.strip() for to in options.to.split(',')]
109 '%s@google.com' % cc.strip() for cc in options.cc.split(','))
  /external/autotest/tko/
machine_benchmark.cgi 62 test = val[0].strip()
63 key = val[1].strip()
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer.py 38 stored_flags = self._device.ReadFile(self._cmdline_file).strip()
159 for c in line.strip():
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_import_from_init.py 40 data = data.strip()
44 data = data.rsplit('\n', 1)[0].strip()
test_setuptools_nspkg.py 77 data = data.strip()
79 data = data.rsplit('\n', 1)[0].strip()
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
formatter.py 193 return ' ' + self.quote(source_line.strip())
264 return '&nbsp;&nbsp;<code class="source">%s</code>' % self.quote(source_line.strip())
475 def str2html(src, strip=False, indent_subsequent=0,
482 return _str2html(src, strip=strip,
488 def _str2html(src, strip=False, indent_subsequent=0,
490 if strip:
491 src = src.strip()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
cors.py 123 self.collections.append((name, value.strip()))
144 self.elements.append((name, value.strip()))
  /external/clang/www/
make_cxx_dr_status 29 url = url.strip()
31 title = title.replace('<issue_title>', '').replace('</issue_title>', '').strip()
  /external/compiler-rt/make/
options.mk 44 STRIP := strip
  /external/curl/lib/
Makefile.m32 66 STRIP = $(CROSSPREFIX)strip -g
288 libcurl_a_OBJECTS := $(patsubst %.c,%.o,$(strip $(CSOURCES)))
289 libcurl_a_DEPENDENCIES := $(strip $(CSOURCES) $(HHEADERS))
300 $(STRIP) $@
  /external/deqp/modules/gles2/scripts/
gen-qualification_order.py 122 self.variableVtx = (var0 + var1 + var2).strip()
123 self.variableFrg = (var0 + var1).strip() # Omit 'attribute' in frag shader
  /external/drm_gralloc/
Android.mk 24 DRM_GPU_DRIVERS := $(strip $(filter-out swrast, $(BOARD_GPU_DRIVERS)))
54 ifneq ($(strip $(DRM_GPU_DRIVERS)),)
60 ifeq ($(strip $(DRM_GPU_DRIVERS)),prebuilt)
127 ifeq ($(strip $(DRM_USES_PIPE)),true)
  /external/expat/
import_expat.sh 11 tar --extract --bzip2 --strip-components=1 --file $1
  /external/icu/icu4c/source/config/
mh-solaris-gcc 33 ifeq (strip $(GENCCODE_ASSEMBLY),)
  /external/libcxx/utils/sym_check/sym_check/
extract.py 45 for l in out.splitlines() if l.strip())
159 if start != -1 and end == -1 and not lines[i].strip():
util.py 62 lines = [l.strip() for l in data.splitlines() if l.strip()]
  /external/llvm/
llvm-device-build.mk 78 -gen-$(strip $(1)) \
  /external/markdown/markdown/extensions/
codehilite.py 73 self.src = self.src.strip('\n')
173 self.src = "\n".join(lines).strip("\n")
wikilinks.py 120 if m.group(2).strip():
122 label = m.group(2).strip()
  /external/regex-re2/re2/
unicode.py 168 line = line.strip()
174 fields = [s.strip() for s in line.split(";")]

Completed in 323 milliseconds

<<21222324252627282930>>