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

<<11121314151617181920>>

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 25 // Visitor that collects unexpanded parameter packs
29 /// \brief A class that collects unexpanded parameter packs.
48 // Recording occurrences of (unexpanded) parameter packs.
51 /// \brief Record occurrences of template type parameter packs.
58 /// \brief Record occurrences of template type parameter packs
71 /// parameter packs in an expression.
79 /// \brief Record occurrences of template template parameter packs.
107 // Pruning the search for unexpanded parameter packs.
111 /// do not contain unexpanded parameter packs.
121 /// unexpanded parameter packs
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 34 * 2005/06/12: geir.hedemark@telio.no: Changed behaviour of qop parameter in
98 * set the specified parameter. Bug reported by Dominic Sparks.
101 * name of the parameter
103 * value of the parameter.
185 * parameter value. Realm strings MUST be globally unique. It is RECOMMENDED
200 + " AuthenticationHeader, setRealm(), The realm parameter is null");
218 * parameter value.
231 + " AuthenticationHeader, setNonce(), The nonce parameter is null");
247 * Sets the URI of the WWWAuthenicateHeader to the <var>uri</var> parameter
284 * parameter value
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
Equalizer.java 38 * <p>The methods, parameter types and units exposed by the Equalizer implementation are directly
56 * Number of bands. Parameter ID for OnParameterChangeListener
60 * Band level range. Parameter ID for OnParameterChangeListener
64 * Band level. Parameter ID for OnParameterChangeListener
68 * Band center frequency. Parameter ID for OnParameterChangeListener
72 * Band frequency range. Parameter ID for
77 * Band for a given frequency. Parameter ID for OnParameterChangeListener
82 * Current preset. Parameter ID for OnParameterChangeListener
86 * Request number of presets. Parameter ID for OnParameterChangeListener
90 * Request preset name. Parameter ID for OnParameterChangeListene
    [all...]
  /external/ceres-solver/include/ceres/
problem.h 106 // squares problem containing 3 parameter blocks of sizes 3, 4 and 5
148 // parameter blocks it expects. The function checks that these match
149 // the sizes of the parameter blocks listed in parameter_blocks. The
154 // The user has the option of explicitly adding the parameter blocks
156 // checking; however, AddResidualBlock implicitly adds the parameter
189 // parameter block arguments as a vector, list them as pointers.
233 // Add a parameter block with appropriate size to the problem.
239 // Add a parameter block with appropriate size and parameterization
247 // Hold the indicated parameter block constant during optimization.
250 // Allow the indicated parameter to vary during optimization
    [all...]
  /external/flac/libFLAC/
bitwriter.c 439 unsigned FLAC__bitwriter_rice_bits(FLAC__int32 val, unsigned parameter)
443 FLAC__ASSERT(parameter < sizeof(unsigned)*8);
448 return 1 + parameter + (uval >> parameter);
452 unsigned FLAC__bitwriter_golomb_bits_signed(int val, unsigned parameter)
457 FLAC__ASSERT(parameter > 0);
465 k = FLAC__bitmath_ilog2(parameter);
466 if(parameter == 1u<<k) {
475 d = (1 << (k+1)) - parameter;
476 q = uval / parameter;
    [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Writer.h 59 * @return M4ERR_PARAMETER: At least one parameter is null
77 * @return M4ERR_PARAMETER: At least one parameter is null or incorrect
94 * @return M4ERR_PARAMETER: At least one parameter is null or incorrect
110 * @return M4ERR_PARAMETER: At least one parameter is null or incorrect
127 * @return M4ERR_PARAMETER: At least one parameter is null or incorrect
146 * @return M4ERR_PARAMETER: At least one parameter is null or incorrect
167 * @return M4ERR_PARAMETER: At least one parameter is null or incorrect
179 * @return M4ERR_PARAMETER: At least one parameter is null or incorrect
196 * @return M4ERR_PARAMETER: At least one parameter is null or incorrect
219 * @return M4ERR_PARAMETER: At least one parameter is null or incorrec
    [all...]
  /external/chromium/chrome/common/extensions/docs/
contextMenus.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
459 Description of this parameter from the json schema.
462 This parameter was added in version
464 You must omit this parameter in earlier versions,
466 parameter, the manifest key
507 This parameter was added in version
509 You must omit this parameter in earlier versions
    [all...]
experimental.webInspector.audits.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
461 This parameter was added in version
463 You must omit this parameter in earlier versions,
465 parameter, the manifest key
529 This parameter was added in version
531 You must omit this parameter in earlier versions,
533 parameter, the manifest ke
    [all...]
  /frameworks/av/include/media/
AudioEffect.h 167 * control of the effect engine when an effect parameter is changed.
174 * info: Pointer to optional parameter according to event type:
192 * on the priority parameter. If priority is higher than the priority used by the current
216 * value of priority parameter: negative values indicate lower priorities, positive values
258 * - BAD_VALUE: invalid parameter
311 /* Sets a parameter value.
314 * param: pointer to effect_param_t structure containing the parameter
319 * - BAD_VALUE: invalid parameter identifier or value.
324 /* Prepare a new parameter value that will be set by next call to
327 * parameter
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 31 // CHECK-ELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
35 // CHECK-NOELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
50 // CHECK-ELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
57 // CHECK-NOELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
80 // CHECK-ELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
86 // CHECK-NOELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
104 // CHECK-ELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
109 // CHECK-NOELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
145 // CHECK-ELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument
154 // CHECK-NOELIDE-TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argumen
    [all...]
diag-aka-types.cpp 26 void f(Foo::foo* x); // expected-note{{passing argument to parameter 'x' here}}
30 bar::f(x); // expected-error{{cannot initialize a parameter of type 'Foo::foo *' (aka 'bar::Foo::foo *') with an lvalue of type 'Foo::foo *'}}
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 366 List<Parameter> parameters = values.template.getTemplate().getParameters();
368 for (Parameter parameter : parameters) {
369 List<Element> options = parameter.getOptions();
370 if (parameter.type == Parameter.Type.ENUM) {
378 values.parameters.put(parameter.id, optionId);
379 if (parameter.id.equals("baseTheme")) {
479 List<Parameter> parameters = values.template.getTemplate().getParameters();
480 for (Parameter parameter : parameters)
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/
IExecutableMemberDelta.java 47 * Returns a set of parameter deltas or {@code null} if no deltas are
50 * @return a set of parameter deltas, maybe {@code null}
  /external/antlr/antlr-3.4/runtime/Perl5/
README 17 error(114): Expr.g:18:9: attribute is not a token, parameter, or return value: memory
18 error(114): Expr.g:36:9: attribute is not a token, parameter, or return value: v
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
AlgorithmParametersSpi.java 98 throw new InvalidParameterSpecException("unknown parameter spec passed to OAEP parameters object.");
129 throw new IOException("Not a valid OAEP Parameter encoding.");
133 throw new IOException("Not a valid OAEP Parameter encoding.");
149 throw new IOException("Unknown parameter format " + format);
205 throw new InvalidParameterSpecException("unknown parameter spec passed to PSS parameters object.");
237 throw new IOException("Not a valid PSS Parameter encoding.");
241 throw new IOException("Not a valid PSS Parameter encoding.");
256 throw new IOException("Unknown parameter format " + format);
  /external/ceres-solver/docs/
faq.tex 21 In most problems there is a natural parameter block structure, as there is a semantic meaning associated with groups of scalars -- mean vector of a distribution, color of a pixel etc. To group two scalar variables, ask yourself if residual blocks will always use these two variables together. If the answer is yes, then the two variables belong to the same parameter block.
28 While it is often the case that problems have a natural blocking of parameters into parameter blocks, it is not always clear what a good residual block structure is. One rule of thumb for non-linear least squares problems since they often come from data fitting problems is to create one residual block per observation. So if you are solving a Structure from Motion problem, one 2 dimensional residual block per 2d image projection is a good idea.
32 For example consider the following residual block of size 18 which depends on four parameter blocks of size 4 each. Shown below is the Jacobian structure of this residual block, the numbers in the columns indicate the size, and the numbers in the rows show a grouping of the matrix that best capture its sparsity structure. \texttt{X} indicates a non-zero block, the rest of the blocks are zero.
45 Notice that out of the 20 cells, only 8 are non-zero, in fact out of the 288 entries only 48 entries are non-zero, thus we are hiding substantial sparsity from the solver, and using up much more memory. It is much better to break this up into 5 residual blocks. One residual block of size 2 that depends on all four parameter block and four residual blocks of size 4 each that depend on one parameter block at a time.
49 Can I set part of a parameter block constant?
52 Yes, use \texttt{SubsetParameterization} as a local parameterization for the parameter block of interest. See \texttt{local\_parameterization.h} for more details.
  /external/chromium/chrome/browser/ui/options/
options_page_base.h 49 // Allows the UI to update when a preference value changes. The parameter is
52 // parameter to allow initial state to be set.
  /external/clang/test/Analysis/
malloc.cpp 26 // Test default parameter.
37 //This is handled because we look at the type of the parameter(not argument).
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p1.cpp 13 DefArg &operator=(const DefArg&, int k = 4) = default; // expected-error {{parameter of overloaded 'operator=' cannot have a default argument}}
14 DefArg &operator=(DefArg&&, int k = 4) = default; // expected-error {{parameter of overloaded 'operator=' cannot have a default argument}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp 14 int k) { }; // expected-error{{missing default argument on parameter 'k'}}
16 auto l2 = [](int i, int j = i) {}; // expected-error{{default argument references parameter 'i'}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p12.cpp 5 // parameter packs is independent of the number of deduced arguments
6 // for those template parameter packs.
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p21.cpp 4 // Note: Template argument deduction involving parameter packs
5 // (14.5.3) can deduce zero or more arguments for each parameter pack.
  /external/clang/test/Sema/
array-constraint.c 46 void strFunc(char *); // expected-note{{passing argument to parameter here}}
49 strFunc(staticAry); // expected-warning{{passing 'const char [5]' to parameter of type 'char *' discards qualifiers}}
attr-cleanup.c 31 int v1 __attribute__((cleanup(c2))); // expected-error {{'cleanup' function 'c2' must take 1 parameter}}
32 int v2 __attribute__((cleanup(c3))); // expected-error {{'cleanup' function 'c3' parameter has type 'struct s' which is incompatible with type 'int *'}}
attr-unused.c 1 // RUN: %clang_cc1 -verify -Wunused -Wused-but-marked-unused -Wunused-parameter -Wunused -fsyntax-only %s
29 int f3(int x) { // expected-warning{{unused parameter 'x'}}

Completed in 1545 milliseconds

<<11121314151617181920>>