/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
SockImpl.c | 25 received data in socket layer.
72 received data in socket layer.
199 Get received data from the socket layer to the receive token.
288 // notify the low layer protocol to handle this send token
307 // low layer protocol should really handle the sending
491 // socket layer flow control policy
936 Called by the low layer protocol to indicate the socket a connection is
966 Called by the low layer protocol to indicate the connection is closed.
996 Called by low layer protocol to indicate that some data is sent or processed.
1054 Called by the low layer protocol to copy some data in socket send [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_denoiser.c | 258 // Shift for the second spatial layer. 455 // spatial layer was key frame. 573 int i, layer, fail, init_num_ref_frames; local 586 // Denoise from one spatial layer below the top. 589 // Only denoise the top spatial layer. 604 for (layer = 0; layer < num_layers; ++layer) { 605 const int denoise_width = (layer == 0) ? width : scaled_width; 606 const int denoise_height = (layer == 0) ? height : scaled_height [all...] |
/external/tensorflow/tensorflow/docs_src/tutorials/ |
image_retraining.md | 1 # How to Retrain Inception's Final Layer for New Categories 7 retraining the final layer from scratch, while leaving all the others untouched. 69 This script loads the pre-trained Inception v3 model, removes the old top layer, 81 often use for the layer just before the final output layer that actually does 82 the classification. This penultimate layer has been trained to output a set of 87 reason our final layer retraining can work on new classes is that it turns out 100 Once the bottlenecks are complete, the actual training of the top layer of the 120 and feeds them into the final layer to get predictions. Those predictions are 121 then compared against the actual labels to update the final layer's weight [all...] |
/external/vulkan-validation-layers/ |
BUILD.md | 37 Example debug build (Note that the update\_external\_sources script used below builds external tools into predefined locations. See **Loader and Validation Layer Dependencies** for more information and other options): 87 * `/usr/local/etc/vulkan/explicit_layer.d`: Layer JSON files 114 for the layer JSON files. 209 - update\_external\_sources.bat --build-glslang (Note: see **Loader and Validation Layer Dependencies** below for other options) 217 Build all Windows targets after installing required software and cloning the Loader and Validation Layer repo as described above by completing the following steps in a "Developer Command Prompt for VS2013" window (Note that the update\_external\_sources script used below builds external tools into predefined locations. See **Loader and Validation Layer Dependencies** for more information and other options): 315 Resulting validation layer binaries will be in build-android/libs. 321 The following per platform commands can be used for layer only builds: 339 Use the following steps to build, install, and run the layer validation tests for Android: 346 Alternatively, you can use the test_APK script to install and run the layer validation tests [all...] |
/frameworks/base/libs/hwui/tests/unit/ |
FrameBuilderTests.cpp | 57 ADD_FAILURE() << "Layer repaint not expected in this test"; 59 virtual void endLayer() { ADD_FAILURE() << "Layer updates not expected in this test"; } 382 // Use layer update constructor, so no work is enqueued for Fbo0 742 EXPECT_EQ(Layer::Api::OpenGL, layerUpdater->backingLayer()->getApi()); 1411 OffscreenBuffer* layer = *op.layerHandle; local [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc.cpp | 143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; local 144 private_handle_t *hnd = (private_handle_t *)layer->handle; 146 /* If a video layer requires rotation, set the DMA state 150 (layer->transform & HWC_TRANSFORM_ROT_90)) { 191 * the layer-list is non-null and numHwLayers > 0, we assume 206 // value is reset on every prepare. However, for the layer 246 hwc_layer_1_t *layer = &list->hwLayers[i]; local 247 hwc_rect_t& displayFrame = layer->displayFrame; 248 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 328 hwc_layer_1_t *layer = &list->hwLayers[i] local [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc.cpp | 153 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; local 154 private_handle_t *hnd = (private_handle_t *)layer->handle; 156 /* If a layer requires rotation, set the DMA state 160 has90Transform(layer) && isRotationDoable(ctx, hnd)) { 201 * the layer-list is non-null and numHwLayers > 0, we assume 216 // value is reset on every prepare. However, for the layer 251 hwc_layer_1_t *layer = &list->hwLayers[i]; local 252 hwc_rect_t& displayFrame = layer->displayFrame; 253 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf); 327 hwc_layer_1_t *layer = &list->hwLayers[i] local [all...] |
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
display_interface.h | 29 @details Display device is used to send layer buffers for composition and get them rendered onto 280 Client shall mark composition type for one of the layer as kCompositionGPUTarget; the GPU 281 composed output would be rendered at the specified layer if some of the layers are not handled 284 Display manager will set each layer as kCompositionGPU or kCompositionSDE upon return. Client 303 Client must ensure that layer stack is same as previous call to Prepare. 591 /*! @brief Method to set layer mixer resolution. 593 @param[in] width layer mixer width 594 @param[in] height layer mixer height 600 /*! @brief Method to get layer mixer resolution. 602 @param[out] width layer mixer widt [all...] |
/hardware/qcom/display/msm8998/sdm/include/core/ |
display_interface.h | 29 @details Display device is used to send layer buffers for composition and get them rendered onto 271 Client shall mark composition type for one of the layer as kCompositionGPUTarget; the GPU 272 composed output would be rendered at the specified layer if some of the layers are not handled 275 Display manager will set each layer as kCompositionGPU or kCompositionSDE upon return. Client 294 Client must ensure that layer stack is same as previous call to Prepare. 589 /*! @brief Method to set layer mixer resolution. 591 @param[in] width layer mixer width 592 @param[in] height layer mixer height 598 /*! @brief Method to get layer mixer resolution. 600 @param[out] width layer mixer widt [all...] |
/external/libpcap/ |
gencode.c | 124 u_int16_t sin6_port; /* Transport layer port # */ 181 * "Push" the current value of the link-layer header type and link-layer 230 OR_LINKHDR, /* link-layer header */ 231 OR_PREVLINKHDR, /* previous link-layer header */ 234 OR_LINKTYPE, /* link-layer type */ 235 OR_LINKPL, /* link-layer payload */ 236 OR_LINKPL_NOSNAP, /* link-layer payload, with no SNAP header at the link layer */ 237 OR_TRAN_IPV4, /* transport-layer header, with IPv4 network layer * [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
t2.c | 445 /* If the packet layer is greater or equal than the maximum */ 660 OPJ_UINT32 layno = pi->layno; /* quality layer value */ 745 opj_tcd_layer_t *layer = &cblk->layers[layno]; local 748 if (!layer->numpasses) { 778 opj_tcd_layer_t *layer = &cblk->layers[layno]; local 780 if (!cblk->numpasses && layer->numpasses) { 789 opj_tcd_layer_t *layer = &cblk->layers[layno]; local 799 opj_bio_write(bio, layer->numpasses != 0, 1); 803 if (!layer->numpasses) { 815 opj_t2_putnumpasses(bio, layer->numpasses) 911 opj_tcd_layer_t *layer = &cblk->layers[layno]; local [all...] |
/external/skia/include/core/ |
SkCanvas.h | 202 /** Draws saved layer, if any. 237 /** Gets the size of the base or root layer in global canvas coordinates. The 238 origin of the base layer is always (0,0). The area available for drawing may be 241 @return integral width and height of base layer 272 @param origin storage for SkCanvas top layer origin, its top-left corner; 516 @param bounds hint to limit the size of the layer; may be nullptr 517 @param paint graphics state for layer; may be nullptr 531 SkRect bounds suggests but does not define the layer size. To clip drawing to 539 @param bounds hint to limit the size of layer; may be nullptr 540 @param paint graphics state for layer; may be nullpt [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
KernelDataForRenderScriptF32.java | 28 * A class that manages the blur kernel matrices of a blending layer that 50 * @param targetLayer the index of a target layer
|
/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/res/drawable/ |
settings_circle.xml | 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 50 </layer-list
|
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/res/drawable/ |
settings_circle.xml | 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 50 </layer-list
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Layer.java | 19 public class Layer { 21 public Layer(int axis) {
|
/device/linaro/bootloader/edk2/NetworkPkg/ |
NetworkPkg.uni | 58 "01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]\n"
61 "03 = DUID Based on Link-layer Address [DUID-LL] (not supported)"
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/ |
PchRegsPcie.h | 72 #define B_PCH_PCIE_SLCTL_SLSTS_DLLSC BIT24 // Data Link Layer State Changed
78 #define B_PCH_PCIE_SLCTL_SLSTS_DLLSCE BIT12 // Data Link Layer State Changed Enable
|
/external/adhd/cras/src/common/ |
a2dp-codecs.h | 103 uint8_t layer:3; member in struct:__anon14100 123 uint8_t layer:3; member in struct:__anon14102
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
BoxModel.java | 58 * Returns a RectF instance describing the inner edge of the margin layer.
70 * Returns a RectF instance describing the inner edge of the padding layer.
|
/external/curl/docs/examples/ |
imap-tls.c | 54 * to Transport Layer Security (TLS) using the STARTTLS command. Be careful 61 * part of the Transport Layer Security protection by setting the
|
pop3-tls.c | 53 * to Transport Layer Security (TLS) using the STLS command. Be careful of 60 * part of the Transport Layer Security protection by setting the
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageTexture.hpp | 42 tcu::IVec3 layerSize (void) const { return m_layerSize; } //!< Size of a single layer 48 int layerDimension (void) const; //!< Coordinate dimension used for addressing a single layer (e.g. 2 (x,y) for 2d array)
|
/external/iproute2/man/man8/ |
ip-neighbour.8 | 49 link layer addresses for hosts sharing the same link. 80 the link layer address of the neighbour.
|
/external/iptables/extensions/ |
libxt_bpf.man | 49 network layer up, without mac layer. Select a device with data link type RAW,
|