/external/grub/lib/ |
D | getopt.h | 81 struct option struct 95 /* Names for the values of the `has_arg' field of `struct option'. */ argument
|
/external/smack/src/org/xbill/DNS/ |
D | Options.java | 51 String option = token.substring(0, index); in refresh() local 67 set(String option) { in set() 75 set(String option, String value) { in set() 83 unset(String option) { in unset() 91 check(String option) { in check() 99 value(String option) { in value() 109 intValue(String option) { in intValue()
|
/external/mesa3d/src/getopt/ |
D | getopt.h | 47 struct option { struct 52 * whether option takes an argument argument 55 /* if not NULL, set *flag to val when option found */ argument 62 const struct option *, int *); argument
|
/external/chromium_org/third_party/mesa/src/src/getopt/ |
D | getopt.h | 47 struct option { struct 52 * whether option takes an argument argument 55 /* if not NULL, set *flag to val when option found */ argument 62 const struct option *, int *); argument
|
/external/e2fsprogs/include/nonunix/ |
D | getopt.h | 83 struct option struct 97 /* Names for the values of the `has_arg' field of `struct option'. */ argument
|
/external/bison/lib/ |
D | getopt.in.h | 75 # define option __GETOPT_ID (option) macro 185 struct option struct 197 /* Names for the values of the 'has_arg' field of 'struct option'. */ argument
|
/external/bison/darwin-lib/ |
D | getopt.h | 76 # define option __GETOPT_ID (option) macro 196 struct option struct 208 /* Names for the values of the 'has_arg' field of 'struct option'. */ argument
|
/external/ppp/pppd/plugins/radius/ |
D | config.c | 53 static int set_option_str(char *filename, int line, OPTION *option, char *p) in set_option_str() 63 static int set_option_int(char *filename, int line, OPTION *option, char *p) in set_option_int() 83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) in set_option_srv() 133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) in set_option_auo() 190 OPTION *option; in rc_read_config() local 269 OPTION *option; in rc_conf_str() local 280 OPTION *option; in rc_conf_int() local 291 OPTION *option; in rc_conf_srv() local
|
/external/chromium_org/chrome/test/chromedriver/ |
D | capabilities.cc | 30 const base::Value& option, in ParseBoolean() 38 const base::Value& option, in ParseString() 50 const base::Value& option, in ParseFilePath() 60 const base::Value& option, in ParseDict() 71 const base::Value& option, in IgnoreDeprecatedOption() 77 Status IgnoreCapability(const base::Value& option, Capabilities* capabilities) { in IgnoreCapability() 81 Status ParseLogPath(const base::Value& option, Capabilities* capabilities) { in ParseLogPath() 87 Status ParseSwitches(const base::Value& option, in ParseSwitches() 101 Status ParseExtensions(const base::Value& option, Capabilities* capabilities) { in ParseExtensions() 116 Status ParseProxy(const base::Value& option, Capabilities* capabilities) { in ParseProxy() [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | optionsfile.cc | 142 bool OptionsFile::GetStringValue(const std::string& option, in GetStringValue() 157 bool OptionsFile::GetIntValue(const std::string& option, in GetIntValue() 171 bool OptionsFile::SetStringValue(const std::string& option, in SetStringValue() 182 bool OptionsFile::SetIntValue(const std::string& option, in SetIntValue() 192 bool OptionsFile::RemoveValue(const std::string& option) { in RemoveValue()
|
/external/mesa3d/src/mesa/program/ |
D | program_parse_extra.c | 152 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBvp_parse_option() 164 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option()
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | program_parse_extra.c | 152 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBvp_parse_option() 164 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option()
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
D | duplex.js | 42 cap.option.forEach(function(option) { argument 52 var defaultOptions = cap.option.filter(function(option) { argument
|
D | color.js | 42 colorCap.option.forEach(function(option) { argument 95 var defaultOptions = options.filter(function(option) { argument
|
D | landscape.js | 65 cap.option.forEach(function(option) { argument 84 var defaultOptions = cap.option.filter(function(option) { argument
|
/external/linux-tools-perf/util/ |
D | parse-options.h | 96 struct option { struct 97 enum parse_opt_type type; 98 int short_name; 99 const char *long_name; 100 void *value; 101 const char *argh; 102 const char *help; 104 int flags; 105 parse_opt_cb *callback; 106 intptr_t defval;
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ |
D | local_parsers.js | 46 option: [ property 66 option: [ property 75 option: [ property
|
/external/chromium_org/ppapi/generators/ |
D | idl_option.py | 50 def DumpOption(option): argument 59 def DumpHelp(option=None): argument
|
/external/chromium_org/chrome/installer/util/ |
D | product.h | 69 bool HasOption(const std::wstring& option) const { in HasOption() 74 bool SetOption(const std::wstring& option, bool set) { in SetOption()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | themeChromiumSkia.css | 35 option { selector
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXMenuListPopup.cpp | 75 AXMenuListOption* option = toAXMenuListOption(object); in menuListOptionAXObject() local 104 AXMenuListOption* option = menuListOptionAXObject(listItems[i]); in addChildren() local
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | config.py | 135 def get_list(self, cp, section, option): argument 153 def get_line_list(self, cp, section, option): argument
|
/external/dhcpcd/ |
D | showlease.c | 28 uint8_t option; member 149 valid_length(uint8_t option, int dl, int *type) in valid_length() 265 get_option_addr32(uint32_t *a, const struct dhcp_message *dhcp, uint8_t option) in get_option_addr32() 276 get_option_uint32(uint32_t *i, const struct dhcp_message *dhcp, uint8_t option) in get_option_uint32()
|
/external/chromium_org/chrome/test/chromedriver/js/ |
D | is_option_element_toggleable.js | 5 function isOptionElementToggleable(option) { argument
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 74 bool isPRegOption(unsigned vreg, unsigned option) const { in isPRegOption() 82 bool isSpillOption(unsigned vreg, unsigned option) const { in isSpillOption()
|