OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceList
(Results
1 - 8
of
8
) sorted by null
/libcore/ojluni/src/main/java/sun/security/jca/
ProviderList.java
356
return new
ServiceList
(type, algorithm);
374
return new
ServiceList
(ids);
382
private final class
ServiceList
extends AbstractList<Service> {
405
ServiceList
(String type, String algorithm) {
411
ServiceList
(List<ServiceId> ids) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpDriver.c
265
while (!IsListEmpty (&MnpDeviceData->
ServiceList
)) {
266
Entry = GetFirstNode (&MnpDeviceData->
ServiceList
);
366
List = &MnpDeviceData->
ServiceList
;
405
List = &MnpDeviceData->
ServiceList
;
MnpDriver.h
61
LIST_ENTRY
ServiceList
;
MnpVlan.c
390
Entry = GetFirstNode (&MnpDeviceData->
ServiceList
);
547
NET_LIST_FOR_EACH (Entry, &MnpDeviceData->
ServiceList
) {
667
NET_LIST_FOR_EACH (Entry, &MnpDeviceData->
ServiceList
) {
MnpConfig.c
471
InitializeListHead (&MnpDeviceData->
ServiceList
);
725
InsertTailList (&MnpDeviceData->
ServiceList
, &MnpServiceData->Link);
954
NET_LIST_FOR_EACH (Entry, &MnpDeviceData->
ServiceList
) {
[
all
...]
MnpIo.c
1038
NET_LIST_FOR_EACH (ServiceEntry, &MnpDeviceData->
ServiceList
) {
[
all
...]
/frameworks/base/
preloaded-classes
[
all
...]
compiled-classes-phone
[
all
...]
Completed in 104 milliseconds