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

<<41424344454647484950>>

  /device/samsung/maguro/overlay/packages/apps/Mms/res/xml-mcc310-mnc490/
mms_config.xml 29 <!-- User-Agent parameter used in MMS http request -->
  /device/samsung/maguro/overlay/packages/apps/Mms/res/xml-mcc310-mnc560/
mms_config.xml 30 <!-- User-Agent parameter used in MMS http request -->
  /device/samsung/maguro/overlay/packages/apps/Mms/res/xml-mcc310-mnc680/
mms_config.xml 30 <!-- User-Agent parameter used in MMS http request -->
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
LDAPCertStoreParametersTest.java 51 * with the default parameter values (server name "localhost", port 389)
62 * with the default parameter values (server name "localhost", port 389)
109 * with the specified parameter values
120 * with the specified parameter values
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyPairGenerator2.java 57 throw new InvalidParameterException("Incorrect keysize parameter");
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
MyCertPathBuilderSpi.java 42 throw new CertPathBuilderException("Null parameter");
  /external/bison/lib/
msvc-nothrow.c 1 /* Wrappers that don't throw invalid parameter notifications
  /external/bluetooth/bluedroid/bta/include/
bta_av_ci.h 57 ** Parameter err_code is set to an AVDTP status value;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
AlgorithmParameterGeneratorSpi.java 38 throw new InvalidAlgorithmParameterException("DH parameter generator requires a DHGenParameterSpec for initialisation");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
AlgorithmParameterGeneratorSpi.java 40 throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for DSA parameter generation.");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
KeyPairGeneratorSpi.java 58 throw new InvalidAlgorithmParameterException("parameter object not a RSAKeyGenParameterSpec");
  /external/ceres-solver/data/nist/
BoxBOD.dat 40 Start 1 Start 2 Parameter Standard Deviation
Misra1a.dat 40 Start 1 Start 2 Parameter Standard Deviation
Misra1b.dat 40 Start 1 Start 2 Parameter Standard Deviation
Misra1c.dat 40 Start 1 Start 2 Parameter Standard Deviation
Misra1d.dat 40 Start 1 Start 2 Parameter Standard Deviation
Rat42.dat 40 Start 1 Start 2 Parameter Standard Deviation
  /external/ceres-solver/docs/
helloworld.tex 17 1 /* size of first parameter */> {
33 \texttt{SimpleCostFunction} is provided with an input array of parameters, an output array for residuals and an optional output array for Jacobians. In our example, there is just one parameter and one residual and this is known at compile time, therefore we can save some code and instead of inheriting from \texttt{CostFunction}, we can instaed inherit from the templated \texttt{SizedCostFunction} class.
71 Starting from a $x=5$, the solver in two iterations goes to 10~\footnote{Actually the solver ran for three iterations, and it was by looking at the value returned by the linear solver in the third iteration, it observed that the update to the parameter block was too small and declared convergence. Ceres only prints out the display at the end of an iteration, and terminates as soon as it detects convergence, which is why you only see two iterations here and not three.}. The careful reader will note that this is a linear problem and one linear solve should be enough to get the optimal value. The default configuration of the solver is aimed at non-linear problems, and for reasons of simplicity we did not change it in this example. It is indeed possible to obtain the solution to this problem using Ceres in one iteration. Also note that the solver did get very close to the optimal function value of 0 in the very first iteration. We will discuss these issues in greater detail when we talk about convergence and parameter settings for Ceres.
  /external/ceres-solver/include/ceres/
solver.h 147 // The parameter max_consecutive_nonmonotonic_steps controls the
253 // parameter blocks, i.e, each parameter block belongs to exactly
258 // Given such an ordering, Ceres ensures that the parameter blocks in
261 // each group, Ceres is free to order the parameter blocks as it
264 // If NULL, then all parameter blocks are assumed to be in the
295 // But if the user already knows what parameter blocks are points and
297 // the parameter blocks into two groups, one for the points and one
314 // this parameter to true runs the ordering algorithms in block
320 // structure in the way the parameter blocks interact that it i
    [all...]
  /external/ceres-solver/internal/ceres/
block_jacobian_writer.h 77 // Stores the position of each residual / parameter jacobian.
86 // find the offset in the values_ array of each residual/parameter jacobian
92 // the derivative of residual block i with respect to the parameter block at
102 // Take y as a constant (non-active) parameter.
evaluator.cc 85 // Setup the Parameter indices and offsets before an evaluator can
118 // needed so that we can extract a parameter vector which is then
122 // Copy the value of the parameter blocks into a vector, since the
126 // the parameter blocks, rather than the temporary state pointer
  /external/chromium/app/sql/
diagnostic_error_delegate.h 22 // constructible. The template parameter makes the compiler to create unique
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_state.h 21 // positives like relying on the SPI_GETSCREENREADER system parameter. In Chrome
  /external/chromium/chrome/browser/autofill/
autofill_type.h 66 // the returned field type as the first parameter).
  /external/chromium/chrome/browser/chromeos/
gview_request_interceptor.h 22 // parameter.

Completed in 427 milliseconds

<<41424344454647484950>>