/external/dhcpcd/ |
D | dhcpcd.h | 68 struct options { struct 76 int options; argument 78 struct in_addr request_address; 79 struct in_addr request_netmask; 81 char **environ; 82 char script[PATH_MAX]; 83 char pidfile[PATH_MAX]; 85 char hostname[HOSTNAME_MAX_LEN + 1]; 86 int fqdn; 87 uint8_t vendorclassid[VENDORCLASSID_MAX_LEN + 1]; [all …]
|
D | client.c | 129 int options; member 189 daemonise(struct if_state *state, const struct options *options) in daemonise() 459 client_setup(struct if_state *state, const struct options *options) in client_setup() 636 send_message(struct if_state *state, int type, const struct options *options) in send_message() 697 const struct options *options) in drop_config() 848 handle_signal(int sig, struct if_state *state, const struct options *options) in handle_signal() 891 static int bind_dhcp(struct if_state *state, const struct options *options) in bind_dhcp() 1000 handle_timeout_fail(struct if_state *state, const struct options *options) in handle_timeout_fail() 1110 handle_timeout(struct if_state *state, const struct options *options) in handle_timeout() 1362 const struct options *options) in handle_dhcp() [all …]
|
D | dhcpcd.c | 170 add_environ(struct options *options, const char *value, int uniq) in add_environ() 310 parse_option(int opt, char *oarg, struct options *options) in parse_option() 578 parse_config_line(const char *opt, char *line, struct options *options) in parse_config_line() 626 struct options *options; in main() local
|
D | configure.c | 83 run_script(const struct options *options, const char *iface, in run_script() 233 const struct options *options) in configure_routes() 341 const struct dhcp_lease *lease, const struct options *options, in configure()
|
/external/icu4c/test/perf/normperf/ |
D | normperf.h | 42 int32_t options; variable 113 int32_t options; variable 187 int32_t options; variable 257 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD() 261 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC() 265 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD() 268 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC() 272 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD() 276 int32_t ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UE… in ICUQuickCheck() 283 int32_t ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, … in ICUIsNormalized() [all …]
|
/external/webkit/WebKitTools/Scripts/ |
D | bugzilla-tool | 128 def __init__(self, help_text, argument_names="", options=[], requires_local_commits=False): argument 146 def execute(self, options, args, tool): argument 154 def execute(self, options, args, tool): argument 164 def execute(self, options, args, tool): argument 175 def execute(self, options, args, tool): argument 200 def execute(self, options, args, tool): argument 259 def execute(self, options, args, tool): argument 326 def setup_for_landing(scm, options): argument 333 def build_and_commit(cls, scm, options): argument 343 def land_patches(cls, bug_id, patches, options, tool): argument [all …]
|
/external/bison/lib/ |
D | getopt1.c | 44 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() 52 _getopt_long_r (int argc, char **argv, const char *options, in _getopt_long_r() 67 const char *options, in getopt_long_only() 75 _getopt_long_only_r (int argc, char **argv, const char *options, in _getopt_long_only_r()
|
/external/icu4c/common/unicode/ |
D | normlzr.h | 774 UNormalizationMode mode, int32_t options, in quickCheck() 798 UNormalizationMode mode, int32_t options, in isNormalized() 810 uint32_t options, in compare()
|
/external/icu4c/common/ |
D | ushape.c | 317 invertBuffer(UChar *buffer,int32_t size,uint32_t options,int32_t lowlimit,int32_t highlimit) { in invertBuffer() 379 countSpaces(UChar *dest,int32_t size,uint32_t options,int32_t *spacesCountl,int32_t *spacesCountr) { in countSpaces() 428 int32_t destSize,uint32_t options) { in calculateSize() 476 uint32_t options, in removeLamAlefSpaces() 612 int32_t destSize,uint32_t options, in expandLamAlef() 775 int32_t destSize,uint32_t options, in shapeUnicode() 917 int32_t destSize,uint32_t options, in deShapeUnicode() 953 uint32_t options, in u_shapeArabic()
|
D | ubidiwrt.c | 63 uint16_t options, in doWriteForward() 156 uint16_t options, in doWriteReverse() 313 uint16_t options, in ubidi_writeReverse() 354 uint16_t options, in ubidi_writeReordered()
|
D | unistr_case.cpp | 96 uint32_t options, in caseMap() 204 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options) { in toTitle() 211 UnicodeString::foldCase(uint32_t options) { in foldCase()
|
D | uidna.cpp | 198 int32_t options, in _internal_toASCII() 398 int32_t options, in _internal_toUnicode() 615 int32_t options, in uidna_toASCII() 644 int32_t options, in uidna_toUnicode() 673 int32_t options, in uidna_IDNToASCII() 766 int32_t options, in uidna_IDNToUnicode() 865 int32_t options, in uidna_compare()
|
D | ruleiter.cpp | 35 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { in next() 101 void RuleCharacterIterator::skipIgnored(int32_t options) { in skipIgnored()
|
D | ustrcase.c | 384 const char *locale, uint32_t options, in ustr_toTitle() 413 uint32_t options, in ustr_foldCase() 613 uint32_t options, in u_strFoldCase() 645 uint32_t options, in u_strcmpFold() 944 uint32_t options, in u_strCaseCompare() 960 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { in u_strcasecmp() 968 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) { in u_memcasecmp() 976 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) { in u_strncasecmp()
|
D | normlzr.cpp | 125 UNormalizationMode mode, int32_t options, in normalize() 171 UBool compat, int32_t options, in compose() 217 UBool compat, int32_t options, in decompose() 264 UNormalizationMode mode, int32_t options, in concatenate()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | CommandLine.java | 33 static Hashtable options = new Hashtable(); static { field in CommandLine 256 private static int getopts(Hashtable options, String[] argv) { in getopts() 283 private static boolean hasOption(Hashtable options, String option) { in hasOption()
|
/external/webkit/V8Binding/v8/test/mozilla/ |
D | mozilla-shell-emulation.js | 33 function options(aOptionName) { function
|
/external/grub/lib/ |
D | getopt1.c | 69 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() argument 85 getopt_long_only (argc, argv, options, long_options, opt_index) in getopt_long_only() argument
|
/external/icu4c/i18n/ |
D | nortrans.h | 36 int32_t options; variable
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | MetaData.java | 201 MetaData (final CoverageOptions options) in MetaData() 217 final CoverageOptions options = CoverageOptions.readExternal (in); in readExternal() local 269 private MetaData (final CoverageOptions options, final HashMap classMap, in MetaData()
|
/external/oprofile/libutil/ |
D | op_popt.c | 19 struct poptOption const * options, int flags) in op_poptGetContext()
|
/external/webkit/WebCore/page/ |
D | Geolocation.cpp | 46 …cessCallback, PassRefPtr<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options) in GeoNotifier() 275 …cessCallback, PassRefPtr<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options) in getCurrentPosition() 283 …cessCallback, PassRefPtr<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options) in watchPosition() 294 …cessCallback, PassRefPtr<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options) in makeRequest() 363 bool Geolocation::haveSuitableCachedPosition(PositionOptions* options) in haveSuitableCachedPosition()
|
/external/openssl/apps/ |
D | version.c | 143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; in MAIN() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | io_manager.c | 25 char *next, *ptr, *options, *arg; in io_channel_set_options() local
|
/external/ppp/pppd/plugins/ |
D | passwordfd.c | 22 static option_t options[] = { variable
|