Home
last modified time | relevance | path

Searched +defs:marker +defs:regex (Results 1 – 5 of 5) sorted by relevance

/third_party/googletest/googletest/src/
Dgtest-port.cc651 void RE::Init(const char* regex) { in Init()
731 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
738 bool ValidateRegex(const char* regex) { in ValidateRegex()
802 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
828 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
864 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
898 void RE::Init(const char* regex) { in Init()
967 const char* const marker = in GTestLog() local
/third_party/boringssl/src/third_party/googletest/src/
Dgtest-port.cc736 void RE::Init(const char* regex) { in Init()
816 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
823 bool ValidateRegex(const char* regex) { in ValidateRegex()
884 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
910 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
946 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
979 void RE::Init(const char* regex) { in Init()
1048 const char* const marker = in GTestLog() local
/third_party/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc7186 bool DeathTest::Create(const char* statement, const RE* regex, in Create()
7221 const RE* regex() const { return regex_; } in regex() function in testing::internal::DeathTestImpl
8001 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex, in Create()
9143 void RE::Init(const char* regex) { in Init()
9223 std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
9230 bool ValidateRegex(const char* regex) { in ValidateRegex()
9294 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
9320 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
9356 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
9390 void RE::Init(const char* regex) { in Init()
[all …]
/third_party/boost/libs/hana/doc/js/
Dhighcharts.js32 …Select:!1,showCheckbox:!1,animation:{duration:1E3},events:{},lineWidth:2,marker:{lineWidth:0,radiu… property
33 …reshold:300,pointRange:0,softThreshold:!0,states:{hover:{lineWidthPlus:1,marker:{},halo:{size:10,o… property
37 fontSize:"9px"}}};var ba=O.plotOptions,ea=ba.line;Fb();ia.prototype={parsers:[{regex:/rgba\(\s*([0-… property
291 …xa;ba.column=D(ea,{borderColor:"#FFFFFF",borderRadius:0,groupPadding:0.2,marker:null,pointPadding:… property
298 …sa=na(xa,{type:"bar",inverted:!0});I.bar=sa;ba.scatter=D(ea,{lineWidth:0,marker:{enabled:!0},toolt… property
299 …ull?void 0:this.point.name},x:0},ignoreHiddenPoint:!0,legendType:"point",marker:null,size:null,sho… property
/third_party/node/tools/
Dlint-md.mjs3677 const regex = isState constant
3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; property
3741 picomatch$3.test = (input, regex, options, { glob, posix } = {}) => { argument
3786 const regex = glob instanceof RegExp ? glob : picomatch$3.makeRe(glob, options); constant
3888 const regex = picomatch$3.toRegex(source, options); constant
22569 regex argument
22596 const regex = makeRegex(pattern, negative, ignorecase); constant
34208 function regexCheck(regex) { argument
36632 marker: '▮', property
46413 Object.assign({marker: commentMarker, test}, options) property