Searched refs:options (Results 176 - 200 of 3434) sorted by relevance

1234567891011>>

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventRepairDriver.h46 IOOptionBits options = 0 );
53 IOOptionBits options = 0 );
H A DIOHIDEvent.h56 bool initWithTypeTimeStamp(IOHIDEventType type, AbsoluteTime timeStamp, IOOptionBits options = 0, IOByteCount additionalCapacity=0);
65 IOOptionBits options = 0);
75 IOOptionBits options = 0);
82 IOOptionBits options = 0);
89 IOOptionBits options = 0);
97 IOOptionBits options = 0);
104 IOOptionBits options = 0);
111 IOOptionBits options = 0);
118 IOOptionBits options = 0);
128 IOOptionBits options
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/mac/
H A DAudioBusMac.mm53 NSDataReadingOptions options = NSDataReadingMapped;
55 NSDataReadingOptions options = NSDataReadingMappedIfSafe;
57 NSData *audioData = [NSData dataWithContentsOfURL:audioFileURL options:options error:nil];
/macosx-10.9.5/WebKit-7537.78.2/efl/tests/
H A Dtest_runner.cpp33 static const option options[] = { local
39 while ((option = getopt_long(argc, argv, "", options, 0)) != -1) { }
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKImage.cpp39 WKImageRef WKImageCreate(WKSize size, WKImageOptions options) argument
41 RefPtr<WebImage> webImage = WebImage::create(toIntSize(size), toImageOptions(options));
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dgetopt1.c45 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
48 return _getopt_internal (argc, (char **) argv, options, long_options,
53 _getopt_long_r (int argc, char **argv, const char *options,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
68 const char *options,
71 return _getopt_internal (argc, (char **) argv, options, long_options,
76 _getopt_long_only_r (int argc, char **argv, const char *options,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
44 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
52 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
66 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
75 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dgetopt1.c45 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
48 return _getopt_internal (argc, (char **) argv, options, long_options,
53 _getopt_long_r (int argc, char **argv, const char *options,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
68 const char *options,
71 return _getopt_internal (argc, (char **) argv, options, long_options,
76 _getopt_long_only_r (int argc, char **argv, const char *options,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
44 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
52 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
66 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
75 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/macosx-10.9.5/ntp-88/ntpd/
H A Dntpd-opts.def3 autogen definitions options;
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Drake_module.rb30 application.options.rakelib ||= []
32 application.options.rakelib << file
/macosx-10.9.5/srm-7/srm/src/
H A Dmain.c16 int options = 0; variable
60 options |= OPT_F;
63 options |= OPT_I;
66 options |= OPT_N;
70 options |= OPT_R;
79 options |= OPT_V;
82 options |= OPT_ZERO;
85 options |= OPT_VERIFY;
/macosx-10.9.5/text_cmds-87/sort/
H A Dgetopt1.c45 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
48 return _getopt_internal (argc, (char **) argv, options, long_options,
53 _getopt_long_r (int argc, char **argv, const char *options,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
68 const char *options,
71 return _getopt_internal (argc, (char **) argv, options, long_options,
76 _getopt_long_only_r (int argc, char **argv, const char *options,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
44 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
52 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
66 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
75 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Duoptions.c25 int optionCount, UOption options[]) {
39 /* stop processing options after "--" */
45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
46 option=options+j;
68 /* process one or more short options */
73 if(c==options[j].shortName) {
74 option=options+j;
24 u_parseArgs(int argc, char* argv[], int optionCount, UOption options[]) argument
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDTransactionClass.h64 static IOReturn _setDirection(void *self, IOHIDTransactionDirectionType direction, IOOptionBits options);
65 static IOReturn _addElement (void * self, IOHIDElementRef element, IOOptionBits options);
66 static IOReturn _removeElement (void * self, IOHIDElementRef element, IOOptionBits options);
67 static IOReturn _hasElement (void * self, IOHIDElementRef element, Boolean * pValue, IOOptionBits options);
68 static IOReturn _setElementValue(void * self, IOHIDElementRef element, IOHIDValueRef event, IOOptionBits options);
69 static IOReturn _getElementValue(void * self, IOHIDElementRef element, IOHIDValueRef * pEvent, IOOptionBits options);
70 static IOReturn _commit(void * self, uint32_t timeoutMS, IOHIDCallback callback, void * callbackRefcon, IOOptionBits options);
71 static IOReturn _clear(void * self, IOOptionBits options);
87 virtual IOReturn setDirection(IOHIDTransactionDirectionType direction, IOOptionBits options=0);
90 virtual IOReturn addElement (IOHIDElementRef element, IOOptionBits options
[all...]
/macosx-10.9.5/bc-21/bc/lib/
H A Dgetopt1.c64 getopt_long (argc, argv, options, long_options, opt_index)
67 const char *options;
71 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
80 getopt_long_only (argc, argv, options, long_options, opt_index)
83 const char *options;
87 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/
H A Dstart.pl29 # --noclean test [server [options]]
34 # options - alternate options for the server
36 my $usage = "usage: $0 [--noclean] test-directory [server-directory [server-options]]";
41 my $options = $ARGV[2];
66 &start_server($server, $options);
92 my $options = "";
95 $options = "-i $1";
100 my $return = system("$PERL $topdir/testsock.pl -p 5300 $options");
116 my $options
[all...]
/macosx-10.9.5/cups-372.4/cups/berkeley/
H A Dlpr.c17 * main() - Parse options and send files for printing.
28 * 'main()' - Parse options and send files for printing.
46 int num_options; /* Number of options */
47 cups_option_t *options; /* Options */ local
58 options = NULL;
147 num_options = cupsParseOptions(argv[i] + 2, num_options, &options);
159 num_options = cupsParseOptions(argv[i], num_options, &options);
164 num_options = cupsAddOption("raw", "true", num_options, &options);
169 &options);
174 &options);
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dgetopt1.c67 getopt_long (argc, argv, options, long_options, opt_index)
70 const char *options;
74 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
83 getopt_long_only (argc, argv, options, long_options, opt_index)
86 const char *options;
90 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
/macosx-10.9.5/gpatch-3/patch/
H A Dgetopt1.c67 getopt_long (argc, argv, options, long_options, opt_index)
70 const char *options;
74 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
83 getopt_long_only (argc, argv, options, long_options, opt_index)
86 const char *options;
90 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
/macosx-10.9.5/lsof-52/lsof/scripts/
H A Dxusers.awk37 if (options)
39 options = ARGV[i]
40 sub(/^o=/,"",options)
41 if (options !~ /^[hi]$/)
42 help("Invalid options " options)
43 if ("h" == options)
92 # ||||| |options
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Downer_command.rb27 add_option '-a', '--add EMAIL', 'Add an owner' do |value, options|
28 options[:add] << value
31 add_option '-r', '--remove EMAIL', 'Remove an owner' do |value, options|
32 options[:remove] << value
40 add_owners name, options[:add]
41 remove_owners name, options[:remove]
H A Ddependency_command.rb21 |value, options|
22 options[:reverse_dependencies] = value
26 "Pipe Format (name --version ver)") do |value, options|
27 options[:pipe_format] = value
46 if options[:reverse_dependencies] and remote? and not local? then
51 options[:args] << '' if options[:args].empty?
53 pattern = if options[:args].length == 1 and
54 options[:args].first =~ /\A\/(.*)\/(i)?\z/m then
58 /\A#{Regexp.union(*options[
[all...]
/macosx-10.9.5/srm-7/srm/lib/
H A Dgetopt1.c68 getopt_long (argc, argv, options, long_options, opt_index)
71 const char *options;
75 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
84 getopt_long_only (argc, argv, options, long_options, opt_index)
87 const char *options;
91 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
/macosx-10.9.5/uucp-11/uucp/lib/
H A Dgetop1.c27 getopt_long (argc, argv, options, long_options, opt_index)
30 const char *options;
34 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
43 getopt_long_only (argc, argv, options, long_options, opt_index)
46 const char *options;
50 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
/macosx-10.9.5/ICU-511.35/icuSources/tools/icuinfo/
H A Dicuinfo.cpp38 static UOption options[]={ variable
214 /* preset then read command line options */
215 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
223 if( options[0].doesOccur || options[1].doesOccur) {
239 if(options[2].doesOccur) {
240 u_setDataDirectory(options[2].value);
243 if(options[
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_uninstall_command.rb30 @cmd.options[:args] = %w[a c]
31 @cmd.options[:executables] = true
65 @cmd.options[:executables] = true
66 @cmd.options[:args] = [@spec.name]
89 @cmd.options[:executables] = true
90 @cmd.options[:format_executable] = true
111 @cmd.options[:executables] = true
112 @cmd.options[:args] = ["pre"]
128 @cmd.options[:version] = '1'
129 @cmd.options[
[all...]

Completed in 292 milliseconds

1234567891011>>