HomeSort by relevance Sort by last modified time
    Searched refs:interfaces (Results 351 - 375 of 439) sorted by null

<<1112131415161718

  /build/tools/droiddoc/templates-sdk/
class.cs 118 <?cs if:last(supr) && subcount(supr.interfaces) ?>
120 <?cs each:t=supr.interfaces ?>
  /dalvik/vm/alloc/
MarkSweep.cpp 262 * Visit the interfaces of a class object.
269 markObject((const Object *)clazz->interfaces[i], ctx);
287 /* Do super and the interfaces contain Objects and not dex idx values? */
  /dalvik/vm/reflect/
Reflect.cpp 810 * Get all interfaces a class implements. If this is unable to allocate
830 memcpy(interfaceArray->contents, clazz->interfaces,
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 88 /// Allows strings to be treated as object interfaces
102 /// Allows strings to be treated as object interfaces
  /external/bison/data/
yacc.c 64 ## Pure/impure interfaces. ##
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKKeyStore.java 54 import org.bouncycastle.jce.interfaces.BCKeyStore;
X509CertificateObject.java 65 import org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier;
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 498 certain countries either by patents or by copyrighted interfaces, the
  /external/dnsmasq/src/
dnsmasq.c 174 die(_("failed to find list of interfaces: %s"), NULL, EC_MISC);
485 my_syslog(LOG_WARNING, _("setting --bind-interfaces option because of OS limitations"));
1148 /* Check for allowed interfaces when binding the wildcard address:
1157 for (iface = daemon->interfaces; iface; iface = iface->next)
    [all...]
  /external/doclava/res/assets/templates/
class.cs 108 <?cs if:last(supr) && subcount(supr.interfaces) ?>
110 <?cs each:t=supr.interfaces ?>
  /external/doclava/src/com/google/doclava/
Converter.java 79 new ArrayList<ClassInfo>(Arrays.asList(Converter.convertClasses(c.interfaces()))),
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 8 import java.security.interfaces.*;
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 521 this->interfaces.push_back(RPC_RESULT_HANDLER_TYPE);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 45 import java.security.interfaces.DSAPrivateKey;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 35 import java.security.interfaces.DSAPublicKey;
36 import java.security.interfaces.ECPublicKey;
37 import java.security.interfaces.RSAPrivateCrtKey;
38 import java.security.interfaces.RSAPublicKey;
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 54 import java.security.interfaces.ECPrivateKey;
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 158 struct dl_list interfaces; member in struct:nl80211_global
883 dl_list_for_each(drv, &global->interfaces,
    [all...]
  /external/iproute2/doc/
ip-cref.tex 344 --- only display running interfaces.
445 \item \verb|SLAVE| --- this interface is bonded to some other interfaces
586 --- the address of the remote endpoint for pointopoint interfaces.
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 814 # and vlan interfaces for the vlan feature.
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 49 #include <gst/interfaces/streamvolume.h>
    [all...]

Completed in 3895 milliseconds

<<1112131415161718