OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchsubstrings
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/
skdiff_main.cpp
254
const StringArray&
matchSubstrings
,
276
if (string_contains_any_of(pathRelativeToRootDir,
matchSubstrings
) &&
297
matchSubstrings
, nomatchSubstrings, recurseIntoSubdirs,
305
/// - matches any of the substrings in
matchSubstrings
, but...
310
const StringArray&
matchSubstrings
,
314
matchSubstrings
, nomatchSubstrings, recurseIntoSubdirs,
383
const StringArray&
matchSubstrings
,
395
get_file_list(baseDir,
matchSubstrings
, nomatchSubstrings, recurseIntoSubdirs, &baseFiles);
396
get_file_list(comparisonDir,
matchSubstrings
, nomatchSubstrings, recurseIntoSubdirs,
623
StringArray
matchSubstrings
;
[
all
...]
/art/cmdline/
token_range.h
265
//
MatchSubstrings
on "a:foob:" will yield: ["a:", "foo", "b:"]
269
std::unique_ptr<TokenRange>
MatchSubstrings
(const std::string& string,
/art/cmdline/detail/
cmdline_parse_argument_detail.h
357
def_split_wildcards.
MatchSubstrings
(arg_token, "_");
Completed in 57 milliseconds