OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layer
(Results
1001 - 1025
of
6628
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/mesa3d/src/gallium/state_trackers/nine/
surface9.c
58
unsigned
Layer
,
65
DBG("This=%p pDevice=%p pResource=%p Level=%u
Layer
=%u pDesc=%p\n",
66
This, pParams->device, pResource, Level,
Layer
, pDesc);
80
assert(!allocate || (Level == 0 &&
Layer
== 0 && TextureType == 0));
182
This->
layer
=
Layer
;
251
templ.u.tex.first_layer = This->
layer
;
252
templ.u.tex.last_layer = This->
layer
;
261
templ.u.tex.first_layer = This->
layer
;
262
templ.u.tex.last_layer = This->
layer
;
[
all
...]
/external/scapy/scapy/contrib/
lldp.py
7
LLDP - Link
Layer
Discovery Protocol
34
- you can find the
layer
configuration options at the end of this file
72
in strict mode, last
layer
in frame must be of type LLDPDUEndOfLLDPDU
79
first
layer
below first LLDPDU must be Ethernet or Dot1q
130
def _dot1q_headers_size(
layer
):
133
:param
layer
: the
layer
to start at
134
:return: size of vlan headers,
layer
below lowest vlan header
138
under_layer =
layer
151
raise LLDPInvalidLastLayerException('Last
layer
must be instance
[
all
...]
/external/syslinux/gpxe/src/net/
ndp.c
25
/** Link
layer
protocol */
27
/** Link-
layer
address */
65
* @v ll_addr Link-
layer
address
89
* Resolve the link-
layer
address
94
* @ret dest_ll_addr Destination link-
layer
address or NULL
/external/tensorflow/tensorflow/python/keras/_impl/keras/
activations.py
25
from tensorflow.python.layers.base import
Layer
137
if isinstance(identifier,
Layer
):
139
'Do not pass a
layer
instance (such as {identifier}) as the '
140
'activation argument of another
layer
. Instead, advanced '
142
'
layer
in a model.'.format(identifier=identifier.__class__.__name__))
/external/vulkan-validation-layers/tests/
run_loader_tests.sh
9
# Set up a
layer
path that includes default and user-specified locations,
45
echo "Environment Variable Path test FAILED - Implicit
layer
path incorrect" >&2
63
# Check for
layer
insertion via CreateInstance.
68
echo "$output" | grep -q "Insert instance
layer
VK_LAYER_LUNARG_parameter_validation"
142
# Test the wrap objects
layer
.
/external/webrtc/webrtc/modules/desktop_capture/
window_capturer_mac.mm
90
// Check windows to make sure they have an id, title, and use window
layer
103
// Skip windows with
layer
=0 (menu, dock).
104
int
layer
;
105
CFNumberGetValue(window_layer, kCFNumberIntType, &
layer
);
106
if (
layer
!= 0)
/frameworks/base/libs/hwui/
BakedOpRenderer.h
28
class
Layer
;
122
// render target state - setup by start/end
layer
/frame
125
// If not drawing to a
layer
: fbo = 0, offscreenBuffer = null,
126
// Otherwise these refer to currently painting
layer
's state
130
// Used when drawing to a
layer
and using stencil clipping. otherwise null.
/frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp
20
#include "
Layer
.h"
26
const wp<
Layer
>&
layer
) :
29
mLayer(
layer
) {}
156
sp<
Layer
> MonitoredProducer::getLayer() const {
/hardware/nxp/nfc/halimpl/log/
phNxpLog.cc
74
* Description Sets the HAL
layer
log level.
102
* Description Sets the Extensions
layer
log level.
129
* Description Sets the Tml
layer
log level.
156
* Description Sets the FW download
layer
log level.
183
* Description Sets the NCI transaction
layer
log level.
/hardware/qcom/display/msm8996/sdm/libs/core/
strategy.cpp
145
Layer
*
layer
= layer_stack->layers.at(i);
local
146
LayerComposition &composition =
layer
->composition;
148
hw_layers_info_->updated_src_rect[hw_layer_count] =
layer
->src_rect;
149
hw_layers_info_->updated_dst_rect[hw_layer_count] =
layer
->dst_rect;
/packages/apps/Nfc/nci/jni/extns/pn54x/src/log/
phNxpLog.cpp
75
* Description Sets the HAL
layer
log level.
105
* Description Sets the Extensions
layer
log level.
134
* Description Sets the TML
layer
log level.
163
* Description Sets the FW download
layer
log level.
192
* Description Sets the NCI transaction
layer
log level.
/packages/services/Car/tests/carservice_test/src/com/android/car/
VmsSubscriberManagerTest.java
343
//
Layer
| Dependency
359
0 // number of dependencies for
layer
373
// subscribed to a
layer
.
389
//
Layer
| Dependency
405
0 // number of dependencies for
layer
436
//
Layer
| Dependency
452
0 // number of dependencies for
layer
476
//
Layer
| Dependency
496
0, // number of dependencies for
layer
501
1, // number of dependencies for
layer
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h
22
/// @brief IR mutating
layer
.
24
/// This
layer
accepts sets of LLVM IR Modules (via addModuleSet). It
26
/// the set of transformed modules to the
layer
below.
39
/// add the resulting set of modules to the base
layer
, along with the
69
/// base
layer
's implementation.
ObjectTransformLayer.h
22
/// @brief Object mutating
layer
.
24
/// This
layer
accepts sets of ObjectFiles (via addObjectSet). It
26
/// the set of transformed objects to the
layer
below.
39
/// add the resulting set of objects to the base
layer
, along with the
68
/// base
layer
's implementation.
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h
22
/// @brief IR mutating
layer
.
24
/// This
layer
accepts sets of LLVM IR Modules (via addModuleSet). It
26
/// the set of transformed modules to the
layer
below.
39
/// add the resulting set of modules to the base
layer
, along with the
69
/// base
layer
's implementation.
ObjectTransformLayer.h
22
/// @brief Object mutating
layer
.
24
/// This
layer
accepts sets of ObjectFiles (via addObjectSet). It
26
/// the set of transformed objects to the
layer
below.
39
/// add the resulting set of objects to the base
layer
, along with the
68
/// base
layer
's implementation.
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h
22
/// @brief IR mutating
layer
.
24
/// This
layer
accepts sets of LLVM IR Modules (via addModuleSet). It
26
/// the set of transformed modules to the
layer
below.
39
/// add the resulting set of modules to the base
layer
, along with the
69
/// base
layer
's implementation.
ObjectTransformLayer.h
22
/// @brief Object mutating
layer
.
24
/// This
layer
accepts sets of ObjectFiles (via addObjectSet). It
26
/// the set of transformed objects to the
layer
below.
39
/// add the resulting set of objects to the base
layer
, along with the
68
/// base
layer
's implementation.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
ObjectTransformLayer.h
25
/// @brief Object mutating
layer
.
27
/// This
layer
accepts sets of ObjectFiles (via addObject). It
29
/// the set of transformed objects to the
layer
below.
42
/// add the resulting set of objects to the base
layer
, along with the
65
/// base
layer
's implementation.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
ObjectTransformLayer.h
25
/// @brief Object mutating
layer
.
27
/// This
layer
accepts sets of ObjectFiles (via addObject). It
29
/// the set of transformed objects to the
layer
below.
42
/// add the resulting set of objects to the base
layer
, along with the
65
/// base
layer
's implementation.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
ObjectTransformLayer.h
25
/// @brief Object mutating
layer
.
27
/// This
layer
accepts sets of ObjectFiles (via addObject). It
29
/// the set of transformed objects to the
layer
below.
42
/// add the resulting set of objects to the base
layer
, along with the
65
/// base
layer
's implementation.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
ObjectTransformLayer.h
25
/// @brief Object mutating
layer
.
27
/// This
layer
accepts sets of ObjectFiles (via addObject). It
29
/// the set of transformed objects to the
layer
below.
42
/// add the resulting set of objects to the base
layer
, along with the
65
/// base
layer
's implementation.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h
22
/// @brief IR mutating
layer
.
24
/// This
layer
accepts sets of LLVM IR Modules (via addModuleSet). It
26
/// the set of transformed modules to the
layer
below.
39
/// add the resulting set of modules to the base
layer
, along with the
69
/// base
layer
's implementation.
ObjectTransformLayer.h
22
/// @brief Object mutating
layer
.
24
/// This
layer
accepts sets of ObjectFiles (via addObjectSet). It
26
/// the set of transformed objects to the
layer
below.
39
/// add the resulting set of objects to the base
layer
, along with the
68
/// base
layer
's implementation.
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h
22
/// @brief IR mutating
layer
.
24
/// This
layer
accepts sets of LLVM IR Modules (via addModuleSet). It
26
/// the set of transformed modules to the
layer
below.
39
/// add the resulting set of modules to the base
layer
, along with the
69
/// base
layer
's implementation.
Completed in 513 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>