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

1 2 3 4 5 6 7 8 910

  /build/kati/testcase/
subst.mk 2 comma:= , macro
6 bar:= $(subst $(space),$(comma),$(foo))
  /frameworks/base/wifi/tests/
Android.mk 26 # The list is a comma separated list of class names with * matching zero or more characters.
37 # Utility variables to allow replacing a space with a comma
38 comma:= , macro
44 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
  /frameworks/base/lowpan/tests/
Android.mk 26 # The list is a comma separated list of class names with * matching zero or more characters.
37 # Utility variables to allow replacing a space with a comma
38 comma:= , macro
44 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
  /frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
Android.mk 26 # The list is a comma separated list of class names with * matching zero or more characters.
37 # Utility variables to allow replacing a space with a comma
38 comma:= , macro
44 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 27 # The list is a comma separated list of class names with * matching zero or more characters.
38 # Utility variables to allow replacing a space with a comma
39 comma:= , macro
45 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
  /external/libvpx/libvpx/
args.c 99 char *comma = def->has_val ? "," : ", "; local
102 comma, def->long_name, long_val);
  /toolchain/binutils/binutils-2.25/opcodes/
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...]
rl78-dis.c 203 char *comma = ""; local
207 { PR (PS, "Z"); comma = ","; }
209 { PR (PS, "%sAC", comma); comma = ","; }
211 { PR (PS, "%sCY", comma); comma = ","; }
fr30-dis.c 71 char * comma = "";
81 comma = ",";
93 (*info->fprintf_func) (info->stream, "%sr%li", comma, reg_index + offset);
94 comma = ",";
70 char * comma = ""; local
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
sliceobject.c 231 PyObject *s, *comma; local
234 comma = PyString_FromString(", ");
236 PyString_Concat(&s, comma);
238 PyString_Concat(&s, comma);
241 Py_DECREF(comma);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
sliceobject.c 230 PyObject *s, *comma; local
233 comma = PyString_FromString(", ");
235 PyString_Concat(&s, comma);
237 PyString_Concat(&s, comma);
240 Py_DECREF(comma);
  /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...]
  /external/iproute2/tc/
q_cbq.c 503 int comma=0; local
507 comma=1;
510 if (comma)
  /external/iptables/extensions/
libxt_HMARK.c 186 const char *comma; local
188 while ((comma = strchr(arg, ',')) != NULL) {
189 if (comma == arg ||
190 !hmark_parse(arg, comma-arg, info, &cb->xflags))
192 arg = comma+1;
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;
  /external/python/cpython2/Objects/
sliceobject.c 233 PyObject *s, *comma; local
236 comma = PyString_FromString(", ");
238 PyString_Concat(&s, comma);
240 PyString_Concat(&s, comma);
243 Py_DECREF(comma);
  /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 30 OPTIONS is a comma separated list of options, which can also be supplied
79 // Strip flags out of comma separated list of options, return flags,.
107 char *comma = strchr(new, ','); local
110 if (comma) *comma = 0;
130 if (!comma) break;
131 *comma = ',';
132 new = comma + 1;
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 117 String comma = ","; local
121 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text));
125 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null));
  /external/v8/src/compiler/
schedule.cc 464 bool comma = false; local
466 if (comma) os << ", ";
467 comma = true;
493 comma = false;
495 if (comma) os << ", ";
496 comma = true;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
PageRangeUtils.java 238 Character comma; local
240 // When we reading the first range, we do not want to have a comma
241 comma = ',';
245 comma = retChar.second;
268 if (comma != null &&
  /system/core/adb/
file_sync_service.cpp 365 size_t comma = spec.find_last_of(','); local
366 if (comma == std::string::npos) {
371 std::string path = spec.substr(0, comma);
374 mode_t mode = strtoul(spec.substr(comma + 1).c_str(), nullptr, 0);
  /system/core/libpixelflinger/codeflinger/
disassem.c 579 int comma; local
583 comma = 0;
588 if (comma)
591 comma = 1;
  /toolchain/binutils/binutils-2.25/ld/
lexsup.c 1680 bfd_boolean comma; local
    [all...]

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 910