HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 101 - 125 of 8695) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/templates/other/Daydream/
template.xml 11 <parameter
18 <parameter
25 <parameter
32 <parameter
39 <parameter
  /prebuilts/sdk/api/
1.xml     [all...]
2.xml     [all...]
  /external/ceres-solver/internal/ceres/
parameter_block.h 50 // The parameter block encodes the location of the user's original value, and
51 // also the "current state" of the parameter. The evaluator uses whatever is in
52 // the current state of the parameter when evaluating. This is inlined since the
56 // parameter block may also hold a pointer to a local parameterization; the
57 // parameter block does not take ownership of this pointer, so the user is
70 // The size of the parameter block.
73 // Manipulate the parameter state.
76 << "Tried to set the state of constant parameter "
79 << "Tried to set the state of constant parameter "
86 // Copy the current parameter state out to x. This is "GetState()" rather tha
    [all...]
  /cts/tools/signature-tools/src/signature/model/
IParameter.java 20 * {@code IParameter} models a parameter of an {@link IExecutableMember}.
25 * Returns the type of this parameter.
27 * @return the type of this parameter
  /external/clang/test/Sema/
sentinel-attribute.c 7 void f3(int a, ...) __attribute__ ((sentinel("hello"))); //expected-error{{'sentinel' attribute requires parameter 1 to be an integer constant}}
9 void f4(int a, ...) __attribute__ ((sentinel(-1))); //expected-error{{parameter 1 less than zero}}
10 void f4(int a, ...) __attribute__ ((sentinel(0, 2))); // expected-error{{parameter 2 not 0 or 1}}
function.c 20 int t5(b); // expected-error {{parameter list without types}}
23 int t7(, ); // expected-error {{expected parameter declarator}} expected-error {{expected parameter declarator}}
24 int t8(, int a); // expected-error {{expected parameter declarator}}
25 int t9(int a, ); // expected-error {{expected parameter declarator}}
33 void t12(int) {} // expected-error{{parameter name omitted}}
44 y(y) { return y; } // expected-warning{{parameter 'y' was not declared, defaulting to type 'int'}} \
83 unknown_type t18(void*) { // expected-error {{unknown type name 'unknown_type'}} expected-error{{parameter name omitted}}
  /external/jsr305/ri/src/main/java/javax/annotation/
ParametersAreNonnullByDefault.java 16 * annotation of the corresponding parameter in the superclass applies)
17 * <li> there is a default parameter annotation applied to a more tightly nested
24 @TypeQualifierDefault(ElementType.PARAMETER)
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigerrorhandler1.js 100 * Checks behavior of "error-handler" configuration parameter.
102 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-error-handler
118 var parameter = "eRrOr-handler";
125 origHandler = domConfig.getParameter(parameter);
126 canSet = domConfig.canSetParameter(parameter,errorHandler);
128 canSet = domConfig.canSetParameter(parameter,origHandler);
130 domConfig.setParameter(parameter, errorHandler.handleError);
131 state = domConfig.getParameter(parameter);
133 domConfig.setParameter(parameter, origHandler.handleError);
134 state = domConfig.getParameter(parameter);
    [all...]
  /sdk/templates/other/BroadcastReceiver/
template.xml 8 <parameter
15 <parameter
22 <parameter
  /sdk/templates/other/Service/
template.xml 8 <parameter
15 <parameter
22 <parameter
  /external/ceres-solver/docs/
reference-overview.tex 9 Where $f_i(\cdot)$ is a cost function that depends on the parameter blocks $\left[x_{i_1}, \hdots , x_{i_k}\right]$ and $\rho_i$ is a loss function. In most optimization problems small groups of scalars occur together. For example the three components of a translation vector and the four components of the quaternion that define the pose of a camera. We refer to such a group of small scalars as a Parameter Block. Of course a parameter block can just have a single parameter.
10 The term $ \rho_i\left(\left\|f_i\left(x_{i_1},\hdots,x_{i_k}\right)\right\|^2\right)$ is known as a Residual Block. A Ceres problem is a collection of residual blocks, each of which depends on a subset of the parameter blocks.
14 \item{Modeling} Define parameter blocks and residual blocks and build a \texttt{Problem} object containing them.
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 13 int (*f7)(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}}
15 int (*f9(int n))(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}}
16 int typedef f10(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}}
17 using T = int(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}}
20 int (*p)(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}}
25 int (*p)(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}}
  /external/clang/test/SemaCXX/
default1.cpp 12 int l, // expected-error {{missing default argument on parameter 'l'}}
13 int, // expected-error {{missing default argument on parameter}}
14 int n);// expected-error {{missing default argument on parameter 'n'}}
18 // expected-note{{passing argument to parameter here}}
31 // expected-note{{passing argument to parameter 'y' here}}
34 // expected-note{{passing argument to parameter here}}
  /sdk/templates/activities/FullscreenActivity/
template.xml 13 <parameter
21 <parameter
30 <parameter
39 <parameter
46 <parameter
54 <parameter
  /sdk/templates/activities/MasterDetailFlow/
template.xml 16 <parameter
24 <parameter
32 <parameter
40 <parameter
47 <parameter
55 <parameter
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p5-0x.cpp 17 // - A function parameter pack that does not occur at the end of the
18 // parameter-declaration-clause.
  /external/clang/test/CXX/temp/temp.param/
p1.cpp 4 template<template<> class C> class D; // expected-error{{template template parameter must have its own template parameters}}
10 class C> // expected-error{{template parameter missing a default argument}}
p13.cpp 6 // template-parameter can be used in the declaration of subsequent
12 // Check for bogus template parameter shadow warning.
  /external/doclava/test/api/
parameter-changed-2.xml 30 <parameter name="args" type="java.lang.Integer">
31 </parameter>
parameter-changed-3.xml 19 <parameter name="o" type="java.lang.Object">
20 </parameter>
  /external/llvm/test/YAMLParser/
construct-custom.data 27 my-parameter: foo
28 my-another-parameter: [1,2,3]
  /libcore/luni/src/main/java/java/sql/
DataTruncation.java 34 private boolean parameter = false; field in class:DataTruncation
57 * the Index value of the column value or parameter that was
59 * @param parameter
60 * {@code true} if it was a parameter value that was truncated,
70 public DataTruncation(int index, boolean parameter, boolean read,
74 this.parameter = parameter;
86 * the Index value of the column value or parameter that was
88 * @param parameter
89 * true if it was a Parameter value that was truncated, fals
    [all...]
  /sdk/templates/activities/BlankActivity/
template.xml 11 <parameter
20 <parameter
29 <parameter
38 <parameter
45 <parameter
53 <parameter
64 </parameter>
66 <parameter
  /sdk/templates/other/CustomView/
template.xml 10 <parameter
17 <parameter

Completed in 2424 milliseconds

1 2 3 45 6 7 8 91011>>