/build/tools/droiddoc/templates-sdk/ |
D | footer.cs | 45 <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>
|
D | customizations.cs | 362 <!-- option elements added by buildApiLevelSelector() -->
|
/build/tools/droiddoc/templates-sdk-dev/ |
D | customizations.cs | 337 <!-- 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/ |
D | customizations.cs | 413 <!-- 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/ |
D | edify_generator.py | 180 for option in mount_options_by_format.split("|"): 181 if "=" in option: 182 key, value = option.split("=", 1)
|
D | pylintrc | 52 # 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/ |
D | android-developer-reference.js | 48 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]); 50 select.append(option);
|
D | android-developer-core.css | 50 textarea, option, label { selector 58 option { selector
|
/build/tools/droiddoc/templates-ds/ |
D | customizations.cs | 217 <!-- option elements added by buildApiLevelSelector() -->
|
/build/tools/droiddoc/templates-ds/assets/ |
D | android-developer-core.css | 50 textarea, option, label { selector 58 option { selector
|
D | GPL-LICENSE.txt | 88 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/ |
D | customizations.cs | 218 <!-- option elements added by buildApiLevelSelector() -->
|
/build/tools/droiddoc/templates-sac/assets/ |
D | GPL-LICENSE.txt | 88 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
|
D | android-developer-docs.css | 51 textarea, option, label { selector 59 option { selector
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | GPL-LICENSE.txt | 88 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
|
D | android-developer-docs.css | 51 textarea, option, label { selector 59 option { selector
|
/build/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 88 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
|
D | android-developer-docs.css | 51 textarea, option, label { selector 59 option { selector
|
/build/tools/droiddoc/templates-sdk-dev/assets/ |
D | GPL-LICENSE.txt | 88 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
|
D | android-developer-docs.css | 51 textarea, option, label { selector 59 option { selector
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | docs.js | 2861 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/ |
D | docs.js | 1969 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]); 1971 select.append(option);
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | docs.js | 2073 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]); 2075 select.append(option);
|
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
D | docs.js | 2858 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]); 2860 select.append(option);
|
/build/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 2868 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]); 2870 select.append(option);
|