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

1 23 4 5 6 7 8 91011>>

  /tools/tradefederation/contrib/src/com/android/media/tests/
AdbScreenrecordTest.java 328 final String SPACE = " ";
335 sb.append(SPACE).append(OPTION_TIME_LIMIT).append(SPACE).append(timeLimit);
339 sb.append(SPACE).append(OPTION_SIZE).append(SPACE).append(mVideoSize);
343 sb.append(SPACE).append(OPTION_BITRATE).append(SPACE).append(mBitRate);
  /development/vndk/tools/sourcedr/sourcedr/blueprint/
blueprint.py 114 SPACE = 16
166 """Read next non-comment non-space token."""
172 if self.token != Token.SPACE and self.token != Token.COMMENT:
338 (Token.SPACE, '\\s+'),
  /development/vndk/tools/sourcedr/sourcedr/
ninja.py 238 SPACE = 3
342 (TK.SPACE, r'[ \t]+'),
366 if ((kind == TK.SPACE and not self._line_start) or
662 SPACE IDENT1 = STRING1
663 SPACE IDENT2 = STRING2
668 if not token or token.kind != TK.SPACE:
682 SPACE IDENT1 = STRING1
683 SPACE IDENT2 = STRING2
762 SPACE IDENT1 = STRING1
763 SPACE IDENT2 = STRING
    [all...]
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 29 #define SPACE ((UChar)0x0020)
71 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
72 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
73 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
74 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
75 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
76 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
77 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
dtptngen_impl.h 38 #define SPACE ((UChar)0x0020)
plurrule_impl.h 47 static const UChar SPACE = ((UChar)0x0020);
rbnf.cpp 292 SPACE = 0x0020
339 if (*list == SPACE && PatternProps::isWhiteSpace(c)) {
373 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/indexing/
IndexData.java 62 private static final String SPACE = " ";
118 * In the list of keywords, replace the comma and all subsequent whitespace with a single space.
121 return (input != null) ? input.replaceAll(LIST_DELIMITERS, SPACE) : EMPTY;
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
IndexData.java 63 private static final String SPACE = " ";
108 * In the list of keywords, replace the comma and all subsequent whitespace with a single space.
111 return (input != null) ? input.replaceAll(LIST_DELIMITERS, SPACE) : EMPTY;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 250 * Characters with the space property.
251 * This is equivalent to the rule value "space".
253 public final static int SPACE = 0x1000;
258 public final static int FIRST = SPACE;
406 * are space, punctuation, symbol, currency, and digit. These special groups are represented with
643 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit");
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 68 #define SPACE 0x0020
369 /* We allocate more space than actually required
419 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
507 /* We allocate more space than actually required
    [all...]
wrtxml.cpp 366 #define SPACE 0x0020
385 case SPACE:
1018 const char* fileStart = "<file xml:space = \"preserve\" source-language = \"";
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 262 * Characters with the space property.
263 * This is equivalent to the rule value "space".
266 public final static int SPACE = 0x1000;
272 public final static int FIRST = SPACE;
426 * are space, punctuation, symbol, currency, and digit. These special groups are represented with
673 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit");
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitter.java 67 private static final char[] SPACE = { ' ' };
124 // (indentation space, '-', '?', or ':')?
178 // (indentation space, '-', '?', or ':')?
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 173 * Will ignore any white-space characters as well as '-' seperators
633 private static final byte SPACE = 32;
649 printable.set(SPACE);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 46 /** A space character */
47 private static final char[] SPACE = {' '};
217 if (chars[0] == SPACE[0] || chars[0] == '\u0009') {
218 /* if the character is a space, commit the composing text */
223 /* if the character is a separator, remove an auto-inserted space and commit the composing text. */
681 insertCharToComposingText(SPACE);
880 * @param withSpace Append a space after the word if {@code true}.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
scsi.h 44 #define SPACE 0x11
  /bionic/libc/kernel/android/scsi/scsi/
scsi_proto.h 34 #define SPACE 0x11
  /external/icu/icu4c/source/common/
ucnv2022.cpp 89 #define SPACE 0x20
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 135 private static final String SPACE = " ";
666 write(writer, TAG+TRANSLATE+SPACE);
675 write(writer, TAG+NOTE+SPACE+note[i]);
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java 252 SPACE(1),
686 return SPACE;
  /external/kernel-headers/modified/scsi/
scsi_proto.h 31 #define SPACE 0x11
  /external/kernel-headers/original/scsi/
scsi_proto.h 31 #define SPACE 0x11
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 

Completed in 3317 milliseconds

1 23 4 5 6 7 8 91011>>