Home
last modified time | relevance | path

Searched refs:strip (Results 876 - 900 of 939) sorted by relevance

1...<<3132333435363738

/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py274 module_name = file_name[:-4] if module.name in ["", "AllTests"] else module.name.strip()
/third_party/jinja2/
H A Dfilters.py1021 return soft_str(value).strip(chars)
/third_party/python/Lib/http/
H A Dclient.py328 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 Dtest_misc.py777 modules = set(match.group(1).strip().split(', '))
/third_party/python/Lib/xml/dom/
H A Dexpatbuilder.py418 if child.nodeType == TEXT_NODE and not child.data.strip():
/third_party/python/Lib/test/
H A Dtest_operator.py554 dunder = getattr(operator, '__' + name.strip('_') + '__', None)
H A Dtest_zlib.py194 self.assertEqual(len(data.strip(b'x')), 0)
H A Dtest_contextlib.py1106 s = f.getvalue().strip()
H A Dtest_gzip.py804 self.assertEqual(b"filename doesn't end in .gz: 'thisisatest.out'", err.strip())
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]
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py314 value = value.strip()
/third_party/python/Lib/logging/
H A Dhandlers.py1273 # 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 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...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1440 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 Dpfpsp.S1440 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 Dbase.mak52 ifeq ($(strip $(CFG_HI_ITRUSTEE_SUPPORT)), y)

Completed in 88 milliseconds

1...<<3132333435363738