HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 251 - 275 of 1335) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_controller.h 14 @interface BookmarkEditorController : BookmarkEditorBaseController {
32 @interface BookmarkEditorController (UnitTesting)
  /external/chromium/chrome/browser/ui/cocoa/
browser_frame_view.h 43 @interface BrowserFrameView : NSView
bubble_view.h 32 @interface BubbleView : NSView {
63 @interface BubbleView(TestingOnly)
confirm_quit_panel_controller.h 37 @interface ConfirmQuitPanelController : NSWindowController<NSWindowDelegate> {
70 @interface ConfirmQuitPanelController (UnitTesting)
page_info_bubble_controller.h 14 @interface PageInfoBubbleController : BaseBubbleController {
46 @interface PageInfoBubbleController (ExposedForUnitTesting)
  /external/clang/test/PCH/
objc_container.h 3 @interface NSMutableArray
8 @interface NSMutableDictionary
  /external/webkit/Source/WebKit/mac/Carbon/
HIViewAdapter.h 32 @interface HIViewAdapter : NSObject
  /external/webkit/Source/WebKit/mac/Misc/
WebNSEventExtras.h 31 @interface NSEvent (WebExtras)
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainer.h 36 @interface NSObject (WebPlugInContainer)
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.h 35 @interface WebNodeHighlight : NSObject {
58 @interface NSObject (WebNodeHighlightDelegate)
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSourcePrivate.h 31 @interface WebDataSource (WebPrivate)
WebFrameViewPrivate.h 31 @interface WebFrameView (WebPrivate)
  /external/wpa_supplicant_8/hostapd/
wired.conf 7 interface=eth0
  /system/core/adb/
usb_osx.c 42 IOUSBInterfaceInterface **interface; member in struct:usb_handle
78 //* adb interface
88 //* Match based on vendor id, interface subclass and protocol
137 //* Create an intermediate interface plugin
144 DBG("ERR: Unable to create an interface plug-in (%08x)\n", kr);
148 //* This gets us the interface object
152 //* We only needed the plugin to get the interface, so discard it
155 DBG("ERR: Couldn't query the interface (%08x)\n", (int) result);
160 //* device; after getting a plugin, and querying the interface, of
165 DBG("ERR: Couldn't grab device from interface (%08x)\n", kr)
    [all...]
  /system/core/libnetutils/
dhcp_utils.c 37 /* interface length for dhcpcd daemon start (dhcpcd_<interface> as defined in init.rc file)
38 * or for filling up system properties dhcpcd.<interface>.ipaddress, dhcpcd.<interface>.dns1
44 * P2p interface names increase sequentially p2p-p2p0-1, p2p-p2p0-2.. after
47 * interface to be pre-defined in init.rc file.
51 void get_p2p_interface_replacement(const char *interface, char *p2p_interface) {
52 /* Use p2p for any interface starting with p2p. */
53 if (strncmp(interface, "p2p",3) == 0) {
56 strncpy(p2p_interface, interface, MAX_INTERFACE_LENGTH)
    [all...]
  /system/netd/
TetherController.h 48 int tetherInterface(const char *interface);
49 int untetherInterface(const char *interface);
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 137 print "Skipping $useGenerator code generation for IDL interface \"" . $class->name . "\".\n" if $verbose;
147 print "Generating $useGenerator bindings code for IDL interface \"" . $class->name . "\"...\n" if $verbose;
164 my $interface = shift;
166 for (@{$interface->parents}) {
183 # Add to $dataNode all of its inherited interface members, except for those
198 my $interface = shift;
207 push(@$parents, $interface->name);
208 $object->ForAllParents($interface, sub {
209 my $interface = shift;
210 push(@$parents, $interface->name)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLREarlyExitException.h 30 @interface ANTLREarlyExitException : ANTLRRecognitionException {
ANTLRMismatchedRangeException.h 33 @interface ANTLRMismatchedRangeException : ANTLRRecognitionException {
ANTLRStreamEnumerator.h 35 @interface ANTLRStreamEnumerator : NSEnumerator
ANTLRTreeRuleReturnScope.h 36 @interface ANTLRTreeRuleReturnScope : ANTLRRuleReturnScope {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLREarlyExitException.h 30 @interface ANTLREarlyExitException : ANTLRRecognitionException {
ANTLRMismatchedRangeException.h 33 @interface ANTLRMismatchedRangeException : ANTLRRecognitionException {
ANTLRStreamEnumerator.h 35 @interface ANTLRStreamEnumerator : NSEnumerator
ANTLRTreeRuleReturnScope.h 36 @interface ANTLRTreeRuleReturnScope : ANTLRRuleReturnScope {

Completed in 224 milliseconds

<<11121314151617181920>>