/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | generator.py | 832 number = strVal.strip("()~UL") 843 number = strVal.strip("()~UL")
|
/third_party/python/Lib/test/ |
H A D | test_interpreters.py | 267 self.assertEqual(out.strip(), 'True') 350 self.assertEqual(out.strip(), 'failed')
|
H A D | test_urllib2_localnet.py | 120 name = name.strip() 124 value = value.strip()
|
H A D | test_concurrent_futures.py | 319 self.assertEqual(out.strip(), b"apple") 347 self.assertEqual(out.strip(), b"runtime-error") 398 self.assertEqual(out.strip(), b"apple") 519 self.assertEqual(out.strip(), b"apple")
|
H A D | test_subprocess.py | 811 child_env_names = eval(stdout.strip()) 2294 self.assertEqual(p.stdout.read().strip(b" \t\r\n\f"), b"apple") 2304 self.assertEqual(p.stdout.read().strip(b" \t\r\n\f"), b"apple") 2337 self.assertEqual(p.stdout.read().strip(), bytes(sh, 'ascii')) 2536 err = os.read(temp_fds[0], 1024).strip() 2578 err = os.read(stderr_no, 1024).strip() 2908 opened_fds = set(map(int, output_lines[0].strip().split(b','))) 2909 remaining_fds = set(map(int, output_lines[1].strip().split(b','))) 3441 int(stdout.strip()) # Check that stdout is an integer
|
/third_party/python/Lib/ |
H A D | traceback.py | 322 return self._line.strip() 468 stripped_line = frame_summary.line.strip()
|
/third_party/python/Lib/test/test_peg_generator/ |
H A D | test_pegen.py | 36 self.assertEqual(str(grammar), textwrap.dedent(expected).strip()) 61 self.assertEqual(str(grammar.rules["start"]), textwrap.dedent(expected).strip())
|
/third_party/vulkan-headers/registry/ |
H A D | generator.py | 832 number = strVal.strip("()~UL") 843 number = strVal.strip("()~UL")
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_jsunit_driver.py | 47 para_name = para_name.strip() 634 return command.strip() 970 receiver.__read__(output.strip().decode('utf-8') + "\n") 972 LOG.debug(output.strip().decode('utf-8'))
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | ast.py | 837 # token starts with a #, so remove it and strip whitespace. 841 name = name[7:].strip() 845 name = name[1:].strip() 853 name = name[6:].strip() 863 condition = name[3:].strip()
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 368 line = line.strip() 376 for i in range(len(fields)): fields[i] = fields[i].strip() 393 for i in range(len(fields)): fields[i] = fields[i].strip() 776 line = line.strip() 1577 # Only strip, don't merge: just output the stripped line. 1620 # After the initial preprocessing (copy/strip/merge),
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 113 bool strip; member 2043 if (inject->strip) in __cmd_inject() 2251 OPT_BOOLEAN(0, "strip", &inject.strip, in cmd_inject() 2252 "strip non-synthesized events (use with --itrace)"), in cmd_inject() 2279 if (inject.strip && !inject.itrace_synth_opts.set) { in cmd_inject() 2280 pr_err("--strip option requires --itrace option\n"); in cmd_inject() 2304 if (strcmp(inject.output.path, "-") && !inject.strip && in cmd_inject()
|
/third_party/python/Lib/email/ |
H A D | _header_value_parser.py | 739 name = token[0].value.strip() 2650 ctype.maintype = token.value.strip().lower() 2661 ctype.subtype = token.value.strip().lower() 2695 disp_header.content_disposition = token.value.strip().lower() 2725 cte_header.cte = token.value.strip().lower()
|
/third_party/skia/src/core/ |
H A D | SkMatrix.cpp | 1834 void SkRSXform::toTriStrip(SkScalar width, SkScalar height, SkPoint strip[4]) const { in toTriStrip() 1842 strip[0].set(m02, m12); in toTriStrip() 1843 strip[1].set(m01 * height + m02, m11 * height + m12); in toTriStrip() 1844 strip[2].set(m00 * width + m02, m10 * width + m12); in toTriStrip() 1845 strip[3].set(m00 * width + m01 * height + m02, m10 * width + m11 * height + m12); in toTriStrip()
|
/build/ohos/testfwk/ |
H A D | testcase_resource_copy.py | 101 res_file = value.split('->')[0].strip()
|
/build/ |
H A D | prebuilts_config.py | 131 subprocess.run(['sha256sum', package_lock_path], capture_output=True, text=True).stdout.strip().split(' ')[0]
|
/build/tools/component_tools/static_check/bundle_check/ |
H A D | bundle_json_check.py | 48 bundle_path = bundle_json_path.strip()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | get_op.S | 331 andib #0xf0,%d0 |strip to only dtag:fpte15 637 andiw #0x7fff,%d1 |strip sign
|
H A D | scale.S | 54 andil #0x7fff,%d1 |strip sign
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | scale.S | 54 andil #0x7fff,%d1 |strip sign
|
H A D | get_op.S | 331 andib #0xf0,%d0 |strip to only dtag:fpte15 637 andiw #0x7fff,%d1 |strip sign
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | nlspec.py | 371 first = stream.readline().strip()
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | env_pool.py | 259 _content = _content.strip()
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 190 os.path.join(task_report_dir, _list[1].strip(os.sep)))
|
/test/testfwk/xdevice/plugins/devicetest/core/suite/ |
H A D | test_suite.py | 411 para_name = para_name.strip()
|