HomeSort by relevance Sort by last modified time
    Searched full:argument (Results 301 - 325 of 11830) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_extcall.py 24 Argument list examples
65 TypeError: e() got an unexpected keyword argument 'c'
70 TypeError: g() takes at least 1 argument (0 given)
75 TypeError: g() takes at least 1 argument (0 given)
80 TypeError: g() takes at least 1 argument (0 given)
96 TypeError: g() argument after * must be a sequence, not instance
105 TypeError: g() argument after * must be a sequence, not instance
155 TypeError: g() got multiple values for keyword argument 'x'
165 TypeError: h() got an unexpected keyword argument 'e'
170 TypeError: h() argument after * must be a sequence, not functio
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_extcall.py 24 Argument list examples
65 TypeError: e() got an unexpected keyword argument 'c'
70 TypeError: g() takes at least 1 argument (0 given)
75 TypeError: g() takes at least 1 argument (0 given)
80 TypeError: g() takes at least 1 argument (0 given)
96 TypeError: g() argument after * must be a sequence, not instance
105 TypeError: g() argument after * must be a sequence, not instance
155 TypeError: g() got multiple values for keyword argument 'x'
165 TypeError: h() got an unexpected keyword argument 'e'
170 TypeError: h() argument after * must be a sequence, not functio
    [all...]
  /external/clang/include/clang/Sema/
Template.h 23 /// \brief Data structure that captures multiple levels of template argument
39 /// When instantiating X<int>::Y<17>::f, the multi-level template argument
40 /// list will contain a template argument list (int) at depth 0 and a
41 /// template argument list (17) at depth 1.
43 /// \brief The template argument list at a certain template depth
46 /// \brief The template argument lists, stored from the innermost template
47 /// argument list (first) to the outermost template argument list (last).
51 /// \brief Construct an empty set of template argument lists.
54 /// \brief Construct a single-level template argument list
    [all...]
  /external/bison/lib/
bitrotate.h 32 /* Given an unsigned 64-bit argument X, return the value corresponding
41 /* Given an unsigned 64-bit argument X, return the value corresponding
51 /* Given an unsigned 32-bit argument X, return the value corresponding
60 /* Given an unsigned 32-bit argument X, return the value corresponding
69 /* Given a size_t argument X, return the value corresponding
78 /* Given a size_t argument X, return the value corresponding
87 /* Given an unsigned 16-bit argument X, return the value corresponding
98 /* Given an unsigned 16-bit argument X, return the value corresponding
109 /* Given an unsigned 8-bit argument X, return the value corresponding
120 /* Given an unsigned 8-bit argument X, return the value correspondin
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
number-tofixed-expected.txt 68 PASS (1234.567).toFixed(21) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
69 PASS (1234.567).toFixed(100) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
70 PASS (1234.567).toFixed(101) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
71 PASS (1234.567).toFixed(-1) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
72 PASS (1234.567).toFixed(-4) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
73 PASS (1234.567).toFixed(-5) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
74 PASS (1234.567).toFixed(-20) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
75 PASS (1234.567).toFixed(-21) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
76 PASS (1234.567).toFixed(posInf) threw exception RangeError: toFixed() digits argument must be between 0 and 20.
77 PASS (1234.567).toFixed(negInf) threw exception RangeError: toFixed() digits argument must be between 0 and 20
    [all...]
  /external/clang/test/Analysis/
variadic-method-types.m 77 [NSArray arrayWithObjects:@"Foo", "Bar", "Baz", nil]; // expected-warning {{Argument to 'NSArray' method 'arrayWithObjects:' should be an Objective-C pointer type, not 'char *'}}
78 [NSDictionary dictionaryWithObjectsAndKeys:@"Foo", "Bar", nil]; // expected-warning {{Argument to 'NSDictionary' method 'dictionaryWithObjectsAndKeys:' should be an Objective-C pointer type, not 'char *'}}
79 [NSSet setWithObjects:@"Foo", "Bar", nil]; // expected-warning {{Argument to 'NSSet' method 'setWithObjects:' should be an Objective-C pointer type, not 'char *'}}
80 [NSOrderedSet orderedSetWithObjects:@"Foo", "Bar", nil]; // expected-warning {{Argument to 'NSOrderedSet' method 'orderedSetWithObjects:' should be an Objective-C pointer type, not 'char *'}}
82 [[[NSArray alloc] initWithObjects:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument to 'NSArray' method 'initWithObjects:' should be an Objective-C pointer type, not 'char *'}}
83 [[[NSDictionary alloc] initWithObjectsAndKeys:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument to 'NSDictionary' method 'initWithObjectsAndKeys:' should be an Objective-C pointer type, not 'char *'}}
87 [[[NSDictionary alloc] initWithObjectsAndKeys:@"Foo", barType, nil] autorelease]; // expected-warning {{Argument to 'NSDictionary' method 'initWithObjectsAndKeys:' should be an Objective-C pointer type, not 'BarType'}}
88 [[[NSSet alloc] initWithObjects:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument to 'NSSet' method 'initWithObjects:' should be an Objective-C pointer type, not 'char *'}}
89 [[[NSOrderedSet alloc] initWithObjects:@"Foo", "Bar", nil] autorelease]; // expected-warning {{Argument to 'NSOrderedSet' method 'initWithObjects:' should be an Objective-C pointer type, not 'char *'}}
92 // This previously crashed the variadic argument checker
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
getopt.h 54 When `getopt' finds an option that takes an argument,
55 the argument value is returned here.
86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
91 no_argument (or 0) if the option does not take an argument,
92 required_argument (or 1) if the option requires an argument,
93 optional_argument (or 2) if the option takes an optional argument.
135 takes an argument, to be placed in `optarg'.
137 If a letter in OPTS is followed by two colons, its argument is
140 The argument `--' causes premature termination of argument
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
getopt.h 54 When `getopt' finds an option that takes an argument,
55 the argument value is returned here.
86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
91 no_argument (or 0) if the option does not take an argument,
92 required_argument (or 1) if the option requires an argument,
93 optional_argument (or 2) if the option takes an optional argument.
135 takes an argument, to be placed in `optarg'.
137 If a letter in OPTS is followed by two colons, its argument is
140 The argument `--' causes premature termination of argument
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
getopt.h 54 When `getopt' finds an option that takes an argument,
55 the argument value is returned here.
86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
91 no_argument (or 0) if the option does not take an argument,
92 required_argument (or 1) if the option requires an argument,
93 optional_argument (or 2) if the option takes an optional argument.
135 takes an argument, to be placed in `optarg'.
137 If a letter in OPTS is followed by two colons, its argument is
140 The argument `--' causes premature termination of argument
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticDriverKinds.td 17 "unsupported argument '%1' to option '%0'">;
24 "invalid runtime library name in argument '%0'">;
28 "invalid library name in argument '%0'">;
47 "argument to '%0' is missing (expected %1 value%s1)">;
49 "invalid Xarch argument: '%0', options requiring arguments are unsupported">;
51 "invalid Xarch argument: '%0', cannot change driver behavior inside Xarch argument">;
53 "invalid argument '%0' only allowed with '%1'">;
55 "invalid argument '%0' not allowed with '%1'">;
85 def err_drv_unknown_argument : Error<"unknown argument: '%0'">
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_items.py 17 Required argument: the items to add to the collection of Favorites
18 Keyword argument _attributes: AppleEvent attribute dictionary
41 Required argument: the window to clean up
42 Keyword argument by: the order in which to clean up the objects (name, index, date, etc.)
43 Keyword argument _attributes: AppleEvent attribute dictionary
62 Required argument: the disk(s) to eject
63 Keyword argument _attributes: AppleEvent attribute dictionary
82 Required argument: \xd2empty\xd3 and \xd2empty trash\xd3 both do the same thing
83 Keyword argument _attributes: AppleEvent attribute dictionary
102 Required argument: the items to eras
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 208 UChar argument[512]; local
245 tempStr=testCase->getString("argument", errorCode);
246 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
257 dbl = atof(u_austrcpy(cBuffer, argument));
262 i8 = (int8_t)uto64(argument);
267 i16 = (int16_t)uto64(argument);
272 i32 = (int32_t)uto64(argument);
277 i64 = uto64(argument);
373 UChar argument[512]; local
576 UChar argument[512]; local
    [all...]
  /external/icu4c/test/iotest/
iotest.cpp 209 UChar argument[512]; local
246 tempStr=testCase->getString("argument", errorCode);
247 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
258 dbl = atof(u_austrcpy(cBuffer, argument));
263 i8 = (int8_t)uto64(argument);
268 i16 = (int16_t)uto64(argument);
273 i32 = (int32_t)uto64(argument);
278 i64 = uto64(argument);
374 UChar argument[512]; local
577 UChar argument[512]; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ListenerTest.java 42 * The expected argument list.
47 * The received argument list before check() is called.
57 * Check the callback with the expected argument is invoked successfully within
60 * @param arg the expected callback argument.
72 * Check the callbacks with the expected argument are all invoked successfully
75 * @param argList the expected callback argument list.
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_interface.py 281 # possible argument count for a given method, with type checks.
287 # 3. If multiple entries for given length, compute distinguishing argument
293 # index 1 => argument_count 1 (index 0 argument only)
294 for index, argument in enumerate(arguments)
295 if argument['is_optional']]
307 overload_checks.extend(overload_check_argument(index, argument)
308 for index, argument in
313 def overload_check_argument(index, argument):
315 idl_type = argument['idl_type']
317 if idl_type == 'DOMString' and argument['is_strict_type_checking']
    [all...]
  /external/chromium_org/v8/test/webkit/
number-toExponential-expected.txt 43 PASS (123.456).toExponential(21) threw exception RangeError: toExponential() argument must be between 0 and 20.
44 PASS (123.456).toExponential(100) threw exception RangeError: toExponential() argument must be between 0 and 20.
45 PASS (123.456).toExponential(101) threw exception RangeError: toExponential() argument must be between 0 and 20.
46 PASS (123.456).toExponential(-1) threw exception RangeError: toExponential() argument must be between 0 and 20.
47 PASS (1234.567).toExponential(posInf) threw exception RangeError: toExponential() argument must be between 0 and 20.
48 PASS (1234.567).toExponential(negInf) threw exception RangeError: toExponential() argument must be between 0 and 20.
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p6.cpp 9 // okay: deduce T=int from first argument, A=int during overload
27 // deduction failure: deduced T=long from first argument, T=int from second
52 template<class T> void invoke(void (*f)(T)) { f(T()); } // expected-note 6 {{couldn't infer template argument}} \
53 // expected-note {{candidate template ignored: couldn't infer template argument 'T'}}
99 template<typename R, typename T> void f1(R (&)(T) , T); // expected-note{{candidate template ignored: couldn't infer template argument 'R'}}
100 template<typename R, typename T> void f2(R (* const&)(T), T); // expected-note{{candidate template ignored: couldn't infer template argument 'R'}}
  /external/clang/test/CodeGen/
avx-cmp-builtins.c 13 // Expects that the third argument in LLVM IR is immediate expression
19 // Expects that the third argument in LLVM IR is immediate expression
25 // Expects that the third argument in LLVM IR is immediate expression
31 // Expects that the third argument in LLVM IR is immediate expression
37 // Expects that the third argument in LLVM IR is immediate expression
43 // Expects that the third argument in LLVM IR is immediate expression
  /external/clang/test/FixIt/
fixit-function-call.cpp 18 // CHECK: dereference the argument with *
27 // CHECK-NOT: dereference the argument with *
46 // CHECK: take the address of the argument with &
48 // CHECK: take the address of the argument with &
112 // CHECK: candidate function not viable: no known conversion from 'C' to 'const C *' for 1st argument; take the address of the argument with &
  /external/linux-tools-perf/util/
probe-event.h 17 /* probe-tracer tracing argument referencing offset */
23 /* kprobe-tracer tracing argument */
25 char *name; /* Argument name */
50 /* Perf probe probing argument field chain */
58 /* Perf probe probing argument */
60 char *name; /* Argument name */
  /external/llvm/test/DebugInfo/
inlined-vars.ll 1 ; RUN: llc -O0 < %s | FileCheck %s -check-prefix ARGUMENT
33 !15 = metadata !{i32 786689, metadata !10, metadata !"argument", metadata !6, i32 16777219, metadata !9, i32 0, i32 0} ; [ DW_TAG_arg_variable ]
36 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}}
37 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}}
38 ; ARGUMENT-NOT: {{.*Abbrev.*DW_TAG_formal_parameter}}
47 !18 = metadata !{i32 786689, metadata !10, metadata !"argument", metadata !6, i32 16777219, metadata !9, i32 0, metadata !19} ; [ DW_TAG_arg_variable ]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 36 // The first argument must be an acceptor; the second argument must be
58 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor";
72 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor";
120 // The first argument must be an acceptor; the second argument must be
  /frameworks/base/core/java/android/util/
FloatMath.java 32 * positive infinity) integer value which is less than the argument.
41 * negative infinity) integer value which is greater than the argument.
49 * Returns the closest float approximation of the sine of the argument.
57 * Returns the closest float approximation of the cosine of the argument.
66 * argument.
75 * of the argument.
  /frameworks/base/core/java/com/android/internal/os/
BaseCommand.java 86 * Return the next option on the command line -- that is an argument that
87 * starts with '-'. If the next argument is not an option, null is returned.
92 throw new IllegalArgumentException("No argument expected after \"" + prev + "\"");
119 * Return the next argument on the command line, whatever it is; if there are
135 * Return the next argument on the command line, whatever it is; if there are
142 throw new IllegalArgumentException("Argument expected after \"" + prev + "\"");
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
FloatMath_Delegate.java 39 * positive infinity) integer value which is less than the argument.
51 * negative infinity) integer value which is greater than the argument.
62 * Returns the closest float approximation of the sine of the argument.
73 * Returns the closest float approximation of the cosine of the argument.
85 * argument.
97 * of the argument.

Completed in 3756 milliseconds

<<11121314151617181920>>