/third_party/pulseaudio/src/tests/ |
H A D | remix-test.c | 31 const char *str; member
|
/third_party/python/Lib/curses/ |
H A D | textpad.py | 200 str = curses.wrapper(test_editbox) variable in Textbox
|
/third_party/openssl/crypto/ct/ |
H A D | ct_x509v3.c | 21 static void *s2i_poison(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_poison() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | a_gentm.c | 38 int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str) in ASN1_GENERALIZEDTIME_set_string() argument
|
/third_party/openssl/crypto/buffer/ |
H A D | buffer.c | 58 static char *sec_alloc_realloc(BUF_MEM *str, size_t len) in sec_alloc_realloc() argument 73 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() argument 110 BUF_MEM_grow_clean(BUF_MEM *str, size_t len) BUF_MEM_grow_clean() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkStrUtil.cpp | 43 std::ostream& operator<< (std::ostream& str, const CharPtr& ptr) in operator <<() argument 66 std::ostream& operator<< (std::ostream& str, const WStr& wstr) in operator <<() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | InfoLog.h | 72 std::string str() const { return mLazyStream ? mLazyStream->str() : ""; } in str() function in gl::InfoLog
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | FastVector_unittest.cpp | 357 std::string str; in TEST() local
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | script.cc | 136 type::Type* Script::ParseType(const std::string& str) { in ParseType() argument
|
H A D | virtual_file_store.cc | 20 bool HasPrefix(const std::string& str, const std::string& prefix) { in HasPrefix() argument 24 std::string TrimPrefix(const std::string& str, const std::string& prefix) { in TrimPrefix() argument 28 std::string ReplaceAll(std::string str, in ReplaceAll() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_limits_test.cpp | 41 std::string str = header + R"( in TEST_F() local 59 std::string str = header + R"( in TEST_F() local 83 std::string str = header; in TEST_F() local 99 std::string str = header; in TEST_F() local 115 std::string str = header; in TEST_F() local 134 std::string str = header; TEST_F() local 674 GenerateSpirvProgramWithCfgNestingDepth(std::string& str, int depth) GenerateSpirvProgramWithCfgNestingDepth() argument 756 std::string str = header + R"( TEST_F() local [all...] |
H A D | val_type_unique_test.cpp | 99 std::string str = GetHeader() + GetBody(); in TEST_F() local 105 std::string str = GetHeader() + R"( in TEST_F() local 114 std::string str = GetHeader() + R"( in TEST_F() local 123 std::string str = GetHeader() + R"( in TEST_F() local 132 std::string str = GetHeader() + R"( in TEST_F() local 141 std::string str = GetHeader() + R"( TEST_F() local 151 std::string str = GetHeader() + R"( TEST_F() local 161 std::string str = GetHeader() + R"( TEST_F() local 171 std::string str = R"( TEST_F() local 188 std::string str = R"( TEST_F() local 204 std::string str = R"( TEST_F() local 224 std::string str = R"( TEST_F() local 241 std::string str = R"( TEST_F() local 254 std::string str = R"( TEST_F() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/ |
H A D | cfg.cpp | 120 std::string str = ss.str(); in main() local
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | FloatLex_test.cpp | 24 static float Parse(std::string str) in Parse() argument 35 static float Parse(std::string str) { return sh::NumericLexFloat32OutOfRangeToInfinity(str); } in Parse() argument 51 static bool ParsedMatches(std::string str, float expected) in ParsedMatches() argument 56 static bool IsInfinity(std::string str) in IsInfinity() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | input_test.cpp | 44 const char *str[] = {"foo"}; in TEST() local 51 const char *str[] = {"foo"}; in TEST() local 59 const char *str[] = {"foobar"}; in TEST() local 69 const char *str[] = {"foo"}; in TEST() local 77 const char *str[] = {"foo"}; TEST() local 115 const char *str[] = {"f", "o", "o"}; TEST() local 153 const char *str[] = {"foo", "bar"}; TEST() local 169 const char *str[] = {"foo\\\\", "\\nba\\\\\\r\\nr"}; TEST() local [all...] |
H A D | extension_test.cpp | 18 const char *str = "#extension foo : bar\n"; in TEST_F() local 31 const char *str = in TEST_F() local 57 const char *str = "#extension foo : bar"; in TEST_F() local 71 const char *str = in TEST_F() local 89 const char *str = in TEST_F() local 106 const char *str; global() member [all...] |
H A D | identifier_test.cpp | 20 void expectIdentifier(const std::string &str) in expectIdentifier() argument 58 std::string str; in TEST_P() local 129 std::string str; in TEST_F() local [all...] |
H A D | version_test.cpp | 18 const char *str = "#version 200\n"; in TEST_F() local 32 const char *str = "#version 330 core\n"; in TEST_F() local 46 const char *str = in TEST_F() local 68 const char *str = "#version 200"; in TEST_F() local 82 const char *str = in TEST_F() local 99 const char *str = TEST_F() local 116 const char *str = TEST_F() local 129 const char *str = TEST_F() local 144 const char *str = TEST_F() local 157 const char *str = TEST_F() local 172 const char *str = TEST_F() local 187 const char *str; global() member [all...] |
H A D | space_test.cpp | 20 void expectSpace(const std::string &str) in expectSpace() argument 66 std::string str; in TEST_P() local 86 const char *str = " foo+ -bar"; TEST_F() local [all...] |
/third_party/skia/src/core/ |
H A D | SkWriter32.cpp | 18 void SkWriter32::writeString(const char str[], size_t len) { in writeString() argument 35 size_t SkWriter32::WriteStringSize(const char* str, size_t len) { in WriteStringSize() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/turbo-cov/ |
H A D | main.cpp | 37 void emit(const llvm::StringRef &str) in emit() argument
|
/third_party/openssl/crypto/x509/ |
H A D | x509spki.c | 30 NETSCAPE_SPKI *NETSCAPE_SPKI_b64_decode(const char *str, int len) in NETSCAPE_SPKI_b64_decode() argument
|
/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
H A D | hlsl_resource_bindings.cpp | 78 const char *str; in main() local
|
H A D | msl_constexpr_test.cpp | 110 const char *str; in main() local
|
H A D | msl_resource_bindings.cpp | 75 const char *str; in main() local
|