HomeSort by relevance Sort by last modified time
    Searched full:argument (Results 426 - 450 of 15492) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
byteswap.h 29 /* Return a value with all bytes in the 16 bit argument swapped. */
32 /* Return a value with all bytes in the 32 bit argument swapped. */
36 /* Return a value with all bytes in the 64 bit argument swapped. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 10 #define E2BIG 7 /* Argument list too long */
25 #define EINVAL 22 /* Invalid argument */
36 #define EDOM 33 /* Math argument out of domain of func */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
byteswap.h 29 /* Return a value with all bytes in the 16 bit argument swapped. */
32 /* Return a value with all bytes in the 32 bit argument swapped. */
36 /* Return a value with all bytes in the 64 bit argument swapped. */
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Required.py 22 Required argument: list of objects to open
23 Keyword argument converting: Whether to convert project to latest version (yes/no; default is ask).
24 Keyword argument _attributes: AppleEvent attribute dictionary
Standard_Suite.py 23 Required argument: the object to close
24 Keyword argument saving: specifies whether or not changes should be saved before closing
25 Keyword argument saving_in: the file in which to save the object
26 Keyword argument _attributes: AppleEvent attribute dictionary
50 Required argument: the object whose elements are to be counted
51 Keyword argument each: the class of the elements to be counted. Keyword 'each' is optional in AppleScript
52 Keyword argument _attributes: AppleEvent attribute dictionary
76 Required argument: the object whose data is to be returned
77 Keyword argument as: the desired types for the data, in order of preference
78 Keyword argument _attributes: AppleEvent attribute dictionar
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Standard_Suite.py 21 Required argument: an AE object reference
22 Keyword argument as: undocumented, typecode 'type'
23 Keyword argument _attributes: AppleEvent attribute dictionary
URL_Suite.py 21 Required argument: URL to open
22 Keyword argument to: File into which to save resource located at URL.
23 Keyword argument _attributes: AppleEvent attribute dictionary
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Required.py 22 Required argument: list of objects to open
23 Keyword argument converting: Whether to convert project to latest version (yes/no; default is ask).
24 Keyword argument _attributes: AppleEvent attribute dictionary
Standard_Suite.py 23 Required argument: the object to close
24 Keyword argument saving: specifies whether or not changes should be saved before closing
25 Keyword argument saving_in: the file in which to save the object
26 Keyword argument _attributes: AppleEvent attribute dictionary
50 Required argument: the object whose elements are to be counted
51 Keyword argument each: the class of the elements to be counted. Keyword 'each' is optional in AppleScript
52 Keyword argument _attributes: AppleEvent attribute dictionary
76 Required argument: the object whose data is to be returned
77 Keyword argument as: the desired types for the data, in order of preference
78 Keyword argument _attributes: AppleEvent attribute dictionar
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Standard_Suite.py 21 Required argument: an AE object reference
22 Keyword argument as: undocumented, typecode 'type'
23 Keyword argument _attributes: AppleEvent attribute dictionary
URL_Suite.py 21 Required argument: URL to open
22 Keyword argument to: File into which to save resource located at URL.
23 Keyword argument _attributes: AppleEvent attribute dictionary
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
illegal.l 4 .*illegal.s:8: Error: missing argument
7 .*illegal.s:10: Error: missing argument
9 .*illegal.s:11: Error: missing argument
  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 14 // expected-note@+4 {{candidate function not viable: no known conversion from 'void () __attribute__((stdcall))' to 'fptr_default' (aka 'void (*)()') for 1st argument}}
15 // expected-note@+3 {{candidate function not viable: no known conversion from 'void () __attribute__((fastcall))' to 'fptr_default' (aka 'void (*)()') for 1st argument}}
16 // expected-note@+2 {{candidate function not viable: no known conversion from 'void (*)() __attribute__((stdcall))' to 'fptr_default' (aka 'void (*)()') for 1st argument}}
17 // expected-note@+1 {{candidate function not viable: no known conversion from 'void (*)() __attribute__((fastcall))' to 'fptr_default' (aka 'void (*)()') for 1st argument}}
19 // expected-note@+4 {{candidate function not viable: no known conversion from 'void () __attribute__((stdcall))' to 'fptr_cdecl' (aka 'void (*)()') for 1st argument}}
20 // expected-note@+3 {{candidate function not viable: no known conversion from 'void () __attribute__((fastcall))' to 'fptr_cdecl' (aka 'void (*)()') for 1st argument}}
21 // expected-note@+2 {{candidate function not viable: no known conversion from 'void (*)() __attribute__((stdcall))' to 'fptr_cdecl' (aka 'void (*)()') for 1st argument}}
22 // expected-note@+1 {{candidate function not viable: no known conversion from 'void (*)() __attribute__((fastcall))' to 'fptr_cdecl' (aka 'void (*)()') for 1st argument}}
24 // expected-note@+3 {{candidate function not viable: no known conversion from 'void ()' to 'fptr_stdcall' (aka 'void (*)() __attribute__((stdcall))') for 1st argument}}
25 // expected-note@+2 {{candidate function not viable: no known conversion from 'void () __attribute__((cdecl))' to 'fptr_stdcall' (aka 'void (*)() __attribute__((stdcall))') for 1st argument}}
    [all...]
warn-consumed-parsing.cpp 20 void consumes() __attribute__ ((set_typestate())); // expected-error {{'set_typestate' attribute takes one argument}}
21 bool testUnconsumed() __attribute__ ((test_typestate())); // expected-error {{'test_typestate' attribute takes one argument}}
22 void callableWhen() __attribute__ ((callable_when())); // expected-error {{'callable_when' attribute takes at least 1 argument}}
39 void callableWhen2() CALLABLE_WHEN("foo"); // expected-warning {{'callable_when' attribute argument not supported: foo}}
45 AttrTester1 returnTypestateTester0() RETURN_TYPESTATE(not_a_state); // expected-warning {{'return_typestate' attribute argument not supported: 'not_a_state'}}
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator_unittest.cc 248 vector<Interface::Argument>{
251 vector<Interface::Argument>{{"", kDBusTypeString}});
255 vector<Interface::Argument>{{"", kDBusTypeInt32}},
256 vector<Interface::Argument>{{"", kDBusTypeInt64}});
258 // Interface methods with more than one return argument should be ignored.
261 vector<Interface::Argument>{},
262 vector<Interface::Argument>{
268 vector<Interface::Argument>{});
271 vector<Interface::Argument>{
287 vector<Interface::Argument>{{"iwata", kDBusTypeString}}
    [all...]
  /external/mockito/src/org/mockito/
Matchers.java 24 * //stubbing using anyInt() argument matcher
30 * //you can also verify using argument matcher
37 * If you are using argument matchers, <b>all arguments</b> have to be provided by matchers.
41 * verify(mock).someMethod(anyInt(), anyString(), <b>eq("third argument")</b>);
42 * //above is correct - eq() is also an argument matcher
44 * verify(mock).someMethod(anyInt(), anyString(), <b>"third argument"</b>);
45 * //above is incorrect - exception will be thrown because third argument is given without argument matcher.
60 * <h1>Custom Argument Matchers</h1>
64 * Before you start implementing your own custom argument matcher, make sure you check out {@link ArgumentCaptor} api.
    [all...]
  /libcore/ojluni/src/main/java/sun/security/jca/
ProviderConfig.java 37 * (className plus optional argument), the provider loading logic, and
52 // config file argument of the SunPKCS11-Solaris provider
66 // argument to the provider constructor,
68 private final String argument; field in class:ProviderConfig
80 ProviderConfig(String className, String argument) {
81 if (className.equals(P11_SOL_NAME) && argument.equals(P11_SOL_ARG)) {
85 this.argument = expand(argument);
94 this.argument = "";
122 return argument.length() != 0
    [all...]
  /art/cmdline/
cmdline_type_parser.h 33 // Parse a single value for an argument definition out of the wildcard component.
35 // e.g. if the argument definition was "foo:_", and the user-provided input was "foo:bar",
42 // Parse a value and append it into the existing value so far, for argument
58 // Whether or not your type can parse argument definitions defined without a "_"
62 // If this is false, then either the argument definition has a _, from which the parsing
  /external/clang/test/FixIt/
format.mm 11 NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'wchar_t'}}
14 NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'int'}}
20 NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'wchar_t'}}
23 NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'int'}}
27 NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has type 'double'}}
  /external/e2fsprogs/intl/
printf-args.h 1 /* Decomposed printf argument list.
39 /* Argument types */
77 /* Polymorphic argument */
119 argument; typedef in typeref:struct:__anon11475
124 argument *arg;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.hpp 58 struct argument { struct in struct:clover::module
71 argument(enum type type, size_t size) : type(type), size(size) { } function in struct:clover::module::argument
72 argument() : type(scalar), size(0) { } function in struct:clover::module::argument
80 size_t offset, const clover::compat::vector<argument> &args) :
87 clover::compat::vector<argument> args;
  /libcore/ojluni/src/main/java/java/util/
MissingFormatArgumentException.java 30 * have a corresponding argument or if an argument index refers to an argument
33 * <p> Unless otherwise specified, passing a <tt>null</tt> argument to any
50 * Format specifier which does not have a corresponding argument
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
getopt.h 27 extern char *optarg; /* pointer to argument of current option */
65 int has_arg; /* does it take an argument? */
72 no_argument = 0, /* option never takes an argument */
73 required_argument, /* option always requires an argument */
74 optional_argument /* option may take an argument */
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
PowerPlant.py 21 Keyword argument to: reference to new focus of AppleEvents
22 Keyword argument _attributes: AppleEvent attribute dictionary
45 Required argument: object to select or container of sub-objects to select
46 Keyword argument data: sub-object(s) to select
47 Keyword argument _attributes: AppleEvent attribute dictionary
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
PowerPlant.py 21 Keyword argument to: reference to new focus of AppleEvents
22 Keyword argument _attributes: AppleEvent attribute dictionary
45 Required argument: object to select or container of sub-objects to select
46 Keyword argument data: sub-object(s) to select
47 Keyword argument _attributes: AppleEvent attribute dictionary

Completed in 990 milliseconds

<<11121314151617181920>>