OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchesname
(Results
1 - 25
of
215
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
filter.go
18
if ignore != nil && l.
matchesName
(ignore) {
21
} else if focus == nil || l.
matchesName
(focus) {
25
if hide != nil && l.
matchesName
(hide) {
58
//
matchesName
returns whether the function name or file in the
60
func (loc *Location)
matchesName
(re *regexp.Regexp) bool {
/prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
filter.go
18
if ignore != nil && l.
matchesName
(ignore) {
21
} else if focus == nil || l.
matchesName
(focus) {
25
if hide != nil && l.
matchesName
(hide) {
58
//
matchesName
returns whether the function name or file in the
60
func (loc *Location)
matchesName
(re *regexp.Regexp) bool {
/external/clang/unittests/Tooling/
TestVisitor.h
178
return
MatchesName
(Name) && MatchesLocation(Location);
182
return
MatchesName
(Name) || MatchesLocation(Location);
185
bool
MatchesName
(StringRef Name) const {
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
307
REGISTER_MATCHER(
matchesName
);
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
32
DeclarationMatcher HasEmptyName = recordDecl(
matchesName
(""));
78
DeclarationMatcher NamedX = namedDecl(
matchesName
("::X"));
89
DeclarationMatcher StartsWithNo = namedDecl(
matchesName
("::no"));
93
DeclarationMatcher Abc = namedDecl(
matchesName
("a.*b.*c"));
99
DeclarationMatcher StartsWithK = namedDecl(
matchesName
(":k[^:]*$"));
[
all
...]
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js
[
all
...]
webcomponents.js
[
all
...]
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
ShadowDOM.js
[
all
...]
webcomponents.js
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/
profile.a
148
func (@"".loc·2 *@"".Location "esc:0x9") @"".
matchesName
(@"".re·3 *@"regexp".Regexp) (? bool)
[
all
...]
fetch.a
144
func (@"cmd/pprof/internal/profile".loc·2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".
matchesName
(@"cmd/pprof/internal/profile".re·3 *@"regexp".Regexp) (? bool)
[
all
...]
symbolz.a
141
func (@"cmd/pprof/internal/profile".loc·2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".
matchesName
(@"cmd/pprof/internal/profile".re·3 *@"regexp".Regexp) (? bool)
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/
profile.a
148
func (@"".loc·2 *@"".Location "esc:0x9") @"".
matchesName
(@"".re·3 *@"regexp".Regexp) (? bool)
[
all
...]
fetch.a
144
func (@"cmd/pprof/internal/profile".loc·2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".
matchesName
(@"cmd/pprof/internal/profile".re·3 *@"regexp".Regexp) (? bool)
[
all
...]
symbolz.a
141
func (@"cmd/pprof/internal/profile".loc·2 *@"cmd/pprof/internal/profile".Location "esc:0x9") @"cmd/pprof/internal/profile".
matchesName
(@"cmd/pprof/internal/profile".re·3 *@"regexp".Regexp) (? bool)
[
all
...]
/prebuilts/devtools/tools/lib/
lint-api.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/
lint-api-22.8.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.9.2/
lint-api-22.9.2.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.1/
lint-api-23.0.1.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.2/
lint-api-23.0.2.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.1.0/
lint-api-23.1.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.1.3/
lint-api-23.1.3.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.1.4/
lint-api-23.1.4.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.0/
lint-api-23.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.2.1/
lint-api-23.2.1.jar
Completed in 1651 milliseconds
1
2
3
4
5
6
7
8
9