Home
last modified time | relevance | path

Searched refs:str (Results 6126 - 6150 of 9428) sorted by relevance

1...<<241242243244245246247248249250>>...378

/third_party/python/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py24 if isinstance(known, str):
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A Dcommon.py35 if isinstance(stderr, str) and stderr.lower() == 'stdout':
/third_party/python/Tools/scripts/
H A Dgenerate_re_casefix.py44 equivalent_chars = collections.defaultdict(str)
H A Dpep384_macrocheck.py139 print(fname + ":" + str(nr), file=f)
H A Dparse_html5_entities.py60 # uppercase chars come first) and then sort with key=str.lower.
64 keys = sorted(keys, key=str.lower)
/third_party/rust/crates/clap/tests/derive/
H A Dgroups.rs47 const OUTPUT: &str = "\ in implicit_struct_group()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dout.rs98 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str()
141 fn write(&mut self, b: &str) { in write()
H A Dinclude.rs6 pub static HEADER: &str = include_str!("include/cxx.h");
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_match.c124 arguments.str = subject + start_offset; in pcre2_jit_match()
/third_party/pulseaudio/src/pulse/
H A Dformat.h144 pa_format_info* pa_format_info_from_string(const char *str);
H A Dproplist.h393 pa_proplist *pa_proplist_from_string(const char *str);
/third_party/python/Lib/
H A D_threading_local.py154 self.key = '_threading_local._localimpl.' + str(id(self))
H A Dgetpass.py135 prompt = str(prompt)
H A Dgenericpath.py147 if isinstance(s, str):
152 raise TypeError(f'{funcname}() argument must be str, bytes, or '
/third_party/python/Lib/re/
H A D_constants.py43 if isinstance(pattern, str):
/third_party/python/Lib/asyncio/
H A Dtimeouts.py76 def __repr__(self) -> str:
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_operator.py94 sub = (str(results["obj"]),)
/third_party/python/Lib/email/
H A Dpolicy.py143 if isinstance(value, str) and len(value.splitlines())>1:
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_macosx.py88 assert isinstance(tkpath, str)
/third_party/python/Lib/idlelib/
H A Doutwin.py112 assert isinstance(s, str)
/third_party/python/Lib/json/
H A D__init__.py127 (``str``, ``int``, ``float``, ``bool``, ``None``) will be skipped
186 """Serialize ``obj`` to a JSON formatted ``str``.
189 (``str``, ``int``, ``float``, ``bool``, ``None``) will be skipped
301 """Deserialize ``s`` (a ``str``, ``bytes`` or ``bytearray`` instance
333 if isinstance(s, str):
339 raise TypeError(f'the JSON object must be str, bytes or bytearray, '
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDerivativeTests.cpp78 sources.glslSources.add("comp") << glu::ComputeSource(computeSource.str()); in initComputeDerivativePrograms()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateOutputs.cpp125 error(*symbol, strstr.str().c_str(), diagnostics); in validate()
H A DValidateClipCullDistance.cpp183 error(*greaterSymbol, strstr.str().c_str(), diagnostics); in validate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDevice.cpp37 return stream.str(); in GenerateExtensionsString()

Completed in 12 milliseconds

1...<<241242243244245246247248249250>>...378