Searched refs:search (Results 1 - 25 of 41) sorted by relevance

12

/build/make/tools/atree/
H A Dfiles.h44 int locate(FileRecord* rec, const vector<string>& search);
H A Dfiles.cpp331 locate(FileRecord* rec, const vector<string>& search) argument
343 for (vector<string>::const_iterator it=search.begin();
344 it!=search.end(); it++) {
/build/tools/atree/
H A Dfiles.h44 int locate(FileRecord* rec, const vector<string>& search);
H A Dfiles.cpp331 locate(FileRecord* rec, const vector<string>& search) argument
343 for (vector<string>::const_iterator it=search.begin();
344 it!=search.end(); it++) {
/build/make/tools/releasetools/
H A Dvalidate_target_files.py150 check_cmd = re.search(r'if ! applypatch -c \w+:.+:\w+:(\w+);',
153 patch_cmd = re.search(r'(applypatch.+)&&', lines[2].strip())
H A Dcheck_ota_package_signature.py43 algorithm = re.search(r'Signature Algorithm: ([a-zA-Z0-9]+)', cert_dump)
H A Dedify_generator.py61 m = x.search(cmd)
/build/tools/releasetools/
H A Dvalidate_target_files.py150 check_cmd = re.search(r'if ! applypatch -c \w+:.+:\w+:(\w+);',
153 patch_cmd = re.search(r'(applypatch.+)&&', lines[2].strip())
H A Dcheck_ota_package_signature.py43 algorithm = re.search(r'Signature Algorithm: ([a-zA-Z0-9]+)', cert_dump)
H A Dedify_generator.py61 m = x.search(cmd)
/build/make/tools/droiddoc/templates-pdk/assets/
H A Dsearch_autocomplete.js7 var DEFAULT_TEXT = "search developer docs";
106 var search = document.getElementById("search_autocomplete");
107 var text = search.value.replace(/(^ +)|( +$)/g, '');
157 return true; // allow the event to bubble up to the search api
173 while ((tmp = s.search(re)) >= 0) {
264 document.location = toRoot + 'search.html#q=' + query + '&t=0';
H A Dandroid-developer-core.css320 #search {
489 #search-button {
544 /* restrict global search form width */
604 /* Disable built in search forms */
605 .gsc-control form.gsc-search-box {
608 table.gsc-search-box {
626 td.gsc-search-button {
632 #search-button {
637 /* search result tabs */
H A Dandroid-developer-resource-browser.js11 var params = parseParams(document.location.search);
21 // search results to reflect the keyword filter.
40 * Returns whether or not the given search result contains the given keyword.
106 $('#resource-browser-search-params').empty();
126 $('#resource-browser-search-params').html(taggedWithHtml.join('') + ':');
128 $('#resource-browser-search-params').html('Showing all technical resources:');
/build/tools/droiddoc/templates-pdk/assets/
H A Dsearch_autocomplete.js7 var DEFAULT_TEXT = "search developer docs";
106 var search = document.getElementById("search_autocomplete");
107 var text = search.value.replace(/(^ +)|( +$)/g, '');
157 return true; // allow the event to bubble up to the search api
173 while ((tmp = s.search(re)) >= 0) {
264 document.location = toRoot + 'search.html#q=' + query + '&t=0';
H A Dandroid-developer-core.css320 #search {
489 #search-button {
544 /* restrict global search form width */
604 /* Disable built in search forms */
605 .gsc-control form.gsc-search-box {
608 table.gsc-search-box {
626 td.gsc-search-button {
632 #search-button {
637 /* search result tabs */
H A Dandroid-developer-resource-browser.js11 var params = parseParams(document.location.search);
21 // search results to reflect the keyword filter.
40 * Returns whether or not the given search result contains the given keyword.
106 $('#resource-browser-search-params').empty();
126 $('#resource-browser-search-params').html(taggedWithHtml.join('') + ':');
128 $('#resource-browser-search-params').html('Showing all technical resources:');
/build/make/tools/droiddoc/templates-ndk/assets/css/
H A Ddefault.css1594 .search {
1599 .search .bottom, .search .left, .search .right {
1603 .search .bottom {
1609 .search .left, .search .right {
1613 .search .left { top: 19px; left: 0 }
1614 .search .right { top: 19px; right: 0 }
1615 .search for
[all...]
/build/tools/droiddoc/templates-ndk/assets/css/
H A Ddefault.css1594 .search {
1599 .search .bottom, .search .left, .search .right {
1603 .search .bottom {
1609 .search .left, .search .right {
1613 .search .left { top: 19px; left: 0 }
1614 .search .right { top: 19px; right: 0 }
1615 .search for
[all...]
/build/make/tools/droiddoc/templates-ndk/assets/js/
H A Ddocs.js13 var GOOGLE_DATA; // combined data for google service apis, used for search suggest
35 // load json file for JD doc search suggestions
37 // load json file for Android API search suggestions
57 // setup keyboard listener for search shortcut
84 // set up the search close button
85 $('.search .close').click(function() {
89 $("#search-container").removeClass('active');
122 //Set up search
124 $("#search-container").addClass('active');
126 $("#search
[all...]
/build/tools/droiddoc/templates-ndk/assets/js/
H A Ddocs.js13 var GOOGLE_DATA; // combined data for google service apis, used for search suggest
35 // load json file for JD doc search suggestions
37 // load json file for Android API search suggestions
57 // setup keyboard listener for search shortcut
84 // set up the search close button
85 $('.search .close').click(function() {
89 $("#search-container").removeClass('active');
122 //Set up search
124 $("#search-container").addClass('active');
126 $("#search
[all...]
/build/kati/
H A Dstring_piece.cc67 std::search(ptr_ + pos, ptr_ + length_, s.ptr_, s.ptr_ + s.length_);
127 // Avoid the cost of BuildLookupTable() for a single-character search.
149 // Avoid the cost of BuildLookupTable() for a single-character search.
179 // Avoid the cost of BuildLookupTable() for a single-character search.
203 // Avoid the cost of BuildLookupTable() for a single-character search.
/build/make/tools/droiddoc/templates-ndk/
H A Dcustomizations.cs558 <div class="search" id="search-container">
559 <div class="search-inner">
560 <div id="search-btn"></div>
572 </div><!-- end search-inner -->
573 </div><!-- end search-container -->
603 </div><!-- end menu-container (search and menu widget) -->
/build/tools/droiddoc/templates-ndk/
H A Dcustomizations.cs558 <div class="search" id="search-container">
559 <div class="search-inner">
560 <div id="search-btn"></div>
572 </div><!-- end search-inner -->
573 </div><!-- end search-container -->
603 </div><!-- end menu-container (search and menu widget) -->
/build/make/tools/droiddoc/templates-ndk/assets/
H A Dandroid-developer-docs.css322 #search {
491 #search-button {
546 /* restrict global search form width */
606 /* Disable built in search forms */
607 .gsc-control form.gsc-search-box {
610 table.gsc-search-box {
628 td.gsc-search-button {
634 #search-button {
639 /* search result tabs */
/build/tools/droiddoc/templates-ndk/assets/
H A Dandroid-developer-docs.css322 #search {
491 #search-button {
546 /* restrict global search form width */
606 /* Disable built in search forms */
607 .gsc-control form.gsc-search-box {
610 table.gsc-search-box {
628 td.gsc-search-button {
634 #search-button {
639 /* search result tabs */

Completed in 249 milliseconds

12