/external/clang/test/CXX/temp/temp.param/ |
p11-0x.cpp | 4 // template-argument, each subsequent template-parameter shall either have a 5 // default template-argument supplied or be a template parameter pack. 8 template<typename T = int, typename> struct X3t; // expected-error{{template parameter missing a default argument}} expected-note{{previous default template argument defined here}} 9 template<typename T = int, typename> using A3t = int; // expected-error{{template parameter missing a default argument}} expected-note{{previous default template argument defined here}} 10 template<int V = 0, int> struct X3nt; // expected-error{{template parameter missing a default argument}} expected-note{{previous default template argument defined here}} 11 template<int V = 0, int> using A3nt = int; // expected-error{{template parameter missing a default argument}} expected-note{{previous default template argument defined here} [all...] |
/external/clang/test/Driver/ |
cl-x86-flags.c | 7 // MFLAGS-NOT: argument unused during compilation 12 // IA32-NOT: argument unused during compilation 15 // ia32: argument unused during compilation 19 // IA3264: argument unused during compilation 26 // SSE-NOT: argument unused during compilation 29 // sse: argument unused during compilation 36 // SSE2-NOT: argument unused during compilation 39 // sse2: argument unused during compilation 43 // SSE64: argument unused during compilation 48 // SSE264: argument unused during compilatio [all...] |
cl-zc.cpp | 26 // STRICTSTRINGS-OFF: argument unused during compilation 30 // FOOBAR-ON: argument unused during compilation 32 // FOOBAR-OFF: argument unused during compilation 37 // FORSCOPE-ON-NOT: argument unused during compilation 39 // FORSCOPE-OFF: argument unused during compilation 42 // WCHAR_T-ON-NOT: argument unused during compilation 44 // WCHAR_T-OFF: argument unused during compilation 47 // AUTO-ON-NOT: argument unused during compilation 49 // AUTO-OFF: argument unused during compilation 52 // INLINE-ON-NOT: argument unused during compilatio [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
uoptions.h | 16 * This file provides a command line argument parser. 53 const char *value; /* output placeholder, will point to the argument string, if any */ 57 char hasArg; /* enum value: option takes no/requires/may have argument */ 82 * C Command line argument parser. 89 * Each option is marked with whether it does not take an argument, 90 * requires one, or optionally takes one. The argument may follow in 94 * An argument is in the next argv[] entry for both long and short name 97 * An argument in its own argv[] entry must not begin with a '-' 99 * argument format if it is part of the short name options's argv[] entry. 101 * The argument is stored in the value field of the correspondin [all...] |
/external/v8/src/runtime/ |
runtime-utils.h | 44 // Cast the given argument to a Smi and store its value in an int variable 45 // with the given name. If the argument is not a Smi call IllegalOperation 51 // Cast the given argument to a double and store it in a variable with 52 // the given name. If the argument is not a number (as opposed to 59 // Cast the given argument to a size_t and store its value in a variable with 60 // the given name. If the argument is not a size_t call IllegalOperation and 77 // Cast the given argument to PropertyDetails and store its value in a 78 // variable with the given name. If the argument is not a Smi call 85 // Assert that the given argument has a valid value for a LanguageMode 93 // Assert that the given argument is a number within the Int32 rang [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Mozilla_suite.py | 17 Keyword argument _attributes: AppleEvent attribute dictionary 37 Keyword argument _attributes: AppleEvent attribute dictionary 57 Keyword argument _attributes: AppleEvent attribute dictionary 81 Required argument: window 82 Keyword argument direction: undocumented, typecode 'dire' 83 Keyword argument _attributes: AppleEvent attribute dictionary 103 Required argument: The command to handle 104 Keyword argument _attributes: AppleEvent attribute dictionary 123 Keyword argument _attributes: AppleEvent attribute dictionary 142 Required argument: The component to ope [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Folder_Actions_Suite.py | 21 Required argument: the object for the command 22 Keyword argument using: a file containing the script to attach 23 Keyword argument _attributes: AppleEvent attribute dictionary 43 Required argument: the object for the command 44 Keyword argument _attributes: AppleEvent attribute dictionary 70 Required argument: the object for the command 71 Keyword argument with_window_size: the new window size for the folder action message to process 72 Keyword argument with_item_list: a list of items for the folder action message to process 73 Keyword argument folder_action_code: the folder action message to process 74 Keyword argument _attributes: AppleEvent attribute dictionar [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Mozilla_suite.py | 17 Keyword argument _attributes: AppleEvent attribute dictionary 37 Keyword argument _attributes: AppleEvent attribute dictionary 57 Keyword argument _attributes: AppleEvent attribute dictionary 81 Required argument: window 82 Keyword argument direction: undocumented, typecode 'dire' 83 Keyword argument _attributes: AppleEvent attribute dictionary 103 Required argument: The command to handle 104 Keyword argument _attributes: AppleEvent attribute dictionary 123 Keyword argument _attributes: AppleEvent attribute dictionary 142 Required argument: The component to ope [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Folder_Actions_Suite.py | 21 Required argument: the object for the command 22 Keyword argument using: a file containing the script to attach 23 Keyword argument _attributes: AppleEvent attribute dictionary 43 Required argument: the object for the command 44 Keyword argument _attributes: AppleEvent attribute dictionary 70 Required argument: the object for the command 71 Keyword argument with_window_size: the new window size for the folder action message to process 72 Keyword argument with_item_list: a list of items for the folder action message to process 73 Keyword argument folder_action_code: the folder action message to process 74 Keyword argument _attributes: AppleEvent attribute dictionar [all...] |
/frameworks/base/core/java/android/text/style/ |
TtsSpan.java | 47 * the argument {@link #ARG_TEXT} to set a different text. 117 * The argument {@link #ARG_DAY} is optional if {@link #ARG_MONTH} is set. 118 * The argument {@link #ARG_WEEKDAY} is optional if {@link #ARG_DAY} is set. 125 * The text associated with this span is a telephone number. The argument 176 * String argument supplying gender information. Can be any of 187 * String argument supplying animacy information. Can be 197 * String argument supplying multiplicity information. Can be any of 208 * String argument supplying case information. Can be any of 232 * Argument used to specify a whole number. The value can be a string of 239 * Argument used to specify the integer part of a decimal or fraction. Th [all...] |
/device/google/marlin/dataservices/datatop/src/ |
datatop_opt.h | 58 * Represents -p argument. 60 * Polling frequency argument. 62 * Polling duration argument. 64 * Represents -h argument. 66 * File name argument. 68 * Represents -w argument.
|
/external/bison/lib/ |
printf-args.h | 1 /* Decomposed printf argument list. 48 /* Argument types */ 90 /* Polymorphic argument */ 136 argument; typedef in typeref:struct:__anon7180 144 argument *arg; 145 argument direct_alloc_arg[N_DIRECT_ALLOC_ARGUMENTS];
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p4.cpp | 24 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}} 26 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'B::B' to 'C::C &&' for 1st argument}} 29 // expected-note {{passing argument to parameter here}} 43 // delaying, or argument checking before emitting diagnostics is needed to 45 // incorrect once argument-dependent lookup resolution has occurred. 59 template <class U> friend void foo(A &, U); // expected-note {{not viable: 1st argument ('const A<int>') would lose const qualifier}}
|
/external/clang/test/Sema/ |
varargs.c | 16 __builtin_va_start(ap, 10); // expected-warning {{second parameter of 'va_start' not last named argument}} 17 __builtin_va_start(ap, a); // expected-warning {{second parameter of 'va_start' not last named argument}} 67 (void)__builtin_va_arg(ap, void); // expected-error {{second argument to 'va_arg' is of incomplete type 'void'}} 74 (void)__builtin_va_arg(args, float); // expected-warning {{second argument to 'va_arg' is of promotable type 'float'}} 76 (void)__builtin_va_arg(args, short); // expected-warning {{second argument to 'va_arg' is of promotable type 'short'}} 77 (void)__builtin_va_arg(args, char); // expected-warning {{second argument to 'va_arg' is of promotable type 'char'}}
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ |
UOption.java | 15 * and whether or not it takes an argument. It is a mutable object 16 * that later contains the option argument, if any, and a boolean 84 * Java Command line argument parser. 91 * Each option is marked with whether it does not take an argument, 92 * requires one, or optionally takes one. The argument may follow in 96 * An argument is in the next argv[] entry for both long and short name 99 * An argument in its own argv[] entry must not begin with a '-' 101 * argument format if it is part of the short name options's argv[] entry. 103 * The argument is stored in the value field of the corresponding 108 * argv[] entry. After an option letter takes an argument, followin [all...] |
/external/messageformat/java/com/android/messageformat/ |
MessageFormat.java | 31 * @param nameValuePairs (argument name, argument value) pairs 44 * @param nameValuePairs (argument name, argument value) pairs 58 * @param nameValuePairs (argument name, argument value) pairs
|
/external/mockito/src/org/mockito/internal/stubbing/answers/ |
ReturnsArgumentAt.java | 16 * <p>The <code>argumentIndex</code> represents the index in the argument array of the invocation.</p> 17 * <p>If this number equals -1 then the last argument is returned.</p> 31 * Build the identity answer to return the argument at the given position in the argument array. 33 * @param wantedArgumentPosition The position of the argument identity to return in the invocation. 34 * Using <code>-1</code> indicates the last argument.
|
/libcore/ojluni/src/main/java/java/util/ |
IllegalFormatConversionException.java | 29 * Unchecked exception thrown when the argument corresponding to the format 32 * <p> Unless otherwise specified, passing a <tt>null</tt> argument to any 47 * the corresponding argument class. 53 * Class of the mismatched argument 72 * Returns the class of the mismatched argument. 74 * @return The class of the mismatched argument
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Required_Suite.py | 18 Required argument: undocumented, typecode 'alis' 19 Keyword argument _attributes: AppleEvent attribute dictionary 38 Required argument: undocumented, typecode 'alis' 39 Keyword argument _attributes: AppleEvent attribute dictionary 58 Keyword argument _attributes: AppleEvent attribute dictionary 77 Keyword argument _attributes: AppleEvent attribute dictionary
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Required_Suite.py | 18 Required argument: undocumented, typecode 'alis' 19 Keyword argument _attributes: AppleEvent attribute dictionary 38 Required argument: undocumented, typecode 'alis' 39 Keyword argument _attributes: AppleEvent attribute dictionary 58 Keyword argument _attributes: AppleEvent attribute dictionary 77 Keyword argument _attributes: AppleEvent attribute dictionary
|
/external/curl/include/curl/ |
typecheck-gcc.h | 149 "curl_easy_setopt expects a long argument for this option") 151 "curl_easy_setopt expects a curl_off_t argument for this option") 154 "string (char* or char[]) argument for this option" 157 "curl_easy_setopt expects a curl_write_callback argument for this option") 159 "curl_easy_setopt expects a curl_read_callback argument for this option") 161 "curl_easy_setopt expects a curl_ioctl_callback argument for this option") 163 "curl_easy_setopt expects a curl_sockopt_callback argument for this option") 166 "curl_opensocket_callback argument for this option" 169 "curl_easy_setopt expects a curl_progress_callback argument for this option") 171 "curl_easy_setopt expects a curl_debug_callback argument for this option" [all...] |
/external/google-breakpad/src/third_party/curl/ |
typecheck-gcc.h | 126 "curl_easy_setopt expects a long argument for this option") 128 "curl_easy_setopt expects a curl_off_t argument for this option") 130 "curl_easy_setopt expects a string (char* or char[]) argument for this option" 133 "curl_easy_setopt expects a curl_write_callback argument for this option") 135 "curl_easy_setopt expects a curl_read_callback argument for this option") 137 "curl_easy_setopt expects a curl_ioctl_callback argument for this option") 139 "curl_easy_setopt expects a curl_sockopt_callback argument for this option") 141 "curl_easy_setopt expects a curl_opensocket_callback argument for this option" 144 "curl_easy_setopt expects a curl_progress_callback argument for this option") 146 "curl_easy_setopt expects a curl_debug_callback argument for this option" [all...] |
/libcore/ojluni/src/main/java/sun/misc/ |
FpUtils.java | 185 * Returns the first floating-point argument with the sign of the 186 * second floating-point argument. Note that unlike the {@link 208 * Returns the first floating-point argument with the sign of the 209 * second floating-point argument. Note that unlike the {@link 233 * Returns {@code true} if the argument is a finite 238 * @return {@code true} if the argument is a finite 246 * Returns {@code true} if the argument is a finite 251 * @return {@code true} if the argument is a finite 267 * @return {@code true} if the value of the argument is positive 283 * @return {@code true} if the argument is positive infinity o [all...] |
/external/clang/test/SemaCXX/ |
overload-member-call.cpp | 55 X::h(0); // expected-error{{call to non-static member function without an object argument}} 73 template <class T> void foo(T t, unsigned N); // expected-note {{candidate function [with T = int] not viable: no known conversion from 'const char [6]' to 'unsigned int' for 2nd argument}} 74 void foo(int n, char N); // expected-note {{candidate function not viable: no known conversion from 'const char [6]' to 'char' for 2nd argument}} 79 void bar(double d); //expected-note {{candidate function not viable: 'this' argument has type 'const test1::A', but method is not marked const}} 80 void bar(int i); //expected-note {{candidate function not viable: 'this' argument has type 'const test1::A', but method is not marked const}} 82 void baz(A &d); // expected-note {{candidate function not viable: 1st argument ('const test1::A') would lose const qualifier}} 83 void baz(int i); // expected-note {{candidate function not viable: no known conversion from 'const test1::A' to 'int' for 1st argument}} 86 void foo(int n); // expected-note {{candidate function not viable: requires single argument 'n', but 2 arguments were provided}} 87 void foo(unsigned n = 10); // expected-note {{candidate function not viable: allows at most single argument 'n', but 2 arguments were provided}} 88 void rab(double n, int u = 0); // expected-note {{candidate function not viable: requires at least argument 'n', but no arguments were provided} [all...] |
/external/e2fsprogs/tests/progs/test_data/ |
expect.icount | 4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment 10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store 14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment 18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement 93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decremen [all...] |