OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pds
(Results
1 - 8
of
8
) sorted by null
/libcore/luni/src/main/java/java/security/
SecureClassLoader.java
31
private HashMap<CodeSource, ProtectionDomain>
pds
= new HashMap<CodeSource, ProtectionDomain>();
field in class:SecureClassLoader
133
// need to cache
PDs
, otherwise every class from a given CodeSource
136
synchronized (
pds
) {
137
if ((pd =
pds
.get(cs)) != null) {
142
pds
.put(cs, pd);
/external/libmtp/examples/
sendtr.c
324
LIBMTP_devicestorage_t *
pds
= NULL;
local
331
for (
pds
= device->storage;
pds
!= NULL;
pds
=
pds
->next)
333
if (
pds
->id == storageid)
335
desc = strdup(
pds
->StorageDescription);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h
120
_PRUnixPollDesc *
pds
; /* array of poll descriptors */
member in struct:PRPollQueue
425
extern PRInt32 _MD_pr_poll(PRPollDesc *
pds
, PRIntn npds,
_win16.h
90
_PRWin16PollDesc *
pds
; /* array of poll descriptors */
member in struct:PRPollQueue
_beos.h
540
NSPR_API(PRInt32) _MD_pr_poll(PRPollDesc *
pds
, PRIntn npds, PRIntervalTime timeout);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar
org.apache.commons.el_1.0.0.v201004212143.jar
Completed in 87 milliseconds