Searched refs:SPACE (Results 1 - 25 of 87) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt027eof.py17 assert tok.type == self.lexerModule.SPACE, tok
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.h64 SPACE = 282, enumerator in enum:yytokentype
102 #define SPACE 282 macro
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dnuances.rb39 SPACE: ' ';
/external/chromium_org/third_party/icu/source/i18n/
H A Dname2uni.cpp33 static const UChar SPACE = 32; // ' ' variable
165 // Convert \s+ => SPACE. This assumes there are no
170 name.charAt(name.length()-1) != SPACE) {
171 name.append(SPACE);
186 name.charAt(len-1) == SPACE) {
H A Dbrktrans.cpp31 static const UChar SPACE = 32; // ' ' variable
40 fInsertion(SPACE) {
H A Ddtitv_impl.h31 #define SPACE ((UChar)0x0020) macro
H A Dselfmtimpl.h32 #define SPACE ((UChar)0x0020) macro
/external/icu/icu4c/source/i18n/
H A Dname2uni.cpp33 static const UChar SPACE = 32; // ' ' variable
165 // Convert \s+ => SPACE. This assumes there are no
170 name.charAt(name.length()-1) != SPACE) {
171 name.append(SPACE);
186 name.charAt(len-1) == SPACE) {
H A Dbrktrans.cpp31 static const UChar SPACE = 32; // ' ' variable
40 fInsertion(SPACE) {
H A Ddtitv_impl.h31 #define SPACE ((UChar)0x0020) macro
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCImageLabel.java33 private static final int SPACE = 5; field in class:CImageLabel
116 int x = clientArea.x + imageBounds.width + SPACE;
136 int width = imageBounds.width + SPACE + textExtent.x;
/external/guava/guava/src/com/google/common/base/
H A DAscii.java379 public static final byte SPACE = 32; field in class:Ascii
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp-lex.l72 SPACE [[:space:]]
120 return SPACE;
286 return SPACE;
H A Dglcpp-parse.y163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_LINE HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
165 %type <ival> expression INTEGER operator SPACE integer_constant
550 | SPACE {
551 $$ = _token_create_ival (parser, SPACE, SPACE);
807 if (token->type != SPACE)
873 while (n != NULL && n->token->type == SPACE)
901 if (node_a->token->type == SPACE) {
906 if (node_b->token->type == SPACE) {
957 case SPACE
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l72 SPACE [[:space:]]
120 return SPACE;
286 return SPACE;
H A Dglcpp-parse.y163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_LINE HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
165 %type <ival> expression INTEGER operator SPACE integer_constant
550 | SPACE {
551 $$ = _token_create_ival (parser, SPACE, SPACE);
807 if (token->type != SPACE)
873 while (n != NULL && n->token->type == SPACE)
901 if (node_a->token->type == SPACE) {
906 if (node_b->token->type == SPACE) {
957 case SPACE
[all...]
/external/apache-http/src/org/apache/commons/codec/net/
H A DQuotedPrintableCodec.java79 private static byte SPACE = 32; field in class:QuotedPrintableCodec
90 PRINTABLE_CHARS.set(SPACE);
/external/proguard/build/
H A Dmakefile20 SPACE:=$(NOTHING) $(NOTHING) macro
21 CLASSPATH = $(ANT_JAR):$(subst $(SPACE),:,$(GRADLE_JARS)):$(WTK_JAR)
/external/chromium_org/third_party/pexpect/
H A Dscreen.py44 SPACE = chr(32) # Space or blank character. variable
76 self.w = [ [SPACE] * self.cols for c in range(self.rows)]
101 def fill (self, ch=SPACE):
105 def fill_region (self, rs,cs, re,ce, ch=SPACE):
/external/lldb/test/pexpect-2.4/
H A Dscreen.py28 SPACE = chr(32) # Space or blank character. variable
60 self.w = [ [SPACE] * self.cols for c in range(self.rows)]
85 def fill (self, ch=SPACE):
89 def fill_region (self, rs,cs, re,ce, ch=SPACE):
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dbraille_ime.js103 SPACE: 0x100,
306 if (dotsToSend & this.SPACE) {
307 if (dotsToSend != this.SPACE) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp294 #define SPACE() \ macro
484 SPACE();
525 SPACE();
544 SPACE();
547 SPACE();
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp294 #define SPACE() \ macro
484 SPACE();
525 SPACE();
544 SPACE();
547 SPACE();
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dread.c31 #define SPACE 0x0020 macro
116 intervening space. Otherwise a single SPACE character is
152 ustr_ucat(token, SPACE, status);
213 ustr_ucat(token, SPACE, status);
/external/icu/icu4c/source/tools/genrb/
H A Dread.c31 #define SPACE 0x0020 macro
116 intervening space. Otherwise a single SPACE character is
152 ustr_ucat(token, SPACE, status);
213 ustr_ucat(token, SPACE, status);

Completed in 6652 milliseconds

1234