/toolchain/binutils/binutils-2.25/opcodes/ |
rl78-dis.c | 203 char *comma = ""; local 207 { PR (PS, "Z"); comma = ","; } 209 { PR (PS, "%sAC", comma); comma = ","; } 211 { PR (PS, "%sCY", comma); comma = ","; }
|
z8k-dis.c | 477 int comma = 0; local 483 comma = 1; 487 if (comma) strcat (tmp_str, ","); 495 int comma = 0; local 501 comma = 1; 505 if (comma) strcat (tmp_str, ","); 507 comma = 1; 511 if (comma) strcat (tmp_str, ","); 513 comma = 1; 517 if (comma) strcat (tmp_str, ",") [all...] |
/external/iptables/extensions/ |
libxt_addrtype.c | 88 const char *comma; local 90 while ((comma = strchr(arg, ',')) != NULL) { 91 if (comma == arg || !parse_type(arg, comma-arg, mask)) 94 arg = comma + 1;
|
libxt_conntrack.c | 213 const char *comma; local 215 while ((comma = strchr(arg, ',')) != NULL) { 216 if (comma == arg || !parse_state(arg, comma-arg, sinfo)) 218 arg = comma+1; 254 const char *comma; local 256 while ((comma = strchr(arg, ',')) != NULL) { 257 if (comma == arg || !conntrack_ps_state(info, arg, comma - arg)) 260 arg = comma + 1 290 const char *comma; local 324 const char *comma; local 1055 const char *comma; local [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
gl_apitemp.py | 58 comma = "" 78 t_string = t_string + comma + p.format_string() 79 p_string = p_string + comma + p.name 80 o_string = o_string + comma + cast + p.name 81 comma = ", "
|
/external/tpm2/ |
CpriDataEcc.c | 337 #define comma macro 340 comma 346 # undef comma macro 347 # define comma , macro 350 comma 356 # undef comma macro 357 # define comma , macro 360 comma 366 # undef comma macro 367 # define comma , macro 376 # undef comma macro 377 # define comma macro 386 # undef comma macro 387 # define comma macro 396 # undef comma macro 397 # define comma macro 406 # undef comma macro 407 # define comma macro 416 # undef comma macro 417 # define comma macro [all...] |
/external/v8/src/ |
json-stringifier.h | 65 Result Serialize_(Handle<Object> object, bool comma, Handle<Object> key); 298 Handle<Object> object, bool comma, Handle<Object> key) { 307 if (deferred_string_key) SerializeDeferredKey(comma, key); 314 if (deferred_string_key) SerializeDeferredKey(comma, key); 319 if (deferred_string_key) SerializeDeferredKey(comma, key); 323 if (deferred_string_key) SerializeDeferredKey(comma, key); 327 if (deferred_string_key) SerializeDeferredKey(comma, key); 335 if (deferred_string_key) SerializeDeferredKey(comma, key); 338 if (deferred_string_key) SerializeDeferredKey(comma, key); 342 if (deferred_string_key) SerializeDeferredKey(comma, key) 531 bool comma = false; local [all...] |
/cts/tests/tests/text/src/android/text/util/cts/ |
Rfc822TokenizerTest.java | 102 String comma = ","; local 106 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text)); 110 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null));
|
/dalvik/dx/src/com/android/dx/ssa/ |
DomFront.java | 127 boolean comma = false; 129 if (comma) { 133 comma = true;
|
/external/dbus/test/name-test/ |
test-privserver-client.c | 109 char *comma = strrchr (addr, ','); local 110 if (comma) 111 *comma = '\0';
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
DomFront.java | 131 boolean comma = false; 133 if (comma) { 137 comma = true;
|
/external/strace/ |
strace-graph | 154 print STDERR "$0: $ARGV: $.: missing comma in array.\n"; 176 print STDERR "$0: $ARGV: $.: missing comma in struct.\n"; 187 print STDERR "$0: $ARGV: $.: missing comma.\n";
|
/external/toybox/lib/ |
getmountlist.c | 34 // Only add a comma if old string didn't end with one 36 char *comma = ","; local 38 if (atold[strlen(atold)-1] == ',') comma = ""; 39 temp = xmprintf("%s%s%s", atold, comma, new); 45 // iterate through strings in a comma separated list. 47 // sets *len to length of entry (not including comma)
|
/external/toybox/toys/lsb/ |
mount.c | 29 OPTIONS is a comma separated list of options, which can also be supplied 78 // Strip flags out of comma separated list of options, return flags,. 106 char *comma = strchr(new, ','); local 109 if (comma) *comma = 0; 129 if (!comma) break; 130 *comma = ','; 131 new = comma + 1;
|
/external/libmpeg2/ |
decoder.arm.mk | 32 LOCAL_CLANG_ASFLAGS_arm += $(addprefix -Wa$(comma)-I,$(libmpeg2d_inc_dir_arm))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_except.py | 55 (E, comma, N) = except_clause.children[1:4] 56 comma.replace(Name(u"as", prefix=u" ")) 87 # No space after a comma is legal; no space after "as",
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_except.py | 55 (E, comma, N) = except_clause.children[1:4] 56 comma.replace(Name(u"as", prefix=u" ")) 87 # No space after a comma is legal; no space after "as",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_except.py | 55 (E, comma, N) = except_clause.children[1:4] 56 comma.replace(Name(u"as", prefix=u" ")) 87 # No space after a comma is legal; no space after "as",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_except.py | 55 (E, comma, N) = except_clause.children[1:4] 56 comma.replace(Name(u"as", prefix=u" ")) 87 # No space after a comma is legal; no space after "as",
|
/build/tools/droiddoc/templates-sdk-dev/ |
macros_override.cs | 1 <?cs # Create a comma separated list of annotations on obj that were in showAnnotations in Doclava ?> 39 # Prints a comma separated list of parameters with optional line breaks
|
/external/clang/lib/Basic/ |
OperatorPrecedence.cpp | 42 case tok::comma: return prec::Comma;
|
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 301 if (Tok.is(tok::comma)) { 373 // a comma or closing brace. 374 SkipUntil(tok::comma, tok::greater, tok::greatergreater, 378 // Did we find a comma or the end of the template parameter list? 379 if (Tok.is(tok::comma)) { 389 SkipUntil(tok::comma, tok::greater, tok::greatergreater, 405 case tok::comma: 422 case tok::comma: 449 case tok::comma: 520 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater [all...] |
/external/llvm/test/MC/ARM/ |
eh-directive-unwind_raw-diagnostics.s | 40 @ CHECK: error: expected comma
|
/external/tcpdump/ |
print-egp.c | 139 const char *comma; local 180 comma = ""; 184 ND_PRINT((ndo, "%sd%d:", comma, (int)*cp++)); 185 comma = ", ";
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
test-example.c | 56 cond_jmp_insn (j, 0x40, numberedregs(2), comma, namedregs (0));
|