/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
tiwlnif.h | 96 /* network layer statistics (except Tx statistics which are handled sparately)*/
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
smePrivate.h | 51 mgmtStatus_e eMgmtStatus; /* Contains the last DisAssociation reason towards upper layer */
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
healthMonitor.h | 42 /* PURPOSE: Driver interface to OS abstraction layer */
|
/external/webkit/WebCore/rendering/ |
RenderFlexibleBox.cpp | 252 layer()->setHasHorizontalScrollbar(true); 254 layer()->setHasVerticalScrollbar(true); 300 layer()->updateScrollInfoAfterLayout(); 426 child->layer()->setStaticX(xPos); 427 else child->layer()->setStaticX(width() - xPos); 430 RenderLayer* childLayer = child->layer(); 432 child->layer()->setStaticY(yPos); 787 child->layer()->setStaticX(borderLeft()+paddingLeft()); 789 child->layer()->setStaticX(borderRight()+paddingRight()); 792 RenderLayer* childLayer = child->layer(); [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
dictbuilder.cpp | 796 // Use to indicate whether all nodes of this layer have no son. 1021 printf("[root is layer -1]\n"); 1022 printf(".. max_sonbuf_len per layer(from layer 0):\n "); 1027 printf(".. max_homobuf_len per layer:\n -, "); 1032 printf(".. total_son_num per layer:\n "); 1037 printf(".. total_node_hasson per layer:\n 1, "); 1042 printf(".. total_sonbuf_num per layer:\n "); 1047 printf(".. total_sonbuf_allnoson per layer:\n "); 1052 printf(".. total_node_in_sonbuf_allnoson per layer:\n ") [all...] |
/external/webkit/WebCore/css/ |
CSSStyleSelector.cpp | 161 /* Need to make a new layer.*/ \ 190 /* Walk each value and put it into a layer, creating new layers as needed. */ \ 194 /* Need to make a new layer to hold this value */ \ [all...] |
/external/webkit/WebKit/android/nav/ |
CacheBuilder.cpp | 236 RenderLayer* layer = renderer->enclosingLayer(); local 237 if (layer != NULL) { 340 RenderLayer* layer = renderer->enclosingLayer(); local 341 if (layer == NULL) { 438 RenderLayer* layer = 0; local 442 layer = hasLayer ? toRenderBoxModelObject(renderer)->layer() : 0; 448 hasLayer && layer->isComposited() ? "true" : "false"); 475 if (renderer && layer) { 476 RenderLayerBacking* back = layer->backing() 1040 const LayerAndroid* layer = layerTracker.last().mLayer; local 1287 LayerAndroid* layer = layerTracker.last().mLayer; local 2785 RenderLayer* layer = toRenderBoxModelObject(nodeRenderer)->layer(); local [all...] |
CachedRoot.h | 99 void setRootLayer(WebCore::LayerAndroid* layer) { mRootLayer = layer; }
|
/external/ipsec-tools/src/racoon/ |
policy.h | 55 * NOTE: Ensure to be same address family and upper layer protocol. 66 u_int16_t ul_proto; /* upper layer Protocol */
|
/external/libxml2/include/libxml/ |
xmlmemory.h | 127 * Initialization of the memory layer. 133 * Cleanup of the memory layer.
|
/external/opencore/codecs_v2/video/m4v_h263/dec/include/ |
mp4dec_api.h | 76 int layer; /* current video layer */ member in struct:tagApplicationData
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
mp4def.h | 85 /* session layer and vop layer start codes */
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
mp4def.h | 145 /* session layer and vop layer start codes */
|
/external/opencore/engines/2way/src/ |
pv_2way_preview_datapath.cpp | 81 //If reached this point then the datapath is deemed paused, notify upper layer. 130 //If reached this point then the datapath is deemed resumed, notify upper layer.
|
pv_2way_rec_datapath.cpp | 84 //If reached this point then the datapath is deemed paused, notify upper layer. 133 //If reached this point then the datapath is deemed resumed, notify upper layer.
|
/external/opencore/engines/common/include/ |
pv_engine_types.h | 80 * and not exposed to the interface layer or above. 227 * and not exposed to the interface layer or above.
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_cdrom.h | 2 SDL - Simple DirectMedia Layer 23 /* This is the CD-audio control API for Simple DirectMedia Layer */
|
/external/tcpdump/ |
print-sll.c | 61 * XXX - check the link-layer address type value? 167 * Try to print the LLC-layer header & higher layers.
|
/external/tremolo/Tremolo/ |
ogg.h | 135 layer) also knows about the gap */ 160 layer) also knows about the gap */
|
/external/webkit/WebCore/page/wince/ |
FrameWince.cpp | 99 float docHeight = root->layer()->height(); 100 float docWidth = root->layer()->width();
|
/external/webkit/WebCore/platform/graphics/android/ |
LayerAndroid.h | 71 LayerAndroid(const LayerAndroid& layer); 135 // scrolled into view; returns original minus layer bounds in global space.
|
/external/webkit/WebCore/platform/graphics/skia/ |
PlatformContextSkia.cpp | 231 // Skia doesn't support clipping to an image, so we create a layer. The next 232 // time restore is invoked the layer and |imageBuffer| are combined to 261 // have a layer in place and don't need to add another. 601 // been done. In order to do this, we create a new layer of the canvas in 603 // the layer's bitmap while it's in effect. When WebKit calls restore() to 607 // clear outside of the clipping path. We only need a single extra layer 610 // When we call restore on the SkCanvas, the layer's bitmap is composed 611 // into the layer below and we end up with correct, anti-aliased clipping.
|
/external/webkit/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeWin.cpp | 769 // Up-call from compositing layer drawing callback. 777 // No reason to replace the current layer image unless we have something new to show. 813 // Do nothing if the parent layer hasn't been set up yet. 819 // as a wrapper for a WKCACFLayer which gets inserted as the content layer of the video 825 // Mark the layer as drawing itself, anchored in the top left, and bottom-up. 830 m_qtVideoLayer->setName("Video layer"); 833 // Hang the video layer from the render layer.
|
/external/webkit/WebKit/android/WebCoreSupport/ |
PlatformBridge.cpp | 48 void PlatformBridge::setUIRootLayer(const WebCore::FrameView* view, const LayerAndroid* layer) 51 core->setUIRootLayer(layer);
|
/frameworks/base/include/media/ |
MediaPlayerInterface.h | 63 // AudioSink: abstraction layer for audio output 130 // data sent by the java layer.
|