Home
last modified time | relevance | path

Searched refs:Search (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/external/google-styleguide/cpplint/
Dcpplint.py596 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)
685 def Search(pattern, s): function
1502 if Search(r'\b(?:0[bBxX]?|[1-9])[0-9a-fA-F]*$', head):
1545 elif i > 0 and Search(r'\boperator\s*$', line[0:i]):
1574 (line[i - 1] == '-' or Search(r'\boperator\s*$', line[0:i - 1]))):
1670 Search(r'\boperator\s*$', line[0:i]))):
1905 if Search(r'//\s*NOLINT\(build/header_guard\)', i):
1988 if Search(_TEST_FILE_SUFFIX, fileinfo.BaseName()):
2138 if Search(pattern, line):
2158 if Search(r'\bVLOG\((INFO|ERROR|WARNING|DFATAL|FATAL)\)', line):
[all …]
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py419 def Search(pattern, s): function
1423 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
1782 if Search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):
1786 if Search(r'printf\s*\(.*".*%\d+\$', line):
1793 if Search(r'("|\').*\\(%|\[|\(|{)', line):
1800 if Search(r'\b(const|volatile|void|char|short|int|long'
1816 if Search(r'(\w+|[+-]?\d+(\.\d*)?)\s*(<|>)\?=?\s*(\w+|[+-]?\d+)(\.\d*)?',
1821 if Search(r'^\s*const\s*string\s*&\s*\w+\s*;', line):
1876 match = Search(pattern, line)
1895 not Search(r'\b(if|for|while|switch|return|delete)\b', fncall) and
[all …]
/external/libaom/libaom/tools/
Dcpplint.py532 def Search(pattern, s): function
1610 if Search(r'\bVLOG\((INFO|ERROR|WARNING|DFATAL|FATAL)\)', line):
1720 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
2115 if Search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):
2119 if Search(r'printf\s*\(.*".*%\d+\$', line):
2126 if Search(r'("|\').*\\(%|\[|\(|{)', line):
2133 if Search(r'\b(const|volatile|void|char|short|int|long'
2149 if Search(r'(\w+|[+-]?\d+(\.\d*)?)\s*(<|>)\?=?\s*(\w+|[+-]?\d+)(\.\d*)?',
2154 if Search(r'^\s*const\s*string\s*&\s*\w+\s*;', line):
2209 match = Search(pattern, line)
[all …]
/external/libvpx/libvpx/tools/
Dcpplint.py532 def Search(pattern, s): function
1610 if Search(r'\bVLOG\((INFO|ERROR|WARNING|DFATAL|FATAL)\)', line):
1720 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
2115 if Search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):
2119 if Search(r'printf\s*\(.*".*%\d+\$', line):
2126 if Search(r'("|\').*\\(%|\[|\(|{)', line):
2133 if Search(r'\b(const|volatile|void|char|short|int|long'
2149 if Search(r'(\w+|[+-]?\d+(\.\d*)?)\s*(<|>)\?=?\s*(\w+|[+-]?\d+)(\.\d*)?',
2154 if Search(r'^\s*const\s*string\s*&\s*\w+\s*;', line):
2209 match = Search(pattern, line)
[all …]
/external/python/httplib2/doc/html/_static/
Dsearchtools.js214 var Search = { variable
237 Search.query(q);
257 Search._pulse_status = (Search._pulse_status + 1) % 4;
259 for (var i = 0; i < Search._pulse_status; i++)
261 Search.dots.text(dotString);
262 if (Search._pulse_status > -1)
430 Search.output.append(listItem);
437 Search.output.append(listItem);
444 Search.output.append(listItem);
452 Search.stopPulse();
[all …]
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DLottiefilesFragment.kt38 LottiefilesMode.Search -> service.search(state.query) in <lambda>()
43 if (this.mode == mode && mode != LottiefilesMode.Search) return@setState this in <lambda>()
44 …if (this.mode == mode && mode == LottiefilesMode.Search && this.query == query) return@setState th… in <lambda>()
74 searchClickListener { _ -> viewModel.setMode(LottiefilesMode.Search) } in buildModels()
77 if (state.mode == LottiefilesMode.Search) { in buildModels()
80 searchClickListener { viewModel.setMode(LottiefilesMode.Search, it) } in buildModels()
/external/clang/test/CXX/conv/conv.qual/
Dpr6089.cpp16 void first_finder( const char*& Search ) in first_finder() argument
18 make_range( Search, is_char_ptr(Search) ); in first_finder()
/external/skia/site/docs/dev/tools/
Dcodesearch.md3 title: "Code Search"
4 linkTitle: "Code Search"
19 internal Code Search. In addition to the
20 main [skia](http://cs/#skia/skia/) repo, internal Code Search indexes the
36 Code search option |Search |XRef |History |Repos |Branches |Freshness
44 [2]: http://cs/#skia/ "Internal Code Search"
/external/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go66 Search(acvp.Query) (Object, error) methodSpec
100 func (set ServerObjectSet) Search(condition acvp.Query) (Object, error) { func
123 return Search{ServerObjectSet: set, query: condition}, nil
203 func (ServerObject) Search(condition acvp.Query) (Object, error) { func
278 type Search struct { struct
283 func (search Search) String() (string, error) { argument
293 func (search Search) Index(_ string) (Object, error) { argument
297 func (search Search) Search(condition acvp.Query) (Object, error) { argument
302 func (Search) Action(_ string, _ []string) error { argument
350 func (stringLiteral) Search(_ acvp.Query) (Object, error) { func
[all …]
/external/swiftshader/tests/regres/cov/
Dspan.go92 idxStart := sort.Search(len(*l), func(i int) bool { return (*l)[i].End.Compare(s.Start) >= 0 })
98 idxEnd := sort.Search(len(*l), func(i int) bool { return (*l)[i].Start.Compare(s.End) > 0 })
127 idxStart := sort.Search(len(*l), func(i int) bool { return (*l)[i].End.Compare(s.Start) > 0 })
128 idxEnd := sort.Search(len(*l), func(i int) bool { return (*l)[i].Start.Compare(s.End) >= 0 })
/external/ruy/ruy/
Dcreate_trmul_params.h198 static void Search(Path the_path, TrMulParams* params) {
205 AccumScalar, DstScalar>::Search(the_path, params);
214 static void Search(Path the_path, TrMulParams* params) {
216 AccumScalar, DstScalar>::Search(the_path, params);
224 static void Search(Path the_path, TrMulParams* params) {
227 LhsScalar, RhsScalar, AccumScalar, DstScalar>::Search(the_path, params);
237 static void Search(Path, TrMulParams*) { RUY_DCHECK(false); }
246 DstScalar>::Search(the_path, params);
/external/libcups/templates/
Dsearch.tmpl5 <P ALIGN="CENTER"><B>Search in
8 TYPE="SUBMIT" VALUE="Search"> <INPUT TYPE="SUBMIT" NAME="CLEAR" VALUE="Clear"></P>
Dhelp-header.tmpl4 <P ALIGN="CENTER"><B>Search in
8 <INPUT TYPE="SUBMIT" NAME="SEARCH" VALUE="Search">
27 {QUERY?<P>Search Results in {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:All Documents}}\:</P>
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_benchmark.cc170 void Search(benchmark::State& state, const char* regexp, SearchImpl* search) { in Search() function
200 void Search_Easy0_CachedDFA(benchmark::State& state) { Search(state, EASY0, SearchCachedDFA); } in Search_Easy0_CachedDFA()
201 void Search_Easy0_CachedNFA(benchmark::State& state) { Search(state, EASY0, SearchCachedNFA); } in Search_Easy0_CachedNFA()
202 void Search_Easy0_CachedPCRE(benchmark::State& state) { Search(state, EASY0, SearchCachedPCRE); } in Search_Easy0_CachedPCRE()
203 void Search_Easy0_CachedRE2(benchmark::State& state) { Search(state, EASY0, SearchCachedRE2); } in Search_Easy0_CachedRE2()
212 void Search_Easy1_CachedDFA(benchmark::State& state) { Search(state, EASY1, SearchCachedDFA); } in Search_Easy1_CachedDFA()
213 void Search_Easy1_CachedNFA(benchmark::State& state) { Search(state, EASY1, SearchCachedNFA); } in Search_Easy1_CachedNFA()
214 void Search_Easy1_CachedPCRE(benchmark::State& state) { Search(state, EASY1, SearchCachedPCRE); } in Search_Easy1_CachedPCRE()
215 void Search_Easy1_CachedRE2(benchmark::State& state) { Search(state, EASY1, SearchCachedRE2); } in Search_Easy1_CachedRE2()
224 void Search_Medium_CachedDFA(benchmark::State& state) { Search(state, MEDIUM, SearchCachedDFA);… in Search_Medium_CachedDFA()
[all …]
Dbacktrack.cc58 bool Search(const StringPiece& text, const StringPiece& context,
99 bool Backtracker::Search(const StringPiece& text, const StringPiece& context, in Search() function in re2::Backtracker
268 if (!b.Search(text, context, anchored, longest, match, nmatch)) in UnsafeSearchBacktrack()
/external/toolchain-utils/bestflags/
Dtesting_batch.py58 numeric_flag_match = flags.Search(spec)
92 numeric_flag_match = flags.Search(spec)
162 numeric_flag_match = flags.Search(other_spec)
212 numeric_flag_match = flags.Search(spec)
Dflags.py42 def Search(spec): function
101 numeric_flag_match = Search(spec)
/external/icing/icing/
Dicing-search-engine_test.cc405 icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
412 actual_results = icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
420 actual_results = icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
457 icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
1250 icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
1271 actual_results = icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
1347 icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
1354 actual_results = icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
1392 actual_results = icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
1398 actual_results = icing.Search(search_spec, GetDefaultScoringSpec(), in TEST_F()
[all …]
/external/libchrome/base/i18n/
Dstring_search.cc40 bool FixedPatternStringSearchIgnoringCaseAndAccents::Search( in Search() function in base::i18n::FixedPatternStringSearchIgnoringCaseAndAccents
76 return FixedPatternStringSearchIgnoringCaseAndAccents(find_this).Search( in StringSearchIgnoringCaseAndAccents()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 - Search existing open issues, specifically with the label ‘enhancement’:
13 - Search existing pull requests: https://github.com/google/ExoPlayer/pulls
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 - Search existing open issues, specifically with the label ‘enhancement’:
13 - Search existing pull requests: https://github.com/google/ExoPlayer/pulls
/external/autotest/server/site_tests/bluetooth_AdapterCLHealth/
Dcontrol.cl_sdp_service_browse_test17 one uses Service Search Request and Service Attribute Request,
18 the other one uses Service Search Attribute Request.
/external/exoplayer/tree/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 - Search existing open issues, specifically with the label ‘enhancement’:
13 - Search existing pull requests: https://github.com/google/ExoPlayer/pulls
/external/exoplayer/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 - Search existing open issues, specifically with the label ‘enhancement’:
13 - Search existing pull requests: https://github.com/google/ExoPlayer/pulls
/external/python/google-api-python-client/.github/ISSUE_TEMPLATE/
Dbug_report.md13 - Search the issues already opened: https://github.com/googleapis/google-api-python-client/issues
14 - Search StackOverflow: https://stackoverflow.com/questions/tagged/google-cloud-platform+python

12345678910>>...19