/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | match.py | 15 elif isinstance(expected, str): 42 if type(typespec) is not str:
|
/third_party/python/Tools/scripts/ |
H A D | byext.py | 68 lines = str(data, "latin-1").splitlines() 100 cw = max(cw, len(str(total)))
|
/third_party/python/Tools/wasm/ |
H A D | wasm_assets.py | 151 def filterfunc(filename: str) -> bool: 203 def path(val: str) -> pathlib.Path:
|
/third_party/python/Lib/ |
H A D | copyreg.py | 43 pickle(type(int | str), pickle_union) 140 if isinstance(slots, str):
|
/third_party/python/Lib/test/support/ |
H A D | warnings_helper.py | 29 testcase.assertRegex(str(warn.message), errtext) 177 if (re.match(msg, str(warning), re.I) and
|
/third_party/python/Lib/distutils/tests/ |
H A D | support.py | 35 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 D | debugobj.py | 52 str(key) + " =", 106 str: AtomicObjectTreeItem,
|
/third_party/openssl/crypto/asn1/ |
H A D | a_strnid.c | 84 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 D | bss_core.c | 84 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 D | LPdir_vms.c | 49 #include <str$routines.h> 186 str$free1_dx(&(*ctx)->result_dsc); in LP_find_file()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_utl.c | 154 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 D | vktApiDriverPropertiesTests.cpp | 108 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 D | LowerEmuTLS.cpp | 89 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 D | Pass.cpp | 59 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 D | glcShaderFunctionTests.cpp | 165 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 D | spirvcapgenerator.py | 223 for str in contents: 224 write(str, file=fp)
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | test_fixture.h | 122 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 D | val_primitives_test.cpp | 69 return ss.str(); in GenerateShaderCode() 90 return ss.str(); in CallAndCallee()
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_language_headers.py | 163 type=str, required=True, 166 type=str, required=True,
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | libspirv.cpp | 103 text->assign(spvtext->str, spvtext->str + spvtext->length); in Disassemble()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | libspirv.cpp | 103 text->assign(spvtext->str, spvtext->str + spvtext->length); in Disassemble()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | test_fixture.h | 122 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 D | val_primitives_test.cpp | 69 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 D | generate_language_headers.py | 163 type=str, required=True, 166 type=str, required=True,
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | TestSuite_unittest.cpp | 62 mTempFileName = tempFNameStream.str(); in runTestSuite() 198 std::string tempFileName = tempFNameStream.str(); in TEST()
|