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

<<11121314151617181920>>

  /external/dhcpcd/
dhcpcd-run-hooks.in 10 ifname="$interface$ifsuffix"
32 # List interface config files in a directory.
124 rm -f "$1-pre.$interface"
125 cat "$1" > "$1-pre.$interface"
132 [ -f "$1-pre.$interface" ] || return 1
133 cat "$1-pre.$interface" > "$1"
134 rm -f "$1-pre.$interface"
145 logger -t dhcpcd -p daemon."$lvl" -is "$interface: $*"
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 39 #define bmREQ_SET USB_SETUP_HOST_TO_DEVICE|USB_SETUP_TYPE_STANDARD|USB_SETUP_RECIPIENT_DEVICE //set request type for all but 'set feature' and 'set interface'
40 #define bmREQ_CL_GET_INTF USB_SETUP_DEVICE_TO_HOST|USB_SETUP_TYPE_CLASS|USB_SETUP_RECIPIENT_INTERFACE //get interface request type
141 byte setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit = USB_NAK_LIMIT );
142 byte getProto( byte addr, byte ep, byte interface, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
144 byte setReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
145 byte getReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
146 byte getIdle( byte addr, byte ep, byte interface, byte reportID, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
147 byte setIdle( byte addr, byte ep, byte interface, byte reportID, byte duration, unsigned int nak_limit = USB_NAK_LIMIT );
181 inline byte USB::setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit ) {
182 return( ctrlReq( addr, ep, bmREQ_HIDOUT, HID_REQUEST_SET_PROTOCOL, protocol, 0x00, interface, 0x0000, NULL, nak_limit ));
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuntimeException.h 34 @interface ANTLRRuntimeException : NSException {
55 @interface ANTLRIllegalArgumentException : ANTLRRuntimeException {
68 @interface ANTLRIllegalStateException : ANTLRRuntimeException {
81 @interface ANTLRNoSuchElementException : ANTLRRuntimeException {
94 @interface ANTLRRewriteEarlyExitException : ANTLRRuntimeException {
102 @interface ANTLRUnsupportedOperationException : ANTLRRuntimeException {
  /system/netd/
InterfaceController.cpp 61 ALOGW("Warning (%s) while opening the net interface command library", err_str ? err_str : "unknown");
66 ALOGW("Error (%s) while searching for the interface command init function", err_str ? err_str : "unknown");
68 ALOGE("Can't init the interface command API");
74 ALOGW("Error (%s) while searching for the interface command fini function", err_str ? err_str : "unknown");
79 ALOGE("Error (%s) while searching for the interface command function", err_str ? err_str : "unknown");
88 ALOGE("Can't shutdown the interface command API");
95 ALOGE("Error (%s) while closing the net interface command library", err_str ? err_str : "unknown");
102 * argv[2] - wlan interface
115 int InterfaceController::writeIPv6ProcPath(const char *interface, const char *setting, const char *value) {
117 asprintf(&path, "%s/%s/%s", ipv6_proc_path, interface, setting)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 26 @interface Symbols_Scope : ANTLRSymbolsScope { /* globalAttributeScopeDecl */
47 @interface SymbolTableParser : ANTLRParser { // line 529
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 41 @interface LangDumpDecl_declarator_return :ANTLRTreeRuleReturnScope { /* returnScopeInterface line 1838 */
48 @end /* end of returnScopeInterface interface */
53 /* Interface grammar class */
54 @interface LangDumpDecl : ANTLRTreeParser { /* line 572 */
88 @end /* end of LangDumpDecl interface */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
ANTLRCommonTreeTest.h 12 @interface ANTLRCommonTreeTest : SenTestCase
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.h 18 @interface NSObject (UnderlayableSurface)
37 @interface AcceleratedPluginView : NSView {
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller.h 21 @interface BookmarkMenuCocoaController : NSObject<NSMenuDelegate> {
45 @interface BookmarkMenuCocoaController (ExposedForUnitTests)
bookmark_name_folder_controller.h 20 @interface BookmarkNameFolderController : NSWindowController {
58 @interface BookmarkNameFolderController(TestingAPI)
  /external/chromium/chrome/browser/ui/cocoa/
draggable_button.h 10 @interface DraggableButton : NSButton {
70 @end // @interface DraggableButton
72 @interface DraggableButton (Private)
84 @end // @interface DraggableButton(Private)
hung_renderer_controller.h 29 @interface HungRendererController : NSWindowController<NSTableViewDataSource> {
71 @interface HungRendererController (JustForTesting)
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.h 31 @interface ExtensionPopupController : NSWindowController<NSWindowDelegate> {
90 @interface ExtensionPopupController(TestingAPI)
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.h 27 @interface BalloonController : NSWindowController<NSWindowDelegate> {
92 @interface BalloonController (UnitTesting)
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_view.h 20 @interface TabStripView : NSView<URLDropTarget> {
46 @interface TabStripView(Protected)
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller.h 31 @interface WrenchMenuController : MenuController<NSMenuDelegate> {
62 @interface WrenchMenuController (UnitTesting)
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-malloc.h 18 @interface Wrapper : NSData
28 @interface CustomData : NSData
  /external/clang/test/Modules/Inputs/
redecl-merge-left.h 7 @interface B
87 @interface DeclaredThenLoaded
  /external/dhcpcd/dhcpcd-hooks/
50-ntp.conf 24 local cf="$state_dir/ntp.conf.$interface"
74 local cf="$ntp_conf_dir/$interface" x=
88 if [ -e "$ntp_conf_dir/$interface" ]; then
89 rm "$ntp_conf_dir/$interface"
  /external/proguard/examples/dictionaries/
keywords.txt 53 interface
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.h 30 // This interface exists so that third party products (like Silk) can patch in to an Obj-C method to manipulate WebKit's font caching/substitution.
31 @interface WebFontCache : NSObject
35 // This older version of the interface is relied upon by some clients. WebCore doesn't use it.
  /external/webkit/Source/WebKit/mac/History/
WebBackForwardList.h 49 @interface WebBackForwardList : NSObject {
166 @interface WebBackForwardList(WebBackForwardListDeprecated)
  /external/webkit/Source/WebKit/mac/Misc/
WebDownloadInternal.h 31 @interface WebDownload (WebDownloadCreation)
WebNSNotificationCenterExtras.h 31 @interface NSNotificationCenter (WebNSNotificationCenterExtras)
WebStringTruncator.h 33 @interface WebStringTruncator : NSObject

Completed in 456 milliseconds

<<11121314151617181920>>