Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 35) sorted by relevance

12

/build/tools/droiddoc/templates-sdk/
Dfooter.cs45 <option value="en" selected="selected">English</option>
46 <option value="es">Español</option>
47 <option value="ja">日本語</option>
48 <option value="ko">한국어</option>
49 <option value="pt-br">Português Brasileiro</option>
50 <option value="ru">Русский</option>
51 <option value="zh-cn">中文(简体)</option>
52 <option value="zh-tw">中文(繁體)</option>
Dcustomizations.cs362 <!-- option elements added by buildApiLevelSelector() -->
/build/tools/droiddoc/templates-sdk-dev/
Dcustomizations.cs337 <!-- option elements added by buildApiLevelSelector() -->
461 <option value="en">English</option>
462 <option value="es">Español</option>
463 <option value="ja">日本語</option>
464 <option value="ko">한국어</option>
465 <option value="ru">Русский</option>
466 <option value="zh-cn">中文(简体)</option>
467 <option value="zh-tw">中文(繁體)</option>
/build/tools/droiddoc/templates-ndk/
Dcustomizations.cs413 <!-- option elements added by buildApiLevelSelector() -->
537 <option value="en">English</option>
538 <option value="es">Español</option>
539 <option value="ja">日本語</option>
540 <option value="ko">한국어</option>
541 <option value="ru">Русский</option>
542 <option value="zh-cn">中文(简体)</option>
543 <option value="zh-tw">中文(繁體)</option>
/build/tools/releasetools/
Dedify_generator.py180 for option in mount_options_by_format.split("|"):
181 if "=" in option:
182 key, value = option.split("=", 1)
Dpylintrc52 # either give multiple identifier separated by comma (,) or put this option
53 # multiple time. See also the "--disable" option for examples.
58 # option multiple times (only on the command line, not in the configuration
248 # --spelling-private-dict-file option instead of raising a message.
/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-reference.js48 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);
50 select.append(option);
Dandroid-developer-core.css50 textarea, option, label { selector
58 option { selector
/build/tools/droiddoc/templates-ds/
Dcustomizations.cs217 <!-- option elements added by buildApiLevelSelector() -->
/build/tools/droiddoc/templates-ds/assets/
Dandroid-developer-core.css50 textarea, option, label { selector
58 option { selector
DGPL-LICENSE.txt88 you may at your option offer warranty protection in exchange for a fee.
244 later version", you have the option of following the terms and conditions
/build/tools/droiddoc/templates-sac/
Dcustomizations.cs218 <!-- option elements added by buildApiLevelSelector() -->
/build/tools/droiddoc/templates-sac/assets/
DGPL-LICENSE.txt88 you may at your option offer warranty protection in exchange for a fee.
244 later version", you have the option of following the terms and conditions
Dandroid-developer-docs.css51 textarea, option, label { selector
59 option { selector
/build/tools/droiddoc/templates-sdk/assets/
DGPL-LICENSE.txt88 you may at your option offer warranty protection in exchange for a fee.
244 later version", you have the option of following the terms and conditions
Dandroid-developer-docs.css51 textarea, option, label { selector
59 option { selector
/build/tools/droiddoc/templates-ndk/assets/
DGPL-LICENSE.txt88 you may at your option offer warranty protection in exchange for a fee.
244 later version", you have the option of following the terms and conditions
Dandroid-developer-docs.css51 textarea, option, label { selector
59 option { selector
/build/tools/droiddoc/templates-sdk-dev/assets/
DGPL-LICENSE.txt88 you may at your option offer warranty protection in exchange for a fee.
244 later version", you have the option of following the terms and conditions
Dandroid-developer-docs.css51 textarea, option, label { selector
59 option { selector
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js2861 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);
2863 select.append(option);
5284 $.fn.toggleSection = function(option) { argument
5289 if (typeof option === 'string') {data[option].call($this);}
/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js1969 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);
1971 select.append(option);
/build/tools/droiddoc/templates-sac/assets/js/
Ddocs.js2073 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);
2075 select.append(option);
/build/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js2858 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);
2860 select.append(option);
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js2868 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);
2870 select.append(option);

12