Home
last modified time | relevance | path

Searched refs:strip (Results 676 - 700 of 720) sorted by relevance

1...<<212223242526272829

/third_party/python/Lib/test/
H A Dtest_signal.py966 ''' % (test.strip(), blocked)
H A Dtest_io.py3547 self.assertEqual("ok", out.decode().strip())
3553 self.assertEqual("ok", out.decode().strip())
4315 self.assertEqual(b"locale", proc.out.strip())
4318 self.assertEqual(b"utf-8", proc.out.strip())
4380 self.assertFalse(err.strip('.!'))
H A Dtest_decimal.py312 s.split('->')[1].split('--')[0]).strip()
314 s = s.split('--')[0].strip()
328 funct, value = (x.strip().lower() for x in s.split(':'))
349 L = Sides[0].strip().split()
355 L = Sides[1].strip().split()
H A Dtest_descr.py2891 self.assertIs(s.strip().__class__, str)
2892 self.assertEqual(s.strip(), base)
2931 self.assertIs(u.strip().__class__, str)
2932 self.assertEqual(u.strip(), base)
4768 str.strip(thing)
H A Dtest_pathlib.py1576 self.assertEqual(f.read().strip(), b"this is file A")
1579 self.assertEqual(f.read().strip(), b"this is file A")
2140 self.assertEqual(f.read().strip(), b"this is file A")
H A Dtest_math.py135 # strip comments, and skip blank lines
138 if not line.strip():
159 if line.startswith('--') or not line.strip():
H A Dtest_ssl.py2537 stripped = msg.strip()
3523 msg = outdata.strip().lower()
4065 peer_data_repr = s.read().strip()
4088 peer_data_repr = s.read().strip()
H A Dtest_os.py1008 value = popen.read().strip()
1190 value = popen.read().strip()
1677 out.strip(),
2629 # Bad practice to blindly strip the prefix as it may be required to
3130 return [f'"{arg}"' if " " in arg.strip() else arg for arg in args]
H A Dtest_bz2.py675 self.assertEqual(len(data.strip(b"x")), 0)
H A Dtest_grammar.py1710 self.assertEqual([s.strip() for s in spcs], ['Apple', 'Banana', 'Coco nut'])
H A Dtest_embed.py259 self.assertEqual(out.strip(), expected_output)
H A Dtest_xml_etree.py2274 text = raw.decode('utf-8').strip()
4116 option.tag.split('}')[-1]: ((option.text or '').strip(), option)
/third_party/python/Lib/xmlrpc/
H A Dclient.py371 self.value = str(data).strip()
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py48 lines = [ ["", line][line.strip() != ""] for line in lines]
/third_party/libevdev/
H A Dconfigure4016 # Installed binaries are usually stripped using 'strip' when the user
4017 # run "make install-strip". However 'strip' might not be the right
4022 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4023 set dummy ${ac_tool_prefix}strip; ac_word=$2
4044 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4067 # Extract the first word of "strip", so it can be a program name with args.
4068 set dummy strip; ac_word=$2
4089 ac_cv_prog_ac_ct_STRIP="strip"
6623 # Extract the first word of "${ac_tool_prefix}strip", s
[all...]
/third_party/node/
H A DMakefile1161 cd deps/corepack && tar xf /tmp/node-corepack/package.tgz --strip-components=1
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js388 // remove one \r before \n to match GNU diff's --strip-trailing-cr behavior
/third_party/python/Lib/idlelib/
H A Deditor.py754 name = self.text.get("sel.first", "sel.last").strip()
/third_party/python/Lib/xml/dom/
H A Dminidom.py1166 if self.data.strip():
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py1886 self.assertEqual("started", proc.stdout.readline().strip())
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py48 lines = [ ["", line][line.strip() != ""] for line in lines]
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py48 lines = [ ["", line][line.strip() != ""] for line in lines]
/third_party/python/Lib/
H A D_pydecimal.py560 m = _parser(value.strip().replace("_", ""))
2522 """Normalize- strip trailing 0s, change anything equal to 0 to 0e0"""
4114 if isinstance(num, str) and (num != num.strip() or '_' in num):
H A Dtarfile.py191 n = int(s.strip() or "0", 8)
/third_party/skia/third_party/externals/libpng/
H A Dconfigure2543 # Installed binaries are usually stripped using 'strip' when the user
2544 # run "make install-strip". However 'strip' might not be the right
2549 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2550 set dummy ${ac_tool_prefix}strip; ac_word=$2
2566 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2589 # Extract the first word of "strip", so it can be a program name with args.
2590 set dummy strip; ac_word=$2
2606 ac_cv_prog_ac_ct_STRIP="strip"
6087 # Extract the first word of "${ac_tool_prefix}strip", s
[all...]

Completed in 93 milliseconds

1...<<212223242526272829