/external/skia/tools/sk_app/win/ |
GLWindowContext_win.cpp | 64 auto interface = GrGLMakeNativeInterface(); local 65 bool renderDocAttached = interface->hasExtension("GL_EXT_debug_tool"); 66 interface.reset(nullptr);
|
/external/skqp/tools/sk_app/win/ |
GLWindowContext_win.cpp | 64 auto interface = GrGLMakeNativeInterface(); local 65 bool renderDocAttached = interface->hasExtension("GL_EXT_debug_tool"); 66 interface.reset(nullptr);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
xpsrassvc.h | 22 typedef interface IXpsRasterizerNotificationCallback IXpsRasterizerNotificationCallback; 27 typedef interface IXpsRasterizer IXpsRasterizer; 32 typedef interface IXpsRasterizationFactory IXpsRasterizationFactory; 37 typedef interface IXpsRasterizationFactory1 IXpsRasterizationFactory1; 52 typedef interface IXpsRasterizerNotificationCallback IXpsRasterizerNotificationCallback; 57 typedef interface IXpsRasterizer IXpsRasterizer; 62 typedef interface IXpsRasterizationFactory IXpsRasterizationFactory; 67 typedef interface IXpsRasterizationFactory1 IXpsRasterizationFactory1; 85 * IXpsRasterizerNotificationCallback interface 124 interface IXpsRasterizerNotificationCallback [all...] |
d2d1_1.h | 18 typedef interface ID2D1ColorContext ID2D1ColorContext; 19 typedef interface IWICColorContext IWICColorContext; 20 typedef interface IWICImagingFactory IWICImagingFactory; 21 typedef interface IPrintDocumentPackageTarget IPrintDocumentPackageTarget; 22 typedef interface IDWriteFactory IDWriteFactory; 27 interface ID2D1Device; 28 interface ID2D1Effect; 30 typedef interface ID2D1Device ID2D1Device; 31 typedef interface ID2D1Effect ID2D1Effect; 278 interface ID2D1Properties : public IUnknow [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
ordering.go | 17 // Interface types appear first in the list, sorted topologically 29 // collect interface types with their dependencies, and all other objects 36 // Embedded interface: The type must be a (possibly 37 // qualified) identifier denoting another interface. 56 // sort interface types topologically by dependencies, 70 // interfaceFor returns the AST interface denoted by obj, or nil. 118 // inSourceOrder implements the sort.Sort interface.
|
/prebuilts/go/darwin-x86/src/internal/singleflight/ |
singleflight.go | 17 val interface{} 37 Val interface{} 47 func (g *Group) Do(key string, fn func() (interface{}, error)) (v interface{}, err error, shared bool) { 71 func (g *Group) DoChan(key string, fn func() (interface{}, error)) (<-chan Result, bool) { 94 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) {
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
sys_freebsd.go | 19 // SysType implements the SysType method of Sys interface. 22 // Sys implements the Sys method of Message interface. 38 // InterfaceMetrics represents interface metrics. 40 Type int // interface type 44 // SysType implements the SysType method of Sys interface. 47 // Sys implements the Sys method of Message interface.
|
/prebuilts/go/linux-x86/src/go/types/ |
ordering.go | 17 // Interface types appear first in the list, sorted topologically 29 // collect interface types with their dependencies, and all other objects 36 // Embedded interface: The type must be a (possibly 37 // qualified) identifier denoting another interface. 56 // sort interface types topologically by dependencies, 70 // interfaceFor returns the AST interface denoted by obj, or nil. 118 // inSourceOrder implements the sort.Sort interface.
|
/prebuilts/go/linux-x86/src/internal/singleflight/ |
singleflight.go | 17 val interface{} 37 Val interface{} 47 func (g *Group) Do(key string, fn func() (interface{}, error)) (v interface{}, err error, shared bool) { 71 func (g *Group) DoChan(key string, fn func() (interface{}, error)) (<-chan Result, bool) { 94 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) {
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/ |
sys_freebsd.go | 19 // SysType implements the SysType method of Sys interface. 22 // Sys implements the Sys method of Message interface. 38 // InterfaceMetrics represents interface metrics. 40 Type int // interface type 44 // SysType implements the SysType method of Sys interface. 47 // Sys implements the Sys method of Message interface.
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
sniffer.py | 32 Interface: The WLAN interface used to configure the sniffer. 41 interface = c["Interface"] 46 objs.append(module.Sniffer(interface, 105 def __init__(self, interface, logger, base_configs=None): 110 interface: A string specifying the interface used to configure the 155 """This function returns The interface used to configure the sniffer, 159 The interface (string) used to configure the sniffer. Corresponds t [all...] |
/prebuilts/go/darwin-x86/src/expvar/ |
expvar.go | 5 // Package expvar provides a standardized interface to public variables, such 40 type Var interface { 47 // Int is a 64-bit integer variable that satisfies the Var interface. 68 // Float is a 64-bit float variable that satisfies the Var interface. 100 // Map is a string-to-Var map variable that satisfies the Var interface. 133 v.m.Range(func(k, _ interface{}) bool { 156 // before LoadOrStore: LoadOrStore causes the key interface to escape even on 214 // String is a string variable, and satisfies the Var interface. 224 // String implements the Val interface. To get the unquoted string 238 type Func func() interface{} [all...] |
/prebuilts/go/linux-x86/src/expvar/ |
expvar.go | 5 // Package expvar provides a standardized interface to public variables, such 40 type Var interface { 47 // Int is a 64-bit integer variable that satisfies the Var interface. 68 // Float is a 64-bit float variable that satisfies the Var interface. 100 // Map is a string-to-Var map variable that satisfies the Var interface. 133 v.m.Range(func(k, _ interface{}) bool { 156 // before LoadOrStore: LoadOrStore causes the key interface to escape even on 214 // String is a string variable, and satisfies the Var interface. 224 // String implements the Val interface. To get the unquoted string 238 type Func func() interface{} [all...] |
/art/runtime/ |
proxy_test.h | 56 for (mirror::Class* interface : interfaces) { 57 methods_count += interface->NumVirtualMethods(); 91 for (mirror::Class* interface : interfaces) { 92 for (auto& m : interface->GetDeclaredVirtualMethods(kRuntimePointerSize)) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/ |
T_invoke_interface_25.d | 16 .interface public dot.junit.opcodes.invoke_interface.d.ITestDefault 37 invoke-interface {v0}, dot/junit/opcodes/invoke_interface/d/ITestDefault/testDefault()V
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/ |
T_invoke_interface_range_25.d | 16 .interface public dot.junit.opcodes.invoke_interface_range.d.ITestDefault 37 invoke-interface/range {v0}, dot/junit/opcodes/invoke_interface_range/d/ITestDefault/testDefault()V
|
/device/google/cuttlefish_common/host/commands/launch/ |
ril_region_handler.cc | 48 bool ObtainConfig(const std::string& interface) { 49 bool ret = ParseIntefaceAttributes(interface); 62 // LOG(ERROR) << "The " << ifa->ifa_name << " interface is not IPv4"; 97 LOG(ERROR) << "No available address found in interface " << ifa->ifa_name; 107 bool ParseIntefaceAttributes(const std::string& interface) { 112 if (strcmp(ifa->ifa_name, interface.c_str()) == 0 &&
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCommonErrorNode.h | 38 @interface ANTLRCommonErrorNode : ANTLRCommonTree
|
ANTLRFailedPredicateException.h | 31 @interface ANTLRFailedPredicateException : ANTLRRecognitionException
|
ANTLRFastQueue.h | 35 @interface ANTLRFastQueue : NSObject <NSCopying>
|
ANTLRHashRule.h | 39 @interface ANTLRHashRule : ANTLRPtrBuffer {
|
ANTLRRuleMemo.h | 35 @interface ANTLRRuleMemo : ANTLRLinkBase {
|
ANTLRRuntimeException.h | 34 @interface ANTLRRuntimeException : NSException
|
ANTLRUnbufferedCommonTreeNodeStreamState.h | 30 @interface ANTLRUnbufferedCommonTreeNodeStreamState : NSObject {
|
ANTLRUniqueIDMap.h | 41 @interface ANTLRUniqueIDMap : ANTLRPtrBuffer {
|