/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
llc.h | 56 #define LLC_SAP_BSPAN 0x42 /* Bridge Spanning Tree Proto */
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Canvas_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; 275 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, 282 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, 461 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_AFFINE, 527 Bridge.getLog().fidelityWarning(LayoutLog.TAG_DRAWFILTER, 644 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, [all...] |
/cts/tools/dasm/src/dasm/ |
ReservedWords.java | 106 reserved_words.put("bridge", new token(sym.BRIDGE));
|
/external/ceres-solver/internal/ceres/ |
c_api.cc | 64 // This cost function wraps a C-level function pointer from the user, to bridge 97 // This loss function wraps a C-level function pointer from the user, to bridge
|
/external/chromium/chrome/browser/extensions/ |
extension_devtools_browsertests.cc | 142 // Removing the listeners from the first extension should leave the bridge 151 // Removing the listeners from the second extension should tear the bridge
|
/external/chromium/chrome/browser/importer/ |
external_process_importer_client.cc | 21 InProcessImporterBridge* bridge, 32 bridge_(bridge),
|
importer_host.cc | 123 scoped_refptr<InProcessImporterBridge> bridge( 126 importer_, &Importer::StartImport, source_profile, items, bridge);
|
/external/chromium_org/chrome/browser/importer/ |
external_process_importer_client.cc | 27 InProcessImporterBridge* bridge) 34 bridge_(bridge),
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/ |
mathjax.js | 16 * @fileoverview Bridge to MathJax functions from the ChromeVox content script. 196 // Initializing the bridge.
|
/external/chromium_org/media/base/android/ |
webaudio_media_codec_bridge.cc | 33 WebAudioMediaCodecBridge bridge(encoded_audio_handle, pcm_output, data_size); 35 bridge.DecodeInMemoryAudioFile();
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_llvm_sample.c | 51 * This provides the bridge between the sampler state store in 68 * This is the bridge between our sampler and the TGSI translator.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tex_sample.c | 56 * This provides the bridge between the sampler state store in 73 * This is the bridge between our sampler and the TGSI translator.
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
vertarr.c | 39 * \name Vertex array pointer bridge functions 44 * interface. These bridge functions are part of the glue that makes this
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_span.c | 58 * - PRM, 2011 Sandy Bridge, Volume 1, Part 2, Section 4.5.2.1 W-Major Tile 60 * - PRM, 2011 Sandy Bridge, Volume 1, Part 2, Section 4.5.3 Tiling Algorithm
|
/external/iproute2/include/linux/ |
if_link.h | 261 MACVLAN_MODE_VEPA = 2, /* talk to other ports through ext bridge */ 262 MACVLAN_MODE_BRIDGE = 4, /* talk to bridge ports directly */
|
/external/iproute2/man/man8/ |
ip-link.8 | 48 .BR vlan " | " veth " | " vcan " | " dummy " | " ifb " | " macvlan " | " can " | " bridge " ]" 161 .B bridge 162 - Ethernet Bridge device
|
ip-link.8.in | 48 .BR vlan " | " veth " | " vcan " | " dummy " | " ifb " | " macvlan " | " can " | " bridge " ]" 155 .B bridge 156 - Ethernet Bridge device
|
/external/kernel-headers/original/linux/ |
if_link.h | 233 MACVLAN_MODE_VEPA = 2, /* talk to other ports through ext bridge */ 234 MACVLAN_MODE_BRIDGE = 4, /* talk to bridge ports directly */
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm_sample.c | 51 * This provides the bridge between the sampler state store in 68 * This is the bridge between our sampler and the TGSI translator.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tex_sample.c | 56 * This provides the bridge between the sampler state store in 73 * This is the bridge between our sampler and the TGSI translator.
|
/external/mesa3d/src/glx/ |
vertarr.c | 39 * \name Vertex array pointer bridge functions 44 * interface. These bridge functions are part of the glue that makes this
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_span.c | 58 * - PRM, 2011 Sandy Bridge, Volume 1, Part 2, Section 4.5.2.1 W-Major Tile 60 * - PRM, 2011 Sandy Bridge, Volume 1, Part 2, Section 4.5.3 Tiling Algorithm
|
/external/openssh/ |
README.tun | 45 Layer 2 tunnels can be used in combination with an Ethernet bridge(4) 98 --- real connection Bridge -> | +----------+
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
AccessFlags.java | 42 BRIDGE(0x40, "bridge", false, true, false),
|
/external/wpa_supplicant_8/src/ap/ |
ap_drv_ops.c | 302 const char *bridge = NULL; local 307 bridge = hapd->conf->wds_bridge; 308 else if (hapd->conf->bridge[0]) 309 bridge = hapd->conf->bridge; 311 bridge, ifname_wds); 420 const char *bridge) 426 bridge);
|