Home
last modified time | relevance | path

Searched refs:strip (Results 726 - 750 of 939) sorted by relevance

1...<<21222324252627282930>>...38

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py248 if pageDesc.strip() == '':
296 if descText is None or descText.strip() == '':
H A Dgenerator.py832 number = strVal.strip("()~UL")
843 number = strVal.strip("()~UL")
/third_party/python/Lib/test/
H A Dtest_interpreters.py267 self.assertEqual(out.strip(), 'True')
350 self.assertEqual(out.strip(), 'failed')
H A Dtest_urllib2_localnet.py120 name = name.strip()
124 value = value.strip()
H A Dtest_concurrent_futures.py319 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 Dtest_subprocess.py811 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 Dtraceback.py322 return self._line.strip()
468 stripped_line = frame_summary.line.strip()
/third_party/python/Lib/test/test_peg_generator/
H A Dtest_pegen.py36 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 Dgenerator.py832 number = strVal.strip("()~UL")
843 number = strVal.strip("()~UL")
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Doh_jsunit_driver.py47 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 Dast.py837 # 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 Dpreparseucd.py368 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 Dbuiltin-inject.c113 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.py739 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 DSkMatrix.cpp1834 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()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/
H A DMakefile297 EXTRA_LDFLAGS += --strip-debug
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dget_op.S331 andib #0xf0,%d0 |strip to only dtag:fpte15
637 andiw #0x7fff,%d1 |strip sign
H A Dscale.S54 andil #0x7fff,%d1 |strip sign
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dscale.S54 andil #0x7fff,%d1 |strip sign
H A Dget_op.S331 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 Dnlspec.py371 first = stream.readline().strip()
/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Denv_pool.py259 _content = _content.strip()
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py190 os.path.join(task_report_dir, _list[1].strip(os.sep)))
/test/testfwk/xdevice/plugins/devicetest/core/suite/
H A Dtest_suite.py411 para_name = para_name.strip()
/test/testfwk/developer_test/src/core/config/
H A Dconfig_manager.py180 return content.strip()

Completed in 39 milliseconds

1...<<21222324252627282930>>...38