HomeSort by relevance Sort by last modified time
    Searched full:argument (Results 1 - 25 of 11243) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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}}
p12.cpp 2 template<typename> struct Y1; // expected-note{{too few template parameters in template template argument}}
7 class T2 = int> // expected-note{{previous default template argument defined here}}
11 typename T2 = float> // expected-error{{template parameter redefines default argument}}
15 template<class> class = Y1> // expected-note{{previous default template argument defined here}}
21 template<class> class = Y1> // expected-error{{template parameter redefines default argument}}
25 int M = 5> // expected-note{{previous default template argument defined here}}
31 int M = 7> // expected-error{{template parameter redefines default argument}}
36 = Y1> // expected-error{{template template argument has different template parameters than its corresponding template template parameter}}
39 C1<> c1; // expected-note{{while checking a default template argument}}
  /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/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/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...]
call-with-static-chain.c 7 __builtin_call_with_static_chain(f, f); // expected-error {{first argument to __builtin_call_with_static_chain must be a non-member call expression}}
8 __builtin_call_with_static_chain(^{}(), f); // expected-error {{first argument to __builtin_call_with_static_chain must not be a block call}}
9 __builtin_call_with_static_chain(__builtin_unreachable(), f); // expected-error {{first argument to __builtin_call_with_static_chain must not be a builtin call}}
10 __builtin_call_with_static_chain(f(), 42); // expected-error {{second argument to __builtin_call_with_static_chain must be of pointer type}}
  /art/test/451-regression-add-float/
info.txt 1 Tests a regression in float addition for optimizing. The second argument
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p9-0x.cpp 3 // -- The argument list of the specialization shall not be identical
4 // to the implicit argument list of the primary template.
10 struct X1<T, Types...> // expected-error{{class template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
  /external/javasqlite/src/main/java/SQLite/
Authorizer.java 13 * @param arg1 first argument (table, view, index, or trigger name)
14 * @param arg2 second argument (file, table, or column name)
15 * @param arg3 third argument (database name)
16 * @param arg4 third argument (trigger name)
  /external/llvm/test/Other/
invalid-commandline-option.ll 1 ; RUN: not opt --foo 2>&1 | grep "Unknown command line argument"
  /external/objenesis/tck-android/
pom.xml 75 <argument>install</argument>
76 <argument>-r</argument>
77 <argument>${project.build.directory}\${project.build.finalName}.apk</argument>
90 <argument>shell</argument>
91 <argument>am</argument>
    [all...]
  /external/mockito/src/org/mockito/
AdditionalMatchers.java 47 * argument greater than or equal the given value.
60 * byte argument greater than or equal to the given value.
73 * double argument greater than or equal to the given value.
86 * float argument greater than or equal to the given value.
99 * int argument greater than or equal to the given value.
112 * long argument greater than or equal to the given value.
125 * short argument greater than or equal to the given value.
138 * comparable argument less than or equal the given value details.
151 * byte argument less than or equal to the given value.
164 * double argument less than or equal to the given value
    [all...]
  /external/llvm/include/llvm/IR/
Argument.h 1 //===-- llvm/Argument.h - Definition of the Argument class ------*- C++ -*-===//
10 // This file declares the Argument class.
27 /// \brief LLVM Argument representation
29 /// This class represents an incoming formal argument to a Function. A formal
30 /// argument, since it is ``formal'', does not contain an actual value but
31 /// instead represents the type, argument number, and attributes of an argument
33 /// argument of course represents the value of the actual argument that th
    [all...]

Completed in 943 milliseconds

1 2 3 4 5 6 7 8 91011>>