HomeSort by relevance Sort by last modified time
    Searched full:match_list (Results 1 - 13 of 13) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 408 void JdwpState::CleanupMatchList(const std::vector<JdwpEvent*>& match_list) {
409 for (JdwpEvent* pEvent : match_list) {
528 * Found events are appended to "match_list" so this may be called multiple times for grouped
535 std::vector<JdwpEvent*>* match_list) {
538 match_list->push_back(pEvent);
548 * Found events are appended to "match_list" so this may be called multiple
555 std::vector<JdwpEvent*>* match_list) {
557 match_list->reserve(event_list_size_);
558 FindMatchingEventsLocked(event_kind, basket, match_list);
559 return !match_list->empty()
867 std::vector<JdwpEvent*> match_list; local
946 std::vector<JdwpEvent*> match_list; local
1039 std::vector<JdwpEvent*> match_list; local
1130 std::vector<JdwpEvent*> match_list; local
1203 std::vector<JdwpEvent*> match_list; local
    [all...]
jdwp.h 308 void CleanupMatchList(const std::vector<JdwpEvent*>& match_list)
313 std::vector<JdwpEvent*>* match_list)
317 std::vector<JdwpEvent*>* match_list)
  /external/libedit/src/
filecomplete.c 284 char **match_list = NULL, *retstr, *prevstr; local
296 nmatch_list = el_realloc(match_list,
299 el_free(match_list);
302 match_list = nmatch_list;
305 match_list[++matches] = retstr;
308 if (!match_list)
311 /* find least denominator and insert it to match_list[0] */
313 prevstr = match_list[1];
317 prevstr[i] == match_list[which][i]; i++)
324 el_free(match_list);
    [all...]
  /external/openssh/
match.h 22 char *match_list(const char *, const char *, u_int *);
kex.c 471 char *name = match_list(client, server, NULL);
490 char *name = match_list(client, server, NULL);
508 char *name = match_list(client, server, NULL);
530 k->name = match_list(client, server, NULL);
545 char *hostkeyalg = match_list(client, server, NULL);
606 char *roaming = match_list(KEX_RESUME,
roaming_client.c 178 || (str = match_list(KEX_RESUME, kexlist, NULL)) == NULL) {
match.c 242 match_list(const char *client, const char *server, u_int *next) function
sftp-server.c 169 ((result = match_list(h->name, request_blacklist, NULL))) != NULL) {
175 ((result = match_list(h->name, request_whitelist, NULL))) != NULL) {
    [all...]
auth2-pubkey.c 260 if ((result = match_list(cert->principals[i],
sshconnect2.c     [all...]
  /external/selinux/sepolgen/src/sepolgen/
matching.py 239 def search_ifs(self, ifset, av, match_list):
240 match_list.av = av
250 match_list.append(m)
253 match_list.sort()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
matching.py 239 def search_ifs(self, ifset, av, match_list):
240 match_list.av = av
250 match_list.append(m)
253 match_list.sort()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
matching.py 239 def search_ifs(self, ifset, av, match_list):
240 match_list.av = av
250 match_list.append(m)
253 match_list.sort()

Completed in 1192 milliseconds