Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/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/googletest/googletest/src/
Dgtest-port.cc741 void RE::Init(const char* regex) { in Init()
821 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
828 bool ValidateRegex(const char* regex) { in ValidateRegex()
889 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
915 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
951 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
984 void RE::Init(const char* regex) { in Init()
1053 const char* const marker = in GTestLog() local
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc11069 void RE::Init(const char* regex) { in Init()
11149 static std::string FormatRegexSyntaxError(const char* regex, int index) { in FormatRegexSyntaxError()
11156 bool ValidateRegex(const char* regex) { in ValidateRegex()
11217 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
11243 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead()
11279 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere()
11312 void RE::Init(const char* regex) { in Init()
11381 const char* const marker = in GTestLog() local
/third_party/boost/libs/hana/doc/js/
Dhighcharts.js38 …S=a.isNumber,y=a.merge,n=a.pInt;a=function(){function a(f){this.parsers=[{regex:/rgba\(\s*([0-9]{1… property
368 …intSelect:!1,crisp:!0,showCheckbox:!1,animation:{duration:1E3},events:{},marker:{enabledThreshold:… property
369 …es:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,o… property
455 groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,state… property
466 …a("scatter","line",{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},toolt… property
471 …or:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!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