HomeSort by relevance Sort by last modified time
    Searched full:bridge (Results 551 - 575 of 1211) sorted by null

<<21222324252627282930>>

  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
decode_common_ti.h 32 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
encode_common_ti.h 32 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
VPPsocket_ti.h 32 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
decode_common_ti.h 32 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
  /libcore/libdvm/src/main/java/java/lang/reflect/
Method.java 166 sb.append(Modifier.toString(modifier & ~(Modifier.BRIDGE +
323 * Indicates whether or not this method is a bridge.
325 * @return {@code true} if this method is a bridge, {@code false} otherwise
329 return (modifiers & Modifier.BRIDGE) != 0;
  /ndk/sources/host-tools/sed-4.2.1/
THANKS 39 Ronnie Glasscock <Ronnie.N.Glasscock@bridge.bellsouth.com>
  /external/dnsmasq/src/
network.c 60 can be recieved on bridge interfaces which do not have an IP address.
62 an IP address with --dhcp-bridge=interface,alias,alias */
63 struct dhcp_bridge *bridge, *alias; local
64 for (bridge = daemon->bridges; bridge; bridge = bridge->next)
66 for (alias = bridge->alias; alias; alias = alias->next)
71 if (!(newindex = if_nametoindex(bridge->iface)))
73 my_syslog(LOG_WARNING, _("unknown interface %s in bridge-interface"), name)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
http_bridge.h 30 // A bridge between the syncer and Chromium HTTP layers.
33 // This is a one-time use bridge. Create one for each request you want to make.
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 27 // Objective-C notifications to the C++ bridge.
43 // Cocoa bridge to AppWindow.
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-parent/1.7.2/
slf4j-parent-1.7.2.pom 252 <title>java.util.logging (JUL) to SLF4J bridge</title>
253 <packages>org.slf4j.bridge</packages>
  /dalvik/vm/
Native.cpp 58 * This is executed as if it were a native bridge or function. If the
113 /* found it, point it at the JNI bridge and then call it */
487 * "insns". The former holds a function pointer to a "bridge" function
494 * thread is executing inside the call bridge for the method in question,
506 * we shouldn't be in a situation where we have a "live" call bridge and
522 * the various JNI bridge functions to ensure that we only undo
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 62 ATTRIBUTE Ascend-Bridge-Address 168 string
124 ATTRIBUTE Ascend-Bridge 230 integer
188 VALUE Ascend-Bridge Bridge-No 0
189 VALUE Ascend-Bridge Bridge-Yes 1
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 156 Add interface 'if_name' to the bridge 'br_name'
159 returns 1 if the interface is already part of the bridge
227 /* No error if bridge already removed. */
240 Add a bridge with the name 'br_name'.
243 returns 1 if the bridge already exists
264 /* The bridge is already added. */
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 20 import com.android.layoutlib.bridge.Bridge;
21 import com.android.layoutlib.bridge.impl.DelegateManager;
395 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED,
478 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED, "Path.op() not supported", null);
804 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_AFFINE,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 364 AndroidDebugBridge bridge = AndroidDebugBridge.getBridge();
365 if (bridge != null) {
366 if (bridge.restart() == false) {
770 AndroidDebugBridge bridge = AndroidDebugBridge.getBridge(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 108 * From the Sandy Bridge PRM, Volume 1, Part 1, Table STATE_BASE_ADDRESS:
349 /* See the following sections of the Sandy Bridge PRM, Volume 1, Part2:
641 * be disabled. From page 10 of the Sandy Bridge PRM Volume 2 Part 1
677 * From the Sandy Bridge PRM, Volume 2, Part 1, Section
848 /* According to the Sandy Bridge PRM, volume 2 part 1, pp326-327
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 634 * If there is a bridge method with the same name and signature,
635 * then the bridge method is removed before a new method is added.
646 * It does not check method duplication or remove a bridge method.
691 /* For a bridge method, see Sec. 15.12.4.5 of JLS 3rd Ed.
694 return (minfo.getAccessFlags() & AccessFlag.BRIDGE) == 0;
  /external/kernel-headers/original/linux/
pci_regs.h 13 * PCI to PCI Bridge Specification
115 #define PCI_SUBORDINATE_BUS 0x1a /* Highest bus number behind the bridge */
117 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */
174 #define PCI_CB_BRIDGE_CTL_PARITY 0x01 /* Similar to standard bridge control register */
334 #define PCI_EXP_TYPE_PCI_BRIDGE 0x7 /* PCI/PCI-X Bridge */
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 108 * From the Sandy Bridge PRM, Volume 1, Part 1, Table STATE_BASE_ADDRESS:
349 /* See the following sections of the Sandy Bridge PRM, Volume 1, Part2:
641 * be disabled. From page 10 of the Sandy Bridge PRM Volume 2 Part 1
677 * From the Sandy Bridge PRM, Volume 2, Part 1, Section
848 /* According to the Sandy Bridge PRM, volume 2 part 1, pp326-327
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 17 package com.android.layoutlib.bridge.impl;
20 import com.android.layoutlib.bridge.Bridge;
731 Bridge.getLog().fidelityWarning(LayoutLog.TAG_SHADER,
765 Bridge.getLog().fidelityWarning(LayoutLog.TAG_XFERMODE,
  /external/chromium/chrome/browser/importer/
toolbar_importer.cc 64 ImporterBridge* bridge) {
65 DCHECK(bridge);
67 bridge_ = bridge;
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.h 150 // Access the C++ bridge between the NSWindow and the rest of Chromium.
162 // Access the C++ bridge object representing the status bubble for the window.
165 // Access the C++ bridge object representing the location bar.
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_mac.mm 41 // A bridge class to act as the modal delegate to the save/open sheet and send
70 // Callback from ObjC bridge.
102 // The bridge for results from Cocoa to return to us.
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 56 public QueryController(UiAutomatorBridge bridge) {
57 mUiAutomatorBridge = bridge;
58 bridge.setOnAccessibilityEventListener(new OnAccessibilityEventListener() {
  /hardware/ti/omap3/dspbridge/inc/
cmm.h 19 * DSP-BIOS Bridge driver support functions for TI OMAP processors.
22 * management services for DSP/BIOS Bridge data streaming and messaging.
241 * Used internally by Bridge.

Completed in 1731 milliseconds

<<21222324252627282930>>