/external/oprofile/libutil++/tests/ |
comma_list_tests.cpp | 19 #define check(clist, val, result) \ 20 if (clist.match(val) != result) { \ 21 cerr << "\"" << #val << "\" matched with " #clist \
|
/system/core/init/ |
init.h | 29 struct listnode clist; member in struct:command
|
parser.c | 39 cmd = node_to_item(node2, struct command, clist);
|
signal_handler.c | 114 cmd = node_to_item(node, struct command, clist);
|
init.c | 511 return node_to_item(node, struct command, clist); 517 node = cmd->clist.next; 523 return node_to_item(node, struct command, clist); 528 return (list_tail(&act->commands) == &cmd->clist);
|
init_parser.c | 582 list_add_tail(&act->commands, &cmd->clist); 752 list_add_tail(&svc->onrestart.commands, &cmd->clist); 868 list_add_tail(&act->commands, &cmd->clist);
|
/frameworks/base/services/java/com/android/server/am/ |
ActiveServices.java | 684 ArrayList<ConnectionRecord> clist = s.connections.get(binder); local 685 if (clist == null) { 686 clist = new ArrayList<ConnectionRecord>(); 687 s.connections.put(binder, clist); 689 clist.add(c); 701 clist = mServiceConnections.get(binder); 702 if (clist == null) { 703 clist = new ArrayList<ConnectionRecord>(); 704 mServiceConnections.put(binder, clist); 706 clist.add(c) 769 ArrayList<ConnectionRecord> clist = r.connections.valueAt(conni); local 803 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); local 1586 ArrayList<ConnectionRecord> clist = s.connections.get(binder); local 2235 ArrayList<ConnectionRecord> clist = r.connections.valueAt(conni); local [all...] |
ActivityManagerService.java | 14321 ArrayList<ConnectionRecord> clist = s.connections.valueAt(conni); local [all...] |
/external/javassist/src/main/javassist/compiler/ |
MemberCodeGen.java | 1117 CtClass[] clist; local [all...] |
/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:
|
/system/core/toolbox/ |
dd.c | 1268 } clist[] = { variable in typeref:struct:conv 1290 if (!(cp = (struct conv *)bsearch(&tmp, clist, 1291 sizeof(clist)/sizeof(struct conv), sizeof(struct conv),
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 985 ContactList clist = this.getContactHeaders(); local [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |