Home
last modified time | relevance | path

Searched refs:clist (Results 1 – 25 of 27) sorted by relevance

12

/external/rust/crates/regex/src/
Dpikevm.rs44 clist: Threads, field
79 Cache { clist: Threads::new(), nlist: Threads::new(), stack: vec![] } in new()
100 cache.clist.resize(prog.len(), prog.captures.len()); in exec()
104 &mut cache.clist, in exec()
116 mut clist: &mut Threads, in exec_()
126 clist.set.clear(); in exec_()
129 if clist.set.is_empty() { in exec_()
161 if clist.set.is_empty() in exec_()
164 self.add(&mut clist, slots, 0, at); in exec_()
171 for i in 0..clist.set.len() { in exec_()
[all …]
/external/curl/lib/
Dcookie.c444 struct Cookie *clist; in Curl_cookie_add() local
967 clist = c->cookies[myhash]; in Curl_cookie_add()
969 while(clist) { in Curl_cookie_add()
970 if(strcasecompare(clist->name, co->name)) { in Curl_cookie_add()
973 if(clist->domain && co->domain) { in Curl_cookie_add()
974 if(strcasecompare(clist->domain, co->domain) && in Curl_cookie_add()
975 (clist->tailmatch == co->tailmatch)) in Curl_cookie_add()
979 else if(!clist->domain && !co->domain) in Curl_cookie_add()
985 if(clist->spath && co->spath) { in Curl_cookie_add()
986 if(clist->secure && !co->secure && !secure) { in Curl_cookie_add()
[all …]
/external/selinux/python/chcat/
Dchcat121 clist = translate(con)
122 if sensitivity != clist[0]:
125 if len(clist) > 1:
126 if cat in clist[1:]:
129 clist.append(cat)
130 cats = clist[1:]
202 clist = translate(con)
203 if sensitivity != clist[0]:
207 if len(clist) > 1:
208 if cat not in clist[1:]:
[all …]
/external/jline/src/src/main/java/jline/
DSimpleCompletor.java96 public int complete(final String buffer, final int cursor, final List clist) { in complete() argument
116 clist.add(can); in complete()
119 if (clist.size() == 1) { in complete()
120 clist.set(0, ((String) clist.get(0)) + " "); in complete()
125 return (clist.size() == 0) ? (-1) : 0; in complete()
/external/python/cpython2/Tools/compiler/
Dastgen.py133 clist = COMMA.join(["self.%s" % c
136 print >> buf, " return %s," % clist
138 print >> buf, " return %s" % clist
159 clist = ["self.%s" % c
162 if len(clist) == 0:
164 elif len(clist) == 1:
165 print >> buf, " return %s," % clist[0]
167 print >> buf, " return %s" % COMMA.join(clist)
/external/pcre/dist2/src/
Dpcre2_script_run.c257 const uint8_t *clist, *rlist; in PRIV() local
348 for (clist = list; *clist != 0; clist++) in PRIV()
350 if (*rlist == *clist) in PRIV()
/external/selinux/mcstrans/src/
Dmcscolor.c43 static setab_t *clist[N_COLOR]; variable
55 cur = clist[i]; in finish_context_colors()
62 clist[i] = cend[i] = NULL; in finish_context_colors()
126 setab_t *ptr = clist[idx]; in find_color()
169 clist[idx] = cptr; in add_secolor()
/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp16 TypeCategoryImpl::TypeCategoryImpl(IFormatChangeListener *clist, in TypeCategoryImpl() argument
18 : m_format_cont(clist), m_summary_cont(clist), m_filter_cont(clist), in TypeCategoryImpl()
19 m_synth_cont(clist), m_enabled(false), m_change_listener(clist), in TypeCategoryImpl()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategory.h44 FormatterContainerPair(IFormatChangeListener *clist) in FormatterContainerPair() argument
45 : m_exact_sp(new ExactMatchContainer(clist)), in FormatterContainerPair()
46 m_regex_sp(new RegexMatchContainer(clist)) {} in FormatterContainerPair()
187 TypeCategoryImpl(IFormatChangeListener *clist, ConstString name);
/external/toybox/toys/pending/
Dsyslogd.c85 static char *dec(int val, CODE *clist, char *buf) in dec() argument
87 for (; clist->c_name; clist++) in dec()
88 if (val == clist->c_val) return clist->c_name; in dec()
/external/iptables/iptables/
Dnft-cache.c226 struct nft_chain_list *clist = h->cache->table[t->type].chains; in nft_cache_add_chain() local
227 struct list_head *pos = &clist->list; in nft_cache_add_chain()
231 list_for_each_entry(cur, &clist->list, head) { in nft_cache_add_chain()
/external/python/cpython2/Lib/
Dpstats.py408 clist = call_dict.keys()
409 clist.sort()
411 for func in clist:
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java1161 CtClass[] clist; in makeThrowsList() local
1166 clist = new CtClass[list.length()]; in makeThrowsList()
1168 clist[i++] = resolver.lookupClassByName((ASTList)list.head()); in makeThrowsList()
1172 return clist; in makeThrowsList()
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py595 clist = collection_list
597 clist = graph.get_all_collection_keys()
599 for ctype in clist:
/external/python/cpython3/Lib/
Dpstats.py479 clist = sorted(call_dict.keys())
481 for func in clist:
/external/pcre/dist2/testdata/
Dtestoutput53005 clist 03a3 03c2 03c3
3019 clist 03a3 03c2 03c3
3027 not clist 03a3 03c2 03c3
3035 clist 03a3 03c2 03c3 ++
3043 not clist 03a3 03c2 03c3 ++
3052 clist 03a3 03c2 03c3
3060 clist 03a3 03c2 03c3 ++
3069 clist 03a3 03c2 03c3 *
3070 clist 03a3 03c2 03c3
3103 clist 03a3 03c2 03c3 *
[all …]
Dtestoutput12-321349 clist 03a3 03c2 03c3
Dtestoutput101493 clist 03a3 03c2 03c3
Dtestoutput12-161355 clist 03a3 03c2 03c3
/external/nist-sip/java/gov/nist/javax/sip/message/
DSIPMessage.java985 ContactList clist = this.getContactHeaders(); in getContactHeader() local
986 if (clist != null) { in getContactHeader()
987 return (Contact) clist.getFirst(); in getContactHeader()
/external/curl/packages/vms/
Dsetup_gnv_curl_build.com61 $ clist = "/list/show=(expan,includ)"
/external/jline/
Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes. ...
Djline-3.13.3.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jline/ org/ ...
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...

12