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

1 2 3 4 5 6 7

  /external/libhevc/
decoder.arm64.mk 99 comma := , macro
100 LOCAL_ASFLAGS_arm64 += $(addprefix -Wa$(comma)-I,$(libhevcd_inc_dir_arm64))
  /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';
test-privserver-client.c 109 char *comma = strrchr (addr, ','); local
110 if (comma)
111 *comma = '\0';
  /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" ";
  /external/libweave/
Makefile 52 comma := , macro
56 CFLAGS := $(filter-out -Wl$(comma)--exclude-libs$(comma)ALL,$(CFLAGS))
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 76 # The list is a comma separated list of class names with * matching zero or more characters.
87 # Utility variables to allow replacing a space with a comma
88 comma:= , macro
94 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
  /external/libvpx/libvpx/
args.c 110 char *comma = def->has_val ? "," : ", "; local
113 def->short_name, short_val, comma,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
args.c 112 char *comma = def->has_val ? "," : ", "; local
115 def->short_name, short_val, comma,
  /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 = ","; }
  /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));
  /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/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/v8/src/compiler/
schedule.cc 338 bool comma = false; local
340 if (comma) os << ", ";
341 comma = true;
363 comma = false;
365 if (comma) os << ", ";
366 comma = true;
  /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...]
  /system/core/adb/
file_sync_service.cpp 308 size_t comma = spec.find_last_of(','); local
309 if (comma == std::string::npos) {
314 std::string path = spec.substr(0, comma);
317 mode_t mode = strtoul(spec.substr(comma + 1).c_str(), nullptr, 0);
  /art/tools/ahat/src/
ObjectHandler.java 80 String comma = ""; local
82 types.append(comma);
84 comma = ", ";
  /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/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 454 milliseconds

1 2 3 4 5 6 7