/art/test/115-native-bridge/ |
info.txt | 1 Test for the native bridge interface.
|
/device/moto/shamu/sepolicy/ |
bridge.te | 0 # Bridge Manager (radio process) 2 type bridge, domain, domain_deprecated; 6 init_daemon_domain(bridge) 9 allow bridge self:netlink_kobject_uevent_socket { create bind read }; 12 qmux_socket(bridge) 16 allow bridge sysfs_rmnet:file { open read write getattr }
|
/external/iproute2/bridge/ |
Makefile | 1 BROBJ = bridge.o fdb.o monitor.o link.o mdb.o vlan.o 9 all: bridge 11 bridge: $(BROBJ) $(LIBNETLINK) 14 install -m 0755 bridge $(DESTDIR)$(SBINDIR) 17 rm -f $(BROBJ) bridge
|
/external/clang/test/PCH/Inputs/ |
arc.h | 18 #define BRIDGE __bridge 20 #define BRIDGE 23 typedef int array0[sizeof((BRIDGE id)CFCreateSomething())]; 24 typedef int array1[sizeof((BRIDGE CFTypeRef)CreateSomething())];
|
/frameworks/base/tools/layoutlib/.idea/ |
modules.xml | 5 <module fileurl="file://$PROJECT_DIR$/bridge/bridge.iml" filepath="$PROJECT_DIR$/bridge/bridge.iml" />
|
/hardware/bsp/intel/peripheral/libupm/src/l298/ |
CMakeLists.txt | 2 set (libdescription "upm l298 dual h-bridge")
|
/system/core/include/nativebridge/ |
native_bridge.h | 36 // Open the native bridge, if any. Should be called by Runtime::Init(). A null library filename 37 // signals that we do not want to load a native bridge. 41 // Quick check whether a native bridge will be needed. This is based off of the instruction set 45 // Do the early initialization part of the native bridge, if necessary. This should be done under 49 // Initialize the native bridge, if any. Should be called by Runtime::DidForkFromZygote. The JNIEnv* 50 // will be used to modify the app environment for the bridge. 53 // Unload the native bridge, if any. Should be called by Runtime::DidForkFromZygote. 56 // Check whether a native bridge is available (opened or initialized). Requires a prior call to 60 // Check whether a native bridge is available (initialized). Requires a prior call to 64 // Load a shared library that is supported by the native bridge [all...] |
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/ |
package.html | 11 <p>Bridge/route all JUL log records to the SLF4J API.</p>
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
TerminalView.java | 49 public final TerminalBridge bridge; field in class:TerminalView 64 public TerminalView(Context context, TerminalBridge bridge) { 68 this.bridge = bridge; 76 cursorPaint.setColor(bridge.getForegroundColor()); 77 cursorPaint.setXfermode(new PixelXorXfermode(bridge.getBackgroundColor())); 109 bridge.addFontSizeChangedListener(this); 111 // connect our view up to the bridge 112 setOnKeyListener(bridge.getKeyHandler()); 116 // tell bridge to destroy its bitma [all...] |
/external/iproute2/man/man8/ |
bridge.8 | 1 .TH BRIDGE 8 "1 August 2012" "iproute2" "Linux" 3 bridge \- show / manipulate bridge addresses and devices 9 .B bridge 27 .BR "bridge link set" 48 .BR "bridge link" " [ " show " ] [ " 53 .BR "bridge fdb" " { " add " | " append " | " del " | " replace " } " 69 .BR "bridge fdb" " [ " show " ] [ " 74 .BR "bridge mdb" " { " add " | " del " } " 86 .BR "bridge mdb show " [ [all...] |
/frameworks/support/v4/jellybean/android/support/v4/view/ |
AccessibilityDelegateCompatJellyBean.java | 46 final AccessibilityDelegateBridgeJellyBean bridge) { 51 return bridge.dispatchPopulateAccessibilityEvent(host, event); 56 bridge.onInitializeAccessibilityEvent(host, event); 61 bridge.onInitializeAccessibilityNodeInfo(host, info); 66 bridge.onPopulateAccessibilityEvent(host, event); 72 return bridge.onRequestSendAccessibilityEvent(host, child, event); 77 bridge.sendAccessibilityEvent(host, eventType); 82 bridge.sendAccessibilityEventUnchecked(host, event); 87 return (AccessibilityNodeProvider) bridge.getAccessibilityNodeProvider(host); 92 return bridge.performAccessibilityAction(host, action, args) [all...] |
/external/toybox/toys/pending/ |
brctl.c | 1 /* brctl.c - ethernet bridge control 14 usage: brctl COMMAND [BRIDGE [INTERFACE]] 20 addbr BRIDGE Create BRIDGE 21 delbr BRIDGE Delete BRIDGE 22 addif BRIDGE IFACE Add IFACE to BRIDGE 23 delif BRIDGE IFACE Delete IFACE from BRIDGE [all...] |
/external/iptables/extensions/ |
libxt_physdev.man | 1 This module matches on the bridge port input and output devices enslaved 2 to a bridge device. This module is a part of the infrastructure that enables 7 Name of a bridge port via which a packet is received (only for 15 through a bridge device, this packet won't match this option, unless '!' is used. 18 Name of a bridge port via which a packet is going to be sent (for packets 28 chains one cannot match on the bridge output port, however one can in the 30 chain. If the packet won't leave by a bridge device or if it is yet unknown what 35 Matches if the packet has entered through a bridge interface. 38 Matches if the packet will leave through a bridge interface.
|
/hardware/ti/omap3/dspbridge/inc/ |
dbapi.h | 20 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 22 * Top level header file for GPP side DSP/BIOS Bridge APIs. 37 *! 12-Apr-2000 ww: Created based on DSP/BIOS Bridge API specification, Version 0.6. 47 #include <dbdefs.h> /* DSP/BIOS Bridge global definitions and constants */ 48 #include <errbase.h> /* DSP/BIOS Bridge status and error codes */ 49 #include <DSPManager.h> /* DSP/BIOS Bridge Manager APIs */ 50 #include <DSPProcessor.h> /* DSP/BIOS Bridge Processor APIs */ 51 #include <DSPNode.h> /* DSP/BIOS Bridge Node APIs */ 52 #include <DSPStream.h> /* DSP/BIOS Bridge Stream APIs */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbapi.h | 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 22 * Top level header file for GPP side DSP/BIOS Bridge APIs. 37 *! 12-Apr-2000 ww: Created based on DSP/BIOS Bridge API specification, Version 0.6. 47 #include <dbdefs.h> /* DSP/BIOS Bridge global definitions and constants */ 48 #include <errbase.h> /* DSP/BIOS Bridge status and error codes */ 49 #include <DSPManager.h> /* DSP/BIOS Bridge Manager APIs */ 50 #include <DSPProcessor.h> /* DSP/BIOS Bridge Processor APIs */ 51 #include <DSPNode.h> /* DSP/BIOS Bridge Node APIs */ 52 #include <DSPStream.h> /* DSP/BIOS Bridge Stream APIs */
|
/development/samples/devbytes/animation/SlidingFragments/res/values/ |
strings.xml | 20 <string name="address"><b>Address:</b> Golden Gate Bridge, San Francisco, CA 94129</string> 26 <string name="summary">"The Golden Gate Bridge is a suspension bridge spanning the Golden Gate, the opening of the San Francisco Bay into the Pacific Ocean."</string> 27 <string name="bridge">Golden Gate Bridge</string>
|
/external/autotest/server/site_tests/apmanager_SimpleConnect/ |
control.bridge | 6 NAME = 'apmanager_SimpleConnect.bridge' 12 This test verifies that DUT can connect to an WiFi network configured in bridge 19 # Bridge mode configuration.
|
/frameworks/base/docs/html/reference/android/support/test/espresso/web/bridge/ |
package-summary.html | 126 <title>android.support.test.espresso.web.bridge</title> 149 <h1>android.support.test.espresso.web.bridge</h1> 169 <td class="jd-linkcol"><a href="/reference/android/support/test/espresso/web/bridge/Conduit.html">Conduit</a></td> 180 <td class="jd-linkcol"><a href="/reference/android/support/test/espresso/web/bridge/JavaScriptBridge.html">JavaScriptBridge</a></td> 215 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/bridge/Conduit.html">Conduit</a></li> 216 <li class="api apilevel-"><a href="/reference/android/support/test/espresso/web/bridge/JavaScriptBridge.html">JavaScriptBridge</a></li>
|
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-web/2.2/ |
espresso-web-2.2-sources.jar | |
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-web/2.2.1/ |
espresso-web-2.2.1-sources.jar | |
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-web/2.2.2/ |
espresso-web-2.2.2-sources.jar | |
/external/kernel-headers/original/uapi/linux/ |
netfilter_bridge.h | 4 /* bridge-specific defines for netfilter. 12 /* Bridge Hooks */
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/ |
DesignLibUtil.java | 17 package com.android.layoutlib.bridge.android.support; 20 import com.android.layoutlib.bridge.Bridge; 21 import com.android.layoutlib.bridge.util.ReflectionUtils.ReflectionException; 27 import static com.android.layoutlib.bridge.util.ReflectionUtils.getMethod; 28 import static com.android.layoutlib.bridge.util.ReflectionUtils.invoke; 47 * Any exceptions thrown during the process are logged in {@link Bridge#getLog()} 56 Bridge.getLog().warning(LayoutLog.TAG_INFO,
|
DrawerLayoutUtil.java | 17 package com.android.layoutlib.bridge.android.support; 20 import com.android.layoutlib.bridge.Bridge; 21 import com.android.layoutlib.bridge.util.ReflectionUtils.ReflectionException; 30 import static com.android.layoutlib.bridge.util.ReflectionUtils.getCause; 31 import static com.android.layoutlib.bridge.util.ReflectionUtils.getMethod; 32 import static com.android.layoutlib.bridge.util.ReflectionUtils.invoke; 59 Bridge.getLog().error(LayoutLog.TAG_BROKEN, "Unable to open navigation drawer",
|
/frameworks/support/v4/ics/android/support/v4/view/ |
AccessibilityDelegateCompatIcs.java | 45 public static Object newAccessibilityDelegateBridge(final AccessibilityDelegateBridge bridge) { 49 return bridge.dispatchPopulateAccessibilityEvent(host, event); 54 bridge.onInitializeAccessibilityEvent(host, event); 59 bridge.onInitializeAccessibilityNodeInfo(host, info); 64 bridge.onPopulateAccessibilityEvent(host, event); 70 return bridge.onRequestSendAccessibilityEvent(host, child, event); 75 bridge.sendAccessibilityEvent(host, eventType); 80 bridge.sendAccessibilityEventUnchecked(host, event);
|