HomeSort by relevance Sort by last modified time
    Searched refs:solution (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/webrtc/
check_root_dir.py 22 It looks like you have a legacy checkout where the solution's top-level
27 1. Edit your .gclient file and change the solution name from 'trunk' to 'src'
38 for solution in config_dict.get('solutions', []):
39 if solution['name'] == 'trunk':
41 if solution.get('custom_vars', {}).get('root_dir'):
43 'custom_vars dictionary of the solution.')
  /external/protobuf/csharp/
buildall.sh 2 # Use mono to build solution and run all tests.
13 echo Building the solution.
build_packages.bat 6 @rem Build src/Google.Protobuf.sln solution in Release configuration first.
  /external/tensorflow/tensorflow/contrib/cmake/
python_sanity_test.py 68 solution = ("Please remove the invalid entry (or add the missing "
70 raise AssertionError(problem + "\n" + solution)
82 solution = "Please add the missing entry (comment to whitelist if needed)."
83 raise AssertionError(problem + "\n" + solution)
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
LinearPartition.java 90 int[][] solution = new int[n - 1][k - 1]; local
107 solution[i - 1][j - 1] = x;
113 return solution;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
SplineMath.java 116 double[] solution = new double[n]; // returned coefficients local
148 solution[n - 1] = result[n - 1] / system[n - 1][1];
150 solution[i] = (result[i] - system[i][2] * solution[i + 1]) / system[i][1];
152 return solution;
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /prebuilts/go/darwin-x86/doc/play/
solitaire.go 75 // If a solution is found, solve prints the board after
89 // see if this new board has a solution
108 // no solution found for this board
114 fmt.Println("no solution found")
  /prebuilts/go/darwin-x86/test/
solitaire.go 77 // If a solution is found, solve prints the board after each move in a backward
90 // see if this new board has a solution
109 // no solution found for this board
115 println("no solution found")
235.go 8 // Test the solution, silently.
  /prebuilts/go/linux-x86/doc/play/
solitaire.go 75 // If a solution is found, solve prints the board after
89 // see if this new board has a solution
108 // no solution found for this board
114 fmt.Println("no solution found")
  /prebuilts/go/linux-x86/test/
solitaire.go 77 // If a solution is found, solve prints the board after each move in a backward
90 // see if this new board has a solution
109 // no solution found for this board
115 println("no solution found")
235.go 8 // Test the solution, silently.
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 22 This script generates a Visual Studio solution file from a list of project
104 # Solution Configuration Platforms
148 # Solution Properties
256 Microsoft Visual Studio Solution File, Format Version $sln_vers${EOLDOS}
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_composition.py 274 solution = solve_order_list[0].solve(
277 solution = operator.solve(solution, adjoint=adjoint)
278 return solution
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /external/tensorflow/tensorflow/contrib/integrate/python/ops/
odes.py 364 def interpolate(solution, history, rk_state, i):
373 solution = solution.write(i, y)
374 return solution, history, rk_state, i + 1
379 solution = tensor_array_ops.TensorArray(
389 solution, history, _, _ = control_flow_ops.while_loop(
391 interpolate, (solution, history, rk_state, 1),
394 y = solution.stack(name=scope)
  /system/bt/osi/src/socket_utils/
README 19 term solution eliminating libcutils dependency from system /
  /external/flatbuffers/android/jni/
build_flatc.bat 58 rem Generate Visual Studio solution.
59 echo Generating solution for %cmake_generator%. >&2
  /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,
  /build/soong/cc/config/
arm_device.go 76 // better solution comes around. See Bug 27340895
88 // better solution comes around. See Bug 27340895
97 // better solution comes around. See Bug 27340895
106 // better solution comes around. See Bug 27340895
115 // better solution comes around. See Bug 27340895
124 // better solution comes around. See Bug 27340895
135 // better solution comes around. See Bug 27340895
  /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...]
  /build/blueprint/bootstrap/
glob.go 30 // or removed. The naive solution is to have the build.ninja file depend on all the
35 // The solution implemented here optimizes out regenerations when the directory modifications
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.S 88 # We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST

Completed in 1213 milliseconds

1 2 3 4