HomeSort by relevance Sort by last modified time
    Searched full:constrain (Results 26 - 50 of 183) sorted by null

12 3 4 5 6 7 8

  /external/ceres-solver/internal/ceres/
corrector.h 57 // in a divide by zero error. Thus we constrain alpha to be upper
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_sign_in_container.mm 72 // Constrain the web view to be a little shorter than the given sizes, leaving
  /external/chromium_org/media/tools/constrained_network_server/
traffic_control.py 66 port: Port to constrain (integer 1-65535).
103 port: Port to constrain (integer 1-65535).
190 port: Port to constrain (integer 1-65535).
215 port: Port to constrain (integer 1-65535).
  /external/llvm/test/MC/ARM/
elf-reloc-03.ll 7 ;; The args to llc are there to constrain the codegen only.
  /packages/apps/Exchange/src/com/android/exchange/adapter/
SearchParser.java 102 // FLAG: In EmailSyncParser.commit(), we have complicated logic to constrain the size
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utf8ByteLengthFilter.java 23 * This filter will constrain edits so that the text length is not
  /device/google/accessory/demokit/firmware/demokit/
demokit.pde 244 msg[1] = constrain(x, -128, 127);
245 msg[2] = constrain(y, -128, 127);
  /frameworks/base/graphics/java/android/graphics/
Color.java 257 h = MathUtils.constrain(h, 0.0f, 1.0f);
258 s = MathUtils.constrain(s, 0.0f, 1.0f);
259 b = MathUtils.constrain(b, 0.0f, 1.0f);
  /external/llvm/lib/Target/Hexagon/
HexagonOperands.td 398 // Constrain to 32 bits, and then check for single bit.
409 // Constrain to 32 bits, and then check for single bit.
424 // Constrain to 16 bits, and then check for single bit.
434 // Constrain to 16 bits, and then check for single bit.
449 // Constrain to 8 bits, and then check for single bit.
459 // Constrain to 8 bits, and then check for single bit.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Drawer.js 77 return Number.constrain(height, Preferences.minConsoleHeight, this._inspectorView.devtoolsElement().offsetHeight - Preferences.minConsoleHeight);
331 height = Number.constrain(height, Preferences.minConsoleHeight, this._inspectorView.devtoolsElement().offsetHeight - Preferences.minConsoleHeight);
MemoryStatistics.js 273 this._minimumIndex = Number.constrain(this._counters.upperBound(start, comparator) - 1, 0, this._counters.length - 1);
276 this._maximumIndex = Number.constrain(this._counters.lowerBound(end, comparator), 0, this._counters.length - 1);
SidebarOverlay.js 103 var width = Number.constrain(newWidth, this._minimalWidth, this._totalWidth);
  /external/ceres-solver/examples/
circle_fit.cc 74 // Note that the radius is parameterized as r = m^2 to constrain the radius to
  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 235 // Constrain the popup to the monitor's bounds.
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.cc 170 // Constrain the size to popup min/max.
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 52 // Returns YES if it is ok to constrain the window's frame to fit the screen.
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.cc 225 // Constrain the popup to the monitor's bounds.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 91 // 2. Constrain zoom value to the [min-zoom, max-zoom] range.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
stsearch.h 154 * @param breakiter A <tt>BreakIterator</tt> object used to constrain
181 * @param breakiter A <tt>BreakIterator</tt> object used to constrain
212 * @param breakiter A <tt>BreakIterator</tt> object used to constrain
242 * @param breakiter A <tt>BreakIterator</tt> object used to constrain
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
system-alloc_unittest.cc 126 // size_t parameter and the C++ standard does not constrain the size of
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
system-alloc_unittest.cc 126 // size_t parameter and the C++ standard does not constrain the size of
  /external/icu4c/i18n/unicode/
stsearch.h 154 * @param breakiter A <tt>BreakIterator</tt> object used to constrain
181 * @param breakiter A <tt>BreakIterator</tt> object used to constrain
212 * @param breakiter A <tt>BreakIterator</tt> object used to constrain
242 * @param breakiter A <tt>BreakIterator</tt> object used to constrain
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 83 #define NFA_CHO_TIMEOUT_FOR_RETRY 1000 /* ms, retry because of temp memory constrain */
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 84 /// ConstrainForSubReg - Try to constrain VReg to a register class that
  /external/llvm/lib/Target/R600/
SIFixSGPRCopies.cpp 44 /// allocator is now forced to constrain the register class of %vreg3 to

Completed in 4017 milliseconds

12 3 4 5 6 7 8