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

1 2

  /external/fio/
cgroup.c 51 struct flist_head *clist)
74 flist_add_tail(&cm->list, clist);
78 void cgroup_kill(struct flist_head *clist)
88 flist_for_each_safe(n, tmp, clist) {
147 int cgroup_setup(struct thread_data *td, struct flist_head *clist, char **mnt)
170 add_cgroup(td, root, clist);
  /external/selinux/policycoreutils/scripts/
chcat 117 clist = translate(con)
118 if sensitivity != clist[0]:
121 if len(clist) > 1:
122 if cat in clist[1:]:
125 clist.append(cat)
126 cats = clist[1:]
196 clist = translate(con)
197 if sensitivity != clist[0]:
201 if len(clist) > 1:
202 if cat not in clist[1:]
    [all...]
  /external/curl/lib/
cookie.c 373 struct Cookie *clist; local
779 clist = c->cookies;
781 while(clist) {
782 if(Curl_raw_equal(clist->name, co->name)) {
785 if(clist->domain && co->domain) {
786 if(Curl_raw_equal(clist->domain, co->domain))
790 else if(!clist->domain && !co->domain)
796 if(clist->spath && co->spath) {
797 if(Curl_raw_equal(clist->spath, co->spath)) {
803 else if(!clist->spath && !co->spath
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 338 } clist[] = { variable in typeref:struct:conv
367 if (!(cp = bsearch(&tmp, clist,
368 __arraycount(clist), sizeof(*clist), c_conv))) {
  /external/selinux/policycoreutils/mcstrans/src/
mcscolor.c 43 static setab_t *clist[N_COLOR]; variable
55 cur = clist[i];
62 clist[i] = cend[i] = NULL;
126 setab_t *ptr = clist[idx];
169 clist[idx] = cptr;
  /external/toybox/toys/pending/
dd.c 79 static struct pair clist[] = { variable in typeref:struct:pair
336 if (!(res = bsearch(&key, clist, ARRAY_LEN(clist),
syslogd.c 86 static char *dec(int val, CODE *clist, char *buf)
88 for (; clist->c_name; clist++)
89 if (val == clist->c_val) return clist->c_name;
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 795 ArrayList<ConnectionRecord> clist = sr.connections.valueAt(conni); local
993 ArrayList<ConnectionRecord> clist = s.connections.get(binder); local
1097 ArrayList<ConnectionRecord> clist = r.connections.valueAt(conni); local
1131 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); local
2091 ArrayList<ConnectionRecord> clist = s.connections.get(binder); local
3053 ArrayList<ConnectionRecord> clist = r.connections.valueAt(conni); local
    [all...]
ActivityManagerService.java 19343 ArrayList<ConnectionRecord> clist = s.connections.valueAt(conni); local
    [all...]
  /external/toybox/toys/posix/
cut.c 33 char *clist;
242 list = TT.clist;
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 1117 CtClass[] clist; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pstats.py 408 clist = call_dict.keys()
409 clist.sort()
411 for func in clist:
  /prebuilts/gdb/linux-x86/lib/python2.7/
pstats.py 408 clist = call_dict.keys()
409 clist.sort()
411 for func in clist:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 408 clist = call_dict.keys()
409 clist.sort()
411 for func in clist:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 408 clist = call_dict.keys()
409 clist.sort()
411 for func in clist:
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 985 ContactList clist = this.getContactHeaders(); local
    [all...]
  /external/curl/packages/vms/
setup_gnv_curl_build.com 61 $ clist = "/list/show=(expan,includ)"
68 $ cc :== cc'clist''cnames'/nested_include_directory=none
69 $ cxx :== cxx'clist''cnames'/nested_include_directory=none
  /external/toybox/generated/
globals.h 956 char *clist; member in struct:cut_data
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 550 milliseconds

1 2