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

12 3 4

  /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...]
  /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/chromium_org/third_party/libvpx/source/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}
  /external/libvpx/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/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"
  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 503 for tgt in libs examples docs solution; do
681 enable_feature solution
694 all_targets="${all_targets} solution"
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 82 the GL. Isn't there another solution?
  /external/libvpx/libvpx/
configure 504 for tgt in libs examples docs solution; do
682 enable_feature solution
695 all_targets="${all_targets} solution"
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 82 the GL. Isn't there another solution?
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 28 The solution, which may be applicable to some other HTML-like template
  /external/ceres-solver/
Android.mk 115 # which there is no solution. Hide the warning instead.
  /external/chromium_org/v8/src/
promise.js 24 // TODO(jkummerow/rossberg/yangguo): Find a better solution.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
utilities.mak 27 # The only solution is to change each newline into
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 111 " FIXME: some threaded solution would be better...but it
  /external/valgrind/main/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/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
extension_bridge.js 208 // cleaner solution. The root issue is that this should never be run on
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 170 * record the solution, perhaps modifying the current dataflow
242 * Returns true if this constraint is satisfied in the current solution.
391 * Answer true if this constraint is satisfied in the current solution.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 161 * record the solution, perhaps modifying the current dataflow
233 * Returns true if this constraint is satisfied in the current solution.
382 * Answer true if this constraint is satisfied in the current solution.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 161 * record the solution, perhaps modifying the current dataflow
233 * Returns true if this constraint is satisfied in the current solution.
382 * Answer true if this constraint is satisfied in the current solution.

Completed in 3114 milliseconds

12 3 4