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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
warn-1.s 4 .warning a warning message ;# { dg-error "Error: .warning argument must be a string" }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7m-bad.l 3 [^:]*:6: Error: Thumb does not support the 2-argument form of this instruction -- `cpsie i,#0x10'
  /external/clang/test/Sema/
warn-absolute-value.c 22 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
26 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
30 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
35 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
39 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
43 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
52 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}}
56 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of integer type}}
60 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of integer type}}
65 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsf' when argument is of integer type}
    [all...]
align_value.c 13 // expected-error@+1 {{attribute takes one argument}}
16 // expected-error@+1 {{attribute takes one argument}}
19 // expected-error@+1 {{attribute takes one argument}}
block-printf-attribute-1.c 6 void (^b) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 1, 3))) = // expected-error {{format argument not a string type}}
7 ^ __attribute__ ((__format__ (__printf__, 1, 3))) (int arg, const char * format, ...) {}; // expected-error {{format argument not a string type}}
11 z(1, "%s", 1); // expected-warning{{format specifies type 'char *' but the argument has type 'int'}}
  /external/clang/test/SemaCXX/
warn-absolute-value.cpp 43 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
47 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
51 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
56 // expected-warning@-1 {{using complex absolute value function 'cabsf' when argument is of integer type}}
60 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
64 // expected-warning@-1 {{using complex absolute value function 'cabsl' when argument is of integer type}}
73 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}}
77 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of integer type}}
81 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of integer type}}
86 // expected-warning@-1 {{using complex absolute value function '__builtin_cabsf' when argument is of integer type}
    [all...]
format-strings-0x.cpp 9 scanf("%as", sp); // expected-warning{{format specifies type 'float *' but the argument has type 'char **'}}
11 printf("%p", sp); // expected-warning{{format specifies type 'void *' but the argument has type 'char **'}}
12 scanf("%p", sp); // expected-warning{{format specifies type 'void **' but the argument has type 'char **'}}
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
Preconditions.java 32 * @param argName Name of the argument
33 * @param arg Argument to check
43 String.format("Argument '%s' must have flags '%s' set", argName, flagsName));
52 * @param argName Name of the argument
53 * @param arg Argument to check
65 "Argument '%s' must be equal to '%s' (was '%s', but expected '%s')",
79 * @param argName Name of the argument
80 * @param arg Argument to check
87 throw new NullPointerException("Argument '" + argName + "' must not be null");
100 * @param arg Argument to chec
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
ThreeRegisterDecodedInstruction.java 25 /** register argument "A" */
28 /** register argument "B" */
31 /** register argument "C" */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NotPositiveException.java 22 * Exception to be thrown when the argument is negative.
35 * @param value Argument.
44 * @param value Argument.
NotStrictlyPositiveException.java 22 * Exception to be thrown when the argument is negative.
35 * @param value Argument.
44 * @param value Argument.
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPExtensionsProvider.java 133 Object argument = argVec.elementAt( i ); local
136 if ( argument instanceof XNodeSet ) {
137 argList.add ( i, ((XNodeSet)argument).nodelist() );
138 } else if ( argument instanceof XObject ) {
139 Object passedArgument = ((XObject)argument).object();
142 argList.add ( i, argument );
184 Object argument = argVec.elementAt( i ); local
187 if ( argument instanceof XNodeSet ) {
188 argList.add ( i, ((XNodeSet)argument).nodelist() );
189 } else if ( argument instanceof XObject )
    [all...]
  /external/clang/test/CXX/temp/temp.res/temp.local/
p1.cpp 7 // or without a template-argument-list. When it is used without
8 // a template-argument-list, it is equivalent to the injected-class-name
24 // When it is used with a template-argument-list, it refers to the specified
  /external/clang/test/Driver/
cl-link-at-file.c 12 // it will also capture "--" and our input argument. In this case, Clang will
13 // be clueless and will emit "argument unused" warnings. If PR17239 is properly
17 // ARGS-NOT: argument unused during compilation
mingw-useld.c 7 // CHECK_LLD_32-NOT: invalid linker name in argument
12 // CHECK_LLD_64-NOT: invalid linker name in argument
17 // CHECK_LLD_ARM-NOT: invalid linker name in argument
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ThreeRegisterDecodedInstruction.java 25 /** register argument "A" */
28 /** register argument "B" */
31 /** register argument "C" */
  /external/e2fsprogs/tests/progs/test_data/
expect.brel 8 brel_put: Invalid argument while calling ext2fs_brel_put
10 brel_get: Invalid argument while calling ext2fs_brel_get
12 brel_delete: Invalid argument while calling ext2fs_brel_delete
  /external/icu/icu4c/source/samples/msgfmt/answers/
main_3.cpp 14 // The message format pattern. It takes a single argument, an integer,
17 "Received {0,choice,0#no arguments|1#one argument|2#{0,number,integer} arguments}"
31 // Create the argument list
  /external/icu/icu4c/source/samples/msgfmt/
main.cpp 14 // The message format pattern. It takes a single argument, an integer,
17 "Received {0,choice,0#no arguments|1#one argument|2#{0,number,integer} arguments}"
31 // Create the argument list
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 10 #define E2BIG 7 /* Argument list too long */
25 #define EINVAL 22 /* Invalid argument */
36 #define EDOM 33 /* Math argument out of domain of func */
  /external/llvm/test/CodeGen/X86/
byval-callee-cleanup.ll 4 ; byval argument. Subsequent arguments would align themselves, but if it was
5 ; the last argument, the argument size would not be a multiple of stack slot
  /external/vboot_reference/cgpt/
cmd_add.c 56 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
64 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
73 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
82 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
90 Error("invalid argument to -%c: %s\n", c, optarg);
97 Error("invalid argument to -%c: %s\n", c, optarg);
109 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
122 fprintf(stderr, "%s: invalid argument to -%c: \"%s\"\n",
136 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
149 Error("invalid argument to -%c: \"%s\"\n", c, optarg)
    [all...]
  /frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
AppWidget.java 89 for (String argument; (argument = mTokenizer.nextArg()) != null;) {
90 if (ARGUMENT_PACKAGE.equals(argument)) {
91 packageName = argumentValueRequired(argument);
92 } else if (ARGUMENT_USER.equals(argument)) {
93 String user = argumentValueRequired(argument);
100 throw new IllegalArgumentException("Unsupported argument: " + argument);
105 + " Did you specify --package argument?");
110 private String argumentValueRequired(String argument) {
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
Preconditions.java 36 * @param argName Name of the argument
37 * @param arg Argument to check
47 String.format("Argument '%s' must have flags '%s' set", argName, flagsName));
56 * @param argName Name of the argument
57 * @param arg Argument to check
69 "Argument '%s' must be equal to '%s' (was '%s', but expected '%s')",
83 * @param argName Name of the argument
84 * @param arg Argument to check
91 throw new NullPointerException("Argument '" + argName + "' must not be null");
104 * @param arg Argument to chec
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno-base.h 10 #define E2BIG 7 /* Argument list too long */
25 #define EINVAL 22 /* Invalid argument */
36 #define EDOM 33 /* Math argument out of domain of func */

Completed in 1047 milliseconds

<<11121314151617181920>>