/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_root_window_host_x11.cc | 680 gfx::Size maximum = native_widget_delegate_->GetMaximumSize(); local 681 if (maximum.IsEmpty()) { 685 hints.max_width = maximum.width(); 686 hints.max_height = maximum.height(); [all...] |
/external/chromium_org/v8/benchmarks/spinning-balls/ |
splay-tree.js | 139 * @return {SplayTree.Node} Node having the maximum key value. 154 * @return {SplayTree.Node} Node having the maximum key value that
|
/external/chromium_org/v8/tools/ |
splaytree.js | 156 * @return {SplayTree.Node} Node having the maximum key value. 171 * @return {SplayTree.Node} Node having the maximum key value that
|
/external/libvorbis/doc/ |
06-floor0.tex | 42 \varname{[floor0_book_list]} that is greater than the maximum codebook 87 greater than the maximum possible book value are reserved.
|
/external/v8/benchmarks/spinning-balls/ |
splay-tree.js | 139 * @return {SplayTree.Node} Node having the maximum key value. 154 * @return {SplayTree.Node} Node having the maximum key value that
|
/external/v8/tools/ |
splaytree.js | 156 * @return {SplayTree.Node} Node having the maximum key value. 171 * @return {SplayTree.Node} Node having the maximum key value that
|
/external/chromium_org/cc/layers/ |
scrollbar_layer_unittest.cc | 148 EXPECT_EQ(30, cc_scrollbar_layer->maximum()); 164 EXPECT_EQ(300, cc_scrollbar_layer->maximum()); 169 EXPECT_EQ(300, cc_scrollbar_layer->maximum()); 413 // The thumb is 10px long and the track is 100px, so the maximum thumb 418 // The scroll position is 80% of the maximum, so the thumb's position should 419 // be at 80% of its maximum or 72px.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_replication.py | 446 (minimum, maximum) = self.dbenvClient.rep_get_request() 447 self.dbenvClient.rep_set_request(minimum-1, maximum+1) 449 (minimum-1, maximum+1))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_replication.py | 446 (minimum, maximum) = self.dbenvClient.rep_get_request() 447 self.dbenvClient.rep_set_request(minimum-1, maximum+1) 449 (minimum-1, maximum+1))
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
json_schema.js | 476 if (schema.maximum !== undefined && instance > schema.maximum) 477 this.addError(path, "numberMaxValue", [schema.maximum]);
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
plugin.cc | 162 void HistogramEnumerate(const std::string& name, int sample, int maximum, 164 if (sample < 0 || sample >= maximum) { 174 ptr->HistogramEnumeration(pp::Var(name).pp_var(), sample, maximum); [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
splay.js | 234 * @return {SplayTree.Node} Node having the maximum key value. 249 * @return {SplayTree.Node} Node having the maximum key value that
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 195 # We'll jump a maximum of 5 times, to avoid endless redirections.
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 195 # We'll jump a maximum of 5 times, to avoid endless redirections.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-splay.js | 229 * @return {SplayTree.Node} Node having the maximum key value. 244 * @return {SplayTree.Node} Node having the maximum key value that
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
Scrollbar.cpp | 248 if (m_currentPos == maximum())
|
/external/chromium_org/v8/benchmarks/ |
splay.js | 234 * @return {SplayTree.Node} Node having the maximum key value. 249 * @return {SplayTree.Node} Node having the maximum key value that
|
/external/v8/benchmarks/ |
splay.js | 234 * @return {SplayTree.Node} Node having the maximum key value. 249 * @return {SplayTree.Node} Node having the maximum key value that
|
/external/chromium_org/chrome/browser/resources/network_speech_synthesis/ |
tts_extension.js | 118 // maximum limit for an utterance.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.js | 41 // The maximum number of feed items to show in the preview.
|
/external/chromium_org/content/browser/resources/media/ |
webrtc_internals.js | 77 // The maximum number of data points bufferred for each stats. Old data points
|
/external/chromium_org/content/test/data/media/ |
webrtc_test_utilities.js | 120 // maximum amount of light green pixels on both directions. From this data
|
/external/kernel-headers/original/linux/ |
input.h | 54 * @maximum: specifies maximum value for the axis. 63 * [minimum, maximum] limits, such task is left to userspace. 72 __s32 maximum; member in struct:input_absinfo 1018 * @right_saturation: maximum level when joystick moved all way to the right [all...] |
/frameworks/base/services/java/com/android/server/ |
DropBoxManagerService.java | 729 int maximum = quotaKb * 1024 / mBlockSize; local 730 mCachedQuotaBlocks = Math.min(maximum, Math.max(0, nonreserved * quotaPercent / 100));
|
/external/webrtc/src/modules/audio_processing/test/ |
unit_test.cc | 201 EXPECT_EQ(reference.maximum(), test.maximum); 209 message->set_maximum(output.maximum); [all...] |