HomeSort by relevance Sort by last modified time
    Searched full:layer (Results 651 - 675 of 6628) sorted by null

<<21222324252627282930>>

  /packages/apps/UnifiedEmail/res/drawable/
compose_button.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
33 </layer-list>
  /packages/services/Car/car_product/overlay/frameworks/base/packages/SystemUI/res/drawable/
car_ic_seekbar_track.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
38 </layer-list>
  /prebuilts/misc/windows/sdl2/test/
README 9 testfile Tests RWops layer
15 testloadso Tests the loadable library layer
  /prebuilts/sdk/current/car/car/res/drawable/
car_seekbar_track.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
35 </layer-list
  /prebuilts/sdk/current/support/car/res/drawable/
car_seekbar_track.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
44 </layer-list
car_seekbar_track_dark.xml 19 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
45 </layer-list
car_seekbar_track_light.xml 19 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
45 </layer-list
  /prebuilts/sdk/current/support/v17/leanback/res/drawable/
lb_background.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
22 </layer-list>
lb_playback_progress_bar.xml 18 <layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
31 </layer-list>
  /prebuilts/sdk/current/support/v7/appcompat/res/drawable/
abc_ratingbar_indicator_material.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
29 </layer-list>
abc_ratingbar_material.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
29 </layer-list>
abc_ratingbar_small_material.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
27 </layer-list>
abc_seekbar_track_material.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
40 </layer-list
  /system/core/storaged/include/
uid_info.h 47 uint64_t read_bytes; // bytes read (from storage layer)
48 uint64_t write_bytes; // bytes written (to storage layer)
  /external/skia/src/core/
SkRecordOpts.cpp 95 // The alpha folding can proceed if the filter layer paint does not have properties which cause
96 // the resulting filter layer to be "blended" in complex ways to the parent layer. For example,
97 // looper drawing unmodulated filter layer twice and then modulating the result produces
98 // different image to drawing modulated filter layer twice.
107 // For layer saves, the image filter is applied to the layer contents. The layer is then
125 // The layer paint color must have only alpha component.
130 // The layer paint can not have any effects
    [all...]
  /external/skqp/src/core/
SkRecordOpts.cpp 95 // The alpha folding can proceed if the filter layer paint does not have properties which cause
96 // the resulting filter layer to be "blended" in complex ways to the parent layer. For example,
97 // looper drawing unmodulated filter layer twice and then modulating the result produces
98 // different image to drawing modulated filter layer twice.
107 // For layer saves, the image filter is applied to the layer contents. The layer is then
125 // The layer paint color must have only alpha component.
130 // The layer paint can not have any effects
    [all...]
  /external/iproute2/include/uapi/linux/
if_bonding.h 92 #define BOND_XMIT_POLICY_LAYER2 0 /* layer 2 (MAC only), default */
93 #define BOND_XMIT_POLICY_LAYER34 1 /* layer 3+4 (IP ^ (TCP || UDP)) */
94 #define BOND_XMIT_POLICY_LAYER23 2 /* layer 2+3 (IP ^ MAC) */
95 #define BOND_XMIT_POLICY_ENCAP23 3 /* encapsulated layer 2+3 */
96 #define BOND_XMIT_POLICY_ENCAP34 4 /* encapsulated layer 3+4 */
  /external/kernel-headers/original/uapi/linux/
if_bonding.h 92 #define BOND_XMIT_POLICY_LAYER2 0 /* layer 2 (MAC only), default */
93 #define BOND_XMIT_POLICY_LAYER34 1 /* layer 3+4 (IP ^ (TCP || UDP)) */
94 #define BOND_XMIT_POLICY_LAYER23 2 /* layer 2+3 (IP ^ MAC) */
95 #define BOND_XMIT_POLICY_ENCAP23 3 /* encapsulated layer 2+3 */
96 #define BOND_XMIT_POLICY_ENCAP34 4 /* encapsulated layer 3+4 */
  /external/libnl/lib/route/cls/ematch/
nbyte.c 31 void rtnl_ematch_nbyte_set_offset(struct rtnl_ematch *e, uint8_t layer,
36 n->cfg.layer = layer;
46 return ((struct nbyte_data *) rtnl_ematch_data(e))->cfg.layer;
73 switch (nbyte->layer) {
  /external/libnl/src/
nl-pktloc-lookup.c 58 if (loc->layer == TCF_LAYER_LINK)
60 "layer locations.");
68 loc->layer == TCF_LAYER_TRANSPORT ? "nexthdr+" : "",
87 loc->name, get_align_txt(loc), layer_txt[loc->layer],
94 loc->name, get_align_txt(loc), layer_txt[loc->layer],
  /external/libpcap/
pcap_inject.3pcap 38 points to the data of the packet, including the link-layer header, and
51 Note that, on some platforms, the link-layer header of the packet that's
52 sent might not be the same as the link-layer header of the packet
55 as the source link-layer address, if the header contains such an
59 platforms might change the link-layer type field to whatever value
  /external/mesa3d/src/gallium/auxiliary/util/
u_surfaces.h 49 unsigned level, unsigned layer,
56 unsigned level, unsigned layer,
70 return util_surfaces_do_get(us, surface_struct_size, ctx, pt, level, layer, res);
74 util_surfaces_peek(struct util_surfaces *us, struct pipe_resource *pt, unsigned level, unsigned layer)
80 return cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level));
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
layers_conv_variational_test.py 55 """Monitors layer calls to the underlying distribution."""
95 """Monitors layer calls to the divergence implementation."""
112 layer = layer_class(filters=2, kernel_size=3)
126 self.assertListEqual(layer.losses, losses)
128 _ = layer(inputs)
133 self.assertListEqual(layer.losses, losses)
140 layer = layer_class(
158 self.assertListEqual(layer.losses, losses)
160 _ = layer(inputs)
165 self.assertListEqual(layer.losses, losses
    [all...]
  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.cpp 47 void DrawFrameTask::pushLayerUpdate(DeferredLayerUpdater* layer) {
52 if (mLayers[i].get() == layer) {
56 mLayers.push_back(layer);
59 void DrawFrameTask::removeLayerUpdate(DeferredLayerUpdater* layer) {
61 if (mLayers[i].get() == layer) {
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
SyncRtSurfaceTransactionApplier.java 81 t.setLayer(params.surface, params.layer);
97 Rect windowCrop, int layer) {
102 this.layer = layer;
109 final int layer; field in class:SyncRtSurfaceTransactionApplier.SurfaceParams

Completed in 288 milliseconds

<<21222324252627282930>>