/packages/services/Car/tests/VmsPublisherClientSample/src/com/google/android/car/vms/publisher/ |
VmsPublisherClientSampleService.java | 61 for (VmsLayer layer : subscriptionState.getLayers()) { 62 if (layer.equals(TEST_LAYER)) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
ca.h | 34 #define CA_CI_LINK 2 /* CI link layer level interface */ 35 #define CA_CI_PHYS 4 /* CI physical layer level interface */
|
/system/bt/stack/test/common/ |
stack_test_packet_utils.h | 49 * application layer 65 * application layer
|
/test/vts-testcase/kernel/api/libcutils/ |
VtsKernelLibcutilsTest.py | 38 The first layer of filter is user defined test filters: 44 The second layer of filter is checking abi bitness:
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
layered_filter_fast_f32.rs | 14 // 4. The focal layer (i.e., the global variable g_focal_layer) is the depth 41 // Then the input image gets updated as each layer is processed from the 55 // layer filtering result temporarily and then the result is used to update the 56 // input image after each layer is processed. 58 // all the layer filtering results and in the end, the accumulation result is 63 // The info of current layer that is being processed. 65 // The dilation radius that controls how the current layer should be blended 125 // Marks active pixels that are on the target layer. 217 // We do not need to compute matte for depths in front of this layer, 243 // current layer [all...] |
layered_filter_fast_d1new.rs | 14 // 4. The focal layer (i.e., the global variable g_focal_layer) is the depth 44 // Then the input image gets updated as each layer is processed from the 56 // layer filtering result temporarily and then the result is used to update the 57 // input image after each layer is processed. 59 // all the layer filtering results and in the end, the accumulation result is 63 // The dilation radius that controls how the current layer should be blended 68 // int2 that stores the focal layer info: 1. front_depth, 2. back_depth 110 // Marks active pixels that are on the target layer. 258 // We do not need to compute matte for depths in front of this layer, 277 // We do not need to compute matte for depths in front of this layer, [all...] |
/frameworks/base/core/java/android/view/ |
TextureView.java | 265 * The layer type of a TextureView is ignored since a TextureView is always 266 * considered to act as a hardware layer. The optional paint supplied to this 270 * @param layerType The type of layer to use with this view, must be one of 273 * @param paint The paint used to compose the layer. This argument is optional 274 * and can be null. It is ignored when the layer type is 332 /* Simplify drawing to guarantee the layer is the only thing drawn - so e.g. no background, 333 scrolling, or fading edges. This guarantees all drawing is in the layer, so drawing 334 properties (alpha, layer paint) affect all of the content of a TextureView. */ 339 TextureLayer layer = getTextureLayer(); local 340 if (layer != null) [all...] |
ThreadedRenderer.java | 543 * Detaches the layer's surface texture from the GL context and releases 845 * Creates a new hardware layer. A hardware layer built by calling this 846 * method will be treated as a texture layer, instead of as a render target. 848 * @return A hardware layer 851 long layer = nCreateTextureLayer(mNativeProxy); local 852 return TextureLayer.adoptTextureLayer(this, layer); 861 boolean copyLayerInto(final TextureLayer layer, final Bitmap bitmap) { 863 layer.getDeferredLayerUpdater(), bitmap); 867 * Indicates that the specified hardware layer needs to be update [all...] |
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
layered_filter_fast_f32.rs | 14 // 4. The focal layer (i.e., the global variable g_focal_layer) is the depth 41 // Then the input image gets updated as each layer is processed from the 55 // layer filtering result temporarily and then the result is used to update the 56 // input image after each layer is processed. 58 // all the layer filtering results and in the end, the accumulation result is 63 // The info of current layer that is being processed. 65 // The dilation radius that controls how the current layer should be blended 125 // Marks active pixels that are on the target layer. 217 // We do not need to compute matte for depths in front of this layer, 243 // current layer [all...] |
layered_filter_fast_d1new.rs | 14 // 4. The focal layer (i.e., the global variable g_focal_layer) is the depth 42 // Then the input image gets updated as each layer is processed from the 54 // layer filtering result temporarily and then the result is used to update the 55 // input image after each layer is processed. 57 // all the layer filtering results and in the end, the accumulation result is 61 // The dilation radius that controls how the current layer should be blended 66 // int2 that stores the focal layer info: 1. front_depth, 2. back_depth 108 // Marks active pixels that are on the target layer. 255 // We do not need to compute matte for depths in front of this layer, 274 // We do not need to compute matte for depths in front of this layer, [all...] |
/external/tensorflow/tensorflow/contrib/kfac/python/ops/ |
layer_collection.py | 19 might have several layer collections for one TF graph (if we have multiple K-FAC 128 fisher_blocks: a LayersParamsDict (subclass of OrderedDict) mapping layer 174 when registering a layer with exactly these parameters, unless an 233 "multi layer.".format(value)) 380 for these variables. If unspecified, this layer collection's default 381 approximation for the layer type will be used. 384 ValueError: If the parameters were already registered in a layer or 398 "group {} with layer {}".format(params, variable, 438 """Registers a fully connnected layer. 445 produced by layer [all...] |
/external/mesa3d/src/mesa/main/ |
shaderimage.c | 532 GLint layer, GLenum access, GLenum format) 546 if (layer < 0) { 547 _mesa_error(ctx, GL_INVALID_VALUE, "glBindImageTexture(layer)"); 568 GLboolean layered, GLint layer, GLenum access, 575 layered, layer, access, format)) 620 u->Layer = layer; 621 u->_Layer = (u->Layered ? 0 : u->Layer); 624 u->Layer = 0; 748 u->_Layer = u->Layer = 0 [all...] |
/external/syslinux/gpxe/src/net/ |
netdevice.c | 360 /* Set initial link-layer address */ 520 * Transmit network-layer packet 524 * @v net_protocol Network-layer protocol 525 * @v ll_dest Destination link-layer address 528 * Prepends link-layer headers to the I/O buffer and transmits the 544 /* Add link-layer header */ 556 * Process received network-layer packet 560 * @v net_proto Network-layer protocol, in network-byte order 561 * @v ll_source Source link-layer address 568 /* Hand off to network-layer protocol, if any * [all...] |
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/ |
rnn_colorbot.py | 17 This example builds, trains, and evaluates a multi-layer RNN that can be 40 3. implement a multi-layer RNN using Python control flow 113 """Multi-layer (LSTM) RNN that regresses on real-valued vector labels. 121 the RNN; rnn_cell_sizes[i] is the size of the i-th layer cell 124 each LSTM layer 151 passing chars through a multi-layer RNN and applying a ReLU to the final 158 # executes the time steps for a particular layer. 169 # The outputs of this layer are the inputs of the subsequent layer. 282 # Predictions cannot be negative, as they are generated by a ReLU layer; [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/ |
UfsHci.h | 3 for upper layer application to execute UFS-supported SCSI cmds.
34 #define UFS_HC_UECPA_OFFSET 0x0038 // Host UIC Error Code PHY Adapter Layer
35 #define UFS_HC_UECDL_OFFSET 0x003c // Host UIC Error Code Data Link Layer
36 #define UFS_HC_UECN_OFFSET 0x0040 // Host UIC Error Code Network Layer
37 #define UFS_HC_UECT_OFFSET 0x0044 // Host UIC Error Code Transport Layer
236 // UFSHCI 2.0 Spec Section 5.3.5 Offset 38h: UECPA - Host UIC Error Code PHY Adapter Layer
239 UINT32 Ec:5; // UIC PHY Adapter Layer Error Code
241 UINT32 Err:1; // UIC PHY Adapter Layer Error
245 // UFSHCI 2.0 Spec Section 5.3.6 Offset 3ch: UECDL - Host UIC Error Code Data Link Layer
248 UINT32 Ec:15; // UIC Data Link Layer Error Code [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/ |
UfsPassThruHci.h | 3 for upper layer application to execute UFS-supported SCSI cmds.
34 #define UFS_HC_UECPA_OFFSET 0x0038 // Host UIC Error Code PHY Adapter Layer
35 #define UFS_HC_UECDL_OFFSET 0x003c // Host UIC Error Code Data Link Layer
36 #define UFS_HC_UECN_OFFSET 0x0040 // Host UIC Error Code Network Layer
37 #define UFS_HC_UECT_OFFSET 0x0044 // Host UIC Error Code Transport Layer
236 // UFSHCI 2.0 Spec Section 5.3.5 Offset 38h: UECPA - Host UIC Error Code PHY Adapter Layer
239 UINT32 Ec:5; // UIC PHY Adapter Layer Error Code
241 UINT32 Err:1; // UIC PHY Adapter Layer Error
245 // UFSHCI 2.0 Spec Section 5.3.6 Offset 3ch: UECDL - Host UIC Error Code Data Link Layer
248 UINT32 Ec:15; // UIC Data Link Layer Error Code [all...] |
/device/linaro/bootloader/edk2/StdLib/Include/Protocol/ |
EfiSocket.h | 55 extern EFI_GUID gEfiSocketServiceBindingProtocolGuid; ///< Socket layer service binding protocol GUID
64 This routine calls the network specific layer to remove the next
105 This routine calls the network specific layer to save the network
119 for the port causes the network layer to assign a port
121 port number causes the network layer to use that port.
143 the network specific layer has completed the close operation.
168 This routine calls the network specific layer to initiate the
170 specific layer to determine if the close state machine has gone
201 This routine calls the network specific layer to establish
235 This routine calls the network specific layer to get the network [all...] |
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
esextcTextureCubeMapArraySubImage3D.cpp | 155 /* A single whole layer-face at index 0 should be replaced (both functions) */ 167 /* A region of a layer-face at index 0 should be replaced (both functions) */ 178 /* 6 layer-faces, making up a single layer, should be replaced (glTexSubImage3D() only) */ 186 /* 6 layer-faces, making up two different layers (for instance: three last layer-faces of 187 layer 1 and three first layer-faces of layer 2) should be replaced (glTexSubImage3D() only) */ 195 /* 6 layer-faces, making up a single layer, should be replaced (glTexSubImage3D() only) [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_surface.c | 126 "svga: Create surface view: layer %d zslice %d mips %d..%d\n", 215 unsigned layer, zslice, bind; local 228 layer = surf_tmpl->u.tex.first_layer; 233 layer = surf_tmpl->u.tex.first_layer; 238 layer = 0; 274 SVGA_DBG(DEBUG_VIEWS, "svga: Surface view: yes %p, level %u layer %u z %u, %p\n", 275 pt, surf_tmpl->u.tex.level, layer, zslice, s); 306 layer, nlayers, zslice, &s->key); 318 "svga: Surface view: no %p, level %u, layer %u, z %u, %p\n", 319 pt, surf_tmpl->u.tex.level, layer, zslice, s) 622 unsigned zslice, layer; local [all...] |
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
hwc_layers.cpp | 170 // Layer operations 173 layer_ = new Layer(); 174 // Fences are deferred, so the first time this layer is presented, return -1 180 // Close any fences left for this layer 193 DLOGE("Invalid buffer handle: %p on layer: %d", buffer, id_); 224 // Layer buffer geometry has changed. 246 // Secure attribute of layer buffer has changed. 317 DLOGV_IF(kTagClient, "[%" PRIu64 "][%" PRIu64 "] Layer color set to %x", display_id_, id_, 660 DisplayError HWCLayer::SetMetaData(const private_handle_t *pvt_handle, Layer *layer) { [all...] |
hwc_session.cpp | 371 hwc2_layer_t layer) { 372 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer); 615 static int32_t SetCursorPosition(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, 619 layer, x, y); 622 HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetCursorPosition, x, y); 627 static int32_t SetLayerBlendMode(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, 633 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerBlendMode, mode); 636 static int32_t SetLayerBuffer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, 638 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerBuffer, buffer, 642 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, [all...] |
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
hwc_session.cpp | 359 hwc2_layer_t layer) { 364 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer); 574 static int32_t SetCursorPosition(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, 578 layer, x, y); 581 HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetCursorPosition, x, y); 586 static int32_t SetLayerBlendMode(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, 589 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerBlendMode, mode); 592 static int32_t SetLayerBuffer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, 594 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerBuffer, buffer, 598 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 35 * layer membership 159 VPX_CODEC_SPATIAL_SVC_LAYER_SIZES, /**< Sizes for each layer in this frame*/ 160 VPX_CODEC_SPATIAL_SVC_LAYER_PSNR, /**< PSNR for each layer in this frame*/ 212 * spatial layer is encoded. 645 /*!\brief Enable auto alt reference flags for each spatial layer. 648 * spatial layer. 652 /*!\brief Target bitrate for each spatial layer. 655 * spatial layer. 665 /*!\brief Target bitrate for each temporal layer. 668 * temporal layer [all...] |
/developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/res/values/ |
strings.xml | 18 <string name="app_name">Data Layer Sample Wearable App</string>
|
/developers/demos/JustForUs/justforus/src/main/res/drawable/ |
touch_layer_bg.xml | 16 <!-- Touch layer for when a coupon is pressed. -->
|