Searched refs:interface (Results 226 - 250 of 1838) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/views/mac/
H A DSkEventNotifier.h9 @interface SkEventNotifier : NSObject
/external/chromium_org/ui/base/cocoa/
H A Dfind_pasteboard.h29 @interface FindPasteboard : NSObject {
47 @interface FindPasteboard (TestingAPI)
56 // Also provide a c++ interface
/external/chromium_org/ui/message_center/cocoa/
H A Dopaque_views.h14 @interface MCDropDown : NSPopUpButton {
26 @interface MCTextField : NSTextField {
/external/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h17 @interface Test4 {
40 @interface Test7
/external/dhcpcd/dhcpcd-hooks/
H A D20-dns.conf4 if [[ $interface == p2p* ]]
8 intf=$interface
36 setprop dhcp.${interface}.domain "${new_domain_name}$separator${new_domain_search}"
45 setprop dhcp.${interface}.domain ""
/external/skia/src/views/mac/
H A DSkEventNotifier.h9 @interface SkEventNotifier : NSObject
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf9 # The interface that udhcpd will use
11 interface wlan2 #default: eth0
/external/chromium_org/mojo/gles2/
H A Dgles2_impl.cc42 gpu::gles2::GLES2Interface* interface = NULL; local
45 interface = client->interface();
46 DCHECK(interface);
48 g_gpu_interface.Get().Set(interface);
57 return static_cast<GLES2Context*>(context)->interface();
/external/chromium_org/base/mac/
H A Dsdk_forward_declarations.h68 @interface NSEvent (LionSDK)
88 @interface NSApplication (LionSDK)
92 @interface CALayer (LionSDK)
97 @interface NSScreen (LionSDK)
102 @interface NSWindow (LionSDK)
110 @interface NSCursor (LionSDKDeclarations)
114 @interface NSAnimationContext (LionSDK)
120 @interface NSView (LionSDK)
125 @interface NSObject (ICCameraDeviceDelegateLionSDK)
133 @interface NSScrolle
[all...]
/external/chromium_org/dbus/
H A Ddbus_statistics.cc20 // Used to store dbus statistics sorted alphabetically by service, interface,
24 const std::string& interface,
27 interface(interface),
34 std::string interface; member in struct:dbus::__anon7967::Stat
43 if (interface != other.interface)
44 return interface < other.interface;
81 // Add a call to |method| for |interface|
23 Stat(const std::string& service, const std::string& interface, const std::string& method) argument
82 AddStat(const std::string& service, const std::string& interface, const std::string& method, StatType type) argument
105 GetStat(const std::string& service, const std::string& interface, const std::string& method, bool add_stat) argument
150 AddSentMethodCall(const std::string& service, const std::string& interface, const std::string& method) argument
159 AddReceivedSignal(const std::string& service, const std::string& interface, const std::string& method) argument
168 AddBlockingSentMethodCall(const std::string& service, const std::string& interface, const std::string& method) argument
263 GetCalls(const std::string& service, const std::string& interface, const std::string& method, int* sent, int* received, int* blocking) argument
[all...]
/external/chromium_org/net/base/
H A Dnet_util_posix.cc49 NetworkInterface interface; member in struct:net::__anon9034::NetworkInterfaceInfo
53 // is available for same network interface.
63 if (!i->permanent && i->interface.address.size() == kIPv6AddressSize) {
64 ifaces_with_temp_addrs.insert(i->interface.name);
72 // Search for permenent addresses belonging to same network interface.
76 if ((i->interface.address.size() == kIPv6AddressSize) && i->permanent &&
77 (ifaces_with_temp_addrs.find(i->interface.name) !=
175 for (ifaddrs *interface = interfaces;
176 interface != NULL;
177 interface
[all...]
/external/iproute2/examples/
H A Ddhcp-client-script121 # args: $1 = interface
141 # args: $1 = interface
269 # args: $1 = interface
280 # args: $1 = interface
345 ifconfig $interface:dhcp down
346 ifconfig $interface:dhcp1 down
347 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then
348 ifconfig $interface:dhcp 10.10.10.10 netmask 255.255.255.255
349 ifconfig $interface:dhcp down
350 if [ -d /proc/sys/net/ipv4/conf/$interface ]; the
[all...]
/external/libusb-compat/examples/
H A Dtestlibusb.c23 void print_altsetting(struct usb_interface_descriptor *interface) argument
27 printf(" bInterfaceNumber: %d\n", interface->bInterfaceNumber);
28 printf(" bAlternateSetting: %d\n", interface->bAlternateSetting);
29 printf(" bNumEndpoints: %d\n", interface->bNumEndpoints);
30 printf(" bInterfaceClass: %d\n", interface->bInterfaceClass);
31 printf(" bInterfaceSubClass: %d\n", interface->bInterfaceSubClass);
32 printf(" bInterfaceProtocol: %d\n", interface->bInterfaceProtocol);
33 printf(" iInterface: %d\n", interface->iInterface);
35 for (i = 0; i < interface->bNumEndpoints; i++)
36 print_endpoint(&interface
39 print_interface(struct usb_interface *interface) argument
[all...]
/external/chromium_org/media/tools/constrained_network_server/
H A Dtraffic_control.py68 interface: Network interface name (string).
77 _CheckArgsExist(config, 'interface', 'port', 'server_port')
78 _AddRootQdisc(config['interface'])
83 _AddFilter(config['interface'], config['port'])
84 _AddIptableRule(config['interface'], config['port'], config['server_port'])
105 interface: Network interface name (string).
112 _CheckArgsExist(config, 'interface', 'port', 'server_port')
115 _DeleteFilter(config['interface'], confi
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_password_item_view_controller.h30 @interface ManagePasswordItemClickableView : NSView {
38 @interface ManagePasswordItemUndoView : ManagePasswordItemClickableView {
45 @interface ManagePasswordItemUndoView (Testing)
50 @interface ManagePasswordItemManageView : ManagePasswordItemClickableView {
61 @interface ManagePasswordItemManageView (Testing)
68 @interface ManagePasswordItemPendingView : NSView {
76 @interface ManagePasswordItemPendingView (Testing)
83 @interface ManagePasswordItemViewController : NSViewController {
96 @interface ManagePasswordItemViewController (Testing)
H A Dmanage_passwords_bubble_manage_view_controller.h16 @interface PasswordItemListView : NSView {
22 @interface PasswordItemListView (Testing)
27 @interface NoPasswordsView : NSTextField
32 @interface ManagePasswordsBubbleManageViewController
45 @interface ManagePasswordsBubbleManageViewController (Testing)
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_attributes.py46 def attribute_context(interface, attribute):
64 assert idl_type.is_wrapper_type or 'LogActivity' in extended_attributes, '[PerWorldBindings] should only be used with wrapper types: %s.%s' % (interface.name, attribute.name)
67 (has_extended_attribute_value(interface, 'TypeChecking', 'Unrestricted') or
81 interface.name in ['Window', 'WorkerGlobalScope'] and
100 'exposed_test': v8_utilities.exposed(attribute, interface), # [Exposed]
116 'is_keep_alive_for_gc': is_keep_alive_for_gc(interface, attribute),
141 'setter_callback': setter_callback_name(interface, attribute),
149 constructor_getter_context(interface, attribute, context)
152 getter_context(interface, attribute, context)
155 setter_context(interface, attribut
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.h25 #pragma mark Cyclic DFA interface start DFA2
26 @interface DFA2 : ANTLRDFA {
30 @end /* end of DFA2 interface */
32 #pragma mark Cyclic DFA interface end DFA2
66 @interface SimpleCParser_program_return :ANTLRParserRuleReturnScope { /* returnScopeInterface line 1838 */
80 @end /* end of returnScopeInterface interface */
85 @interface SimpleCParser_declaration_return :ANTLRParserRuleReturnScope { /* returnScopeInterface line 1838 */
99 @end /* end of returnScopeInterface interface */
104 @interface SimpleCParser_variable_return :ANTLRParserRuleReturnScope { /* returnScopeInterface line 1838 */
118 @end /* end of returnScopeInterface interface */
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.h12 #pragma mark Cyclic DFA interface start DFA2
13 @interface DFA2 : ANTLRDFA {
17 @end /* end of DFA2 interface */
19 #pragma mark Cyclic DFA interface end DFA2
48 @interface SimpleCParser_program_return :ANTLRParserRuleReturnScope { // line 1672
61 @end /* end of returnScopeInterface interface */
62 @interface SimpleCParser_declaration_return :ANTLRParserRuleReturnScope { // line 1672
75 @end /* end of returnScopeInterface interface */
76 @interface SimpleCParser_variable_return :ANTLRParserRuleReturnScope { // line 1672
89 @end /* end of returnScopeInterface interface */
[all...]
/external/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp65 const GrGLInterface* interface = GrGLCreateNativeInterface(); local
66 if (NULL == interface) {
67 SkDebugf("Context could not create GL interface.\n");
72 return interface;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRuleReturnScope.h35 @interface ANTLRRuleReturnScope : NSObject <NSCopying> {
H A DANTLRSymbolStack.h41 @interface ANTLRSymbolsScope : NSObject
52 @interface ANTLRSymbolStack : ANTLRBaseStack {
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRuleReturnScope.h35 @interface ANTLRRuleReturnScope : NSObject <NSCopying> {
H A DANTLRSymbolStack.h41 @interface ANTLRSymbolsScope : NSObject
52 @interface ANTLRSymbolStack : ANTLRBaseStack {
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRuleReturnScope.h35 @interface ANTLRRuleReturnScope : NSObject <NSCopying> {

Completed in 892 milliseconds

1234567891011>>