HomeSort by relevance Sort by last modified time
    Searched refs:solution (Results 26 - 50 of 94) sorted by null

12 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 145 CheckSdkErrorHandler.Solution solution,
153 CheckSdkErrorHandler.Solution solution,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 352 double[] solution = new double[n]; // returned coefficients local
384 solution[n - 1] = result[n - 1] / system[n - 1][1];
386 solution[i] = (result[i] - system[i][2] * solution[i + 1]) / system[i][1];
388 return solution;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 29 import com.android.ide.eclipse.adt.AdtPlugin.CheckSdkErrorHandler.Solution;
181 public enum Solution {
192 public abstract boolean handleError(Solution solution, String message);
198 public abstract boolean handleWarning(Solution solution, String message);
    [all...]
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.cc 468 cholmod_dense* solution = local
470 memcpy(y, solution->x, sizeof(*y) * num_rows);
471 ss->Free(solution);
  /external/opencv/cvaux/src/
cvlmeds.cpp 678 double solution[9]; local
747 { /* ----------- computing the solution ----------- */
781 /* ----------- solution = V * W(-1) * U(T) * f ----------- */
787 solution[a] = 0;
791 solution[a] += temp2[a_num + t] * f[t];
801 solution[a] = solution[a - 1];
804 solution[a] = 1;
816 summ += A[a9 + t] * solution[t];
828 F[j] = solution[j]
    [all...]
  /external/v8/src/
d8.js 12 // Hacky solution to circumvent forcing --allow-natives-syntax for d8
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 171 CheckSdkErrorHandler.Solution solution,
178 CheckSdkErrorHandler.Solution solution,
WelcomeWizardPage.java 268 CheckSdkErrorHandler.Solution solution,
277 CheckSdkErrorHandler.Solution solution,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 10 information to only one listener, EventHubs provide a simple solution in
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 22 This script generates a Visual Studio solution file from a list of project
133 # Solution Configuration Platforms
177 # Solution Properties
320 Microsoft Visual Studio Solution File, Format Version $sln_vers${EOLDOS}
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 22 This script generates a Visual Studio 2005 solution file from a list of project
133 # Solution Configuration Platforms
177 # Solution Properties
317 Microsoft Visual Studio Solution File, Format Version $sln_vers${EOLDOS}
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 504 for tgt in libs examples docs solution; do
682 enable_feature solution
695 all_targets="${all_targets} solution"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
splet.s 49 rd %asr15, %g0 ! other solution
  /external/chromium-trace/catapult/third_party/vinn/vinn/
d8_bootstrap.js 41 * Our solution is to monkeypatch quit() s.t. quit(1) becomes exitcode=2.
  /external/libvpx/libvpx/
configure 493 for tgt in libs examples docs solution; do
647 enable_feature solution
660 all_targets="${all_targets} solution"
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 82 the GL. Isn't there another solution?
  /sdk/find_java/
find_java.bat 29 rem This first-pass solution returns the correct architecture even if you
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BigMatrixImpl.java 29 * solution and inverse.
1105 final BigDecimal[][] solution = ((BigMatrixImpl) (solve(bMatrix))).getDataRef(); local
    [all...]
  /external/ceres-solver/
Android.mk 115 # which there is no solution. Hide the warning instead.
  /external/valgrind/cachegrind/
cg_annotate.in 682 @@ solution: Recompile program and rerun under "valgrind --cachesim=yes" to
690 @@ solution: none, sorry
705 @@ Probable cause and solution:
  /external/iproute2/doc/
api-ip6-flowlabels.tex 113 Certainly, it is not solution but rather attempt to force applications
126 before filling known fields is robust but stupid solution.
  /external/v8/benchmarks/
deltablue.js 167 * record the solution, perhaps modifying the current dataflow
239 * Returns true if this constraint is satisfied in the current solution.
388 * Answer true if this constraint is satisfied in the current solution.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
  /external/valgrind/callgrind/
callgrind_annotate.in 1008 @@ solution: Recompile program and rerun under "valgrind --cachesim=yes" to
    [all...]

Completed in 1232 milliseconds

12 3 4