Home
last modified time | relevance | path

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

12

/build/tools/droiddoc/templates-sac/assets/css/
Ddefault.css1526 .search {
1531 .search .bottom, .search .left, .search .right {
1535 .search .bottom {
1541 .search .left, .search .right {
1545 .search .left { top: 19px; left: 0 }
1546 .search .right { top: 19px; right: 0 }
1547 .search form {
1552 .search .close,
1564 .search .close:hover, .search .close:focus,
1572 .search form input {
[all …]
/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js1536 var search = document.getElementById("search_autocomplete");
1537 var text = search.value.replace(/(^ +)|( +$)/g, '');
1619 while ((tmp = s.search(re)) >= 0) {
1736 searchControl = new google.search.SearchControl();
1739 drawOptions = new google.search.DrawOptions();
1740 drawOptions.setDrawMode(google.search.SearchControl.DRAW_MODE_TABBED);
1744 searchOptions = new google.search.SearcherOptions();
1748 devSiteSearcher = new google.search.WebSearch();
1752 designSearcher = new google.search.WebSearch();
1756 trainingSearcher = new google.search.WebSearch();
[all …]
/build/tools/droiddoc/templates-ds/assets/css/
Ddefault.css1443 .search {
1448 .search .bottom, .search .left, .search .right {
1452 .search .bottom {
1458 .search .left, .search .right {
1462 .search .left { top: 19px; left: 0 }
1463 .search .right { top: 19px; right: 0 }
1464 .search form {
1469 .search .close,
1481 .search .close:hover, .search .close:focus,
1489 .search form input {
[all …]
/build/tools/droiddoc/templates-pdk/assets/
Dsearch_autocomplete.js106 var search = document.getElementById("search_autocomplete");
107 var text = search.value.replace(/(^ +)|( +$)/g, '');
173 while ((tmp = s.search(re)) >= 0) {
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 */
Dandroid-developer-resource-browser.js11 var params = parseParams(document.location.search);
/build/target/board/generic_x86/sepolicy/
Ddomain.te1 allow domain cpuctl_device:dir search;
/build/tools/droiddoc/templates-sdk-dev/assets/css/
Ddefault.css3857 z-index: 10; /* stay above marque, but below search suggestions */
5900 .dac-full-screen-mode .dac-search-open .wrap {
6580 .dac-search-mode .dac-header {
6586 .dac-search-mode .dac-header-logo,
6587 .dac-search-mode .dac-header-console-btn {
6676 .dac-search-mode .dac-header-tabs {
6814 /* Header site search component */
6815 .dac-header-search {
6825 .dac-header-search-inner {
6833 .dac-header-search-inner::after {
[all …]
/build/target/board/generic/sepolicy/
Ddomain.te2 allow domain sysfs_writable:dir search;
/build/tools/droiddoc/templates-ds/assets/
Dandroid-developer-core.css321 #search {
490 #search-button {
545 /* restrict global search form width */
605 /* Disable built in search forms */
606 .gsc-control form.gsc-search-box {
609 table.gsc-search-box {
627 td.gsc-search-button {
633 #search-button {
638 /* search result tabs */
/build/tools/atree/
Dfiles.h44 int locate(FileRecord* rec, const vector<string>& search);
Dfiles.cpp331 locate(FileRecord* rec, const vector<string>& search) in locate() argument
343 for (vector<string>::const_iterator it=search.begin(); in locate()
344 it!=search.end(); it++) { in locate()
/build/tools/droiddoc/templates-sdk-dev/
Dcustomizations.cs97 <form data-search class="dac-header-search">
98 <button class="dac-header-search-close" data-search-close>
105 <button class="dac-header-search-clear dac-hidden" data-search-clear>
/build/tools/
Dwarn.py542 m = re.search('(?<=^PLATFORM_VERSION=).*', line)
545 m = re.search('(?<=^TARGET_PRODUCT=).*', line)
548 m = re.search('(?<=^TARGET_BUILD_VARIANT=).*', line)
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js1975 var search = document.getElementById("search_autocomplete");
1976 var text = search.value.replace(/(^ +)|( +$)/g, '');
1998 if ($("#searchResults").is(":hidden") && (search.value != "")) {
2016 if ((sticky ) && (search.value != "")) {
2462 while ((tmp = s.search(re)) >= 0) {
2590 searchControl = new google.search.SearchControl();
2596 searchControl = new google.search.SearchControl();
2599 drawOptions = new google.search.DrawOptions();
2600 drawOptions.setDrawMode(google.search.SearchControl.DRAW_MODE_TABBED);
2604 searchOptions = new google.search.SearcherOptions();
[all …]
/build/tools/droiddoc/templates-ndk/assets/css/
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 form {
1620 .search .close,
1632 .search .close:hover, .search .close:focus,
1640 .search form input {
[all …]
/build/tools/droiddoc/templates-sdk-refonly/assets/js/
Ddocs.js1937 var search = document.getElementById("search_autocomplete");
1938 var text = search.value.replace(/(^ +)|( +$)/g, '');
1960 if ($("#searchResults").is(":hidden") && (search.value != "")) {
1978 if ((sticky ) && (search.value != "")) {
2455 while ((tmp = s.search(re)) >= 0) {
2583 searchControl = new google.search.SearchControl();
2589 searchControl = new google.search.SearchControl();
2592 drawOptions = new google.search.DrawOptions();
2593 drawOptions.setDrawMode(google.search.SearchControl.DRAW_MODE_TABBED);
2597 searchOptions = new google.search.SearcherOptions();
[all …]
/build/tools/droiddoc/templates-ndk/
Dcustomizations.cs572 </div><!-- end search-inner -->
573 </div><!-- end search-container -->
603 </div><!-- end menu-container (search and menu widget) -->
/build/tools/droiddoc/templates-sdk/assets/css/
Ddefault.css3634 /* Disable built in search forms */
3635 .gsc-control form.gsc-search-box {
3638 table.gsc-search-box {
3656 td.gsc-search-button {
4471 z-index: 10; /* stay above marque, but below search suggestions */
7363 /* Header site search component */
7364 .dac-header-search {
7379 .dac-header-search:hover, .dac-header-search.active {
7383 .dac-header-search-inner {
7387 .dac-header-search-btn {
[all …]
/build/kati/
Dstring_piece.cc66 const char* result = std::search(ptr_ + pos, ptr_ + length_, in find()
/build/tools/droiddoc/templates-sac/assets/
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/
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-sdk-dev/assets/
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-sdk-refonly/assets/
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-sdk/assets/
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 */

12