OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:large
(Results
301 - 325
of
7141
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/packages/SystemUI/res/drawable/
ticker_background.xml
21
<!-- the
large
icon extends 12dp beyond the edge of the status bar -->
/frameworks/base/packages/WallpaperCropper/res/layout/
wallpaper_cropper.xml
31
style="@android:style/Widget.Holo.ProgressBar.
Large
"
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorSpace.java
34
* be
large
enough to hold the data, and the dimensions must be multiples of 2.
52
* buffer must be
large
enough to hold the data. The output buffer may be the same as the
71
* buffer must be
large
enough to hold the data. The output buffer may be the same as the
90
* buffer must be
large
enough to hold the data. The output buffer may be the same as the
/frameworks/base/tests/LargeAssetTest/
AndroidManifest.xml
19
<activity android:name="LargeAssetTest" android:label="
Large
Asset Test">
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
FontSize.java
27
LARGE
(0x1),
/ndk/sources/host-tools/sed-4.2.1/m4/
malloc.m4
32
dnl It is too dangerous to try to allocate a
large
amount of memory:
/packages/apps/Camera2/res/layout/
placeholder_progressbar.xml
20
style="@android:style/Widget.Holo.ProgressBar.
Large
"
/packages/apps/Launcher3/WallpaperPicker/res/layout/
wallpaper_cropper.xml
31
style="@android:style/Widget.Holo.ProgressBar.
Large
"
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CountingOutputStream.java
96
* @throws ArithmeticException if the byte count is too
large
101
throw new ArithmeticException("The byte count " + result + " is too
large
to be converted to an int");
114
* @throws ArithmeticException if the byte count is too
large
119
throw new ArithmeticException("The byte count " + result + " is too
large
to be converted to an int");
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeInputStream.java
23
* Provides fake data for
large
transfers.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno-base.h
30
#define EFBIG 27 /* File too
large
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno-base.h
30
#define EFBIG 27 /* File too
large
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno-base.h
30
#define EFBIG 27 /* File too
large
*/
/system/core/libutils/
primes.py
21
# Each prime is chosen such that it is a little more than twice as
large
as
/art/runtime/gc/space/
large_object_space.cc
52
lock_("
large
object map space lock", kAllocSpaceLock) {}
59
MemMap* mem_map = MemMap::MapAnonymous("
large
object space allocation", NULL, num_bytes,
81
CHECK(found != mem_maps_.end()) << "Attempted to free
large
object which was not live";
94
CHECK(found != mem_maps_.end()) << "Attempted to get size of a
large
object which is not live";
133
CHECK(mem_map != NULL) << "Failed to allocate
large
object space mem map";
181
// as it may be expensive for
large
allocations.
319
os << "
Large
object at address: " << reinterpret_cast<const void*>(free_start)
large_object_space.h
32
// Abstraction implemented by all
large
object spaces.
77
// A discontinuous
large
object space implemented by individual mmap/munmap calls.
80
// Creates a
large
object space. Allocations into the
large
object space use memory maps instead
105
// A continuous
large
object space with a free-list to handle holes.
/external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_browsertest.cc
140
// Tests that the appropriate custom wallpaper (
large
vs. small) is loaded
158
// Saves the small/
large
resolution wallpapers to small/
large
custom
194
// Hook up a 2000x2000 display. The
large
resolution custom wallpaper should
200
// The
large
resolution custom wallpaper is expected.
206
// Hook up the 2000x2000 display again. The
large
resolution default wallpaper
212
// The
large
resolution custom wallpaper is expected.
322
// Test for http://crbug.com/265689. When hooked up a
large
external monitor,
323
// the default
large
resolution wallpaper should load.
331
// Hook up a 2000x2000 display. The
large
resolution custom wallpaper shoul
[
all
...]
/external/jpeg/
jmemsys.h
52
* These two functions are used to allocate and release
large
chunks of
57
* in case a different allocation strategy is desirable for
large
chunks.
71
* On machines with 32-bit flat address spaces, any
large
constant may be used.
99
* On machines with lots of virtual memory, any
large
constant may be returned.
182
* (If jpeg_mem_available always returns a
large
value, this routine can
/external/qemu/distrib/jpeg-6b/
jmemsys.h
52
* These two functions are used to allocate and release
large
chunks of
57
* in case a different allocation strategy is desirable for
large
chunks.
71
* On machines with 32-bit flat address spaces, any
large
constant may be used.
99
* On machines with lots of virtual memory, any
large
constant may be returned.
182
* (If jpeg_mem_available always returns a
large
value, this routine can
/frameworks/base/core/res/res/values/
styles_device_defaults.xml
95
<style name="Widget.DeviceDefault.ProgressBar.
Large
" parent="Widget.Holo.ProgressBar.
Large
" >
234
<style name="Widget.DeviceDefault.ProgressBar.
Large
.Inverse" parent="Widget.Holo.ProgressBar.
Large
.Inverse">
336
<style name="Widget.DeviceDefault.Light.ProgressBar.
Large
" parent="Widget.Holo.Light.ProgressBar.
Large
" >
345
<style name="Widget.DeviceDefault.Light.ProgressBar.
Large
.Inverse" parent="Widget.Holo.Light.ProgressBar.
Large
.Inverse" >
504
<style name="TextAppearance.DeviceDefault.
Large
" parent="TextAppearance.Holo.
Large
" >
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java
65
* Returns true if the attachment should be rendered as a tile. with a
large
image preview.
180
final boolean
large
= width >= maxSize || scaledWidth >= mIcon.getWidth()
189
LogUtils.d(LOG_TAG, "scaledWidth: %d, scaledHeight: %d,
large
: %b, skinny: %b", scaledWidth,
190
scaledHeight,
large
, skinny);
192
if (
large
) {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_largefile.py
29
"""Test that each file function works as expected for a
large
40
print('create
large
file via seek (may be sparse file) ...')
152
# On Windows and Mac OSX this test comsumes
large
resources; It
160
# Only run if the current filesystem supports
large
files.
162
#
large
files.)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_largefile.py
29
"""Test that each file function works as expected for a
large
40
print('create
large
file via seek (may be sparse file) ...')
152
# On Windows and Mac OSX this test comsumes
large
resources; It
160
# Only run if the current filesystem supports
large
files.
162
#
large
files.)
/frameworks/base/docs/html/guide/topics/manifest/
supports-screens-element.jd
14
android:<a href="#
large
">largeScreens</a>=["true" | "false"]
48
causes pixelation and blurring of your UI, so it's better if you optimize your UI for
large
70
href="{@docRoot}guide/practices/screen-compat-mode.html">screen compatibility mode</a> on
large
95
<dt><a name="
large
"></a>{@code android:largeScreens}</dt>
97
A
large
screen is defined as a screen that is significantly larger
108
<dd>Indicates whether the application supports extra
large
screen form-factors.
110
than a "
large
" screen, such as a tablet (or something larger) and may require special care
167
for small, normal,
large
, and xlarge screens. The advantage of using this attribute is that you
172
<code><a href="#
large
">largeScreens</a></code>, or <code><a href="#xlarge">xlargeScreens</a></code>
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
FloatToFixed.java
146
throw new RuntimeException("Output must be at least as
large
as input!");
158
throw new RuntimeException("Output must be at least as
large
as input!");
170
throw new RuntimeException("Output must be at least as
large
as input!");
229
throw new RuntimeException("Output must be at least as
large
as input!");
253
throw new RuntimeException("Output must be at least as
large
as input!");
286
throw new RuntimeException("Output must be at least as
large
as input!");
Completed in 3159 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>