Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 49) 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="in">Bahasa Indonesia</option>
48 <option value="ja">日本語</option>
49 <option value="ko">한국어</option>
50 <option value="pt-br">Português Brasileiro</option>
51 <option value="ru">Русский</option>
52 <option value="vi">tiếng Việt</option>
53 <option value="zh-cn">中文(简体)</option>
54 <option value="zh-tw">中文(繁體)</option>
/build/tools/droiddoc/templates-sdk-refonly/
Dfooter.cs45 <option value="en" selected="selected">English</option>
46 <option value="es">Español</option>
47 <option value="in">Bahasa Indonesia</option>
48 <option value="ja">日本語</option>
49 <option value="ko">한국어</option>
50 <option value="pt-br">Português Brasileiro</option>
51 <option value="ru">Русский</option>
52 <option value="vi">tiếng Việt</option>
53 <option value="zh-cn">中文(简体)</option>
54 <option value="zh-tw">中文(繁體)</option>
/build/tools/droiddoc/templates-sdk-dev/
Dfooter.cs46 <option value="en" selected="selected">English</option>
47 <option value="es">Español</option>
48 <option value="in">Bahasa Indonesia</option>
49 <option value="ja">日本語</option>
50 <option value="ko">한국어</option>
51 <option value="pt-br">Português Brasileiro</option>
52 <option value="ru">Русский</option>
53 <option value="vi">tiếng Việt</option>
54 <option value="zh-cn">中文(简体)</option>
55 <option value="zh-tw">中文(繁體)</option>
Dcustomizations.cs33 <!-- option elements added by buildApiLevelSelector() -->
/build/kati/
Dflags.cc26 static bool ParseCommandLineOptionWithArg(StringPiece option, in ParseCommandLineOptionWithArg() argument
31 if (!HasPrefix(arg, option)) in ParseCommandLineOptionWithArg()
33 if (arg[option.size()] == '\0') { in ParseCommandLineOptionWithArg()
38 if (arg[option.size()] == '=') { in ParseCommandLineOptionWithArg()
39 *out_arg = arg + option.size() + 1; in ParseCommandLineOptionWithArg()
43 if (option.size() == 2) { in ParseCommandLineOptionWithArg()
44 *out_arg = arg + option.size(); in ParseCommandLineOptionWithArg()
DINTERNALS.md34 scratch, but there were some other options. One option was to replace all
36 project for this. Kati was planned to be a short-term project. Another option
37 was to hack GNU make instead of developing a clone. We didn't take this 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/ziptime/
DREADME.txt10 -X option to zip so that it doesn't create the 'universal time' extra.
/build/tools/releasetools/
Dedify_generator.py208 for option in mount_options_by_format.split("|"):
209 if "=" in option:
210 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/makeparallel/
Dmakeparallel.cpp115 const static option longopts[] = { in ParseMakeflags()
/build/tools/droiddoc/templates-ds/
Dcustomizations.cs217 <!-- option elements added by buildApiLevelSelector() -->
/build/core/
DLINUX_KERNEL_COPYING104 you may at your option offer warranty protection in exchange for a fee.
260 later version", you have the option of following the terms and conditions
315 (at your option) any later version.
Denvsetup.mk161 $(warning *** Unsupported option MALLOC_IMPL defined by board config: $(board_config_mk).)
/build/tools/droiddoc/templates-sac/
Dcustomizations.cs218 <!-- 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-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
/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
/build/tools/droiddoc/templates-sdk-refonly/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
/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
/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
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js2937 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);
2939 select.append(option);
5365 $.fn.toggleSection = function(option) { argument
5370 if (typeof option === 'string') {data[option].call($this);}

12