/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_popup.cc | 150 // Constrain the size to popup min/max.
|
/external/chromium_org/chrome/common/extensions/api/ |
tts.json | 132 "description": "Speaking rate relative to the default rate for this voice. 1.0 is the default rate, normally around 180 to 220 words per minute. 2.0 is twice as fast, and 0.5 is half as fast. Values below 0.1 or above 10.0 are strictly disallowed, but many voices will constrain the minimum and maximum rates further—for example a particular voice may not actually speak faster than 3 times normal even if you specify a value larger than 3.0."
|
/external/chromium_org/chrome/renderer/net/ |
predictor_queue_unittest.cc | 76 // full. This shows the buffer size can constrain writes (and we're not
|
/external/chromium_org/remoting/host/ |
input_injector_mac.cc | 194 // Constrain the mouse position to the desktop coordinates.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SuggestBox.js | 238 index = Number.constrain(index, 0, this._length - 1);
|
DataGrid.js | [all...] |
SplitView.js | 375 return Number.constrain(sidebarSize, from, to);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 315 // and II requires a GR32_NOSP, just constrain VReg to GR32_NOSP. 429 // RC is a sub-class of VRC that supports SubIdx. Try to constrain VReg 497 // constrain its register class or issue a COPY to a compatible register 520 // RegisterCoalescer will constrain it further if it decides to eliminate [all...] |
/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsRecorder.java | 105 mPersistThresholdBytes = MathUtils.constrain(
|
/external/checkpolicy/ |
policy_parse.y | 88 %token CONSTRAIN 506 constraint_def : CONSTRAIN names names cexpr ';'
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderReplaced.cpp | 294 // constrain the size below, the correct intrinsic size will be obtained for comparison against 313 // Now constrain the intrinsic size along each axis according to minimum and maximum width/heights along the
|
/external/proguard/docs/manual/ |
gui.html | 167 The text field following each entry allows to constrain the applicable classes 198 contain text fields and check boxes to constrain these items. They have
|
/frameworks/base/core/java/android/net/ |
NetworkStatsHistory.java | 247 return MathUtils.constrain(index, 0, bucketCount - 1); 261 return MathUtils.constrain(index, 0, bucketCount - 1);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartSweepView.java | 485 final float clampedTargetY = MathUtils.constrain( 494 final float clampedTargetX = MathUtils.constrain(
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
gui.html | 175 The text field following each entry allows to constrain the applicable classes 206 contain text fields and check boxes to constrain these items. They have
|
/external/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 71 // screen, shrink the "constrain" by this much vertically. Currently
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 78 // screen, shrink the "constrain" by this much vertically. Currently
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
framed_browser_window.mm | 285 // Do not constrain the frame rect if our delegate says no. In this case,
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
TrackingInputHandler.java | 115 // Constrain cursor to the image area.
|
/external/chromium_org/ui/gl/ |
gl_surface_egl.cc | 329 // constrain blending precision.
|
/external/jpeg/ |
wizard.doc | 25 wide compatibility of low-quality files, you can constrain the scaled
|
/external/qemu/distrib/jpeg-6b/ |
wizard.doc | 25 wide compatibility of low-quality files, you can constrain the scaled
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
Address.java | 63 // TODO: Fix this to better constrain comments.
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 542 // However, we still need to constrain that value to be 0 or 1. 556 // We can't constrain the value to 0 or 1. [all...] |