/external/chromium_org/content/common/gpu/testdata/ |
red-green.README | 11 VAAPI on Ivy Bridge and Sandy Bridge and Exynos EVDA.
|
/external/kernel-headers/original/linux/ |
netfilter_bridge.h | 4 /* bridge-specific defines for netfilter. 12 /* Bridge Hooks */
|
sockios.h | 120 /* bridge calls */ 121 #define SIOCBRADDBR 0x89a0 /* create new bridge device */ 122 #define SIOCBRDELBR 0x89a1 /* remove bridge device */ 123 #define SIOCBRADDIF 0x89a2 /* add interface to bridge */ 124 #define SIOCBRDELIF 0x89a3 /* remove interface from bridge */
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
AttachInfo_Accessor.java | 19 import com.android.layoutlib.bridge.android.BridgeWindow; 20 import com.android.layoutlib.bridge.android.BridgeWindowSession;
|
BridgeInflater.java | 24 import com.android.layoutlib.bridge.Bridge; 25 import com.android.layoutlib.bridge.android.BridgeContext; 26 import com.android.layoutlib.bridge.android.BridgeXmlBlockParser; 27 import com.android.layoutlib.bridge.impl.ParserFactory; 162 Pair<ResourceType, String> layoutInfo = Bridge.resolveResourceId(resource); 186 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ,
|
/hardware/ti/omap3/dspbridge/dspexec/ |
dspexec.c | 20 * and start a new DSP/BIOS Bridge based DSP program. If "cexec" encounters 21 * an error, it will display a DSP/BIOS Bridge GPP API error code. 32 * DSP/BIOS Bridge trace buffer, which is used internally by the 33 * DSP/BIOS Bridge runtime. If this option is not specified, "cexec" 46 * 1. Load and execute a DSP/BIOS Bridge base image, waiting for user to 67 *! Based on DSP/BIOS Bridge API version 0.??. 68 *! 13-Feb-2001 kc: DSP/BIOS Bridge name update. 174 /* It seems Linux bridge does n't yet support
|
/hardware/ti/omap3/dspbridge/inc/ |
dsptrap.h | 19 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 25 *! 13-Feb-2001 kc: DSP/BIOS Bridge name updates.
|
rmstypes.h | 19 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 21 * DSP/BIOS Bridge Resource Manager Server shared data type definitions.
|
DSPProcessor_OEM.h | 19 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 34 *! 13-Feb-2001 kc: DSP/BIOS Bridge name updates. 50 * DSP/BIOS Bridge application developer's API. 74 * This will be an OEM-only function, and not part of the DSP/BIOS Bridge 105 * This will be an OEM-only function, and not part of the DSP/BIOS Bridge 125 * This will be an OEM-only function, and not part of the DSP/BIOS Bridge
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dsptrap.h | 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 25 *! 13-Feb-2001 kc: DSP/BIOS Bridge name updates.
|
rmstypes.h | 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 21 * DSP/BIOS Bridge Resource Manager Server shared data type definitions.
|
DSPProcessor_OEM.h | 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 34 *! 13-Feb-2001 kc: DSP/BIOS Bridge name updates. 50 * DSP/BIOS Bridge application developer's API. 74 * This will be an OEM-only function, and not part of the DSP/BIOS Bridge 105 * This will be an OEM-only function, and not part of the DSP/BIOS Bridge 125 * This will be an OEM-only function, and not part of the DSP/BIOS Bridge
|
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
AnimationThread.java | 23 import com.android.layoutlib.bridge.Bridge; 24 import com.android.layoutlib.bridge.impl.RenderSessionImpl; 85 Bridge.prepareThread(); 167 // can't use Bridge.getLog() as the exception might be thrown outside 174 Bridge.cleanupThread();
|
/frameworks/base/tools/layoutlib/bridge/src/android/text/format/ |
Time_Delegate.java | 25 import com.android.layoutlib.bridge.Bridge; 74 Bridge.getLog().fidelityWarning(LayoutLog.TAG_STRFTIME, "Unrecognized format", e, format); 90 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED, 97 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED, 122 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED,
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
BridgeXmlPullAttributes.java | 22 import com.android.layoutlib.bridge.Bridge; 23 import com.android.layoutlib.bridge.BridgeConstants; 24 import com.android.layoutlib.bridge.android.BridgeContext; 61 Integer v = Bridge.getResourceId(ResourceType.ATTR, name); 270 id = Bridge.getResourceId(resource.getResourceType(), resource.getName());
|
/libcore/support/src/test/java/tests/util/ |
ClassLoaderBuilder.java | 70 * new class loaders: a bridge class loader and a leaf class loader. 72 * The bridge class loader is a child of the application class loader. 77 * The leaf class loader is a child of the bridge class loader. It 82 ClassLoader bridge = new ClassLoader(parent) { local 108 .newInstance(classPath, bridge); 116 return new URLClassLoader(classpath.toArray(new URL[classpath.size()]), bridge);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
DeviceBridge.java | 35 private static AndroidDebugBridge bridge; field in class:DeviceBridge 41 if (bridge == null) { 44 if (bridge == null || !bridge.isConnected()) { 52 bridge = AndroidDebugBridge.createBridge(adbLocation, true); 61 return bridge.getDevices();
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
RenderAction.java | 17 package com.android.layoutlib.bridge.impl; 29 import com.android.layoutlib.bridge.Bridge; 30 import com.android.layoutlib.bridge.android.BridgeContext; 186 ReentrantLock lock = Bridge.getLock(); 214 ReentrantLock lock = Bridge.getLock(); 240 Bridge.setLog(currentLog); 270 Bridge.setLog(null); 310 ReentrantLock lock = Bridge.getLock(); 387 return Bridge.getResourceId(resType, resName) [all...] |
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPManager.c | 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 21 * This is the source for the DSP/BIOS Bridge API manager module. The 54 /* ----------------------------------- DSP/BIOS Bridge */ 88 * Open handle to the DSP/BIOS Bridge driver 98 "the bridge semaphore\n"))); 105 if (usage_count == 0) { /* try opening handle to Bridge driver */ 112 /* Success in opening handle to Bridge driver */ 129 * Purpose: Close handle to the DSP/BIOS Bridge driver 144 /* Success in opening handle to Bridge driver */ 252 * Block on Bridge event(s [all...] |
DSPProcessor_OEM.c | 4 * DSP-BIOS Bridge driver support functions for TI OMAP processors. 21 * This is the source for the DSP/BIOS Bridge API processor module. 38 /* ----------------------------------- DSP/BIOS Bridge */ 60 * This will be an OEM-only function, and not part of the 'Bridge 91 * This will be an OEM-only function, and not part of the 'Bridge
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
new_credit_card_bubble_cocoa.mm | 42 // Objective-C/C++ bridge. Owned by this class. 50 bridge:(autofill::NewCreditCardBubbleCocoa*)bridge; 75 bridge:(autofill::NewCreditCardBubbleCocoa*)bridge { 82 bridge_.reset(bridge); 268 bridge:this];
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
NinePatch_Delegate.java | 20 import com.android.layoutlib.bridge.Bridge; 21 import com.android.layoutlib.bridge.impl.DelegateManager; 22 import com.android.layoutlib.bridge.impl.GcSnapshot; 87 Bridge.getLog().error(null, "Failed to serialize NinePatchChunk.", e, null /*data*/); 128 Bridge.getLog().error(LayoutLog.TAG_BROKEN, 132 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
BridgeTypedArray.java | 25 import com.android.layoutlib.bridge.Bridge; 26 import com.android.layoutlib.bridge.BridgeConstants; 27 import com.android.layoutlib.bridge.android.BridgeContext; 28 import com.android.layoutlib.bridge.android.BridgeXmlBlockParser; 29 import com.android.layoutlib.bridge.impl.ParserFactory; 30 import com.android.layoutlib.bridge.impl.ResourceHelper; 71 * A bridge-specific method that sets a value in the type array 236 map = Bridge.getEnumValues(mNames[index]); 257 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT [all...] |
/external/chromium_org/chrome/browser/importer/ |
external_process_importer_host.cc | 105 // This is the in-process half of the bridge, which catches data from the IPC 107 // bridge lives in the external process (see ProfileImportThread). 108 // The ExternalProcessImporterClient created in the next line owns the bridge, 110 InProcessImporterBridge* bridge = 114 weak_ptr_factory_.GetWeakPtr(), source_profile_, items_, bridge);
|
/external/wpa_supplicant_8/src/drivers/ |
linux_ioctl.c | 139 wpa_printf(MSG_DEBUG, "Could not add bridge %s: %s", 151 wpa_printf(MSG_DEBUG, "Could not remove bridge %s: %s", 173 wpa_printf(MSG_DEBUG, "Could not add interface %s into bridge " 196 "bridge %s: %s", ifname, brname, strerror(errno)); 207 os_snprintf(path, sizeof(path), "/sys/class/net/%s/brport/bridge",
|