/external/clang/test/Sema/ |
va_arg_x86_32.c | 5 __builtin_va_arg((void*){0}, int); // expected-error {{first argument to 'va_arg' is of type 'void *'}}
|
varargs-x86-64.c | 6 (void)__builtin_va_arg(args2, int); // expected-error {{first argument to 'va_arg' is of type 'const __builtin_va_list' and not 'va_list'}}
|
/external/clang/test/SemaCXX/ |
address-space-references.cpp | 6 void f0(int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \ 7 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}} 8 void f0(const int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \ 9 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
|
member-location.cpp | 4 float a(int *); // expected-note{{passing argument to parameter here}}
|
attr-nonnull.cpp | 7 // GCC has a hidden 'this' argument in member functions, so the middle 8 // argument is the one that must not be null. 12 expected-error{{invalid for the implicit this argument}} 30 f1(0); // expected-warning{{null passed to a callee which requires a non-null argument}} 31 f2(0, 0); // expected-warning{{null passed to a callee which requires a non-null argument}}
|
/external/clang/test/SemaObjC/ |
format-arg-attribute.m | 8 extern void fc1 (const NSString *) __attribute__((format_arg)); // expected-error {{'format_arg' attribute takes one argument}} 9 extern void fc2 (const NSString *) __attribute__((format_arg())); // expected-error {{'format_arg' attribute takes one argument}} 10 extern void fc3 (const NSString *) __attribute__((format_arg(1, 2))); // expected-error {{'format_arg' attribute takes one argument}} 20 extern NSString *fi0 (int) __attribute__((format_arg(1))); // expected-error {{format argument not a string type}}
|
/external/clang/test/SemaTemplate/ |
missing-class-keyword-crash.cpp | 7 class Bar<G> blah_test; // expected-error{{template argument for non-type template parameter must be an expression}}
|
/external/llvm/test/Assembler/ |
2007-01-02-Undefined-Arg-Type.ll | 1 ; The assembler should catch an undefined argument type .
|
/external/llvm/test/MC/X86/AlignedBundling/ |
align-mode-argument-error.s | 3 # Missing .bundle_align_mode argument
|
bundle-lock-option-error.s | 3 # Missing .bundle_align_mode argument
|
/external/llvm/test/Transforms/DeadArgElim/ |
basictest.ll | 3 ; test - an obviously dead argument 9 ; hardertest - an argument which is only used by a call of a function with a 10 ; dead argument. 17 ; evenhardertest - recursive dead argument...
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
kernel.hpp | 36 class argument; 69 class argument { class in struct:_cl_kernel 71 argument(size_t size); 73 /// \a true if the argument has been set. 76 /// Argument size in the input buffer. 82 /// Set this argument to some object. 86 /// object to this argument, and update \a ctx accordingly. 99 const std::vector<clover::module::argument> &args); 114 std::vector<std::unique_ptr<argument>> args; 120 class scalar_argument : public argument { [all...] |
/external/mockito/src/org/mockito/internal/matchers/ |
CapturingMatcher.java | 24 public boolean matches(Object argument) {
32 description.appendText("<Capturing argument>");
48 public void captureFrom(Object argument) {
49 this.arguments.add(argument);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Microsoft_Internet_Explorer.py | 17 Required argument: Window Identifier of window from which to get the source. No value means get the source from the frontmost window. 18 Keyword argument _attributes: AppleEvent attribute dictionary 38 Required argument: Window Identifier of the window to print. No value means print the frontmost browser window. 39 Keyword argument _attributes: AppleEvent attribute dictionary 62 Required argument: JavaScript text to execute 63 Keyword argument window: optional Window Identifier (as supplied by the ListWindows event) specifying context in which to execute the script 64 Keyword argument _attributes: AppleEvent attribute dictionary
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_long/ |
Test_int_to_long.java | 26 * @title Argument = 123456 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Argument = 0 58 * @title Argument = Integer.MAX_VALUE 66 * @title Argument = Integer.MIN_VALUE 77 * @title type of argument - double 91 * @title type of argument - long 117 * @title type of argument - reference 143 * @title Type of argument - float. The verifier checks that int [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/long_to_double/ |
Test_long_to_double.java | 26 * @title Argument = 50000000000 34 * @title Argument = 1 42 * @title Argument = -1 50 * @title Argument = Long.MAX_VALUE 58 * @title Argument = Long.MIN_VALUE 66 * @title Argument = 0 77 * @title type of argument - float 91 * @title type of argument - integer 105 * @title type of argument - reference 132 * @title Type of argument - double. The verifier checks that long [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_int/ |
Test_not_int.java | 27 * @title Argument = 5; 256 36 * @title Argument = -5, -256 45 * @title Argument = 0xcafe; 0x12c 54 * @title Argument = Integer.MAX_VALUE 62 * @title Argument = Integer.MIN_VALUE 70 * @title Argument = 1 78 * @title Argument = 0 86 * @title Argument = -1 94 * @title Argument = Short.MAX_VALUE 102 * @title Argument = Short.MIN_VALU [all...] |
/external/chromium/chrome/browser/resources/shared/js/cr/ |
command_line.js | 21 * options: An object containing the named arguments. If the argument 23 * set to 'bar'. If the argument was not assigned a value, such as 27 * argument names. 31 * trust looseArguments or any argument that might contain spaces until 52 * @param {Array} ary The list of command line arguments. The first argument 55 * --argument-name=value. 68 // Argument has a value: --argument-name=value 71 // Argument is a flag: --some-flag 75 // Argument doesn't start with '--' [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Machine.java | 28 * argument slots, slots for several literal-value arguments, and slots for 35 * {@code this} argument for instance methods. 58 * {@code Prototype} (popped in reverse of the argument 59 * order, so the first prototype argument type is for the deepest 75 * @param type {@code non-null;} type of the argument 81 * reverse argument order, so the first indicated type is for the 87 * @param type1 {@code non-null;} type of the first argument 88 * @param type2 {@code non-null;} type of the second argument 94 * reverse argument order, so the first indicated type is for the 100 * @param type1 {@code non-null;} type of the first argument [all...] |
/dalvik/dx/src/com/android/dx/io/instructions/ |
FiveRegisterDecodedInstruction.java | 25 /** register argument "A" */ 28 /** register argument "B" */ 31 /** register argument "C" */ 34 /** register argument "D" */ 37 /** register argument "E" */
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p4.cpp | 22 class C {}; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'B::B' to 'const C::C &' for 1st argument}} 24 // expected-note {{passing argument to parameter here}} 38 // delaying, or argument checking before emitting diagnostics is needed to 40 // incorrect once argument-dependent lookup resolution has occurred. 54 template <class U> friend void foo(A &, U); // expected-note {{not viable: 1st argument ('const A<int>') would lose const qualifier}}
|
/external/clang/test/FixIt/ |
dereference-addressof.c | 6 void ip(int *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} 7 void i(int a) {} // expected-note{{passing argument to parameter 'a' here}} 8 void ii(int a) {} // expected-note{{passing argument to parameter 'a' here}} 9 void fp(float *aPtr) {} // expected-note{{passing argument to parameter 'aPtr' here}} 10 void f(float a) {} // expected-note{{passing argument to parameter 'a' here}}
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
FiveRegisterDecodedInstruction.java | 25 /** register argument "A" */ 28 /** register argument "B" */ 31 /** register argument "C" */ 34 /** register argument "D" */ 37 /** register argument "E" */
|
/external/mockito/src/org/mockito/ |
ArgumentCaptor.java | 14 * Use it to capture argument values for further assertions.
17 * Mockito verifies argument values in natural java style: by using an equals() method.
22 * ArgumentCaptor<Person> argument = ArgumentCaptor.forClass(Person.class);
23 * verify(mock).doSomething(argument.capture());
24 * assertEquals("John", argument.getValue().getName());
30 * Also it may reduce defect localization because if stubbed method was not called then no argument is captured.
33 * In a way ArgumentCaptor is related to custom argument matchers (see javadoc for {@link ArgumentMatcher} class).
37 * <li>custom argument matcher is not likely to be reused</li>
38 * <li>you just need it to assert on argument values to complete verification</li>
40 * Custom argument matchers via {@link ArgumentMatcher} are usually better for stubbing. [all...] |
/libcore/luni/src/main/java/java/util/ |
MissingFormatArgumentException.java | 21 * corresponding argument with the specified conversion or an argument index 22 * that refers to a missing argument. 33 * specified conversion that lacks the argument. 36 * the specified conversion that lacks the argument.
|