Home
last modified time | relevance | path

Searched refs:Strip (Results 1 – 25 of 229) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp205 bool Strip, DebugifyStatsMap *StatsMap) { in checkDebugifyMetadata() argument
291 if (Strip) { in checkDebugifyMetadata()
340 "CheckModuleDebugify", Strip, StatsMap); in runOnModule()
343 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass()
345 : ModulePass(ID), Strip(Strip), NameOfWrappedPass(NameOfWrappedPass), in CheckDebugifyModulePass()
355 bool Strip; member
368 Strip, StatsMap); in runOnFunction()
371 CheckDebugifyFunctionPass(bool Strip = false, in CheckDebugifyFunctionPass()
374 : FunctionPass(ID), Strip(Strip), NameOfWrappedPass(NameOfWrappedPass), in CheckDebugifyFunctionPass()
384 bool Strip; member
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstrip_test.cc30 TEST(Strip, ConsumePrefixOneChar) { in TEST() argument
48 TEST(Strip, ConsumePrefix) { in TEST() argument
70 TEST(Strip, ConsumeSuffix) { in TEST() argument
92 TEST(Strip, StripPrefix) { in TEST() argument
104 TEST(Strip, StripSuffix) { in TEST() argument
116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument
153 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() argument
178 TEST(Strip, StripAsciiWhitespace) { in TEST() argument
/third_party/abseil-cpp/absl/strings/
Dstrip_test.cc30 TEST(Strip, ConsumePrefixOneChar) { in TEST() argument
48 TEST(Strip, ConsumePrefix) { in TEST() argument
70 TEST(Strip, ConsumeSuffix) { in TEST() argument
92 TEST(Strip, StripPrefix) { in TEST() argument
104 TEST(Strip, StripSuffix) { in TEST() argument
116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument
153 TEST(Strip, StripTrailingAsciiWhitespace) { in TEST() argument
178 TEST(Strip, StripAsciiWhitespace) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DDebugify.h56 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/
DHexagonISelDAGToDAGHVX.cpp1506 std::pair<int,unsigned> Strip = findStrip(SM.Mask, 1, VecLen); in contracting() local
1511 if (Strip.second != 1 && Strip.second != 2) in contracting()
1527 int NextInMask = SM.Mask[Strip.second]; in contracting()
1534 if (Strip.first == 0 && Strip.second == 1 && NextInMask == 4) { in contracting()
1556 int L = Strip.second; in contracting()
1558 if (Strip.first != 0 && Strip.first != L) in contracting()
1565 if (S.first - Strip.first != 2*I) in contracting()
1574 assert(Strip.first == 0 || Strip.first == L); in contracting()
1577 Res.Opc = Strip.second == 1 // Number of bytes. in contracting()
1578 ? (Strip.first == 0 ? V6_vpackeb : V6_vpackob) in contracting()
[all …]
/third_party/gn/misc/vim/autoload/
Dgn.vim6 " Strip '//' prefix
9 " Strip the build target name (necessary if 'isfname' contains ':')
/third_party/node/deps/npm/node_modules/strip-json-comments/
Dreadme.md3 > Strip comments from JSON. Lets you use comments in your JSON files!
59 - [strip-css-comments](https://github.com/sindresorhus/strip-css-comments) - Strip comments from CSS
/third_party/PyYAML/tests/data/
Dspec-09-23.data1 # Strip
/third_party/iptables/extensions/
Dlibxt_TCPOPTSTRIP.man5 Strip the given option(s). The options may be specified by TCP option number or
/third_party/node/deps/npm/node_modules/strip-eof/
Dreadme.md3 > Strip the [End-Of-File](https://en.wikipedia.org/wiki/End-of-file) (EOF) character from a string/…
/third_party/curl/tests/data/
Dtest112032 # Strip all valid kinds of PORT and EPRT that curl can send
Dtest119138 # Strip out the random part of the client id from the CONNECT message
Dtest220541 # Strip out the random part of the client id from the CONNECT message
Dtest119942 # Strip out the random part of the client id from the CONNECT message
Dtest11936 # Strip all valid kinds of PORT and EPRT that curl can send
Dtest119360 # Strip out the random part of the client id from the CONNECT message
Dtest14434 # Strip all valid kinds of PORT and EPRT that curl can send
Dtest220138 # Strip out the random part of the client id from the CONNECT message
Dtest14536 # Strip all valid kinds of PORT and EPRT that curl can send
Dtest191645 # Strip out the random part of the client id from the CONNECT message
Dtest220243 # Strip out the random part of the client id from the CONNECT message
Dtest10336 # Strip all valid kinds of PORT and EPRT that curl can send
Dtest11641 # Strip the port number but leave the rest
Dtest119042 # Strip out the random part of the client id from the CONNECT message
Dtest119842 # Strip out the random part of the client id from the CONNECT message

12345678910