HomeSort by relevance Sort by last modified time
    Searched full:argument (Results 226 - 250 of 11830) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardCommonArguments.java 20 * Argument constants used by many activities and services.
24 // Argument used to pass calling activities to the target activity or service.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_callable.py 23 ( not(arglist | argument<any '=' any>) func=any
24 | func=arglist<(not argument<any '=' any>) any ','> )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Netscape_Suite.py 17 Required argument: If not available, reloads the current bookmark file
18 Keyword argument _attributes: AppleEvent attribute dictionary
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 14 Required argument: list of objects to open
15 Keyword argument _attributes: AppleEvent attribute dictionary
34 Keyword argument _attributes: AppleEvent attribute dictionary
53 Keyword argument _attributes: AppleEvent attribute dictionary
72 Required argument: list of objects to print
73 Keyword argument _attributes: AppleEvent attribute dictionary
96 Keyword argument saving: specifies whether to save currently open documents
97 Keyword argument _attributes: AppleEvent attribute dictionary
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_callable.py 23 ( not(arglist | argument<any '=' any>) func=any
24 | func=arglist<(not argument<any '=' any>) any ','> )
  /external/clang/test/Sema/
format-strings.c 10 int printf(const char *restrict, ...); // expected-note{{passing argument to parameter here}}
18 int vsprintf(char *restrict, const char *restrict, va_list); // expected-note{{passing argument to parameter here}}
62 // warn only if the format string argument is a parameter that is not itself
87 printf("yes" ?: "no %d", 1); // expected-warning{{data argument not used by format string}}
94 printf("%n", b); // expected-warning{{format specifies type 'int *' but the argument has type 'char *'}}
100 printf("%hhn", (int*)0); // expected-warning{{format specifies type 'signed char *' but the argument has type 'int *'}}
104 printf("%hn", (int*)0); // expected-warning{{format specifies type 'short *' but the argument has type 'int *'}}
108 printf("%n", (char*)0); // expected-warning{{format specifies type 'int *' but the argument has type 'char *'}}
112 printf("%ln", (int*)0); // expected-warning{{format specifies type 'long *' but the argument has type 'int *'}}
116 printf("%lln", (int*)0); // expected-warning{{format specifies type 'long long *' but the argument has type 'int *'}
    [all...]
2010-05-31-palignr.c 18 v0 = _mm_alignr_epi8(v0, v0, i); // expected-error {{argument to '__builtin_ia32_palignr128' must be a constant integer}}
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 6 A<int()> *a1; // expected-error{{template argument for non-type template parameter is treated as function type 'int ()'}}
8 A<int> *a2; // expected-error{{template argument for non-type template parameter must be an expression}}
10 A<1 >> 2> *a3; // expected-warning{{use of right-shift operator ('>>') in template argument will require parentheses in C++11}}
16 A<E> *a5; // expected-error{{template argument for non-type template parameter must be an expression}}
19 A1<17> *a7; // expected-error{{non-type template argument of type 'int' cannot be converted to a value of type 'E'}}
27 A<f(17)> *a10; // expected-error{{non-type template argument of type 'int' is not an integral constant expression}}
35 A<X(17, 42)> *a11; // expected-error{{non-type template argument of type 'X' must have an integral or enumeration type}}
50 A3<h2> *a14_6; // expected-error{{non-type template argument of type 'float (float)' cannot be converted to a value of type 'int (*)(int)'}}
60 A4<*X_volatile_ptr> *a15_2; // expected-error{{non-type template argument does not refer to any declaration}}
61 A4<y> *15_3; // expected-error{{non-type template parameter of reference type 'const X &' cannot bind to template argument of type 'struct Y'}}
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 41 /* The switch takes a string argument and FLAG_VAR points to that
42 argument. */
45 /* The switch takes an enumerated argument (VAR_ENUM says what
46 enumeration) and FLAG_VAR points to that argument. */
106 #define CL_SEPARATE_ALIAS (1 << 19) /* Option is an alias when used with separate argument. */
107 #define CL_NO_DRIVER_ARG (1 << 20) /* Option takes no argument in the driver. */
111 #define CL_REPORT (1 << 24) /* Report argument with -fverbose-asm */
112 #define CL_JOINED (1 << 25) /* If takes joined argument. */
113 #define CL_SEPARATE (1 << 26) /* If takes a separate argument. */
115 #define CL_MISSING_OK (1 << 28) /* Missing argument OK (joined). *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 41 /* The switch takes a string argument and FLAG_VAR points to that
42 argument. */
45 /* The switch takes an enumerated argument (VAR_ENUM says what
46 enumeration) and FLAG_VAR points to that argument. */
106 #define CL_SEPARATE_ALIAS (1 << 19) /* Option is an alias when used with separate argument. */
107 #define CL_NO_DRIVER_ARG (1 << 20) /* Option takes no argument in the driver. */
111 #define CL_REPORT (1 << 24) /* Report argument with -fverbose-asm */
112 #define CL_JOINED (1 << 25) /* If takes joined argument. */
113 #define CL_SEPARATE (1 << 26) /* If takes a separate argument. */
115 #define CL_MISSING_OK (1 << 28) /* Missing argument OK (joined). *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 41 /* The switch takes a string argument and FLAG_VAR points to that
42 argument. */
45 /* The switch takes an enumerated argument (VAR_ENUM says what
46 enumeration) and FLAG_VAR points to that argument. */
106 #define CL_SEPARATE_ALIAS (1 << 19) /* Option is an alias when used with separate argument. */
107 #define CL_NO_DRIVER_ARG (1 << 20) /* Option takes no argument in the driver. */
111 #define CL_REPORT (1 << 24) /* Report argument with -fverbose-asm */
112 #define CL_JOINED (1 << 25) /* If takes joined argument. */
113 #define CL_SEPARATE (1 << 26) /* If takes a separate argument. */
115 #define CL_MISSING_OK (1 << 28) /* Missing argument OK (joined). *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 41 /* The switch takes a string argument and FLAG_VAR points to that
42 argument. */
45 /* The switch takes an enumerated argument (VAR_ENUM says what
46 enumeration) and FLAG_VAR points to that argument. */
106 #define CL_SEPARATE_ALIAS (1 << 19) /* Option is an alias when used with separate argument. */
107 #define CL_NO_DRIVER_ARG (1 << 20) /* Option takes no argument in the driver. */
111 #define CL_REPORT (1 << 24) /* Report argument with -fverbose-asm */
112 #define CL_JOINED (1 << 25) /* If takes joined argument. */
113 #define CL_SEPARATE (1 << 26) /* If takes a separate argument. */
115 #define CL_MISSING_OK (1 << 28) /* Missing argument OK (joined). *
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
FourRegisterDecodedInstruction.java 25 /** register argument "A" */
28 /** register argument "B" */
31 /** register argument "C" */
34 /** register argument "D" */
  /external/chromium/chrome/common/extensions/docs/static/
experimental.clipboard.html 7 For all functions exposed by this API, the argument to the callback indicates
  /external/chromium_org/build/
dir_exists.py 5 """Writes True if the argument is a directory."""
  /external/chromium_org/third_party/WebKit/ManualTests/
open-url-undefined.html 4 argument as the literal string &ldquo;undefined&rdquo;.
  /external/chromium_org/v8/test/webkit/
dfg-to-string-toString-in-string.js 34 var argument = new String("hello");
38 argument = new String("hello");
39 argument.toString = function() { return 42; }
42 shouldBe("\"\" + foo(argument)", expected);
dfg-to-string-valueOf-in-string.js 34 var argument = new String("hello");
37 argument = new String("hello");
38 argument.valueOf = function() { return 42; }
40 shouldBe("\"\" + foo(argument)", "\"hello\"");
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p5.cpp 6 // expected-note{{passing argument to parameter 'ip' here}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3-0x.cpp 5 // and the argument is an lvalue, the type "lvalue reference to A" is
26 template<typename T> X<T> f1(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st argument}} \
27 // expected-note{{candidate function [with T = Y] not viable: no known conversion from 'Y' to 'const Y &&' for 1st argument}}
40 template <class T> int g(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st argument}}
  /external/clang/test/Driver/
diagnostics.c 6 // RUN: -Werror=unused-command-line-argument %s
  /external/clang/test/Parser/
cxx-default-args.cpp 15 void f(int x = 1:); // expected-error {{unexpected end of default argument expression}}
  /external/clang/test/SemaCXX/
overload-call-copycon.cpp 5 int& copycon(X x); // expected-note{{passing argument to parameter}}
24 short& copycon2(A a); // expected-note{{passing argument to parameter}}
25 int& copycon2(B b); // expected-note 2{{passing argument to parameter}}
36 int& copycon3(A a); // expected-note{{passing argument to parameter 'a' here}}
  /external/clang/test/SemaObjCXX/
argument-dependent-lookup.mm 4 // <rdar://problem/9142559>: For the purposes of Argument-Dependent
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
FourRegisterDecodedInstruction.java 25 /** register argument "A" */
28 /** register argument "B" */
31 /** register argument "C" */
34 /** register argument "D" */

Completed in 1195 milliseconds

1 2 3 4 5 6 7 8 91011>>