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

1 2 3 4 5 6

  /external/chromium/third_party/icu/source/test/intltest/
testutil.h 27 static UnicodeString hex(const UnicodeString& s, UChar sep);
testutil.cpp 29 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) {
33 result.append(sep);
  /external/iptables/extensions/
libip6t_state.c 100 const char *sep = ""; local
103 printf("%sINVALID", sep);
104 sep = ",";
107 printf("%sNEW", sep);
108 sep = ",";
111 printf("%sRELATED", sep);
112 sep = ",";
115 printf("%sESTABLISHED", sep);
116 sep = ",";
119 printf("%sUNTRACKED", sep);
    [all...]
libipt_state.c 100 const char *sep = ""; local
103 printf("%sINVALID", sep);
104 sep = ",";
107 printf("%sNEW", sep);
108 sep = ",";
111 printf("%sRELATED", sep);
112 sep = ",";
115 printf("%sESTABLISHED", sep);
116 sep = ",";
119 printf("%sUNTRACKED", sep);
    [all...]
libipt_conntrack.c 349 const char *sep = ""; local
352 printf("%sINVALID", sep);
353 sep = ",";
356 printf("%sNEW", sep);
357 sep = ",";
360 printf("%sRELATED", sep);
361 sep = ",";
364 printf("%sESTABLISHED", sep);
365 sep = ",";
368 printf("%sUNTRACKED", sep);
385 const char *sep = ""; local
    [all...]
  /external/iproute2/lib/
ipx_pton.c 67 char *sep = (char *)src; local
72 while(*sep && (*sep != '.'))
73 sep++;
75 if (*sep != '.')
86 if (ipx_getnode(addr->ipx_node, sep + 1))
  /external/elfutils/libebl/
eblstrtab.c 180 searchstring (struct Ebl_Strent **sep, struct Ebl_Strent *newstr)
185 if (*sep == NULL)
187 *sep = newstr;
188 return sep;
192 cmpres = memcmp ((*sep)->reverse, newstr->reverse,
193 MIN ((*sep)->len, newstr->len) - 1);
196 return sep;
198 return searchstring (&(*sep)->left, newstr);
200 return searchstring (&(*sep)->right, newstr);
209 struct Ebl_Strent **sep; local
    [all...]
eblgstrtab.c 185 searchstring (struct Ebl_GStrent **sep, struct Ebl_GStrent *newstr)
190 if (*sep == NULL)
192 *sep = newstr;
193 return sep;
197 cmpres = memcmp ((*sep)->reverse, newstr->reverse,
198 (MIN ((*sep)->len, newstr->len) - 1) * (*sep)->width);
201 return sep;
203 return searchstring (&(*sep)->left, newstr);
205 return searchstring (&(*sep)->right, newstr)
214 struct Ebl_GStrent **sep; local
    [all...]
eblwstrtab.c 180 searchstring (struct Ebl_WStrent **sep, struct Ebl_WStrent *newstr)
185 if (*sep == NULL)
187 *sep = newstr;
188 return sep;
192 cmpres = wmemcmp ((*sep)->reverse, newstr->reverse,
193 MIN ((*sep)->len, newstr->len) - 1);
196 return sep;
198 return searchstring (&(*sep)->left, newstr);
200 return searchstring (&(*sep)->right, newstr);
209 struct Ebl_WStrent **sep; local
    [all...]
  /external/bluetooth/bluez/audio/
a2dp.c 65 struct avdtp_local_sep *sep; member in struct:a2dp_sep
86 struct a2dp_sep *sep; member in struct:a2dp_setup
162 cb->config_cb(s->session, s->sep, stream, s->err,
264 struct a2dp_sep *sep = user_data; local
269 if (sep->suspend_timer) {
270 g_source_remove(sep->suspend_timer);
271 sep->suspend_timer = 0;
274 if (sep->session) {
275 avdtp_unref(sep->session);
276 sep->session = NULL
1055 struct a2dp_sep *sep; local
1312 struct a2dp_sep *sep = l->data; local
1644 const struct a2dp_sep *sep = data; local
    [all...]
avdtp.c 449 struct avdtp_local_sep *sep,
737 struct avdtp_remote_sep *sep = l->data; local
739 if (sep->seid == seid)
740 return sep;
815 struct avdtp_local_sep *sep = stream->lsep; local
817 if (stream->close_int && sep->cfm && sep->cfm->close)
818 sep->cfm->close(stream->session, sep, stream, NULL,
819 sep->user_data)
836 struct avdtp_local_sep *sep = stream->lsep; local
1053 struct avdtp_local_sep *sep = stream->lsep; local
1179 struct avdtp_local_sep *sep = l->data; local
1196 struct avdtp_local_sep *sep = l->data; local
1280 struct avdtp_local_sep *sep = l->data; local
1297 struct avdtp_local_sep *sep = NULL; local
1349 struct avdtp_local_sep *sep; local
1453 struct avdtp_local_sep *sep = NULL; local
1504 struct avdtp_local_sep *sep; local
1552 struct avdtp_local_sep *sep; local
1608 struct avdtp_local_sep *sep; local
1657 struct avdtp_local_sep *sep; local
1713 struct avdtp_local_sep *sep; local
1757 struct avdtp_local_sep *sep; local
2600 struct avdtp_remote_sep *sep; local
2642 struct avdtp_remote_sep *sep; local
2683 struct avdtp_local_sep *sep = stream->lsep; local
2704 struct avdtp_local_sep *sep = stream->lsep; local
2720 struct avdtp_local_sep *sep = stream->lsep; local
2737 struct avdtp_local_sep *sep = stream->lsep; local
2750 struct avdtp_local_sep *sep = stream->lsep; local
2764 struct avdtp_local_sep *sep = stream->lsep; local
2780 struct avdtp_local_sep *sep = stream->lsep; local
2911 struct avdtp_local_sep *sep = stream ? stream->lsep : NULL; local
3128 struct avdtp_remote_sep *sep = l->data; local
3226 struct avdtp_remote_sep *sep = l->data; local
3580 struct avdtp_local_sep *sep; local
    [all...]
a2dp.h 124 typedef void (*a2dp_config_cb_t) (struct avdtp *session, struct a2dp_sep *sep,
135 struct a2dp_sep *a2dp_get(struct avdtp *session, struct avdtp_remote_sep *sep);
136 unsigned int a2dp_config(struct avdtp *session, struct a2dp_sep *sep,
139 unsigned int a2dp_resume(struct avdtp *session, struct a2dp_sep *sep,
141 unsigned int a2dp_suspend(struct avdtp *session, struct a2dp_sep *sep,
145 gboolean a2dp_sep_lock(struct a2dp_sep *sep, struct avdtp *session);
146 gboolean a2dp_sep_unlock(struct a2dp_sep *sep, struct avdtp *session);
147 gboolean a2dp_sep_get_lock(struct a2dp_sep *sep);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
DistributionPoint.java 124 String sep = System.getProperty("line.separator"); local
127 buf.append(sep);
130 appendObject(buf, sep, "distributionPoint", distributionPoint.toString());
134 appendObject(buf, sep, "reasons", reasons.toString());
138 appendObject(buf, sep, "cRLIssuer", cRLIssuer.toString());
141 buf.append(sep);
145 private void appendObject(StringBuffer buf, String sep, String name, String value)
152 buf.append(sep);
156 buf.append(sep);
IssuingDistributionPoint.java 212 String sep = System.getProperty("line.separator"); local
216 buf.append(sep);
219 appendObject(buf, sep, "distributionPoint", distributionPoint.toString());
223 appendObject(buf, sep, "onlyContainsUserCerts", booleanToString(onlyContainsUserCerts));
227 appendObject(buf, sep, "onlyContainsCACerts", booleanToString(onlyContainsCACerts));
231 appendObject(buf, sep, "onlySomeReasons", onlySomeReasons.toString());
235 appendObject(buf, sep, "onlyContainsAttributeCerts", booleanToString(onlyContainsAttributeCerts));
239 appendObject(buf, sep, "indirectCRL", booleanToString(indirectCRL));
242 buf.append(sep);
246 private void appendObject(StringBuffer buf, String sep, String name, String value
    [all...]
DistributionPointName.java 119 String sep = System.getProperty("line.separator"); local
122 buf.append(sep);
125 appendObject(buf, sep, "fullName", name.toString());
129 appendObject(buf, sep, "nameRelativeToCRLIssuer", name.toString());
132 buf.append(sep);
136 private void appendObject(StringBuffer buf, String sep, String name, String value)
143 buf.append(sep);
147 buf.append(sep);
  /build/tools/
fileslist.py 28 base = len(root[:root.rfind(os.path.sep)])
34 get_file_size(os.path.sep.join((dir, f))),
35 os.path.sep.join((relative, f)),
  /external/gtest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
247 << e%s""", sep=' << ", "')
419 'es' : Iter(n, 'e%s', sep=', '),
420 'vs' : Iter(n, 'v%s', sep=', '),
421 'vts' : Iter(n, '#v%s', sep=', '),
422 'tvs' : Iter(n, 'T%s v%s', sep=', ')
    [all...]
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
247 << e%s""", sep=' << ", "')
419 'es' : Iter(n, 'e%s', sep=', '),
420 'vs' : Iter(n, 'v%s', sep=', '),
421 'vts' : Iter(n, '#v%s', sep=', '),
422 'tvs' : Iter(n, 'T%s v%s', sep=', ')
    [all...]
  /external/icu4c/test/intltest/
testutil.h 28 static UnicodeString hex(const UnicodeString& s, UChar sep);
  /external/bluetooth/glib/gio/xdgmime/
xdgmimealias.c 138 char *sep; local
142 sep = strchr (line, ' ');
143 if (sep == NULL)
145 *(sep++) = '\000';
146 sep[strlen (sep) -1] = '\000';
154 list->aliases[list->n_aliases].mime_type = strdup (sep);
xdgmimeicon.c 137 char *sep; local
141 sep = strchr (line, ':');
142 if (sep == NULL)
144 *(sep++) = '\000';
145 sep[strlen (sep) -1] = '\000';
153 list->icons[list->n_icons].icon_name = strdup (sep);
xdgmimeparent.c 144 char *sep; local
148 sep = strchr (line, ' ');
149 if (sep == NULL)
151 *(sep++) = '\000';
152 sep[strlen (sep) -1] = '\000';
188 entry->parents[entry->n_parents - 1] = strdup (sep);
  /external/chromium/base/third_party/xdg_mime/
xdgmimealias.c 138 char *sep; local
142 sep = strchr (line, ' ');
143 if (sep == NULL)
145 *(sep++) = '\000';
146 sep[strlen (sep) -1] = '\000';
154 list->aliases[list->n_aliases].mime_type = strdup (sep);
xdgmimeicon.c 137 char *sep; local
141 sep = strchr (line, ':');
142 if (sep == NULL)
144 *(sep++) = '\000';
145 sep[strlen (sep) -1] = '\000';
153 list->icons[list->n_icons].icon_name = strdup (sep);
xdgmimeparent.c 144 char *sep; local
148 sep = strchr (line, ' ');
149 if (sep == NULL)
151 *(sep++) = '\000';
152 sep[strlen (sep) -1] = '\000';
188 entry->parents[entry->n_parents - 1] = strdup (sep);

Completed in 252 milliseconds

1 2 3 4 5 6