OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interfaces
(Results
376 - 400
of
778
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/keystore/tests/src/android/security/
AndroidKeyPairGeneratorTest.java
30
import java.security.
interfaces
.DSAParams;
31
import java.security.
interfaces
.DSAPublicKey;
32
import java.security.
interfaces
.ECPublicKey;
33
import java.security.
interfaces
.RSAPublicKey;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java
69
Enumeration<NetworkInterface>
interfaces
= NetworkInterface.getNetworkInterfaces();
local
70
assertNotNull(
interfaces
);
72
while (
interfaces
.hasMoreElements()
74
NetworkInterface nextInterface =
interfaces
.nextElement();
313
// Check that we can join on specific
interfaces
and that we only receive if data is
315
// non-loopback
interfaces
.
321
// Skip
interfaces
that do not support multicast - there's no point in proving
393
// Validate that we can join the same address on two different
interfaces
but not on the
[
all
...]
/libcore/libart/src/main/java/java/lang/
Class.java
71
* instances: those representing real classes and
interfaces
, those representing
74
* <h4>Class instances representing object types (classes or
interfaces
)</h4>
158
* implement any
interfaces
.
230
* Total object size; used when allocating storage on GC heap. For
interfaces
and abstract
324
* public classes,
interfaces
, enums and annotations that are
326
* include classes of implemented
interfaces
. If there are no
635
* finally the
interfaces
implemented by C and finally the superclasses of C
677
// search iftable which has a flattened and uniqued list of
interfaces
1185
short[]
interfaces
= dex.interfaceTypeIndicesFromClassDefIndex(dexClassDefIndex);
local
[
all
...]
/libcore/luni/src/main/java/java/io/
ObjectOutputStream.java
746
Class<?>[]
interfaces
= classToWrite.getInterfaces();
local
747
output.writeInt(
interfaces
.length);
748
for (int i = 0; i <
interfaces
.length; i++) {
749
output.writeUTF(
interfaces
[i].getName());
[
all
...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon51038
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon51392
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon51746
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon52154
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon52528
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon52941
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon53314
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon53933
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon54270
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon55064
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon55511
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon55871
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon56211
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon56568
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon56908
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon57265
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon57605
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon57965
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon58310
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon58702
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
device.h
106
struct list_head
interfaces
;
member in class:__anon59149
Completed in 1535 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>