HomeSort by relevance Sort by last modified time
    Searched full:options (Results 251 - 275 of 4282) sorted by null

<<11121314151617181920>>

  /external/iptables/extensions/
libip6t_udp.man 2 provides the following options:
libipt_udp.man 2 provides the following options:
  /external/libpng/scripts/
libpng-config.in 38 --ccopts print compiler options
40 --cflags print preprocessor flags, I_opts, and compiler options
41 --I_opts print "-I" include options
44 --ldopts print linker options
  /external/libvpx/examples/includes/HTML-Toc-0.91/
MANIFEST 14 t/options.t
  /external/openssl/crypto/des/times/
486-50.sol 2 options des ecb/s
686-200.fre 4 options des ecb/s
alpha.cc 4 options des ecb/s
hpux.cc 3 options des ecb/s
sparc.gcc 3 options des ecb/s
  /external/qemu/proxy/
proxy_http.h 22 const ProxyOption* options );
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_binding.py 35 # usage: rule_binding.py INPUT CPPDIR HDIR -- INPUTS -- OPTIONS
45 # OPTIONS are passed as-is to generate-bindings.pl as additional arguments.
83 (base, inputs, options) = sections
99 if '--defines' in options:
100 definesIndex = options.index('--defines')
101 if definesIndex + 1 < len(options):
102 splitOptions = shlex.split(options[definesIndex + 1])
104 options[definesIndex + 1] = ' '.join(splitOptions)
111 command.extend(options)
  /external/webkit/WebCore/bindings/js/
JSGeolocationCustom.cpp 74 // Create default options.
75 RefPtr<PositionOptions> options = PositionOptions::create(); local
79 // Use default options.
80 return options.release();
94 options->setEnableHighAccuracy(enableHighAccuracyValue.toBoolean(exec));
109 options->setTimeout(max(0, timeoutValue.toInt32(exec)));
124 options->clearMaximumAge();
127 options->setMaximumAge(max(0, maximumAgeValue.toInt32(exec)));
133 return options.release();
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queries.py 44 def execute(self, options, args, tool):
55 def execute(self, options, args, tool):
66 options = [
69 AbstractDeclarativeCommand.__init__(self, options=options)
83 def execute(self, options, args, tool):
86 if options.bugs:
100 def execute(self, options, args, tool):
113 def execute(self, options, args, tool):
  /external/webkit/WebKitTools/Scripts/webkitpy/
multicommandtool_unittest.py 42 def execute(self, options, args, tool):
54 command_with_args = TrivialCommand(options=[make_option("--my_option")])
55 self.assertEqual(command_with_args.name_with_arguments(), "trivial [options]")
112 expected_common_commands_help = """Usage: trivial-tool [options] COMMAND [ARGS]
114 Options:
126 expected_all_commands_help = """Usage: trivial-tool [options] COMMAND [ARGS]
128 Options:
146 command_with_options = TrivialCommand(options=[make_option("--my_option")], long_help="LONG HELP")
148 expected_subcommand_help = "trivial [options] help text\n\nLONG HELP\n\nOptions:\n --my_option=MY_OPTION\n\n"
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
closebug.py 30 from webkitpy.steps.options import Options
36 def options(cls): member in class:CloseBug
38 Options.close_bug,
closebugforlanddiff.py 31 from webkitpy.steps.options import Options
37 def options(cls): member in class:CloseBugForLandDiff
39 Options.close_bug,
completerollout.py 33 from webkitpy.steps.options import Options
44 def options(cls): member in class:CompleteRollout
46 collected_options.append(Options.complete_rollout)
ensurebuildersaregreen.py 30 from webkitpy.steps.options import Options
36 def options(cls): member in class:EnsureBuildersAreGreen
38 Options.check_builders,
obsoletepatches.py 31 from webkitpy.steps.options import Options
37 def options(cls): member in class:ObsoletePatches
39 Options.obsolete_patches,
  /frameworks/base/core/java/android/util/
XmlPullAttributes.java 58 String[] options, int defaultValue) {
60 getAttributeValue(namespace, attribute), options, defaultValue);
97 String[] options, int defaultValue) {
99 getAttributeValue(index), options, defaultValue);
  /frameworks/base/tools/aidl/
Android.mk 16 options.cpp \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tm.h 5 # include "options.h"
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tm.h 5 # include "options.h"
  /system/core/libnetutils/
dhcpmsg.h 57 uint8_t options[1024]; /* optional parameters */ member in struct:dhcp_msg
62 /* first four bytes of options are a cookie to indicate that
63 ** the payload are DHCP options as opposed to some other BOOTP
71 /* BOOTP/DHCP options - see RFC 2132 */
  /external/chromium/third_party/icu/source/tools/genprops/
genprops.c 66 static UOption options[]={ variable
87 /* preset then read command line options */
88 options[DESTDIR].value=u_getDataDirectory();
89 options[SOURCEDIR].value="";
90 options[UNICODE_VERSION].value="";
91 options[ICUDATADIR].value=u_getDataDirectory();
92 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
100 if(argc<0 || options[HELP_H].doesOccur || options[HELP_QUESTION_MARK].doesOccur)
    [all...]

Completed in 786 milliseconds

<<11121314151617181920>>