/external/google-styleguide/cpplint/ |
D | cpplint.py | 590 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line) 679 def Search(pattern, s): function 1496 if Search(r'\b(?:0[bBxX]?|[1-9])[0-9a-fA-F]*$', head): 1539 elif i > 0 and Search(r'\boperator\s*$', line[0:i]): 1568 (line[i - 1] == '-' or Search(r'\boperator\s*$', line[0:i - 1]))): 1664 Search(r'\boperator\s*$', line[0:i]))): 1899 if Search(r'//\s*NOLINT\(build/header_guard\)', i): 1982 if Search(_TEST_FILE_SUFFIX, fileinfo.BaseName()): 2132 if Search(pattern, line): 2152 if Search(r'\bVLOG\((INFO|ERROR|WARNING|DFATAL|FATAL)\)', line): [all …]
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 419 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/libvpx/libvpx/tools/ |
D | cpplint.py | 532 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/libaom/libaom/tools/ |
D | cpplint.py | 532 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/ |
D | searchtools.js | 214 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/swiftshader/third_party/subzero/tests_lit/assembler/arm32/ |
D | sandboxing.ll | 26 ; Search for bundle alignment of first call. 44 ; Search for bundle alignment of first call. 66 ; Search for bundle alignment of first call. 86 ; Search for bundle alignment of first call. 108 ; Search for bundle alignment of first call. 128 ; Search for bundle alignment of first call. 155 ; Search for bundle alignment of first call. 183 ; Search for bundle alignment of first call. 205 ; Search for bundle alignment of first call. 222 ; Search for bundle alignment of first call. [all …]
|
/external/clang/test/CXX/conv/conv.qual/ |
D | pr6089.cpp | 16 void first_finder( const char*& Search ) in first_finder() argument 18 make_range( Search, is_char_ptr(Search) ); in first_finder()
|
/external/skia/site/dev/tools/ |
D | codesearch.md | 1 Code Search 14 internal Code Search. In addition to the 15 main [skia](http://cs/#skia/skia/) repo, internal Code Search indexes the 31 Code search option |Search |XRef |History |Repos |Branches |Freshness 39 [2]: http://cs/#skia/ "Internal Code Search"
|
/external/skqp/site/dev/tools/ |
D | codesearch.md | 1 Code Search 14 internal Code Search. In addition to the 15 main [skia](http://cs/#skia/skia/) repo, internal Code Search indexes the 31 Code search option |Search |XRef |History |Repos |Branches |Freshness 39 [2]: http://cs/#skia/ "Internal Code Search"
|
/external/toolchain-utils/bestflags/ |
D | testing_batch.py | 58 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)
|
D | flags.py | 42 def Search(spec): function 101 numeric_flag_match = Search(spec)
|
/external/webrtc/webrtc/base/ |
D | fileutils_mock.h | 77 return FakeDirectoryIterator::Search(std::string("")); in Iterate() 83 return FakeDirectoryIterator::Search(current_name); in Next() 86 bool Search(const std::string& current_name) { in Search() function
|
/external/python/google-api-python-client/samples/ |
D | README.md | 99 <td>Search from the command-line</td> 173 ## ![](http://www.google.com/images/icons/product/search-32.gif) Search Console API 175 Add sites to a Search Console account, retrieve site data and diagnostics, and submit sitemaps. 177 Documentation for the Search Console API in 183 <td>Command-line samples for Search Console API (formerly known as Webmaster Tools API)</td> 188 ## ![](http://www.google.com/images/icons/product/search-32.gif) Search API For Shopping 192 Documentation for the Search API For Shopping in 198 <td>Demonstrates the query capabilities for the Search API for Shopping</td> 358 <td>Search from the command-line</td> 374 <td>Demonstrates the query capabilities for the Search API for Shopping</td>
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/ |
D | control | 17 one uses Service Search Request and Service Attribute Request, 18 the other one uses Service Search Attribute Request.
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | SearchIterator.java | 98 final class Search { class in SearchIterator 160 Search search_ = new Search();
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SearchIterator.java | 95 final class Search { class in SearchIterator 157 Search search_ = new Search();
|
/external/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 55 if (Search(Changes, Sets, Res)) in Delta() 69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search() function in DeltaAlgorithm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DeltaAlgorithm.cpp | 56 if (Search(Changes, Sets, Res)) in Delta() 70 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search() function in DeltaAlgorithm
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DeltaAlgorithm.cpp | 55 if (Search(Changes, Sets, Res)) in Delta() 69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, in Search() function in DeltaAlgorithm
|
/external/libjpeg-turbo/doc/html/search/ |
D | search.css | 1 /*---------------- Search Box */ 97 /*---------------- Search filter selection */ 155 /*---------------- Search results window */
|
/external/tinyxml2/docs/search/ |
D | search.css | 1 /*---------------- Search Box */ 96 /*---------------- Search filter selection */ 154 /*---------------- Search results window */
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/ |
D | control | 16 The tester sends a Service Search Request to the DUT, searching the UUID of 23 The tester also sends Service Search Requests with intentionally invalid PDU
|
/external/libxml2/result/HTML/ |
D | doc3.htm.err | 56 </A></A></B><B></NOSCRIPT></B><B><!-- END GoTo.com Search Box --></B 59 </A></A></B><B></NOSCRIPT></B><B><!-- END GoTo.com Search Box --></B 62 </FORM><!-- Pricewatch Search Box --><A
|
/external/v8/src/objects/ |
D | descriptor-array.h | 118 V8_INLINE int Search(Name* name, int number_of_own_descriptors); 119 V8_INLINE int Search(Name* name, Map* map);
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | control | 14 Verify the correct behaviour of the device when executing Service Search 17 The tester sends a Service Search Attribute Request to the DUT, checking:
|