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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.c 203 u8(0), comma, lparen, a16 (8), rparen, tick_random);
210 lparen, amreg(12), comma, amreg (8), rparen, tick_random);
212 lparen, d8 (0), comma, amreg (12), rparen, tick_random);
214 lparen, d24(0), comma, amreg (28), rparen, tick_random);
216 lparen, d32(0), comma, amreg (36), rparen, tick_random);
244 lparen, amreg (4), rparen, comma,
247 lparen, amreg (4), plus, rparen, comma,
250 lparen, spreg, rparen, comma, freg (0, 8));
252 amreg (4), comma, freg (0, 8), tick_random);
254 freg (4, 9), comma, lparen, amreg (0), rparen, tick_random)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
scomm-directive-5.d 4 #error: expected comma after symbol name
  /ndk/sources/host-tools/toolbox/
echo_win.c 58 const TCHAR* comma = L""; local
60 _tprintf(L"%s%s", comma, argv[1]);
61 comma = L" ";
  /build/kati/testcase/
subst.mk 2 comma:= , macro
6 bar:= $(subst $(space),$(comma),$(foo))
  /external/dbus/test/name-test/
test-shutdown.c 20 char *comma; local
25 comma = strchr (session_addr_no_guid, ',');
26 if (comma == NULL)
28 *comma = '\0';
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 20 COMMA = pytree.Leaf(token.COMMA, u",")
22 SEPS = (COMMA, COLON)
26 comma = False
32 comma = True
34 if comma:
38 comma = False
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 20 COMMA = pytree.Leaf(token.COMMA, u",")
22 SEPS = (COMMA, COLON)
26 comma = False
32 comma = True
34 if comma:
38 comma = False
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 20 COMMA = pytree.Leaf(token.COMMA, u",")
22 SEPS = (COMMA, COLON)
26 comma = False
32 comma = True
34 if comma:
38 comma = False
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ws_comma.py 20 COMMA = pytree.Leaf(token.COMMA, u",")
22 SEPS = (COMMA, COLON)
26 comma = False
32 comma = True
34 if comma:
38 comma = False
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONWriter.java 63 * The comma flag determines if a comma should be output before the next
66 private boolean comma; field in class:JSONWriter
97 this.comma = false;
116 if (this.comma && this.mode == 'a') {
126 this.comma = true;
145 this.comma = false;
169 this.comma = true;
207 if (this.comma) {
213 this.comma = false
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tic54x-dis.c 187 char *comma = ""; local
215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
224 info->fprintf_func (info->stream, "%s", comma);
257 info->fprintf_func (info->stream, "%s", comma);
265 info->fprintf_func (info->stream, "%s", comma);
270 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
274 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
278 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
282 info->fprintf_func (info->stream, "%s%s", comma, operand[i])
    [all...]
m10300-dis.c 317 a comma before emitting the plus. */
504 int comma = 0; local
510 comma = 1;
515 if (comma)
518 comma = 1;
523 if (comma)
526 comma = 1;
531 if (comma)
534 comma = 1;
539 if (comma)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/punctuation/
comma_if.hpp 20 # include <boost/preprocessor/punctuation/comma.hpp>
  /external/dnsmasq/src/
option.c 508 /* find next comma, split string with zero and eliminate spaces.
509 return start of string following comma */
513 char *comma, *p; local
515 if (!s || !(comma = strchr(s, c)))
518 p = comma;
519 *comma = ' ';
521 for (; isspace((int)*comma); comma++);
526 return comma;
671 char *comma = NULL, *problem = NULL local
981 char *comma, *problem = NULL;; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
111 comma: label
112 ',' | comma NL
195 | patlist comma pattern { $$ = linkum($1, $3); }
253 pattern comma pattern { $$ = linkum($1, $3); }
254 | plist comma pattern { $$ = linkum($1, $3); }
259 | pplist comma ppattern { $$ = linkum($1, $3); }
376 | INDEX '(' pattern comma pattern ')'
378 | INDEX '(' pattern comma reg_expr ')'
382 | MATCHFCN '(' pattern comma reg_expr ')
    [all...]
  /external/smali/smalidea/src/main/antlr/
smalideaParser.g 463 comma
464 : COMMA;
687 : open_brace (literal (comma literal)* | ) close_brace
903 : open_brace (register (comma register)*)? close_brace;
940 (comma local_name)?
1016 : LOCAL_DIRECTIVE register (comma string_or_null_literal colon type_descriptor
1017 (comma string_literal)? )?
1148 INSTRUCTION_FORMAT11n register comma integral_literal;
1156 instruction_format12x register comma register;
1160 INSTRUCTION_FORMAT20bc VERIFICATION_ERROR_TYPE comma verification_error_reference
    [all...]
  /external/llvm/test/MC/Mips/
mips-pdr-bad.s 7 .ent bar, # ASM: :[[@LINE]]:19: error: expected number after comma
8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma
14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma
17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma
24 .mask 0x80000000 # ASM: :[[@LINE]]:26: error: unexpected token, expected comma
31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma
  /external/llvm/test/MC/ARM/
directive-eabi_attribute-diagnostics.s 28 @ CHECK: error: comma expected
33 @ CHECK: error: comma expected
  /toolchain/binutils/binutils-2.25/cpu/
fr30.opc 171 char * comma = "";
181 comma = ",";
193 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset);
194 comma = ",";
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
maverick.c 163 mvreg (regname, 12), comma, \
186 mvreg (reg1name, 12), comma, mvreg (reg2name, 16))
208 mvreg (reg1name, 12), comma, mvreg (reg2name, 16), comma, imm7, \
223 mvreg (reg1name, 12), comma, mvreg (reg2name, 16), comma, \
246 acreg (5), comma, reg2spec, comma, \
247 mvreg (reg3name, 16), comma, mvreg (reg4name, 0))
262 reg1spec, comma, reg2spec
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
JavaNames.java 108 boolean comma = false;
110 if (comma) {
113 comma = true;
  /external/libweave/
Makefile 52 comma := , macro
56 CFLAGS := $(filter-out -Wl$(comma)--exclude-libs$(comma)ALL,$(CFLAGS))
  /external/ipsec-tools/src/libipsec/
policy_token.l 75 comma \,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
pseudo.l 9 [^:]*:14: Error: expected comma after name in .symver
  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.rl 72 comma = space* ',' space*;
90 ( '{' space* element (comma element)* space* '}')
95 main := space* item (comma item)* space* (','|']')?;

Completed in 849 milliseconds

1 2 3 4 5 6 7 8 91011>>