HomeSort by relevance Sort by last modified time
    Searched defs:SPACE (Results 1 - 25 of 414) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dtc/tests/
add_subnode_with_nops.c 32 #define SPACE 65536
56 fdt = xmalloc(SPACE);
58 CHECK(fdt_create(fdt, SPACE));
70 CHECK(fdt_open_into(fdt, fdt, SPACE));
appendprop1.c 32 #define SPACE 65536
50 fdt = xmalloc(SPACE);
51 CHECK(fdt_create(fdt, SPACE));
58 CHECK(fdt_open_into(fdt, fdt, SPACE));
appendprop2.c 32 #define SPACE 65536
50 buf = xmalloc(SPACE);
51 CHECK(fdt_open_into(fdt, buf, SPACE));
rw_tree1.c 32 #define SPACE 65536
56 fdt = xmalloc(SPACE);
59 CHECK(fdt_create_empty_tree(fdt, SPACE));
setprop.c 32 #define SPACE 65536
46 buf = xmalloc(SPACE);
48 err = fdt_open_into(fdt, buf, SPACE);
sw_tree1.c 32 #define SPACE 65536
47 FAIL("Ran out of space");
52 *fdt = xmalloc(SPACE);
53 } else if (*size < SPACE) {
57 FAIL("Ran out of space");
96 size = SPACE;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
data.s 11 SPACE: .space 4
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
RecapitalizeStatusTests.java 28 private static final int[] SPACE = { Constants.CODE_SPACE };
32 status.start(30, 40, "abcdefghij", Locale.ENGLISH, SPACE);
38 status.start(30, 44, " abcdefghij", Locale.ENGLISH, SPACE);
44 status.start(30, 40, "abcdefgh ", Locale.ENGLISH, SPACE);
50 status.start(30, 45, " abcdefghij ", Locale.ENGLISH, SPACE);
59 status.start(29, 40, "abcd efghij", Locale.ENGLISH, SPACE);
71 status.start(29, 40, "Abcd Efghij", Locale.ENGLISH, SPACE);
83 status.start(29, 40, "ABCD EFGHIJ", Locale.ENGLISH, SPACE);
95 status.start(29, 39, "AbCDefghij", Locale.ENGLISH, SPACE);
109 status.start(29, 40, "Abcd efghij", Locale.ENGLISH, SPACE);
    [all...]
  /external/ltp/pan/
reporter.h 45 * how much TCID space to start with (table)
50 * how much tag space to start with (table)
66 #define SPACE 999
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
header.py 23 SPACE = ' '
91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None)
172 either a space or a hard tab) which will be prepended to continuation
196 # header. Also subtract off 2 extra for the colon and space.
212 # boundaries, which means for us we need to add a space when we go
405 # fill the next line. Don't forget the space separating the
_parseaddr.py 18 SPACE = ' '
240 returnlist = [(SPACE.join(self.commentlist), plist[0])]
248 returnlist = [(SPACE.join(self.commentlist), addrspec)]
268 returnlist = [(SPACE.join(plist) + ' (' +
271 returnlist = [(SPACE.join(plist), routeaddr)]
275 returnlist = [(SPACE.join(self.commentlist), plist[0])]
434 runs of continuous whitespace into one space.
  /external/icu/icu4c/source/common/
util.cpp 24 static const UChar SPACE = 0x0020; // ' '
128 * Skip over a sequence of zero or more white space characters at pos.
129 * @param advance if true, advance pos to the first non-white-space
132 * @return the index of the first non-white-space character at or
346 if (c == SPACE) {
  /external/icu/icu4c/source/i18n/
brktrans.cpp 35 static const UChar SPACE = 32; // ' '
44 cachedBI(NULL), cachedBoundaries(NULL), fInsertion(SPACE) {
name2uni.cpp 35 static const UChar SPACE = 32; // ' '
123 ++maxLen; // allow for temporary trailing space
163 // to a single space. If closeDelimiter is found, exit
167 // Convert \s+ => SPACE. This assumes there are no
168 // runs of >1 space characters in names.
172 name.charAt(name.length()-1) != SPACE) {
173 name.append(SPACE);
175 // temporary trailing space, so use '>'.
186 // Delete trailing space, if any
188 name.charAt(len-1) == SPACE) {
    [all...]
  /external/proguard/build/
makefile 21 SPACE:=$(NOTHING) $(NOTHING)
22 CLASSPATH = $(ANT_JAR):$(subst $(SPACE),:,$(GRADLE_JARS)):$(WTK_JAR)
  /external/python/cpython2/Lib/email/
header.py 23 SPACE = ' '
91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None)
172 either a space or a hard tab) which will be prepended to continuation
196 # header. Also subtract off 2 extra for the colon and space.
212 # boundaries, which means for us we need to add a space when we go
405 # fill the next line. Don't forget the space separating the
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
header.py 23 SPACE = ' '
91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None)
172 either a space or a hard tab) which will be prepended to continuation
196 # header. Also subtract off 2 extra for the colon and space.
212 # boundaries, which means for us we need to add a space when we go
405 # fill the next line. Don't forget the space separating the
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
header.py 23 SPACE = ' '
91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None)
172 either a space or a hard tab) which will be prepended to continuation
196 # header. Also subtract off 2 extra for the colon and space.
212 # boundaries, which means for us we need to add a space when we go
405 # fill the next line. Don't forget the space separating the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 23 SPACE = ' '
91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None)
172 either a space or a hard tab) which will be prepended to continuation
196 # header. Also subtract off 2 extra for the colon and space.
212 # boundaries, which means for us we need to add a space when we go
405 # fill the next line. Don't forget the space separating the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 23 SPACE = ' '
91 decoded[-1] = (decoded[-1][0] + SPACE + unenc, None)
172 either a space or a hard tab) which will be prepended to continuation
196 # header. Also subtract off 2 extra for the colon and space.
212 # boundaries, which means for us we need to add a space when we go
405 # fill the next line. Don't forget the space separating the
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 79 private static byte SPACE = 32;
90 PRINTABLE_CHARS.set(SPACE);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NameUnicodeTransliterator.java 25 static final char SPACE = ' ';
54 int maxLen = UCharacterName.INSTANCE.getMaxCharNameLength() + 1; // allow for temporary trailing space
91 // to a single space. If closeDelimiter is found, exit
95 // Convert \s+ => SPACE. This assumes there are no
96 // runs of >1 space characters in names.
100 name.charAt(name.length()-1) != SPACE) {
101 name.append(SPACE);
103 // temporary trailing space, so use '>'.
115 // Delete trailing space, if any
117 name.charAt(len-1) == SPACE) {
    [all...]
  /external/icu/icu4c/source/tools/genrb/
read.c 33 #define SPACE 0x0020
64 space. */
118 intervening space. Otherwise a single SPACE character is
154 ustr_ucat(token, SPACE, status);
215 ustr_ucat(token, SPACE, status);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NameUnicodeTransliterator.java 24 static final char SPACE = ' ';
53 int maxLen = UCharacterName.INSTANCE.getMaxCharNameLength() + 1; // allow for temporary trailing space
90 // to a single space. If closeDelimiter is found, exit
94 // Convert \s+ => SPACE. This assumes there are no
95 // runs of >1 space characters in names.
99 name.charAt(name.length()-1) != SPACE) {
100 name.append(SPACE);
102 // temporary trailing space, so use '>'.
114 // Delete trailing space, if any
116 name.charAt(len-1) == SPACE) {
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLElement.java 27 private static final char SPACE = ' ';
156 writer.write(SPACE);

Completed in 1105 milliseconds

1 2 3 4 5 6 7 8 91011>>