/external/mesa3d/src/glsl/glcpp/tests/ |
022-define-func-arg-with-parens.c.expected | 2 (argument(including parens)for the win)
|
022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
038-func-arg-with-commas.c | 2 foo(argument (with,embedded , commas) -- tricky)
|
/external/valgrind/none/tests/ |
map_unaligned.stderr.exp | 2 unaligned mmap failed: Invalid argument
|
/external/v8/test/webkit/ |
dfg-to-string-toString-in-string-expected.txt | 29 PASS "" + foo(argument) is "hello" 30 PASS "" + foo(argument) is "hello" 31 PASS "" + foo(argument) is "hello" 32 PASS "" + foo(argument) is "hello" 33 PASS "" + foo(argument) is "hello" 34 PASS "" + foo(argument) is "hello" 35 PASS "" + foo(argument) is "hello" 36 PASS "" + foo(argument) is "hello" 37 PASS "" + foo(argument) is "hello" 38 PASS "" + foo(argument) is "hello [all...] |
dfg-to-string-valueOf-in-string-expected.txt | 29 PASS "" + foo(argument) is "hello" 30 PASS "" + foo(argument) is "hello" 31 PASS "" + foo(argument) is "hello" 32 PASS "" + foo(argument) is "hello" 33 PASS "" + foo(argument) is "hello" 34 PASS "" + foo(argument) is "hello" 35 PASS "" + foo(argument) is "hello" 36 PASS "" + foo(argument) is "hello" 37 PASS "" + foo(argument) is "hello" 38 PASS "" + foo(argument) is "hello [all...] |
/external/valgrind/memcheck/tests/ |
sigkill.stderr.exp-darwin | 26 setting signal 9: Invalid argument 27 getting signal 9: Invalid argument 50 setting signal 17: Invalid argument 51 getting signal 17: Invalid argument 94 Invalid argument 97 setting signal 34: Invalid argument 98 getting signal 34: Invalid argument 100 setting signal 35: Invalid argument 101 getting signal 35: Invalid argument 103 setting signal 36: Invalid argument [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/ |
elf-usepv-2.l | 2 .*:1: Error: unknown argument for .usepv
|
/external/clang/test/CXX/temp/temp.param/ |
p11.cpp | 5 template<class T1 = int, // expected-note{{previous default template argument defined here}} 6 class T2> // expected-error{{template parameter missing a default argument}} 9 template<template<class> class = Y1, // expected-note{{previous default template argument defined here}} 10 template<class> class> // expected-error{{template parameter missing a default argument}} 13 template<int N = 5, // expected-note{{previous default template argument defined here}} 14 int M> // expected-error{{template parameter missing a default argument}}
|
/prebuilts/go/darwin-x86/test/ |
funcdup2.go | 10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous" 12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 15 var T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous" 16 var T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 17 var T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
|
funcdup.go | 10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous" 12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 15 type T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous" 16 type T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 17 type T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 21 func (i *R) F1(i int) {} // ERROR "duplicate argument i|redefinition|previous" 22 func (i *R) F2() (i int) {return 0} // ERROR "duplicate argument i|redefinition|previous" 23 func (i *R) F3(j int) (j int) {return 0} // ERROR "duplicate argument j|redefinition|previous" 25 func F1(i, i int) {} // ERROR "duplicate argument i|redefinition|previous [all...] |
/prebuilts/go/linux-x86/test/ |
funcdup2.go | 10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous" 12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 15 var T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous" 16 var T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 17 var T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous"
|
funcdup.go | 10 F1(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 11 F2(i, i int) // ERROR "duplicate argument i|redefinition|previous" 12 F3() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 15 type T1 func(i, i int) // ERROR "duplicate argument i|redefinition|previous" 16 type T2 func(i int) (i int) // ERROR "duplicate argument i|redefinition|previous" 17 type T3 func() (i, i int) // ERROR "duplicate argument i|redefinition|previous" 21 func (i *R) F1(i int) {} // ERROR "duplicate argument i|redefinition|previous" 22 func (i *R) F2() (i int) {return 0} // ERROR "duplicate argument i|redefinition|previous" 23 func (i *R) F3(j int) (j int) {return 0} // ERROR "duplicate argument j|redefinition|previous" 25 func F1(i, i int) {} // ERROR "duplicate argument i|redefinition|previous [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
FunctionEvaluationException.java | 27 * Maintains an <code>argument</code> property holding the input value that 37 /** Argument causing function evaluation failure */ 38 private double[] argument; field in class:FunctionEvaluationException 41 * Construct an exception indicating the argument value 44 * @param argument the failing function argument 46 public FunctionEvaluationException(double argument) { 47 super(LocalizedFormats.EVALUATION_FAILED, argument); 48 this.argument = new double[] { argument }; [all...] |
/external/lzma/CPP/7zip/UI/FileManager/ |
FormatUtils.cpp | 18 UString MyFormatNew(const UString &format, const UString &argument)
21 result.Replace(L"{0}", argument);
25 UString MyFormatNew(UINT resourceID, const UString &argument)
27 return MyFormatNew(LangString(resourceID), argument);
|
/external/clang/test/CodeGen/ |
builtins-mips-args.c | 8 __builtin_mips_wrdsp(2052, a); // expected-error{{argument to '__builtin_mips_wrdsp' must be a constant integer}} 9 __builtin_mips_rddsp(a); // expected-error{{argument to '__builtin_mips_rddsp' must be a constant integer}} 10 __builtin_mips_wrdsp(2052, -1); // expected-error{{argument should be a value from 0 to 63}} 11 __builtin_mips_rddsp(-1); // expected-error{{argument should be a value from 0 to 63}} 12 __builtin_mips_wrdsp(2052, 64); // expected-error{{argument should be a value from 0 to 63}} 13 __builtin_mips_rddsp(64); // expected-error{{argument should be a value from 0 to 63}} 17 __builtin_mips_append(1, 2, a); // expected-error{{argument to '__builtin_mips_append' must be a constant integer}} 18 __builtin_mips_balign(1, 2, a); // expected-error{{argument to '__builtin_mips_balign' must be a constant integer}} 19 __builtin_mips_precr_sra_ph_w(1, 2, a); // expected-error{{argument to '__builtin_mips_precr_sra_ph_w' must be a constant integer}} 20 __builtin_mips_precr_sra_r_ph_w(1, 2, a); // expected-error{{argument to '__builtin_mips_precr_sra_r_ph_w' must be a constant integer} [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ActionListenerTest.java | 32 public static final Argument SUCCESS = new Argument(); 33 public static final Argument FAIL_NO_SERVICE = 34 new Argument(WifiP2pManager.NO_SERVICE_REQUESTS); 39 Argument arg = new Argument(reason); 46 Argument arg = new Argument(); 51 * The container of the argument of {@link #onFailure} or 54 static class Argument extends ListenerArgument [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_reduce.py | 24 (not(argument<any '=' any>) any ',' 25 not(argument<any '=' any>) any) | 26 (not(argument<any '=' any>) any ',' 27 not(argument<any '=' any>) any ',' 28 not(argument<any '=' any>) any)
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_reduce.py | 24 (not(argument<any '=' any>) any ',' 25 not(argument<any '=' any>) any) | 26 (not(argument<any '=' any>) any ',' 27 not(argument<any '=' any>) any ',' 28 not(argument<any '=' any>) any)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_reduce.py | 24 (not(argument<any '=' any>) any ',' 25 not(argument<any '=' any>) any) | 26 (not(argument<any '=' any>) any ',' 27 not(argument<any '=' any>) any ',' 28 not(argument<any '=' any>) any)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_reduce.py | 24 (not(argument<any '=' any>) any ',' 25 not(argument<any '=' any>) any) | 26 (not(argument<any '=' any>) any ',' 27 not(argument<any '=' any>) any ',' 28 not(argument<any '=' any>) any)
|
/external/clang/test/Sema/ |
aarch64-neon-ranges.c | 14 vext_s8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} 15 vext_u8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} 16 vext_p8(small, small, 8); // expected-error {{argument should be a value from 0 to 7}} 17 vextq_s8(big, big, 16); // expected-error {{argument should be a value from 0 to 15}} 18 vextq_u8(big, big, 16); // expected-error {{argument should be a value from 0 to 15}} 19 vextq_p8(big, big, 16); // expected-error {{argument should be a value from 0 to 15}} 32 vmul_lane_f64(small, small, 1); // expected-error {{argument should be a value from 0 to 0}} 33 vmul_laneq_f64(small, big, 2); // expected-error {{argument should be a value from 0 to 1}} 34 vfma_lane_f64(small, small, small, 1); // expected-error {{argument should be a value from 0 to 0}} 35 vfma_laneq_f64(small, small, big, 2); // expected-error {{argument should be a value from 0 to 1} [all...] |
arm_acle.c | 6 * Argument for dmb, dsb, isb must be compile-time constant, 10 return __dmb(t); // expected-error-re {{argument to {{.*}} must be a constant integer}} 14 return __dsb(t); // expected-error-re {{argument to {{.*}} must be a constant integer}} 18 return __isb(t); // expected-error-re {{argument to {{.*}} must be a constant integer}} 23 * Second argument for SSAT and USAT intrinsics must be compile-time constant, 27 return __ssat(t, v); // expected-error-re {{argument to {{.*}} must be a constant integer}} 31 return __usat(t, v); // expected-error-re {{argument to {{.*}} must be a constant integer}} 38 __pldx(i, 0, 0, 0); // expected-error-re {{argument to {{.*}} must be a constant integer}} 43 * First argument for DBG intrinsic must be compile-time constant, 47 __dbg(t); // expected-error-re {{argument to {{.*}} must be a constant integer} [all...] |
builtins-ppc.c | 12 __builtin_tbegin(4); // expected-error {{argument should be a value from 0 to 1}} 13 __builtin_tend(-1); // expected-error {{argument should be a value from 0 to 1}} 14 __builtin_tsr(55); // expected-error {{argument should be a value from 0 to 7}} 15 __builtin_tabortwc(-5, 2, 3); // expected-error {{argument should be a value from 0 to 31}} 16 __builtin_tabortdc(55, 2, 3); // expected-error {{argument should be a value from 0 to 31}} 17 __builtin_tabortwci(-5, 2, 5); // expected-error {{argument should be a value from 0 to 31}} 18 __builtin_tabortwci(5, 2, 55); // expected-error {{argument should be a value from 0 to 31}} 19 __builtin_tabortdci(-5, 2, 5); // expected-error {{argument should be a value from 0 to 31}} 20 __builtin_tabortdci(5, 2, 55); // expected-error {{argument should be a value from 0 to 31}} 33 vector unsigned int b = __builtin_crypto_vshasigmaw(a, 2, 15); // expected-error {{argument should be a value from 0 to 1} [all...] |
/frameworks/compile/slang/tests/F_kernel_badattr/ |
stderr.txt.expect | 2 kernel_badattr.rs:12:20: error: 'kernel' attribute takes no more than 1 argument 3 kernel_badattr.rs:4:46: error: Unknown kernel attribute argument 'unimplemented' in declaration of function 'kernel' 4 kernel_badattr.rs:16:39: error: Unknown kernel attribute argument 'reduce' in declaration of function 'kernel4'
|