HomeSort by relevance Sort by last modified time
    Searched refs:Solution (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 1 //===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
10 // PBQP Solution class.
24 /// \brief Represents a solution to a PBQP problem.
27 class Solution {
38 /// \brief Initialise an empty solution.
39 Solution()
HeuristicSolver.h 20 #include "Solution.h"
106 Solution s;
173 /// \brief Compute a solution to the PBQP problem instance with which this
175 /// @return A solution to the PBQP problem.
180 Solution computeSolution() {
204 /// \brief Set the solution of the given node.
205 /// @param nItr Node iterator to set solution for.
596 /// Given a PBQP Graph g representing a PBQP problem, you can find a solution
598 /// <tt>Solution s = HeuristicSolver<H>::solve(g);</tt>
601 /// speed and solution quality. The heuristic should be chosen based on th
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 22 import com.android.ide.eclipse.adt.AdtPlugin.CheckSdkErrorHandler.Solution;
108 Solution.OPEN_SDK_MANAGER,
132 Solution.OPEN_P2_UPDATE,
171 Solution.OPEN_SDK_MANAGER,
  /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;
180 public enum Solution {
191 public abstract boolean handleError(Solution solution, String message);
197 public abstract boolean handleWarning(Solution solution, String message);
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 14 1) On the main menu, select "File | Open Solution".
17 2) Display the Solution Explorer view (Ctrl+Alt+L)
30 5) Select "Build | Clean Solution".
32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /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,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java 168 CheckSdkErrorHandler.Solution solution,
175 CheckSdkErrorHandler.Solution solution,
WelcomeWizardPage.java 268 CheckSdkErrorHandler.Solution solution,
277 CheckSdkErrorHandler.Solution solution,
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 13 // solving this using a PBQP solver, and mapping the solution back to a
146 /// \brief Given a solved PBQP problem maps this solution back to a register
149 const PBQP::Solution &solution);
470 const PBQP::Solution &solution) {
478 // Iterate over the nodes mapping the PBQP solution to a register
484 unsigned alloc = solution.getSelection(node);
564 // * Map the solution back to a register allocation
604 PBQP::Solution solution local
    [all...]
  /external/libvpx/build/make/
gen_msvs_sln.sh 22 This script generates a Visual Studio 2005 solution file from a list of project
117 # Solution Configuration Platforms
149 # Solution Properties
266 Microsoft Visual Studio Solution File, Format Version $sln_vers${EOLDOS}
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 446 DeclareBit('vsproj', 'Generate Visual Studio projects and solution files.')
484 # Solution and target projects
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 594 milliseconds