Home
last modified time | relevance | path

Searched refs:str (Results 4176 - 4200 of 9411) sorted by relevance

1...<<161162163164165166167168169170>>...377

/third_party/python/Tools/c-analyzer/c_parser/
H A Dmatch.py15 elif isinstance(expected, str):
42 if type(typespec) is not str:
/third_party/python/Tools/scripts/
H A Dbyext.py68 lines = str(data, "latin-1").splitlines()
100 cw = max(cw, len(str(total)))
/third_party/python/Tools/wasm/
H A Dwasm_assets.py151 def filterfunc(filename: str) -> bool:
203 def path(val: str) -> pathlib.Path:
/third_party/python/Lib/
H A Dcopyreg.py43 pickle(type(int | str), pickle_union)
140 if isinstance(slots, str):
/third_party/python/Lib/test/support/
H A Dwarnings_helper.py29 testcase.assertRegex(str(warn.message), errtext)
177 if (re.match(msg, str(warning), re.I) and
/third_party/python/Lib/distutils/tests/
H A Dsupport.py35 raise ValueError('%s wrong log level' % str(level))
36 if not isinstance(msg, str):
37 raise TypeError("msg should be str, not '%.200s'"
/third_party/python/Lib/idlelib/
H A Ddebugobj.py52 str(key) + " =",
106 str: AtomicObjectTreeItem,
/third_party/openssl/crypto/asn1/
H A Da_strnid.c84 ASN1_STRING *str = NULL; in ASN1_STRING_set_by_NID() local
89 out = &str; in ASN1_STRING_set_by_NID()
/third_party/openssl/crypto/bio/
H A Dbss_core.c84 static int bio_core_puts(BIO *bio, const char *str) in bio_core_puts() argument
90 return bcgbl->c_bio_puts(BIO_get_data(bio), str); in bio_core_puts()
/third_party/openssl/crypto/
H A DLPdir_vms.c49 #include <str$routines.h>
186 str$free1_dx(&(*ctx)->result_dsc); in LP_find_file()
/third_party/openssl/crypto/pkcs12/
H A Dp12_utl.c154 static int bmp_to_utf8(char *str, const unsigned char *utf16, int len) in bmp_to_utf8() argument
178 return UTF8_putc((unsigned char *)str, len > 4 ? 4 : len, utf32chr); in bmp_to_utf8()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDriverPropertiesTests.cpp108 DE_INLINE bool isNullTerminated(const char* str, const deUint32 maxSize) in isNullTerminated() argument
110 return deStrnlen(str, maxSize) < maxSize; in isNullTerminated()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp89 std::string EmuTlsVarName = ("__emutls_v." + GV->getName()).str(); in addEmuTlsVar()
140 std::string EmuTlsTmplName = ("__emutls_t." + GV->getName()).str(); in addEmuTlsVar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DPass.cpp59 return "module (" + M.getName().str() + ")"; in getDescription()
163 return "function (" + F.getName().str() + ")"; in getDescription()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderFunctionTests.cpp165 tcu::StringTemplate(shaderSrc.str()).specialize(spParams).c_str(), in createStructCase()
170 tcu::StringTemplate(shaderSrc.str()).specialize(spParams).c_str()); in createStructCase()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dspirvcapgenerator.py223 for str in contents:
224 write(str, file=fp)
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtest_fixture.h122 const std::string decoded_string = decoded_text->str; in EncodeAndDecodeSuccessfully()
169 text.str = textString.c_str(); in SetText()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_primitives_test.cpp69 return ss.str(); in GenerateShaderCode()
90 return ss.str(); in CallAndCallee()
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_language_headers.py163 type=str, required=True,
166 type=str, required=True,
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dlibspirv.cpp103 text->assign(spvtext->str, spvtext->str + spvtext->length); in Disassemble()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dlibspirv.cpp103 text->assign(spvtext->str, spvtext->str + spvtext->length); in Disassemble()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtest_fixture.h122 const std::string decoded_string = decoded_text->str; in EncodeAndDecodeSuccessfully()
169 text.str = textString.c_str(); in SetText()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_primitives_test.cpp69 return ss.str(); in GenerateShaderCode()
90 return ss.str(); in CallAndCallee()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_language_headers.py163 type=str, required=True,
166 type=str, required=True,
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite_unittest.cpp62 mTempFileName = tempFNameStream.str(); in runTestSuite()
198 std::string tempFileName = tempFNameStream.str(); in TEST()

Completed in 13 milliseconds

1...<<161162163164165166167168169170>>...377