OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interfaces
(Results
276 - 300
of
778
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLDSAParams.java
20
import java.security.
interfaces
.DSAParams;
OpenSSLRSAPublicKey.java
24
import java.security.
interfaces
.RSAPublicKey;
OpenSSLDHKeyFactory.java
30
import javax.crypto.
interfaces
.DHPrivateKey;
31
import javax.crypto.
interfaces
.DHPublicKey;
OpenSSLECKeyFactory.java
25
import java.security.
interfaces
.ECPrivateKey;
26
import java.security.
interfaces
.ECPublicKey;
/external/jarjar/src/main/com/tonicsystems/jarjar/
StringReader.java
38
public void visit(int version, int access, String name, String signature, String superName, String[]
interfaces
) {
/external/wpa_supplicant_8/src/wps/
wps_upnp_i.h
118
* multiple wireless
interfaces
sharing the same UPnP device instance. Each
125
struct dl_list
interfaces
; /* struct upnp_wps_device_interface */
member in struct:upnp_wps_device_sm
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h
146
interface_info **
interfaces
; // array of
interfaces
member in struct:__anon39366
147
int num_interfaces; // number of
interfaces
/hardware/qcom/wlan/qcwcn/wifi_hal/
common.h
95
interface_info **
interfaces
; // array of
interfaces
member in struct:__anon41575
96
int num_interfaces; // number of
interfaces
/libcore/support/src/test/java/libcore/javax/net/ssl/
RandomPrivateKeyX509ExtendedKeyManager.java
24
import java.security.
interfaces
.ECPrivateKey;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vss.h
422
#warning COM
interfaces
layout in this header has not been verified.
423
#warning COM
interfaces
with incorrect layout may not work at all.
455
#warning COM
interfaces
layout in this header has not been verified.
456
#warning COM
interfaces
with incorrect layout may not work at all.
fsrmreports.h
283
#warning COM
interfaces
layout in this header has not been verified.
284
#warning COM
interfaces
with incorrect layout may not work at all.
335
#warning COM
interfaces
layout in this header has not been verified.
336
#warning COM
interfaces
with incorrect layout may not work at all.
417
#warning COM
interfaces
layout in this header has not been verified.
418
#warning COM
interfaces
with incorrect layout may not work at all.
473
#warning COM
interfaces
layout in this header has not been verified.
474
#warning COM
interfaces
with incorrect layout may not work at all.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
BCDHPrivateKey.java
9
import javax.crypto.
interfaces
.DHPrivateKey;
26
import org.bouncycastle.jce.
interfaces
.PKCS12BagAttributeCarrier;
KeyAgreementSpi.java
13
import javax.crypto.
interfaces
.DHPrivateKey;
14
import javax.crypto.
interfaces
.DHPublicKey;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java
41
import org.bouncycastle.jce.
interfaces
.ECPrivateKey;
42
import org.bouncycastle.jce.
interfaces
.ECPublicKey;
44
// import org.bouncycastle.jce.
interfaces
.MQVPrivateKey;
45
// import org.bouncycastle.jce.
interfaces
.MQVPublicKey;
KeyFactorySpi.java
8
import java.security.
interfaces
.ECPrivateKey;
9
import java.security.
interfaces
.ECPublicKey;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DigestSignatureSpi.java
10
import java.security.
interfaces
.RSAPrivateKey;
11
import java.security.
interfaces
.RSAPublicKey;
/external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_peer_connection_handler.cc
152
TestInterfaces*
interfaces
)
156
interfaces_(
interfaces
) {
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py
6
# collections of
interfaces
and structs to be used by mojo ipc clients and
207
self.
interfaces
= []
211
self.
interfaces
.append(interface)
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java
51
*
interfaces
.
135
private Set<Class<?>>
interfaces
= new HashSet<Class<?>>();
field in class:ProxyBuilder
170
public ProxyBuilder<T> implementing(Class<?>...
interfaces
) {
171
for (Class<?> i :
interfaces
) {
175
this.
interfaces
.add(i);
238
&&
interfaces
.equals(asSet(proxyClass.getInterfaces()))) {
584
TypeId<?>[] result = new TypeId<?>[
interfaces
.size()];
586
for (Class<?> implemented :
interfaces
) {
602
for (Class<?> c :
interfaces
) {
[
all
...]
/external/doclava/res/assets/templates/
hierarchy.cs
37
<?cs each:iface = cl.
interfaces
?>
54
<th class="jd-hierarchy-data">
Interfaces
</th>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar
/external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java
119
interfaces
();
method
205
void
interfaces
() throws IOException
method in class:ClassDefParser.classParser
/external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm
10
;; This file implements the JIT
interfaces
for the X86 target.
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Mixin.java
68
public static Mixin create(Class[]
interfaces
, Object[] delegates) {
70
gen.setClasses(
interfaces
);
/external/qemu/include/qom/
object.h
41
* @short_description:
interfaces
for creating new types and objects
49
* - Multiple inheritance of stateless
interfaces
183
* #
Interfaces
#
185
*
Interfaces
allow a limited form of multiple inheritance. Instances are
359
GSList *
interfaces
;
member in struct:ObjectClass
378
* #Object also contains a list of #
Interfaces
that this object
427
* @
interfaces
: The list of
interfaces
associated with this type. This
449
InterfaceInfo *
interfaces
;
member in struct:TypeInfo
530
* The class for all
interfaces
. Subclasses of this class should only ad
[
all
...]
Completed in 1607 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>