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

<<11121314151617181920>>

  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
word 59 "#MAKEFILE#:3: *** non-numeric first argument to `word' function: ''. Stop.",
64 "#MAKEFILE#:4: *** non-numeric first argument to `word' function: 'abc '. Stop.",
69 "#MAKEFILE#:5: *** non-numeric first argument to `word' function: '1a'. Stop.",
74 "#MAKEFILE#:7: *** non-numeric first argument to `wordlist' function: ''. Stop.",
79 "#MAKEFILE#:8: *** non-numeric first argument to `wordlist' function: 'abc '. Stop.",
84 "#MAKEFILE#:9: *** non-numeric second argument to `wordlist' function: ' 12a '. Stop.",
97 "#MAKEFILE#:3: *** non-numeric first argument to `word' function: ''. Stop.",
102 "#MAKEFILE#:3: *** non-numeric first argument to `word' function: 'abc'. Stop.",
107 "#MAKEFILE#:3: *** first argument to `word' function must be greater than 0. Stop.",
112 "#MAKEFILE#:4: *** non-numeric first argument to `wordlist' function: ''. Stop."
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 22 Required argument: the object class about which information is requested
23 Keyword argument in_: the human language and script system in which to return information
24 Keyword argument _attributes: AppleEvent attribute dictionary
49 Required argument: the object to close
50 Keyword argument saving: specifies whether changes should be saved before closing
51 Keyword argument saving_in: the file or alias in which to save the object
52 Keyword argument _attributes: AppleEvent attribute dictionary
76 Required argument: the object whose elements are to be counted
77 Keyword argument each: if specified, restricts counting to objects of this class
78 Keyword argument _attributes: AppleEvent attribute dictionar
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 22 Required argument: the object class about which information is requested
23 Keyword argument in_: the human language and script system in which to return information
24 Keyword argument _attributes: AppleEvent attribute dictionary
49 Required argument: the object to close
50 Keyword argument saving: specifies whether changes should be saved before closing
51 Keyword argument saving_in: the file or alias in which to save the object
52 Keyword argument _attributes: AppleEvent attribute dictionary
76 Required argument: the object whose elements are to be counted
77 Keyword argument each: if specified, restricts counting to objects of this class
78 Keyword argument _attributes: AppleEvent attribute dictionar
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_long/
Test_not_long.java 27 * @title Argument = 500000l
35 * @title Argument = -500000l
43 * @title Argument = 0xcafe; 0x12c
52 * @title Argument = Long.MAX_VALUE
60 * @title Argument = Long.MIN_VALUE
68 * @title Argument = 1l
76 * @title Argument = 0l
84 * @title Argument = -1l
  /external/ImageMagick/api_examples/
README 25 magick_command.c As a argument list to the MagickCommand function
26 cli_process.c Using the function that processes a argument list
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p2-cxx0x.cpp 13 new auto; // expected-error{{new expression for type 'auto' requires a constructor argument}}
14 new (const auto)(); // expected-error{{new expression for type 'const auto' requires a constructor argument}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p2-0x.cpp 7 // any template argument remains neither deduced nor explicitly
8 // specified, template argument deduction fails.
  /external/clang/test/CXX/temp/temp.param/
p9.cpp 3 // A default template-argument shall not be specified in a function
17 template<int N = 0> // expected-error{{cannot add a default template argument}}
  /external/clang/test/Driver/
qa_override.c 10 // RM-WERROR-NEXT: ### Deleting argument -Werror
11 // RM-WERROR-NEXT: ### Adding argument -msse at end
  /external/clang/test/Frontend/
warning-options.cpp 2 // RUN: -Wno-unused-command-line-argument -Wmodule-build -Rmodule-built %s 2>&1 | FileCheck %s
5 // CHECK: unknown warning option '-Wno-unused-command-line-arguments'; did you mean '-Wno-unused-command-line-argument'?
  /external/clang/test/Preprocessor/
pr13851.c 1 // Check that -E -M -MF does not cause an "argument unused" error, by adding
8 // Check that -E -MM -MF does not cause an "argument unused" error, by adding
  /external/clang/test/Sema/
attr-capabilities.c 23 struct __attribute__((capability)) Test5 {}; // expected-error {{'capability' attribute takes one argument}}
24 struct __attribute__((shared_capability("test1", 12))) Test6 {}; // expected-error {{'shared_capability' attribute takes one argument}}
31 void Func3(void) __attribute__((requires_capability)) {} // expected-error {{'requires_capability' attribute takes at least 1 argument}}
32 void Func4(void) __attribute__((requires_shared_capability)) {} // expected-error {{'requires_shared_capability' attribute takes at least 1 argument}}
40 void Func9(void) __attribute__((assert_capability())) {} // expected-error {{'assert_capability' attribute takes one argument}}
41 void Func10(void) __attribute__((assert_shared_capability())) {} // expected-error {{'assert_shared_capability' attribute takes one argument}}
56 void Func25(void) __attribute__((try_acquire_capability())) {} // expected-error {{'try_acquire_capability' attribute takes at least 1 argument}}
57 void Func26(void) __attribute__((try_acquire_shared_capability())) {} // expected-error {{'try_acquire_shared_capability' attribute takes at least 1 argument}}
builtin-unary-fp.c 9 check(__builtin_isfinite(1)); // expected-error{{requires argument of floating point type}}
13 check(__builtin_fpclassify(0, 0, 0, 0, 0, 1)); // expected-error{{requires argument of floating point type}}
constructor-attribute.c 6 int f() __attribute__((constructor(1,2))); // expected-error {{'constructor' attribute takes no more than 1 argument}}
13 int f() __attribute__((destructor(1,2))); // expected-error {{'destructor' attribute takes no more than 1 argument}}
void_arg.c 9 X = sizeof(int (void a)); // expected-error {{argument may not have 'void' type}}
13 X = sizeof(int (Void a)); // expected-error {{argument may not have 'void' type}}
  /external/clang/test/SemaCXX/
warn-large-by-value-copy.cpp 17 // expected-warning {{'s' is a large (101 bytes) pass-by-value argument}}
35 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}}
  /external/clang/test/SemaObjC/
gc-attributes.m 6 void f0(__strong A**); // expected-note{{passing argument to parameter here}}
15 void f1(__weak A**); // expected-note{{passing argument to parameter here}}
  /external/clang/test/SemaObjCXX/
gc-attributes.mm 6 void f0(__strong A**); // expected-note{{candidate function not viable: 1st argument ('A *__weak *') has __weak ownership, but parameter has __strong ownership}}
15 void f1(__weak A**); // expected-note{{candidate function not viable: 1st argument ('A *__strong *') has __strong ownership, but parameter has __weak ownership}}
nullability-pragmas.mm 17 f2(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
18 f3(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
19 f4(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
20 f5(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
21 f6(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
24 f9(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
25 f10(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
28 [a method1:0]; // expected-warning{{null passed to a callee that requires a non-null argument}}
  /external/clang/test/SemaOpenCL/
invalid-logical-ops-1.1.cl 19 float bnf = ~0.0f; // expected-error {{invalid argument type}}
20 float lnf = !0.0f; // expected-error {{invalid argument type}}
30 float bnf4 = ~f4; // expected-error {{invalid argument type}}
31 int4 lnf4 = !f4; // expected-error {{invalid argument type}}
44 double bnf = ~0.0; // expected-error {{invalid argument type}}
45 double lnf = !0.0; // expected-error {{invalid argument type}}
55 double bnf4 = ~f4; // expected-error {{invalid argument type}}
56 long4 lnf4 = !f4; // expected-error {{invalid argument type}}
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 11 template<class> struct X; // expected-note{{too few template parameters in template template argument}}
12 template<int N> struct Y; // expected-note{{template parameter has a different kind in template argument}}
13 template<long N> struct Ylong; // expected-note{{template non-type parameter has a different type 'long' in template argument}}
18 template<class, class> struct TooMany; // expected-note{{too many template parameters in template template argument}}
25 A<Y> *a4; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}}
26 A<TooMany> *a5; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}}
27 B<X> *a6; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}}
29 C<Ylong> *a8; // expected-error{{template template argument has different template parameters than its corresponding template template parameter}}
  /external/easymock/src/org/easymock/
CaptureType.java 30 * Will capture the argument of the first matching call
35 * Will capture the argument of the last matching call
  /external/icu/icu4c/source/tools/toolutil/
uoptions.c 16 * This file provides a command line argument parser.
57 /* parse the argument for the option, if any */
59 /* argument in the next argv[], and there is not an option in there */
62 /* there is no argument, but one is required: return with error */
92 /* parse the argument for the option, if any */
94 /* argument following in the same argv[] */
99 /* argument in the next argv[], and there is not an option in there */
104 /* there is no argument, but one is required: return with error */
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.h 34 // Restrict the flags argument in mmap(2).
40 // Restrict the prot argument in mprotect(2).
44 // Restrict fcntl(2) cmd argument to:
63 // Crash if FUTEX_CMP_REQUEUE_PI is used in the second argument of futex(2).
70 // Restricts |pid| for sched_* syscalls which take a pid as the first argument.
71 // We only allow calling these syscalls if the pid argument is equal to the pid
81 // Restricts the |pid| argument of prlimit64 to 0 (meaning the calling process)
85 // Restricts the |who| argument of getrusage to RUSAGE_SELF (meaning the calling
  /external/libweave/include/weave/provider/
task_runner.h 24 // |from_here| argument is used for debugging and usually just provided by
25 // FROM_HERE macro. Implementation may ignore this argument.

Completed in 2142 milliseconds

<<11121314151617181920>>