/external/rust/crates/regex/src/ |
D | pikevm.rs | 44 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/ |
D | cookie.c | 444 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/ |
D | chcat | 121 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/ |
D | SimpleCompletor.java | 96 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/ |
D | astgen.py | 133 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/ |
D | pcre2_script_run.c | 257 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/ |
D | mcscolor.c | 43 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/ |
D | TypeCategory.cpp | 16 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/ |
D | TypeCategory.h | 44 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/ |
D | syslogd.c | 85 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/ |
D | nft-cache.c | 226 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/ |
D | pstats.py | 408 clist = call_dict.keys() 409 clist.sort() 411 for func in clist:
|
/external/javassist/src/main/javassist/compiler/ |
D | MemberCodeGen.java | 1161 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/ |
D | meta_graph.py | 595 clist = collection_list 597 clist = graph.get_all_collection_keys() 599 for ctype in clist:
|
/external/python/cpython3/Lib/ |
D | pstats.py | 479 clist = sorted(call_dict.keys()) 481 for func in clist:
|
/external/pcre/dist2/testdata/ |
D | testoutput5 | 3005 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 …]
|
D | testoutput12-32 | 1349 clist 03a3 03c2 03c3
|
D | testoutput10 | 1493 clist 03a3 03c2 03c3
|
D | testoutput12-16 | 1355 clist 03a3 03c2 03c3
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 985 ContactList clist = this.getContactHeaders(); in getContactHeader() local 986 if (clist != null) { in getContactHeader() 987 return (Contact) clist.getFirst(); in getContactHeader()
|
/external/curl/packages/vms/ |
D | setup_gnv_curl_build.com | 61 $ clist = "/list/show=(expan,includ)"
|
/external/jline/ |
D | jline-1.0.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/ANSIBuffer$ANSICodes. ... |
D | jline-3.13.3.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/jline/
org/ ... |
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |