OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:space
(Results
226 - 250
of
3731
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
ReflectionAccessImpl.java
34
// This
space
intentionally left blank.
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
StringUtils.java
27
// This
space
intentionally left blank.
/dalvik/libcore/nio/src/main/java/java/nio/
BufferOverflowException.java
21
* to a buffer but there is not enough remaining
space
in the buffer.
/development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout3.java
28
* A simple linear layout that fills the screen vertically, and the middle child is padded with extra
space
.
RelativeLayout1.java
28
* A simple layout which demonstrates stretching a view to fill the
space
between two other views.
/development/simulator/app/
LogPrefsDialog.h
37
int mExtraSpacing; // double/triple-
space
messages?
/external/dhcpcd/mk/
dist.mk
10
_VERSION_SH= sed -n 's/\#define VERSION[[:
space
:]]*"\(.*\)".*/\1/p' config.h
/external/dnsmasq/contrib/slackware-dnsmasq/
slack-desc
6
# leave one
space
after the ':'.
/external/dropbear/libtomcrypt/notes/
tech0005.txt
2
Minimizing Code
Space
/external/e2fsprogs/debugfs/
unused.c
2
* unused.c --- quick and dirty unused
space
dumper
/external/kernel-headers/original/asm-generic/
errno-base.h
31
#define ENOSPC 28 /* No
space
left on device */
/external/kernel-headers/original/asm-x86/
setup.h
12
* Reserved
space
for vmalloc and iomap - defined in asm/page.h
/external/kernel-headers/original/linux/
smb.h
112
/* reserve this much
space
for trans2 parameters. Shouldn't have to be more
/external/oprofile/daemon/
opd_interface.h
4
* Module / user
space
interface for 2.6 kernels and above
/external/ppp/pppd/
openssl-hash.c
24
/* Use the SHA1 functions in openssl to save the flash
space
.*/
/external/qemu/distrib/zlib-1.2.3/
inflate.h
43
MATCH, /* o: waiting for output
space
to copy string */
44
LIT, /* o: waiting for output
space
to write literal */
111
code FAR *next; /* next available
space
in codes[] */
114
code codes[ENOUGH]; /*
space
for code tables */
/external/qemu/hw/
power_supply.h
26
*
space
. Unused/unknown fields will not appear in sysfs.
/external/srec/portable/src/
pmemory.c
560
The malloc() function shall allocate unused
space
for an object whose size in bytes is specified by size and whose value is unspecified.
562
The order and contiguity of storage allocated by successive calls to malloc() is unspecified. The pointer returned if the allocation succeeds shall be suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the
space
allocated (until the
space
is explicitly freed or reallocated). Each such allocation shall yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated
space
. If the
space
cannot be allocated, a null pointer shall be returned. If the size of the
space
requested is 0, the behavior is implementation-defined: the value returned shall be either a null pointer or a unique pointer.
565
Upon successful completion with size not equal to 0, malloc() shall return a pointer to the allocated
space
. If size is 0, either a null pointer or a unique pointer that can be successfully passed to free() shall be returned. Otherwise, it shall return a null pointer and set errno to indicate the error.
618
* printf("no
space
when alloc %d from file %s line %d\nmem usage: %d\n",
723
The realloc() function changes the size of the memory object pointed to by ptr to the size specified by size. The contents of the object will remain unchanged up to the lesser of the new and old sizes. If the new size of the memory object would require movement of the object, the
space
for the previous instantiation of the object is freed. If the new size is larger, the contents of the newly allocated portion of the object are unspecified. If size is 0 and ptr is not a null pointer, the object pointed to is freed. If the
space
cannot be allocated, the object remains unchanged
[
all
...]
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-001.js
11
white
space
characters are:
lexical-002.js
11
white
space
characters are:
/external/webkit/LayoutTests/storage/resources/
stress-frame.html
11
alert("Failed to open the database on disk. This is probably because the version was bad or there is not enough
space
left in this domain's quota");
/external/webkit/WebCore/css/
wml.css
170
white-
space
: pre;
184
white-
space
: initial;
193
white-
space
: pre;
229
white-
space
: pre;
/external/webkit/WebCore/inspector/front-end/
textViewer.css
7
white-
space
: pre-wrap;
52
white-
space
: auto;
66
white-
space
: pre;
79
white-
space
: pre-wrap;
/external/webkit/WebCore/manual-tests/
database-threading-stress-test-2.html
11
alert("Failed to open the database on disk. This is probably because the version was bad or there is not enough
space
left in this domain's quota");
scrollbar-hittest2.html
9
Scroll right by clicking in the empty
space
to the right of the scroll thumb.</p>
Completed in 554 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>