HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 851 - 875 of 2162) sorted by null

<<31323334353637383940>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 16 * information in monitor.properties.
120 BufferedReader in = null;
124 in = new BufferedReader(new FileReader(file));
130 while ((aLine = in.readLine()) != null) {
145 if (in != null) {
147 in.close();
190 //send email notification that there are compile errors in the build
206 mailer.sendMultiPartMessage("Compile errors in build", "Compile errors in build. See attached compile logs.", logFiles);
211 System.out.println("Compile errors detected in "+nameWithPlugin)
    [all...]
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 16 // Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
66 * The default constructor is for cases in which the user intends to
81 * \param[in] A Self-adjoint matrix whose eigenvalues / eigenvectors will
84 * \param[in] B Self-adjoint matrix for the generalized eigenvalue problem.
85 * \param[in] nbrEigenvalues The number of eigenvalues / eigenvectors to compute.
87 * \param[in] eigs_sigma String containing either "LM", "SM", "LA", or "SA", with
90 * value can contain floating point value in string form, in which case the
92 * \param[in] options Can be #ComputeEigenvectors (default) or #EigenvaluesOnly.
93 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, whic
515 Scalar *in = workd + ipntr[0] - 1; local
566 Scalar *in = workd + ipntr[0] - 1; local
    [all...]