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

<<31323334353637383940>>

  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 126 // Modify the parameter vectors of the correct and wrong classes
128 // First modify the parameter value of the correct class
130 // Then modify the parameter value of the wrong class
159 // Modify the parameter vectors of the correct and wrong classes
161 // First modify the parameter value of the correct class
163 // Then modify the parameter value of the wrong class
  /libcore/luni/src/main/java/org/xml/sax/ext/
LexicalHandler.java 107 * <p>The reporting of parameter entities (including
111 * >http://xml.org/sax/features/lexical-handler/parameter-entities</code>
112 * feature to query or control the reporting of parameter entities.</p>
115 * parameter entities have '%' prepended to their names, and
134 * <li>parameter entities within declarations</li>
145 * @param name The name of the entity. If it is a parameter
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 87 * <code>TrustAnchor</code> parameter is <code>null</code>
105 * <code>PublicKey</code> parameter is <code>null</code>
159 // as a parameter to the constructor
183 // as a parameter to the constructor
210 // as a parameter to the constructor
236 // as a parameter to the constructor
  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 62 * Adds a parameter to the method. The "type" is a primitive or
75 * Normalizes the types in parameter lists to unambiguous binary form.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
MGF1ParameterSpecTest.java 54 * object using valid parameter
62 * Assertion: <code>NullPointerException</code> if parameter is <code>null</code>
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ProviderJCE.java 37 + " DSA key, parameter generation and signing; SHA-1 digest";
59 // Algorithm parameter generator
Support_ProviderRSA.java 37 + " DSA key, parameter generation and signing; SHA-1 digest";
63 // Algorithm parameter generator
Support_ProviderTrust.java 38 + " DSA key, parameter generation and signing; SHA-1 digest; SHA1PRNG SecureRandom";
61 // Algorithm parameter generator
  /external/apache-http/src/org/apache/http/auth/params/
AuthPNames.java 35 * Parameter names for HttpAuth.
47 * This parameter expects a value of type {@link String}.
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java 42 * parameter, or another func:result, and that it belongs to a func:function
59 msg = "func:result cannot appear within a variable, parameter, or another func:result.";
  /external/bison/lib/
msvc-inval.c 1 /* Invalid parameter handler for MSVC runtime libraries.
108 /* An invalid parameter notification from outside the gnulib code.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
ECNamedCurveTable.java 22 * return a parameter spec representing the passed in named
26 * @return a parameter spec for the curve, null if it is not available.
  /external/ceres-solver/include/ceres/
numeric_diff_cost_function.h 37 // parameter. The numeric differentiation wrapper will fill in the jacobian
38 // parameter if nececssary by repeatedly calling the Evaluate() function with
51 // where MyCostFunction has 1 residual and 2 parameter blocks with sizes 4 and 8
120 // To handle cases where a parameter is exactly zero, instead use the mean
129 // For each parameter in the parameter block, use finite differences to
130 // compute the derivative for that parameter.
133 // The parameter is exactly zero, so compromise and use the mean
  /external/chromium/base/
bind_internal.h.pump 88 // Target type for each bound parameter.
105 // Target type for each bound parameter.
122 // Target type for each bound parameter.
143 // no knowledge of the bound function and bound parameter types.
172 $$ the first bound parameter is the object.
248 // For methods, we need to be careful for parameter 1. We skip the
266 // Do not allow binding a non-const reference parameter. Non-const reference
268 // non-const reference parameter can make for subtle bugs because the
  /external/chromium/chrome/browser/chromeos/login/
user_image_view.h 41 // parameter.
45 // passed as a parameter.
  /external/chromium/chrome/browser/printing/
printer_query.h 28 // GetSettings() UI parameter.
45 // times to reinitialize the settings. |parent_view| parameter's window will
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
README 30 'scope' : <scope parameter for this auth>,
47 and an optional parameter object as its arguments. The callback is passed
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
README 30 'scope' : <scope parameter for this auth>,
47 and an optional parameter object as its arguments. The callback is passed
  /external/chromium/chrome/common/extensions/docs/
experimental.webInspector.inspectedWindow.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
400 This parameter was added in version
402 You must omit this parameter in earlier versions,
404 parameter, the manifest key
468 This parameter was added in version
470 You must omit this parameter in earlier versions,
472 parameter, the manifest ke
    [all...]
  /external/chromium/net/udp/
datagram_server_socket.h 33 // is an input parameter containing the maximum size |address| can hold
34 // and also an output parameter for the size of |address| upon completion.
  /external/clang/test/ASTMerge/
interface.m 12 // CHECK: interface2.m:39:19: error: class method 'bar:' has a parameter with a different types in different translation units ('float' vs. 'int')
16 // CHECK: interface2.m:57:20: error: instance method 'bar:' has a parameter with a different types in different translation units ('double' vs. 'float')
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 46 X5(const X5&, const X5& = X5()); // expected-warning{{no viable constructor copying parameter of type 'X5'}}
58 g3(X3()); // expected-warning{{no viable constructor copying parameter of type 'X3'}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp 20 // if the lambda- expression's parameter-declaration-clause is not
43 // parameter-declaration-clause of a lambda- declarator.
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 30 // Mangling function parameter packs
39 // Mangling non-trivial function parameter packs
  /external/clang/test/Preprocessor/
macro_fn.c 39 one_dot(x) /* empty ... argument: expected-warning {{must specify at least one argument for '...' parameter of variadic macro}} */
40 one_dot() /* empty first argument, elided ...: expected-warning {{must specify at least one argument for '...' parameter of variadic macro}} */

Completed in 621 milliseconds

<<31323334353637383940>>