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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Index/
overriding-method-comments.mm 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)AAA;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ </Para></Discussion></Parameter></Parameters></Function>]
31 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)BBB;</Declaration><Parameters><Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ </Para></Discussion></Parameter></Parameters></Function>]
37 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)III;</Declaration><Parameters><Parameter><Name>III</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ </Para></Discussion></Parameter></Parameters></Function>]
51 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>EXT_METH:::</Name><USR>c:objc(cs)Redec(im)EXT_METH:::</USR><Declaration>- (void)EXT_METH:(id)AAA:(double)BBB:(int)CCC;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> input value </Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</Index><Direction isExplicit="1">in</Direction><Discussion><Para> 2nd input value is double </Para></Discussion></Parameter><Parameter><Name>CCC</Name><Index>2</Index><Direction isExplicit="1">out</Direction><Discussion><P (…)
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigcanonicalform1.js 71 * Checks behavior of "canonical-form" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
87 var parameter = "cAnOnical-form";
92 state = domConfig.getParameter(parameter);
94 canSet = domConfig.canSetParameter(parameter,false);
96 canSet = domConfig.canSetParameter(parameter,true);
101 domConfig.setParameter(parameter, true);
102 state = domConfig.getParameter(parameter);
112 domConfig.setParameter(parameter, true);
119 state = domConfig.getParameter(parameter);
    [all...]
domconfigcheckcharacternormalization1.js 71 * Checks behavior of "check-character-normalization" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-check-character-normalization
87 var parameter = "cHeCk-character-normalization";
92 state = domConfig.getParameter(parameter);
94 canSet = domConfig.canSetParameter(parameter,false);
96 canSet = domConfig.canSetParameter(parameter,true);
101 domConfig.setParameter(parameter, true);
102 state = domConfig.getParameter(parameter);
112 domConfig.setParameter(parameter, true);
119 state = domConfig.getParameter(parameter);
    [all...]
domconfigdatatypenormalization1.js 71 * Checks behavior of "datatype-normalization" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-datatype-normalization
86 var parameter = "dAtAtype-normalization";
91 state = domConfig.getParameter(parameter);
93 canSet = domConfig.canSetParameter(parameter,false);
95 canSet = domConfig.canSetParameter(parameter,true);
100 domConfig.setParameter(parameter, true);
101 state = domConfig.getParameter(parameter);
111 domConfig.setParameter(parameter, true);
118 state = domConfig.getParameter(parameter);
    [all...]
domconfigelementcontentwhitespace1.js 71 * Checks behavior of "element-content-whitespace" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-element-content-whitespace
87 var parameter = "eLeMent-content-whitespace";
92 state = domConfig.getParameter(parameter);
94 canSet = domConfig.canSetParameter(parameter,true);
96 canSet = domConfig.canSetParameter(parameter,false);
101 domConfig.setParameter(parameter, false);
102 state = domConfig.getParameter(parameter);
112 domConfig.setParameter(parameter, false);
119 state = domConfig.getParameter(parameter);
    [all...]
domconfignormalizecharacters1.js 71 * Checks behavior of "normalize-characters" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-normalize-characters
87 var parameter = "nOrMalize-characters";
92 state = domConfig.getParameter(parameter);
94 canSet = domConfig.canSetParameter(parameter,false);
96 canSet = domConfig.canSetParameter(parameter,true);
101 domConfig.setParameter(parameter, true);
102 state = domConfig.getParameter(parameter);
112 domConfig.setParameter(parameter, true);
119 state = domConfig.getParameter(parameter);
    [all...]
domconfigschemalocation1.js 71 * Checks behavior of "schema-location" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-schema-location
87 var parameter = "sChEma-location";
95 canSet = domConfig.canSetParameter(parameter,true);
99 state = domConfig.getParameter(parameter);
114 canSet = domConfig.canSetParameter(parameter,sampleSchemaLocation);
116 canSet = domConfig.canSetParameter(parameter,nullSchemaLocation);
118 domConfig.setParameter(parameter, sampleSchemaLocation);
119 state = domConfig.getParameter(parameter);
121 domConfig.setParameter(parameter, nullSchemaLocation)
    [all...]
domconfigvalidate1.js 71 * Checks behavior of "validate" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-validate
87 var parameter = "vAlIdate";
92 state = domConfig.getParameter(parameter);
94 canSet = domConfig.canSetParameter(parameter,false);
96 canSet = domConfig.canSetParameter(parameter,true);
101 domConfig.setParameter(parameter, true);
102 state = domConfig.getParameter(parameter);
112 domConfig.setParameter(parameter, true);
119 state = domConfig.getParameter(parameter);
    [all...]
domconfigvalidateifschema1.js 71 * Checks behavior of "validate-if-schema" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-validate-if-schema
87 var parameter = "vAlIdate-if-schema";
92 state = domConfig.getParameter(parameter);
94 canSet = domConfig.canSetParameter(parameter,false);
96 canSet = domConfig.canSetParameter(parameter,true);
101 domConfig.setParameter(parameter, true);
102 state = domConfig.getParameter(parameter);
112 domConfig.setParameter(parameter, true);
119 state = domConfig.getParameter(parameter);
    [all...]
domconfigwellformed1.js 71 * Checks behavior of "well-formed" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-well-formed
87 var parameter = "wElL-formed";
92 state = domConfig.getParameter(parameter);
94 canSet = domConfig.canSetParameter(parameter,true);
96 canSet = domConfig.canSetParameter(parameter,false);
101 domConfig.setParameter(parameter, false);
102 state = domConfig.getParameter(parameter);
112 domConfig.setParameter(parameter, false);
119 state = domConfig.getParameter(parameter);
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 6 // converted to the type of the corresponding template-parameter then the
8 // -- for a non-type template-parameter of integral or enumeration type,
18 // -- for a non-type template-parameter of type pointer to object,
48 template<X const *Ptr> struct A2; // expected-note{{template parameter is declared here}}
66 template <int *> struct zed {}; // expected-note 2{{template parameter is declared here}}
75 // -- For a non-type template-parameter of type reference to object, no
78 // template-argument. The template-parameter is bound directly to the
81 template <int& N> struct S0 { }; // expected-note 3 {{template parameter is declared here}}
82 template <const int& N> struct S1 { }; // expected-note 2 {{template parameter is declared here}}
83 template <volatile int& N> struct S2 { }; // expected-note 2 {{template parameter is declared here}
    [all...]
  /prebuilts/sdk/api/
3.xml     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 5 Parameter = Struct.new( :name, :default )
6 class Parameter
35 when Parameter then name
36 else Parameter.new( name.to_s )
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECKey.java 11 * return a parameter specification representing the EC domain parameters
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p11.cpp 6 int b = a) { // expected-error {{default argument references parameter 'a'}}
  /external/clang/test/CXX/expr/
p3.cpp 3 double operator +(double, double); // expected-error{{overloaded 'operator+' must have at least one parameter of class or enumeration type}}
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-0x.cpp 6 struct X1<0, Values+1 ...>; // expected-error{{non-type template argument depends on a template parameter of the partial specialization}}
  /external/clang/test/CXX/temp/temp.param/
p14.cpp 4 // A template-parameter shall not be used in its own default argument.
  /external/clang/test/Sema/
knr-def-call.c 15 void f2(x) float x; { } // expected-warning{{promoted type 'double' of K&R function parameter is not compatible with the parameter type 'float' declared in a previous prototype}}
26 register char *s, c; // expected-warning{{promoted type 'char *' of K&R function parameter is not compatible with the parameter type 'const char *' declared in a previous prototype}}
  /external/clang/test/SemaCXX/
address-space-references.cpp 6 void f0(int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \
7 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
8 void f0(const int_1 &); // expected-note{{candidate function not viable: 1st argument ('int') is in address space 0, but parameter must be in address space 1}} \
9 // expected-note{{candidate function not viable: 1st argument ('int_2' (aka '__attribute__((address_space(2))) int')) is in address space 2, but parameter must be in address space 1}}
  /external/clang/test/SemaObjC/
objc-container-subscripting-3.m 6 - (void)setObject:(int)object atIndexedSubscript:(int)index; // expected-note {{parameter of type 'int' is declared here}}
11 - (void)setObject:(int)object forKeyedSubscript:(id)key; // expected-note {{parameter of type 'int' is declared here}}
17 array[2] = i; // expected-error {{cannot assign to this array because assigning method's 2nd parameter of type 'int' is not an Objective-C pointer type}}
23 dict[key] = val; // expected-error {{method object parameter type 'int' is not object type}}
  /external/clang/test/SemaTemplate/
crash-8204126.cpp 4 template<int> template<typename T> friend void foo(T) {} // expected-error{{extraneous template parameter list}}
elaborated-type-specifier.cpp 25 enum T::foo; // expected-error{{nested name specifier for a declaration cannot depend on a template parameter}}
26 enum T::bar { // expected-error{{nested name specifier for a declaration cannot depend on a template parameter}}
33 class T::bar; // expected-error{{nested name specifier for a declaration cannot depend on a template parameter}}
34 class T::bar { int x; }; // expected-error{{nested name specifier for a declaration cannot depend on a template parameter}}
  /external/iptables/include/linux/netfilter/
xt_esp.h 7 __u32 spis[2]; /* Security Parameter Index */
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ah.h 5 u_int32_t spis[2]; /* Security Parameter Index */

Completed in 2300 milliseconds

1 2 3 4 56 7 8 91011>>