/third_party/grpc/test/core/http/ |
D | httpcli_test.cc | 154 char* lslash = strrchr(me, '/'); in main() local 160 if (lslash != nullptr) { in main() 162 if (static_cast<unsigned>(lslash - me) >= (sizeof("http") - 1) && in main() 163 strncmp(me + (lslash - me) - sizeof("http") + 1, "http", in main() 165 lslash = me + (lslash - me) - sizeof("http"); in main() 168 gpr_malloc(static_cast<size_t>(lslash - me + sizeof("/../..")))); in main() 169 memcpy(root, me, static_cast<size_t>(lslash - me)); in main() 170 memcpy(root + (lslash - me), "/../..", sizeof("/../..")); in main()
|
D | httpscli_test.cc | 155 char* lslash = strrchr(me, '/'); in main() local 161 if (lslash != nullptr) { in main() 163 if (static_cast<unsigned>(lslash - me) >= (sizeof("http") - 1) && in main() 164 strncmp(me + (lslash - me) - sizeof("http") + 1, "http", in main() 166 lslash = me + (lslash - me) - sizeof("http"); in main() 169 gpr_malloc(static_cast<size_t>(lslash - me + sizeof("/../..")))); in main() 170 memcpy(root, me, static_cast<size_t>(lslash - me)); in main() 171 memcpy(root + (lslash - me), "/../..", sizeof("/../..")); in main()
|
/third_party/grpc/test/core/fling/ |
D | fling_test.cc | 34 const char* lslash = strrchr(me, '/'); in main() local 41 if (lslash) { in main() 42 memcpy(root, me, static_cast<size_t>(lslash - me)); in main() 43 root[lslash - me] = 0; in main()
|
D | fling_stream_test.cc | 32 char* lslash = strrchr(me, '/'); in main() local 39 if (lslash) { in main() 40 memcpy(root, me, static_cast<size_t>(lslash - me)); in main() 41 root[lslash - me] = 0; in main()
|
/third_party/grpc/test/cpp/interop/ |
D | interop_test.cc | 65 char* lslash = strrchr(me, '/'); in main() local 80 if (lslash) { in main() 81 memcpy(root, me, lslash - me); in main() 82 root[lslash - me] = 0; in main()
|
/third_party/grpc/test/core/bad_ssl/ |
D | bad_ssl_test.cc | 119 char* lslash = strrchr(me, '/'); in main() local 130 if (lslash) { in main() 131 memcpy(root, me, static_cast<size_t>(lslash - me)); in main() 132 root[lslash - me] = 0; in main()
|
/third_party/grpc/test/cpp/end2end/ |
D | client_crash_test.cc | 131 auto lslash = me.rfind('/'); in main() local 132 if (lslash != std::string::npos) { in main() 133 g_root = me.substr(0, lslash); in main()
|
D | server_crash_test.cc | 150 auto lslash = me.rfind('/'); in main() local 151 if (lslash != std::string::npos) { in main() 152 g_root = me.substr(0, lslash); in main()
|
D | time_change_test.cc | 352 auto lslash = me.rfind('/'); in main() local 354 if (lslash != std::string::npos) { in main() 355 g_root = me.substr(0, lslash); in main()
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.20 | 959 certain glyphs like `Cacute', `cacute' and `lslash' in Unicode
|
/third_party/freetype/ |
D | ChangeLog.20 | 959 certain glyphs like `Cacute', `cacute' and `lslash' in Unicode
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.20 | 959 certain glyphs like `Cacute', `cacute' and `lslash' in Unicode
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 6506 lslash
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 6506 lslash
|
/third_party/freetype/docs/ |
D | CHANGES | 3953 `lslash' unavailable from Unicode charmaps of Postscript fonts.
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 3852 `lslash' unavailable from Unicode charmaps of Postscript fonts.
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 4103 `lslash' unavailable from Unicode charmaps of Postscript fonts.
|