/external/llvm/include/llvm/CodeGen/PBQP/ |
Solution.h | 1 //===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===// 10 // PBQP Solution class. 23 /// \brief Represents a solution to a PBQP problem. 26 class Solution { 37 /// \brief Initialise an empty solution. 38 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; 110 Solution.OPEN_SDK_MANAGER, 119 Solution.OPEN_SDK_MANAGER, 143 Solution.OPEN_P2_UPDATE, 182 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 | 171 CheckSdkErrorHandler.Solution solution, 178 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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 1147 # detect this makes a solution impossible, else return 1. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 1147 # detect this makes a solution impossible, else return 1. [all...] |
/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 314 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
|
/external/chromium_org/third_party/libjingle/source/talk/ |
main.scons | 839 DeclareBit('vsproj', 'Generate Visual Studio projects and solution files.') 877 # Solution and target projects
|
/prebuilts/tools/common/netbeans-visual/ |
org-netbeans-api-visual.jar | |