OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:space
(Results
601 - 625
of
3731
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/bootable/recovery/applypatch/
applypatch.c
478
// Return the amount of free
space
(in bytes) on the filesystem
630
// we'll just assume that /tmp has enough
space
to hold the file.
635
printf("not enough free
space
on /cache\n");
650
printf("target %ld bytes; free
space
%ld bytes; retry %d; enough %d\n",
659
// Using the original source, but not enough free
space
. First
664
// It's impossible to free
space
on the target filesystem by
667
printf("not enough free
space
for target but source is MTD\n");
672
printf("not enough free
space
on /cache\n");
/cts/tests/tests/jni/src/android/jni/cts/
InstanceFromNative.java
32
// This
space
intentionally left blank.
36
// This
space
intentionally left blank.
StaticFromNative.java
29
// This
space
intentionally left blank.
33
// This
space
intentionally left blank.
/cts/tools/vm-tests/
Android.mk
61
space
:= $(empty) $(empty)
macro
74
$(hide) java -cp $(subst $(
space
),$(colon),$^):$(HOST_JDK_TOOLS_JAR) util.build.BuildDalvikSuite $(PRIVATE_SRC_FOLDER) $(PRIVATE_INTERMEDIATES) $<:$(PRIVATE_LIB_FOLDER)/junit.jar $(PRIVATE_INTERMEDIATES_MAIN_FILES) $(BUILD_UTIL_INTERMEDIATES_CLASSES) $(PRIVATE_INTERMEDIATES_HOSTJUNIT_FILES) $$RUN_VM_TESTS_RTO
/dalvik/libcore/logging/src/main/java/java/util/logging/
logging.properties
38
# logging framework initialization. The list should be white
space
separated.
48
# logging configuration. The list should be white
space
separated, and the
/dalvik/libcore/luni/src/main/java/java/io/
PipedOutputStream.java
148
* waiting for
space
to write data. This case is not currently
173
* waiting for
space
to write data. This case is not currently
PipedWriter.java
153
* waiting for
space
to write data. This case is not currently
185
* waiting for
space
to write data. This case is not currently
StreamTokenizer.java
132
*
space
.
147
* Ends of lines are treated as white
space
, not as separate tokens.
180
* be white
space
. '/' is a comment character.</li>
184
* <li>End of lines are considered to be white
space
rather than separate
276
* Skip over white
space
until we hit a new line or a real token
296
// Advance over this white
space
character and try again.
482
* comment character, word component, white
space
, string delimiter or
498
* white
space
, string delimiter or number.
/dalvik/libcore/luni/src/main/java/java/net/
URLDecoder.java
41
*'+' will be converted to
space
, '%' and two following hex digit
76
*'+' will be converted to
space
, '%' and two following hex digit
/dalvik/libcore/nio/src/main/java/java/nio/channels/
DatagramChannel.java
163
* and if there is not enough
space
remaining in the buffer to store the
199
* there is enough
space
in the underlying output buffer. If this channel is
201
*
space
in the underlying output buffer at that moment. The transfer action
216
* and there is not enough
space
for the datagram in the underlying
272
* do not have enough remaining
space
to store the datagram, the part of the
313
* do not have enough remaining
space
to store the datagram, the part of the
393
*
space
for the datagram in the buffer, it may return zero.
425
*
space
for the datagram in the buffer, it may return zero.
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java
173
// 3) a
space
char at the beginning or end
193
// escape first or last
space
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorCharacters.java
164
* preserve
space
state.
170
* processor will call this to set a preserve
space
state.
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
FuncId.java
43
* Fill in a list with nodes that match a
space
delimited list if ID
48
* @param refval A
space
delimited list of ID references.
/dalvik/libcore/xml/src/test/java/tests/xml/
SimpleBuilderTest.java
92
assertEquals("This
space
intentionally left blank.",
96
assertEquals("Rent this
space
!", getTextContent(three));
/dalvik/vm/compiler/
Compiler.h
101
kSVSStart = 1, // Shadow
space
set up, running compiled code
141
* conserve
space
in the translation cache, total length of JitTraceRun
/external/bluetooth/glib/docs/reference/glib/tmpl/
string_utils.sgml
292
Calculates the maximum
space
needed to store the output of the sprintf()
298
@Returns: the maximum
space
needed to store the formatted string.
369
Determines whether a character is a printing character and not a
space
.
381
@Returns: %TRUE if @c is an ASCII printing character other than
space
.
437
Determines whether a character is a white-
space
character.
441
this only recognizes standard ASCII white-
space
and ignores the locale,
449
@Returns: %TRUE if @c is an ASCII white-
space
character
775
below
SPACE
) and in the range 0x7F-0xFF (all non-ASCII chars) are
/external/dropbear/
README
6
which performs multiple tasks, to save disk
space
)
73
the progress meter isn't compiled in to save
space
, you can enable it by
/external/e2fsprogs/lib/ext2fs/
ext2_err.c
47
"No free
space
in the directory",
53
"Not enough
space
to build proposed filesystem",
ext2_err.et.in
126
"No free
space
in the directory"
144
"Not enough
space
to build proposed filesystem"
/external/grub/netboot/
pci.h
24
#define PCI_COMMAND_IO 0x1 /* Enable response in I/O
space
*/
25
#define PCI_COMMAND_MEM 0x2 /* Enable response in mem
space
*/
/external/grub/stage2/
cmdline.c
32
a
space
. Caution: this assumption is for backward compatibility. */
68
/* Find the first
space
and terminate the command name. */
/external/icu4c/i18n/
brktrans.cpp
31
static const UChar
SPACE
= 32; // ' '
40
fInsertion(
SPACE
) {
tmutfmt.cpp
21
#define
SPACE
((UChar)0x0020)
63
static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET,
SPACE
, LOW_S, 0};
64
static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET,
SPACE
, LOW_M, LOW_I, LOW_N, 0};
65
static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET,
SPACE
, LOW_H, 0};
66
static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET,
SPACE
, LOW_W, 0};
67
static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET,
SPACE
, LOW_D, 0};
68
static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET,
SPACE
, LOW_M, 0};
69
static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET,
SPACE
, LOW_Y, 0};
[
all
...]
/external/ipsec-tools/src/racoon/
plog.c
191
* 2 words a bytes + 1
space
4 bytes + 1 newline 32 bytes
244
concatenates all unprintable chars to one
space
.
/external/iptables/include/
iptables.h
78
/* Prints out the match iff non-NULL: put
space
at end */
130
/* Prints out the target iff non-NULL: put
space
at end */
Completed in 871 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>