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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/
align3.s 1 .SPACE $PRIVATE$
3 .SPACE $TEXT$
9 .SPACE $PRIVATE$
12 .SPACE $TEXT$
ss_align.s 1 .SPACE $PRIVATE$
3 .SPACE $TEXT$
9 .SPACE $PRIVATE$
  /test/vts-testcase/kernel/api/proc/
ProcShowUidStatTest.py 22 in user and kernel space.
31 '''line : NUMBER COLON SPACE NUMBER SPACE NUMBER SPACE NUMBER NEWLINE
32 | NUMBER COLON SPACE NUMBER SPACE NUMBER NEWLINE'''
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
fixupbug.s 6 .SPACE $TEXT$
reduce2.s 1 .SPACE $PRIVATE$
4 .SPACE $TEXT$
10 .SPACE $TEXT$
22 .SPACE $TEXT$
39 .SPACE $TEXT$
46 .SPACE $TEXT$
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
ssbug.s 1 .SPACE $PRIVATE$
5 .SPACE $TEXT$
nosubspace.s 1 .SPACE $TEXT$
  /external/dtc/tests/
appendprop2.c 32 #define SPACE 65536
50 buf = xmalloc(SPACE);
51 CHECK(fdt_open_into(fdt, buf, SPACE));
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));
setprop.c 32 #define SPACE 65536
46 buf = xmalloc(SPACE);
48 err = 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));
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");
93 size = SPACE;
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/hppa/
addendbug.s 1 .SPACE $PRIVATE$
4 .SPACE $TEXT$
10 .SPACE $TEXT$
freg.s 2 .SPACE $PRIVATE$
5 .SPACE $TEXT$
11 .SPACE $TEXT$
  /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
  /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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
data.s 11 SPACE: .space 4
  /external/antlr/antlr-3.4/runtime/Python/tests/
t027eof.py 17 assert tok.type == self.lexerModule.SPACE, tok
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 78 private static final String SPACE = " ";
123 if (hasCountry) builder.append(SPACE);
136 if (hasRegion) builder.append(SPACE);
140 if (hasRegion || hasCity) builder.append(SPACE);
153 if (hasStreet) builder.append(SPACE);
206 if (hasCity) builder.append(COMMA + SPACE);
210 if (hasCity || hasRegion) builder.append(SPACE);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
nuances.rb 39 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/i18n/
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/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/openssh/regress/
sftp-glob.sh 50 SPACE="${DIR}/g-q space"
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
65 sftp_ls "${DIR}/g-q\\ space" "escaped space" "g-q space" ""
66 sftp_ls "'${DIR}/g-q space'" "quoted space" "g-q space" ""

Completed in 1343 milliseconds

1 2 3 4 5 6 7 8 91011>>