Searched refs:strip (Results 676 - 700 of 720) sorted by relevance
1...<<212223242526272829
/third_party/python/Lib/test/ |
H A D | test_signal.py | 966 ''' % (test.strip(), blocked)
|
H A D | test_io.py | 3547 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 D | test_decimal.py | 312 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 D | test_descr.py | 2891 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 D | test_pathlib.py | 1576 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 D | test_math.py | 135 # strip comments, and skip blank lines 138 if not line.strip(): 159 if line.startswith('--') or not line.strip():
|
H A D | test_ssl.py | 2537 stripped = msg.strip() 3523 msg = outdata.strip().lower() 4065 peer_data_repr = s.read().strip() 4088 peer_data_repr = s.read().strip()
|
H A D | test_os.py | 1008 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 D | test_bz2.py | 675 self.assertEqual(len(data.strip(b"x")), 0)
|
H A D | test_grammar.py | 1710 self.assertEqual([s.strip() for s in spcs], ['Apple', 'Banana', 'Coco nut'])
|
H A D | test_embed.py | 259 self.assertEqual(out.strip(), expected_output)
|
H A D | test_xml_etree.py | 2274 text = raw.decode('utf-8').strip() 4116 option.tag.split('}')[-1]: ((option.text or '').strip(), option)
|
/third_party/python/Lib/xmlrpc/ |
H A D | client.py | 371 self.value = str(data).strip()
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 48 lines = [ ["", line][line.strip() != ""] for line in lines]
|
/third_party/libevdev/ |
H A D | configure | 4016 # 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 D | Makefile | 1161 cd deps/corepack && tar xf /tmp/node-corepack/package.tgz --strip-components=1
|
/third_party/node/deps/npm/node_modules/diff/lib/ |
H A D | index.es6.js | 388 // remove one \r before \n to match GNU diff's --strip-trailing-cr behavior
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 754 name = self.text.get("sel.first", "sel.last").strip()
|
/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 1166 if self.data.strip():
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_dbapi.py | 1886 self.assertEqual("started", proc.stdout.readline().strip())
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 48 lines = [ ["", line][line.strip() != ""] for line in lines]
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 48 lines = [ ["", line][line.strip() != ""] for line in lines]
|
/third_party/python/Lib/ |
H A D | _pydecimal.py | 560 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 D | tarfile.py | 191 n = int(s.strip() or "0", 8)
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 2543 # 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