HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 926 - 950 of 2341) sorted by null

<<31323334353637383940>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bigmem.py 19 # to use the strip or count methods, or compare meaningful slices.
55 self.assertEqual(s.strip(), SUBSTR.strip())
70 self.assertEqual(s.strip(), SUBSTR.strip())
157 self.assertEqual(len(s.strip(' ')), 0)
267 self.assertEqual(s.strip(), SUBSTR.strip())
339 self.assertEqual(s.strip(), SUBSTR.strip())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 19 # to use the strip or count methods, or compare meaningful slices.
55 self.assertEqual(s.strip(), SUBSTR.strip())
70 self.assertEqual(s.strip(), SUBSTR.strip())
157 self.assertEqual(len(s.strip(' ')), 0)
267 self.assertEqual(s.strip(), SUBSTR.strip())
339 self.assertEqual(s.strip(), SUBSTR.strip())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 19 # to use the strip or count methods, or compare meaningful slices.
55 self.assertEqual(s.strip(), SUBSTR.strip())
70 self.assertEqual(s.strip(), SUBSTR.strip())
157 self.assertEqual(len(s.strip(' ')), 0)
267 self.assertEqual(s.strip(), SUBSTR.strip())
339 self.assertEqual(s.strip(), SUBSTR.strip())
    [all...]
  /external/libxml2/doc/
apibuild.py 728 l = l.strip()
732 desc = desc.strip()
772 desc=desc.strip()
773 arg=arg.strip()
781 l = lines[0].strip()
785 desc = desc + ' ' + l.strip()
798 l = l.strip()
802 desc = desc.strip()
849 desc=desc.strip()
850 arg=arg.strip()
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py 63 value = value.strip()
98 v = v.strip()
102 into[key] = transform(v.strip())
104 into[key] = v.strip()
130 v = v.strip()
148 v = v.strip()
166 req = req.strip()
796 # Strip the namespace packages defined in this distribution
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py 63 value = value.strip()
98 v = v.strip()
102 into[key] = transform(v.strip())
104 into[key] = v.strip()
130 v = v.strip()
148 v = v.strip()
166 req = req.strip()
796 # Strip the namespace packages defined in this distribution
  /external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py 56 """.strip()
85 """.strip()
110 """.strip()
140 """.strip()
165 """.strip()
187 """.strip()
212 """.strip()
  /external/opencv3/3rdparty/libtiff/
tif_dirread.c 4002 uint32 strip; local
4274 uint32 strip; local
5463 uint32 strip; local
5573 uint32 strip; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dirread.c 3998 uint32 strip; local
4270 uint32 strip; local
5477 uint32 strip; local
5587 uint32 strip; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 248 if not line.strip():
445 id = idstring[0].strip()
448 id = idstring[1].strip()
485 line = line.strip()
531 bpnum = int(args[0].strip())
556 bpnum = int(args[0].strip())
563 count = int(args[1].strip())
594 reply = reply.strip().lower()
717 p.prompt = "(%s) " % self.prompt.strip()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 248 if not line.strip():
445 id = idstring[0].strip()
448 id = idstring[1].strip()
485 line = line.strip()
531 bpnum = int(args[0].strip())
556 bpnum = int(args[0].strip())
563 count = int(args[1].strip())
594 reply = reply.strip().lower()
717 p.prompt = "(%s) " % self.prompt.strip()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 248 if not line.strip():
445 id = idstring[0].strip()
448 id = idstring[1].strip()
485 line = line.strip()
531 bpnum = int(args[0].strip())
556 bpnum = int(args[0].strip())
563 count = int(args[1].strip())
594 reply = reply.strip().lower()
717 p.prompt = "(%s) " % self.prompt.strip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 248 if not line.strip():
445 id = idstring[0].strip()
448 id = idstring[1].strip()
485 line = line.strip()
531 bpnum = int(args[0].strip())
556 bpnum = int(args[0].strip())
563 count = int(args[1].strip())
594 reply = reply.strip().lower()
717 p.prompt = "(%s) " % self.prompt.strip()
    [all...]
  /art/test/970-iface-super-resolution-generated/util-src/
generate_smali.py 184 """.strip()
212 test_output = self.farg.get_test_output().strip())
342 """.strip()
  /build/tools/releasetools/
add_img_to_target_files 374 if line.strip() == "system" and OPTIONS.info_dict.get(
378 if line.strip() == "vendor" and OPTIONS.info_dict.get(
383 img_name = line.strip() + ".img"
add_img_to_target_files.py 374 if line.strip() == "system" and OPTIONS.info_dict.get(
378 if line.strip() == "vendor" and OPTIONS.info_dict.get(
383 img_name = line.strip() + ".img"
  /development/python-packages/adb/
device.py 60 if not line.strip():
120 serial = subprocess.check_output([adb_path, flag, 'get-serialno']).strip()
473 if not value.strip():
  /external/autotest/client/common_lib/
base_barrier.py 206 intro = intro.strip("\r\n")
267 reply = reply.strip("\r\n")
453 reply = reply.strip("\r\n")
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 122 """.strip() + "\n") % {
162 code = int(result.splitlines()[-1].strip())
202 """.strip() + "\n") % {
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 122 """.strip() + "\n") % {
162 code = int(result.splitlines()[-1].strip())
202 """.strip() + "\n") % {
  /external/clang/tools/clang-format/
git-clang-format 242 return stdout.strip()
458 strip = kwargs.pop('strip', True)
469 if strip:
  /external/jsoncpp/
makerelease.py 39 f.write( version.strip() )
209 line = line.strip()
217 path = line.strip().split()[-1:]
  /external/mesa3d/src/gallium/tools/trace/
parse.py 181 def character_data(self, strip = True):
186 if strip:
187 data = data.strip()
  /external/toybox/kconfig/
conf.c 40 static void strip(char *str) function
240 strip(line);
360 strip(line);
  /external/vulkan-validation-layers/
vk_helper.py 159 elif line.split()[0].strip().startswith("//"):
163 (ty_txt, en_txt, base_type) = line.strip().split(None, 2)
174 (ty_txt, st_txt, base_type) = line.strip().split(None, 2)
176 (ignored, base_type) = base_type.strip().split(None, 1)
186 # (ty_txt, st_txt, base_type) = line.strip().split(None, 2)
196 (cur_char, targ_type) = line.strip().split(None, 1)
198 base_type = targ_type.strip(';')
209 base_type = targ_type.strip(';')
222 self.typedef_fwd_dict[base_type] = targ_type.strip(';')
223 self.typedef_rev_dict[targ_type.strip(';')] = base_typ
    [all...]

Completed in 1100 milliseconds

<<31323334353637383940>>