Searched refs:Strip (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | strip_test.cc | 30 TEST(Strip, ConsumePrefixOneChar) { in TEST() 48 TEST(Strip, ConsumePrefix) { in TEST() 70 TEST(Strip, ConsumeSuffix) { in TEST() 92 TEST(Strip, StripPrefix) { in TEST() 104 TEST(Strip, StripSuffix) { in TEST() 116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() 153 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() 178 TEST(Strip, StripAsciiWhitespace) { in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 205 bool Strip, DebugifyStatsMap *StatsMap) { 290 // Strip the Debugify Metadata if required. 291 if (Strip) { 340 "CheckModuleDebugify", Strip, StatsMap); 343 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", 345 : ModulePass(ID), Strip(Strip), NameOfWrappedPass(NameOfWrappedPass), 355 bool Strip; 368 Strip, StatsMap); 371 CheckDebugifyFunctionPass(bool Strip [all...] |
/third_party/node/deps/v8/tools/release/ |
H A D | git_recipes.py | 81 def Strip(f): function 104 @Strip 157 @Strip 164 @Strip 264 @Strip
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 56 createCheckDebugifyModulePass(bool Strip = false, 61 createCheckDebugifyFunctionPass(bool Strip = false,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 1506 std::pair<int,unsigned> Strip = findStrip(SM.Mask, 1, VecLen); 1511 if (Strip.second != 1 && Strip.second != 2) 1527 int NextInMask = SM.Mask[Strip.second]; 1534 if (Strip.first == 0 && Strip.second == 1 && NextInMask == 4) { 1556 int L = Strip.second; 1558 if (Strip.first != 0 && Strip.first != L) 1565 if (S.first - Strip [all...] |
/third_party/gn/misc/vim/autoload/ |
H A D | gn.vim | 6 " Strip '//' prefix 9 " Strip the build target name (necessary if 'isfname' contains ':')
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil_unittest.cc | 877 Strip, StripWs,
|
Completed in 5 milliseconds