HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 101 - 125 of 1576) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/experimental/FileReaderApp/
FileReaderWindow.h 10 @interface FileReaderWindow : SkNSWindow {
  /external/skia/src/gpu/gl/
GrGLContext.cpp 13 GrGLContext* GrGLContext::Create(const GrGLInterface* interface, const GrContextOptions& options) {
15 if (!interface->fFunctions.fGetString) {
19 args.fInterface = interface;
22 GR_GL_CALL_RET(interface, verUByte, GetString(GR_GL_VERSION));
26 GR_GL_CALL_RET(interface, rendererUByte, GetString(GR_GL_RENDERER));
29 if (!interface->validate()) {
38 if (!GrGLGetGLSLGeneration(interface, &args.fGLSLGeneration)) {
42 args.fVendor = GrGLGetVendor(interface);
58 GrGLGetDriverInfo(interface->fStandard, args.fVendor, renderer, ver,
  /external/webrtc/talk/app/webrtc/objc/
RTCAudioTrack+Internal.h 32 @interface RTCAudioTrack (Internal)
RTCICEServer+Internal.h 32 @interface RTCICEServer (Internal)
RTCMediaConstraints+Internal.h 34 @interface RTCMediaConstraints (Internal)
RTCPeerConnectionFactory+Internal.h 33 @interface RTCPeerConnectionFactory ()
RTCPeerConnectionInterface+Internal.h 32 @interface RTCConfiguration ()
RTCVideoSource+Internal.h 32 @interface RTCVideoSource (Internal)
RTCVideoTrack+Internal.h 35 @interface RTCVideoTrack (Internal)
  /external/webrtc/webrtc/api/objc/
RTCIceServer+Private.h 17 @interface RTCIceServer ()
RTCVideoFrame+Private.h 17 @interface RTCVideoFrame ()
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingMessage.h 23 @interface ARDSignalingMessage : NSObject
32 @interface ARDICECandidateMessage : ARDSignalingMessage
40 @interface ARDSessionDescriptionMessage : ARDSignalingMessage
48 @interface ARDByeMessage : ARDSignalingMessage
  /system/netd/server/
VirtualNetwork.cpp 69 for (const std::string& interface : mInterfaces) {
70 if (int ret = RouteController::addUsersToVirtualNetwork(mNetId, interface.c_str(), mSecure,
72 ALOGE("failed to add users on interface %s of netId %u", interface.c_str(), mNetId);
84 for (const std::string& interface : mInterfaces) {
85 if (int ret = RouteController::removeUsersFromVirtualNetwork(mNetId, interface.c_str(),
87 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId);
99 int VirtualNetwork::addInterface(const std::string& interface) {
100 if (hasInterface(interface)) {
    [all...]
  /art/test/972-iface-super-multidex/smali-multidex/
conflictinterface.smali 17 .class public abstract interface LConflictInterface;
22 # public interface ConflictInterface extends OneConflict, TwoConflict {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRToken+DebuggerSupport.h 37 @interface ANTLRCommonToken(DebuggerSupport)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRToken+DebuggerSupport.h 37 @interface ANTLRCommonToken(DebuggerSupport)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRToken+DebuggerSupport.h 37 @interface ANTLRCommonToken(DebuggerSupport)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRToken+DebuggerSupport.h 37 @interface ANTLRCommonToken(DebuggerSupport)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
ANTLRFastQueueTest.h 12 @interface ANTLRFastQueueTest : SenTestCase {
ANTLRIntArrayTest.h 12 @interface ANTLRIntArrayTest : SenTestCase
IntArrayTest.h 12 @interface IntArrayTest : SenTestCase
TestDictionary.h 12 @interface TestDictionary : SenTestCase {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/
ANTLRBitSetTest.h 11 @interface ANTLRBitSetTest : SenTestCase
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/stream/
ANTLRStringStreamTest.h 12 @interface ANTLRStringStreamTest : SenTestCase {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/token/
ANTLRCommonTokenTest.h 12 @interface ANTLRCommonTokenTest : SenTestCase

Completed in 1076 milliseconds

1 2 3 45 6 7 8 91011>>