HomeSort by relevance Sort by last modified time
    Searched full:interfaces (Results 76 - 100 of 2441) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/rule_api/
README.txt 9 editors should provide IDE-side implementations of the rule interfaces
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
Interfaces.vcproj 5 Name="Interfaces"
7 RootNamespace="Interfaces"
336 RelativePath="..\Interfaces\AccessibleComparable.idl"
388 RelativePath="..\Interfaces\DOMCore.idl"
440 RelativePath="..\Interfaces\DOMCSS.idl"
492 RelativePath="..\Interfaces\DOMEvents.idl"
544 RelativePath="..\Interfaces\DOMExtensions.idl"
596 RelativePath="..\Interfaces\DOMHTML.idl"
648 RelativePath="..\Interfaces\DOMPrivate.idl"
700 RelativePath="..\Interfaces\DOMRange.idl
    [all...]
  /cts/tools/dex-tools/src/dex/structure/
DexClass.java 27 * Returns a list containing the names of all implemented interfaces.
29 * @return a list containing the names of all implemented interfaces
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator5Test.java 27 import java.security.interfaces.DSAPublicKey;
28 import java.security.interfaces.DSAParams;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
RSAPrivateKeyTest.java 22 package org.apache.harmony.security.tests.java.security.interfaces;
26 import java.security.interfaces.RSAPrivateKey;
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DHUtil.java 7 import javax.crypto.interfaces.DHPrivateKey;
8 import javax.crypto.interfaces.DHPublicKey;
DSAUtil.java 6 import java.security.interfaces.DSAPrivateKey;
7 import java.security.interfaces.DSAPublicKey;
  /external/clang/lib/Index/
Handlers.cpp 1 //===--- Handlers.cpp - Interfaces for receiving information ----*- C++ -*-===//
10 // Abstract interfaces for receiving information.
  /external/javassist/src/main/javassist/
SerialVersionUID.java 97 // interfaces.
98 String[] interfaces = classFile.getInterfaces(); local
99 for (int i = 0; i < interfaces.length; i++)
100 interfaces[i] = javaName(interfaces[i]);
102 Arrays.sort(interfaces);
103 for (int i = 0; i < interfaces.length; i++)
104 out.writeUTF(interfaces[i]);
  /external/libxml2/include/libxml/
xmlversion.h 121 * Whether the push parsing interfaces are configured in
319 * Whether the Unicode related interfaces are compiled in
328 * Whether the regular expressions interfaces are compiled in
337 * Whether the automata interfaces are compiled in
346 * Whether the formal expressions interfaces are compiled in
355 * Whether the Schemas validation interfaces are compiled in
364 * Whether the Schematron validation interfaces are compiled in
373 * Whether the module interfaces are compiled in
  /external/libxslt/libxslt/
pattern.h 32 * Pattern related interfaces.
53 * Template related interfaces.
security.h 56 * Module interfaces
88 * internal interfaces
xslt.h 2 * Summary: Interfaces, constants and types related to the XSLT engine
3 * Description: Interfaces, constants and types related to the XSLT engine
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 46 * Returns a list of currently known network interfaces
165 * Returns a list of currently tethered interfaces
180 * Enables Network Address Translation between two interfaces.
187 * Disables Network Address Translation between two interfaces.
257 * tethering interfaces. Even indexes are remote interface, and odd
258 * indexes are corresponding local interfaces.
283 * Set alert across all interfaces.
288 * Control network activity of a UID over interfaces with a quota limit.
  /system/media/wilhelm/tests/sandbox/
outputmix.c 41 // query supported interfaces on output mix object ID and display their IDs
46 printf("Output mix supports %u interfaces:\n", numSupportedInterfaces);
59 // create output mix, requesting no explicit interfaces
94 // get explicit and optional interfaces should fail since not requested at creation
125 // re-create output mix, this time requesting implicit interfaces as "hard" requirements (must
126 // be there), and explicit interfaces as "soft" requirements (OK if not available)
139 // get implicit interfaces
149 // get explicit and optional interfaces should succeed since they were requested at creation
  /system/media/wilhelm/src/
MPH.h 25 // OpenSL ES 1.0.1 interfaces
71 // Wilhelm desktop extended interfaces
74 // Android API level 9 extended interfaces
82 // Android API level 12 extended interfaces
86 // OpenMAX AL 1.0.1 interfaces
  /development/host/windows/usb/api/
adb_helper_routines.cpp 87 AdbEnumInterfaceArray* interfaces) {
91 // Enumerate interfaces on this device
97 // interfaces exposed by one or more devices defined by our interface
99 // can be called repeatedly to get information about several interfaces
140 interfaces->swap(tmp);
149 AdbEnumInterfaceArray* interfaces) {
164 interfaces);
  /external/webkit/Source/WebKit/chromium/src/
IDBObjectStoreBackendProxy.cpp 80 // all implementations of IDB interfaces are proxy objects.
88 // all implementations of IDB interfaces are proxy objects.
96 // all implementations of IDB interfaces are proxy objects.
104 // all implementations of IDB interfaces are proxy objects.
112 // all implementations of IDB interfaces are proxy objects.
131 // all implementations of IDB interfaces are proxy objects.
139 // all implementations of IDB interfaces are proxy objects.
  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 39 int[] interfaces; field in class:ClassFile
132 interfaces = null;
193 if (interfaces != null) {
194 int n = interfaces.length;
196 interfaces[i]
197 = cp.addClassInfo(constPool.getClassInfo(interfaces[i]));
496 * Returns the names of the interfaces implemented by the class.
504 if (interfaces == null)
507 int n = interfaces.length;
510 list[i] = constPool.getClassInfo(interfaces[i])
    [all...]
  /external/libpcap/
fad-null.c 47 * Get a list of all interfaces that are up and that we can open.
49 * The list, as returned through "alldevsp", may be null if no interfaces
59 * Succeed, but don't return any interfaces; we return only those
  /external/proguard/src/proguard/classfile/visitor/
package.html 2 This package contains interfaces and classes for processing class files from
15 Visitor interfaces avoid having to do series of <code>instanceof</code> tests
32 specified by the visitor interfaces. Passing additional parameters is done by
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DHPrivateKeyTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.interfaces;
29 import javax.crypto.interfaces.DHKey;
30 import javax.crypto.interfaces.DHPrivateKey;
DHPublicKeyTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.interfaces;
33 import javax.crypto.interfaces.DHKey;
34 import javax.crypto.interfaces.DHPublicKey;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DSAKeyPairGeneratorImpl.java 18 package org.apache.harmony.security.tests.support.interfaces;
20 import java.security.interfaces.DSAKeyPairGenerator;
23 import java.security.interfaces.DSAParams;
  /frameworks/base/core/java/android/net/
TrafficStats.java 37 * over all interfaces, over the mobile interface, and on a per-UID basis.
308 * Get the total number of packets sent through all network interfaces.
316 * Get the total number of packets received through all network interfaces.
324 * Get the total number of bytes sent through all network interfaces.
332 * Get the total number of bytes received through all network interfaces.
341 * The statistics are across all interfaces.
353 * The statistics are across all interfaces.
365 * The statistics are across all interfaces.
379 * The statistics are across all interfaces.
392 * The statistics are across all interfaces
    [all...]

Completed in 9478 milliseconds

1 2 34 5 6 7 8 91011>>