OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterfaceCollection
(Results
1 - 6
of
6
) sorted by null
/system/netd/
TetherController.h
24
typedef android::netd::List<char *>
InterfaceCollection
;
28
InterfaceCollection
*mInterfaces;
50
InterfaceCollection
*getTetheredInterfaceList();
TetherController.cpp
37
mInterfaces = new
InterfaceCollection
();
44
InterfaceCollection
::iterator it;
247
InterfaceCollection
::iterator it;
277
InterfaceCollection
::iterator it;
292
InterfaceCollection
::iterator it;
308
InterfaceCollection
*TetherController::getTetheredInterfaceList() {
CommandListener.cpp
724
InterfaceCollection
*ilist = sTetherCtrl->getTetheredInterfaceList();
725
InterfaceCollection
::iterator it;
[
all
...]
/external/emma/core/java12/com/vladium/jcd/cls/
ElementFactory.java
38
return new
InterfaceCollection
(capacity);
InterfaceCollection.java
7
* $Id:
InterfaceCollection
.java,v 1.1.1.1 2004/05/09 16:57:46 vlad_r Exp $
20
final class
InterfaceCollection
implements IInterfaceCollection
45
final
InterfaceCollection
_clone = (
InterfaceCollection
) super.clone ();
99
InterfaceCollection
(final int capacity)
/external/emma/lib/
emma.jar
Completed in 51 milliseconds