OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:larger
(Results
51 - 75
of
4263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Lexer/
constants.c
18
#if 9223372036854775808 // expected-warning {{integer constant is
larger
than the largest signed integer type}}
20
#if 0x10000000000000000 // expected-error {{integer constant is
larger
than the largest unsigned integer type}}
/external/clang/test/Sema/
128bitint.c
19
long long SignedTooBig = 123456789012345678901234567890; // expected-error {{constant is
larger
than the largest unsigned integer type}}
22
unsigned long long UnsignedTooBig = 123456789012345678901234567890; // expected-error {{constant is
larger
than the largest unsigned integer type}}
address_spaces.c
24
__attribute__((address_space(0x1000000))) int *_boundsC; // expected-error {{address space is
larger
than the maximum supported}}
26
__attribute__((address_space(4294967500))) int *_boundsD; // expected-error {{address space is
larger
than the maximum supported}}
/external/regex-re2/re2/
unicode_casefold.h
33
// the table into one for 16-bit codes and an overflow table for
larger
ones,
67
// If rune is
larger
than any value in the tables, returns NULL.
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisible.java
32
* <li>Scrolling to bring something that is
larger
than the screen on screen
49
// estimate to get blobs
larger
than screen
/frameworks/base/docs/html/design/style/
devices-displays.jd
22
<p>On
larger
devices, take advantage of extra screen real estate. Create compound views that combine
43
<p>For details about designing layouts for
larger
screens, see the <a
/frameworks/base/docs/html/guide/topics/manifest/
supports-screens-element.jd
29
larger
than what your application supports. It's important that you always use this element in your
34
extra work to make your application work on screens
larger
than a handset device. However, it's
43
larger
screens using the system's <a
45
have not designed for
larger
screen sizes and the normal resizing does not achieve the appropriate
96
<dd>Indicates whether the application supports
larger
screen form-factors.
97
A large screen is defined as a screen that is significantly
larger
109
An xlarge screen is defined as a screen that is significantly
larger
110
than a "large" screen, such as a tablet (or something
larger
) and may require special care
191
android:compatibleWidthLimitDp} is
larger
than 320.</p>
205
resized for
larger
screens and screen compatibility mode is the only way that users should us
[
all
...]
/art/compiler/llvm/tools/
gen_art_module_cc.sh
28
#pragma GCC diagnostic ignored "-Wframe-
larger
-than="
/bionic/libc/tzcode/
difftime.c
15
** (assuming that the
larger
type has more precision).
/cts/tests/tests/location/src/android/location/cts/
GpsStatusTest.java
52
// the real total could not be
larger
than maxSatellites
/dalvik/tools/dexdeps/
README.txt
26
"xml" produces a
larger
output file, readable with an XML browser. Types
/development/samples/training/ContactsList/res/values-sw360dp/
styles.xml
20
width of 360dp (
larger
phones). -->
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafMultiplier.java
27
// int unless the window width is
larger
than 8. For
larger
width use
29
// m = log2(q) smaller than 2305 Bits. Note: Values for m
larger
than
194
// array into the
larger
new preComp array
/external/chromium/chrome/browser/chromeos/
drop_shadow_label.h
28
// shadow -- it gets more expensive to draw the
larger
it gets,
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.mm
15
// The bounding rect of buttons is actually
larger
than the display rect shown
/external/chromium_org/chrome/browser/favicon/
favicon_handler_delegate.h
26
// Bitmaps with pixel sizes
larger
than |max_bitmap_size| are filtered out
/external/chromium_org/chrome/browser/install_verification/win/
loaded_modules_snapshot.cc
43
// Buffer size was too small. Try again with a
larger
buffer.
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.mm
16
// The bounding rect of buttons is actually
larger
than the display rect shown
/external/chromium_org/content/renderer/
ico_image_decoder_unittest.cc
29
// Load an icon that has both favicon-size and
larger
entries.
/external/chromium_org/crypto/
hmac.cc
19
// Using std::string to store key info at all is a
larger
problem.
secure_hash.h
36
// |data_iterator| allows this to be used as part of a
larger
pickle.
/external/chromium_org/net/quic/crypto/
crypto_secret_boxer.h
31
// included, the result will be slightly
larger
than |plaintext|.
/external/chromium_org/third_party/WebKit/ManualTests/
cursor-max-size.html
21
If there is a custom cursor, the test has failed. This tests that images
larger
than 128x128 cannot be used
/external/chromium_org/third_party/leveldatabase/src/table/
block_builder.h
25
// REQUIRES: key is
larger
than any previously added key
/external/chromium_org/third_party/skia/include/core/
SkDocument.h
45
* A
larger
DPI would create a PDF that reflects the original
46
* intent with better fidelity, but it can make for
larger
73
* A
larger
DPI would create a PDF that reflects the original
74
* intent with better fidelity, but it can make for
larger
Completed in 3077 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>