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

  /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 {
36 /// \brief Initialise an empty solution.
37 Solution()
RegAllocSolver.h 24 #include "Solution.h"
152 Solution solve() {
154 Solution S;
349 inline Solution solve(Graph& G) {
351 return Solution();
ReductionRules.h 19 #include "Solution.h"
147 // \brief Find a solution to a fully reduced graph by backpropagation.
150 // order and greedily compute a minimum solution based on the node costs, and
159 Solution backpropagate(GraphT& G, StackT stack) {
164 Solution s;
  /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;
181 public enum Solution {
192 public abstract boolean handleError(Solution solution, String message);
198 public abstract boolean handleWarning(Solution solution, String message);
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 18 1) On the main menu, select "File | Open Solution".
21 2) Display the Solution Explorer view (Ctrl+Alt+L)
34 5) Select "Build | Clean Solution".
36 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
141 /// \brief Given a solved PBQP problem maps this solution back to a register
144 const PBQP::Solution &solution);
461 const PBQP::Solution &solution) {
469 // Iterate over the nodes mapping the PBQP solution to a register
473 unsigned alloc = solution.getSelection(NId);
557 // * Map the solution back to a register allocation
597 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/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}
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 1267 milliseconds