OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layer
(Results
901 - 925
of
6628
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/Car/LatinIME/res/drawable/
ic_keyboard_spacebar_pressed.xml
14
<
layer
-list xmlns:android="http://schemas.android.com/apk/res/android" >
41
</
layer
-list
/packages/apps/Car/Settings/res/drawable/
wifi_signal.xml
20
<
layer
-list>
30
</
layer
-list>
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
RemoteAnimationProvider.java
57
int
layer
= target.mode == boostModeTargets
local
60
t.setLayer(target.leash,
layer
);
/packages/apps/Settings/res/drawable/
color_bar_progress.xml
16
<
layer
-list xmlns:android="http://schemas.android.com/apk/res/android">
45
</
layer
-list>
ring_progress.xml
17
<
layer
-list xmlns:android="http://schemas.android.com/apk/res/android">
43
</
layer
-list>
wifi_signal.xml
20
<
layer
-list>
30
</
layer
-list>
/packages/apps/TV/res/drawable/
program_guide_table_item_background.xml
24
<
layer
-list>
34
</
layer
-list>
/packages/apps/TvSettings/Settings/res/drawable/
wifi_signal.xml
20
<
layer
-list>
30
</
layer
-list>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
isdnif.h
29
* Values for
Layer
-2-protocol-selection
47
* Values for
Layer
-3-protocol-selection
/prebuilts/misc/windows/sdl2/
README.txt
2
Simple DirectMedia
Layer
11
Simple DirectMedia
Layer
is a cross-platform development library designed
/system/bt/hci/include/
bt_hci_bdroid.h
92
// Called when a buffer has been produced by the serial
layer
and should be
93
// processed by the HCI
layer
.
/device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
vsoc_composer.cpp
41
bool LayerNeedsScaling(const vsoc_hwc_layer&
layer
) {
42
int from_w =
layer
.sourceCrop.right -
layer
.sourceCrop.left;
43
int from_h =
layer
.sourceCrop.bottom -
layer
.sourceCrop.top;
44
int to_w =
layer
.displayFrame.right -
layer
.displayFrame.left;
45
int to_h =
layer
.displayFrame.bottom -
layer
.displayFrame.top;
50
bool needs_rot =
layer
.transform & HAL_TRANSFORM_ROT_90
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cBus.h
52
As an upper
layer
driver writer, the following need to be provided
55
1. ACPI CID value or string - this is used to connect the upper
layer
121
// platform
layer
. The I2C bus protocol enumerates the I2C devices in the
127
// building the platform
layer
. The platform team must preserve the order of the
129
// array within the platform
layer
. The third party device support references
141
// validate this value as a check on the platform
layer
's configuration. Slave
I2cBusMcg.h
51
As an upper
layer
driver writer, the following need to be provided
54
1. ACPI CID value or string - this is used to connect the upper
layer
120
// platform
layer
. The I2C bus protocol enumerates the I2C devices in the
126
// building the platform
layer
. The platform team must preserve the order of the
128
// array within the platform
layer
. The third party device support references
140
// validate this value as a check on the platform
layer
's configuration. Slave
/external/drm_hwcomposer/
platform.h
80
// Finds and returns the squash
layer
from the composition
89
// Inserts the given
layer
:plane in the composition right before the precomp
90
//
layer
120
// using GL. PRECOMP planes should be placed above any 1:1
layer
:plane
124
// @layers: a map of index:
layer
of layers to composite
130
// a vector of the resulting plan (ie:
layer
->plane mapping).
/external/libpcap/
pcap_next_ex.3pcap
79
The bytes of data from the packet begin with a link-
layer
header. The
80
format of the link-
layer
header is indicated by the return value of the
97
all subsequent packets will have a link-
layer
header of the type
98
specified by the link-
layer
header type value passed to
104
any given link-
layer
header type, such as
107
link-
layer
header type of
/external/libxcam/modules/ocl/
cl_wavelet_denoise_handler.cpp
41
uint32_t
layer
)
44
, _current_layer (
layer
)
167
for (int
layer
= 1;
layer
<= WAVELET_DECOMPOSITION_LEVELS;
layer
++) {
169
context, "kernel_wavelet_denoise", wavelet_handler, channel,
layer
);
/external/llvm/include/llvm/ExecutionEngine/Orc/
GlobalMappingLayer.h
10
// Convenience
layer
for injecting symbols that will appear in calls to
24
/// @brief Global mapping
layer
.
26
/// This
layer
overrides the findSymbol method to first search a local symbol
30
/// such internal references cannot be overriden via this
layer
.
68
/// table then this call will be passed through to the base
layer
.
82
/// base
layer
's implementation.
/external/mesa3d/src/mesa/drivers/dri/i965/
intel_resolve_map.h
121
uint32_t
layer
;
member in struct:intel_resolve_map
132
uint32_t
layer
,
143
uint32_t
layer
)
145
return intel_resolve_map_find_any(resolve_map, level, 1,
layer
, 1);
151
uint32_t
layer
)
154
resolve_map, level, 1,
layer
, 1);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityWindowInfo.java
38
private int
layer
= 0;
field in class:ShadowAccessibilityWindowInfo
81
newShadow.
layer
=
layer
;
137
areEqual &= (
layer
== otherShadow.getLayer());
211
return
layer
;
254
layer
= value;
/external/tensorflow/tensorflow/contrib/layers/python/layers/
normalization.py
15
"""Contains the normalization
layer
classes and their functional aliases."""
52
"""Functional interface for the instance normalization
layer
.
67
not used. When the next
layer
is linear (also e.g. `nn.relu`), this can be
68
disabled since the scaling can be done by the next
layer
.
74
reuse: Whether or not the
layer
and its variables should be reused. To be
75
able to reuse the
layer
scope must be given.
/external/tensorflow/tensorflow/examples/get_started/regression/
custom_regression.py
32
# Extract the input into a dense
layer
, according to the feature_columns.
35
# Iterate over the "hidden_units" list of
layer
sizes, default is [20].
37
# Add a hidden
layer
, densely connected on top of the previous
layer
.
40
# Connect a linear output
layer
on top.
43
# Reshape the output
layer
to a 1-dim Tensor to return predictions
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
OverlayListView.java
32
* A ListView which has an additional overlay
layer
. {@link BitmapDrawable}
33
* can be added to the
layer
and can be animated.
51
* Adds an object to the overlay
layer
.
60
* Starts all animations of objects in the overlay
layer
.
71
* Stops all animations of objects in the overlay
layer
.
98
* A class that represents an object to be shown in the overlay
layer
.
/frameworks/base/obex/javax/obex/
SessionNotifier.java
41
* to create a connection at the transport
layer
. When the transport
layer
52
* Waits for a transport
layer
connection to be established and specifies
84
* @throws IOException if an error occurs in the transport
layer
90
* Waits for a transport
layer
connection to be established and specifies
124
* @throws IOException if an error occurs in the transport
layer
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
OverlayListView.java
32
* A ListView which has an additional overlay
layer
. {@link BitmapDrawable}
33
* can be added to the
layer
and can be animated.
51
* Adds an object to the overlay
layer
.
60
* Starts all animations of objects in the overlay
layer
.
71
* Stops all animations of objects in the overlay
layer
.
98
* A class that represents an object to be shown in the overlay
layer
.
Completed in 833 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>