/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 274 module_name = file_name[:-4] if module.name in ["", "AllTests"] else module.name.strip()
|
/third_party/jinja2/ |
H A D | filters.py | 1021 return soft_str(value).strip(chars)
|
/third_party/python/Lib/http/ |
H A D | client.py | 328 self.reason = reason.strip() 531 line = line[:i] # strip chunk-extensions 926 raise OSError(f"Tunnel connection failed: {code} {message.strip()}")
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 777 modules = set(match.group(1).strip().split(', '))
|
/third_party/python/Lib/xml/dom/ |
H A D | expatbuilder.py | 418 if child.nodeType == TEXT_NODE and not child.data.strip():
|
/third_party/python/Lib/test/ |
H A D | test_operator.py | 554 dunder = getattr(operator, '__' + name.strip('_') + '__', None)
|
H A D | test_zlib.py | 194 self.assertEqual(len(data.strip(b'x')), 0)
|
H A D | test_contextlib.py | 1106 s = f.getvalue().strip()
|
H A D | test_gzip.py | 804 self.assertEqual(b"filename doesn't end in .gz: 'thisisatest.out'", err.strip())
|
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]
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 314 value = value.strip()
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 1273 # need to strip optional :port from host, if present 1287 s = 'Basic ' + base64.b64encode(s).strip().decode('ascii')
|
/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...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1440 andi.w &0x7fff,%d0 # strip sign 1470 andi.w &0x7fff,%d0 # strip sign 1517 andi.w &0x7fff,%d0 # strip sign 2311 andi.w &0x7fff,%d0 # strip sign 2328 andi.w &0x7fff,%d0 # strip sign 6521 and.w &0x7fff, %d1 # strip off sgn 6610 andi.w &0x7fff, %d0 # strip off sign 7346 andi.w &0x7fff,%d0 # strip sign 7584 andi.w &0x7fff,%d0 # strip sign 8071 andi.l &0x7fff,%d1 # strip sig [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1440 andi.w &0x7fff,%d0 # strip sign 1470 andi.w &0x7fff,%d0 # strip sign 1517 andi.w &0x7fff,%d0 # strip sign 2311 andi.w &0x7fff,%d0 # strip sign 2328 andi.w &0x7fff,%d0 # strip sign 6521 and.w &0x7fff, %d1 # strip off sgn 6610 andi.w &0x7fff, %d0 # strip off sign 7346 andi.w &0x7fff,%d0 # strip sign 7584 andi.w &0x7fff,%d0 # strip sign 8071 andi.l &0x7fff,%d1 # strip sig [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/ |
H A D | base.mak | 52 ifeq ($(strip $(CFG_HI_ITRUSTEE_SUPPORT)), y)
|