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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/Inputs/
pragma_disable_warning.h 1 #pragma clang diagnostic ignored "-Wunused-parameter"
  /external/clang/test/Index/Inputs/CommentXML/
invalid-function-02.xml 6 <Parameter>
7 </Parameter>
valid-function-08.xml 6 <Parameter>
10 </Parameter>
11 <Parameter>
14 </Parameter>
valid-function-07.xml 6 <Parameter>
11 </Parameter>
12 <Parameter>
17 </Parameter>
18 <Parameter>
22 </Parameter>
invalid-function-03.xml 6 <Parameter>
9 </Parameter>
invalid-function-04.xml 6 <Parameter>
9 </Parameter>
invalid-function-05.xml 6 <Parameter>
8 </Parameter>
invalid-function-10.xml 6 <Parameter>
8 </Parameter>
invalid-function-11.xml 6 <Parameter>
10 </Parameter>
valid-function-03.xml 6 <Parameter>
10 </Parameter>
valid-typedef-02.xml 6 <Parameter>
10 </Parameter>
13 <Parameter>
18 </Parameter>
  /dalvik/dx/tests/122-switch-with-high-register/
expected.txt 287 parameter <unnamed> v3
288 parameter <unnamed> v4
289 parameter <unnamed> v5
290 parameter <unnamed> v6
291 parameter <unnamed> v7
292 parameter <unnamed> v8
293 parameter <unnamed> v9
294 parameter <unnamed> v10
295 parameter <unnamed> v11
296 parameter <unnamed> v1
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
CipherParameters.java 4 * all parameter classes implement this.
  /external/srec/doc/logs/srec/
out_SHIP_set_get_param.txt 13 Get Parameter : SREC.Recognizer.utterance_timeout : 400
14 Get Parameter : SREC.Recognizer.utterance_timeout : 100
15 Get Parameter : CREC.Recognizer.terminal_timeout : 30
16 Get Parameter : CREC.Recognizer.terminal_timeout : 100
17 Get Parameter : CREC.Recognizer.optional_terminal_timeout : 45
18 Get Parameter : CREC.Recognizer.optional_terminal_timeout : 100
19 Get Parameter : CREC.Recognizer.non_terminal_timeout : 90
20 Get Parameter : CREC.Recognizer.non_terminal_timeout : 100
21 Get Parameter : CREC.Recognizer.eou_threshold : 120
22 Get Parameter : CREC.Recognizer.eou_threshold : 10
    [all...]
  /external/clang/test/CXX/over/over.oper/over.literal/
p3.cpp 5 // Acceptable parameter declarations
21 // Unacceptable parameter declarations
22 char operator "" _b(); // expected-error {{parameter}}
23 char operator "" _b(const wchar_t *); // expected-error {{parameter}}
24 char operator "" _b(long long); // expected-error {{parameter}}
25 char operator "" _b(double); // expected-error {{parameter}}
26 char operator "" _b(short); // expected-error {{parameter}}
27 char operator "" _a(char, int = 0); // expected-error {{parameter}}
28 char operator "" _b(unsigned short); // expected-error {{parameter}}
29 char operator "" _b(signed char); // expected-error {{parameter}}
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 6 // A parameter pack whose name appears within the pattern of a pack
8 // name of a parameter pack is only expanded by the innermost
10 // name one or more parameter packs that are not expanded by a nested
15 typedef pair<Types, int...> expand_no_packs; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
16 typedef pair<pair<Types..., int>..., int> expand_with_expanded_nested; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
19 // All of the parameter packs expanded by a pack expansion shall have
25 typedef tuple<pair<Types, OtherTypes>...> type; // expected-error{{pack expansion contains parameter packs 'Types' and 'OtherTypes' that have different lengths (3 vs. 2)}}
37 // An appearance of a name of a parameter pack that is not expanded is
40 // Test for unexpanded parameter packs in each of the type nodes.
43 : public Types, public T // expected-error{{base type contains unexpanded parameter pack 'Types'}
    [all...]
parameter-matching.cpp 3 // Check for template type parameter pack (mis-)matches with template
8 template<typename ...T> struct X1t; // expected-note{{previous template type parameter pack declared here}}
9 template<typename T> struct X1t; // expected-error{{template type parameter conflicts with previous template type parameter pack}}
11 template<typename T> struct X2t; // expected-note{{previous template type parameter declared here}}
12 template<typename ...T> struct X2t; // expected-error{{template type parameter pack conflicts with previous template type parameter}}
17 template<template<typename ...T> class> struct X1t_intt; // expected-note{{previous template type parameter pack declared here}}
18 template<template<typename T> class> struct X1t_intt; // expected-error{{template type parameter conflicts with previous template type parameter pack}
    [all...]
  /external/clang/test/SemaObjC/
warn-unused-exception-param.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions -Wunused-exception-parameter %s
3 @try {} @catch(id a) {} // expected-warning{{unused exception parameter 'a'}}
  /frameworks/compile/slang/tests/F_root_compute_too_many_args/
stderr.txt.expect 1 root_compute_too_many_args.rs:6:20: error: Unexpected kernel root() parameter 'extra1' of type 'uint32_t'
2 root_compute_too_many_args.rs:6:37: error: Unexpected kernel root() parameter 'extra2' of type 'uint32_t'
  /frameworks/compile/slang/tests/F_root_compute_non_const_usrData/
stderr.txt.expect 1 root_compute_non_const_usrData.rs:4:44: error: Unexpected kernel root() parameter 'usrData' of type 'void *'
  /frameworks/compile/slang/tests/F_root_compute_non_ptr_usrData/
stderr.txt.expect 1 root_compute_non_ptr_usrData.rs:4:48: error: Unexpected kernel root() parameter 'usrData' of type 'const int'
  /frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
stderr.txt.expect 1 root_compute_non_uint32_t_xyzar.rs:5:15: error: Unexpected kernel root() parameter 'x' of type 'int'
2 root_compute_non_uint32_t_xyzar.rs:5:24: error: Unexpected kernel root() parameter 'y' of type 'float'
3 root_compute_non_uint32_t_xyzar.rs:5:34: error: Unexpected kernel root() parameter 'z' of type 'double'
4 root_compute_non_uint32_t_xyzar.rs:5:43: error: Unexpected kernel root() parameter 'ar' of type 'uchar'
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 3 // When it is part of a parameter-declaration-clause, the parameter
4 // pack is a function parameter pack.
11 // [ Note: Otherwise, the parameter-declaration is part of a
12 // template-parameter-list and the parameter pack is a template
13 // parameter pack; see 14.1. -- end note ]
23 // only be used in a parameter-declaration.
24 int (...f2)(int); // expected-error{{only function and template parameters can be parameter packs}}
27 int ...x; // expected-error{{only function and template parameters can be parameter packs}
    [all...]
  /libcore/luni/src/main/java/java/sql/
ParameterMetaData.java 27 * Indicates that the parameter mode is {@code IN}.
32 * Indicates that the parameter mode is {@code INOUT}.
37 * Indicates that the parameter mode is {@code OUT}.
42 * Indicates that the parameter mode is not known.
47 * Indicates that a parameter is not permitted to be {@code NULL}.
52 * Indicates that a parameter is permitted to be {@code NULL}.
57 * Indicates that whether a parameter is allowed to be {@code null} or not
64 * a parameter to the method {@code PreparedStatement.setObject}.
67 * the index number of the parameter, where the first parameter
    [all...]
  /external/apache-http/src/org/apache/http/params/
HttpParams.java 46 * Obtains the value of the given parameter.
50 * @return an object that represents the value of the parameter,
51 * <code>null</code> if the parameter is not set or if it
59 * Assigns the value to the parameter with the given name.
61 * @param name parameter name
62 * @param value parameter value
74 * Removes the parameter with the specified name.
76 * @param name parameter name
78 * @return true if the parameter existed and has been removed, false else.
83 * Returns a {@link Long} parameter value with the given name.
    [all...]

Completed in 2296 milliseconds

1 2 3 4 5 6 7 8 91011>>