Searched
full:overflow (Results
651 -
675 of
9855) sorted by null
<<21222324252627282930>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
base.decTest | [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
FloatingToolbar.java | 74 * the remaining menu items in a vertical overflow view when the overflow button is clicked. 75 * The horizontal toolbar morphs into the vertical overflow view. 303 * It holds 2 panels (i.e. main panel and overflow panel) and an overflow button 308 /* Minimum and maximum number of items allowed in the overflow. */ 323 private final OverflowPanel mOverflowPanel; // holds menu items hidden in the overflow. 324 private final ImageButton mOverflowButton; // opens/closes the overflow. 325 /* overflow button drawables. */ 381 /* Calculated sizes for panels and overflow button. * [all...] |
/art/compiler/linker/x86_64/ |
relative_patcher_x86_64.cc | 29 // Unsigned arithmetic with its well-defined overflow behavior is just fine here.
|
/art/test/800-smali/ |
expected.txt | 3 PackedSwitch key overflow
|
/cts/tests/tests/security/src/android/security/cts/ |
AllocatePixelRefIntOverflowTest.java | 31 * BitmapFactory.decodeStream JPG allocPixelRef integer overflow
|
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/src/main/res/values/ |
base-strings.xml | 27 displayed in the action bar overflow.
|
/developers/build/prebuilts/gradle/DoneBar/Application/src/main/res/values/ |
activitycards-strings.xml | 26 and app icon, while the cancel action is made available in the action overflow. This is
|
/development/samples/browseable/ActionBarCompat-Basic/res/values/ |
base-strings.xml | 27 displayed in the action bar overflow.
|
/development/samples/browseable/DoneBar/res/values/ |
activitycards-strings.xml | 26 and app icon, while the cancel action is made available in the action overflow. This is
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/ |
main.css | 53 overflow: auto;
|
/external/autotest/frontend/client/src/autotest/public/ |
scrolltable.css | 23 overflow: hidden;
|
tkoclient.css | 4 overflow: hidden;
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
tests.html | 24 overflow: hidden;
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
page_with_swipeables.html | 6 overflow: scroll;
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-collapse/test/ |
basic.html | 118 test('overflow is hidden while animating', function(done) { 121 assert.equal(getComputedStyle(collapse).overflow, 'hidden'); 124 assert.equal(getComputedStyle(collapse).overflow, 'visible'); 127 assert.equal(getComputedStyle(collapse).overflow, 'hidden');
|
flex.html | 114 test('overflow is hidden while animating', function(done) { 117 assert.equal(getComputedStyle(collapse).overflow, 'hidden'); 120 assert.equal(getComputedStyle(collapse).overflow, 'visible'); 123 assert.equal(getComputedStyle(collapse).overflow, 'hidden');
|
/external/chromium-trace/catapult/tracing/test_data/ |
trivial_systrace.html | 16 overflow: hidden;
|
/external/chromium-trace/catapult/tracing/tracing/ |
tests.html | 22 overflow: hidden;
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
layer_view.css | 25 overflow-y: auto;
|
/external/chromium-trace/catapult/tracing/tracing/ui/ |
timeline_view_metadata_overlay.html | 18 overflow: auto;
|
/external/clang/test/Analysis/ |
bitwise-ops.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection -triple x86_64-apple-darwin13 -Wno-shift-count-overflow -verify %s
|
malloc-overflow2.c | 18 t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry); // expected-warning {{the computation of the size of the memory allocation may overflow}}
|
/external/compiler-rt/lib/builtins/arm/ |
unorddf2vfp.S | 26 movvs r0, #1 // set result register to 1 if "overflow" (any NaNs)
|
unordsf2vfp.S | 26 movvs r0, #1 // set result register to 1 if "overflow" (any NaNs)
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
address-range-limit.mm | 35 // CHECK: AddressSanitizer: heap-buffer-overflow
|
Completed in 331 milliseconds
<<21222324252627282930>>