/external/kernel-headers/original/uapi/linux/tc_ematch/ |
tc_em_nbyte.h | 11 __u8 layer:4; member in struct:tcf_em_nbyte
|
/external/syslinux/gpxe/src/include/gpxe/efi/ |
ProcessorBind.h | 4 * use this header file as a quick indirection layer.
|
/external/tensorflow/tensorflow/docs_src/api_guides/python/ |
contrib.crf.md | 3 Linear-chain CRF layer.
|
/external/testng/src/test/java/test/junit/testsetup/ |
LayerATestSuite.java | 10 TestSuite suite = new TestSuite( "Layer A Test Suite" );
|
/external/vulkan-validation-layers/tests/ |
_vkvalidatelayerdoc.ps1 | 1 # Powershell script for running validating the layer database file 9 write-host "vkvalidatelayerdoc.ps1: Validate layer documentation" 22 write-host "vkvalidatelayerdoc.ps1: Validate layer documentation" 27 # Validate that layer documentation matches source contents
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.h | 137 // For 1 layer case: reference all (last, golden, and alt ref), but only 140 // First base layer frame for 3 temporal layers, which updates last and 143 // First enhancement layer with alt ref dependency. 145 // First enhancement layer with alt ref dependency. 147 // Base layer with alt ref dependency. 149 // Highest enhacement layer without dependency on golden with alt ref 152 // Second layer and last frame in cycle, for 2 layers. 154 // Highest enhancement layer. 156 // Second enhancement layer. 158 // Second enhancement layer without dependency on previous frames i [all...] |
/frameworks/base/tests/CanvasCompare/res/values/ |
strings.xml | 19 <!-- show hardware rendered version of the layer --> 21 <!-- show software rendered version of the layer --> 23 <!-- show layer error --> 25 <!-- show layer error heatmap -->
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
MockSurfaceInterceptor.h | 32 void(const SortedVector<sp<Layer>>&, 40 MOCK_METHOD1(saveSurfaceCreation, void(const sp<const Layer>&)); 41 MOCK_METHOD1(saveSurfaceDeletion, void(const sp<const Layer>&)); 42 MOCK_METHOD4(saveBufferUpdate, void(const sp<const Layer>&, uint32_t, uint32_t, uint64_t));
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
LayerInfo.java | 4 * An object that defines a blending layer for refocus rendering, which groups
|
layer_info.rsh | 4 // An object that contains the front and back depths values of a layer 6 // Front and back depth values of this layer. 13 // layer. 15 // The max kernel radius of a layer.
|
layer_info_fast.rsh | 4 // An object that contains the front and back depths values of a layer 6 // Front and back depth values of this layer. 13 // layer. 15 // The max kernel radius of a layer.
|
/frameworks/support/v7/appcompat/res/drawable/ |
abc_spinner_textfield_background_material.xml | 24 <layer-list> 27 </layer-list> 30 <layer-list> 33 </layer-list>
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
VmsUtils_test.cpp | 33 VmsLayer layer(1, 0, 2); 34 auto message = createSubscribeMessage(layer); 41 // Layer 48 VmsLayer layer(1, 0, 2); 49 auto message = createUnsubscribeMessage(layer); 56 // Layer 71 // Number of layer offerings 74 // Layer 84 VmsLayer layer(1, 0, 2); 86 std::vector<VmsLayerOffering> offering = {VmsLayerOffering(layer, dependencies)} [all...] |
/packages/apps/Camera2/res/drawable/ |
ic_options.xml | 22 <layer-list> 29 </layer-list> 32 <layer-list> 39 </layer-list>
|
ic_options_active.xml | 19 <layer-list> 26 </layer-list> 29 <layer-list> 36 </layer-list>
|
ic_play.xml | 27 <layer-list> 34 </layer-list> 37 <layer-list> 44 </layer-list>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_ematch/ |
tc_em_cmp.h | 13 __u8 layer:4; member in struct:tcf_em_cmp
|
/prebuilts/sdk/current/support/v7/appcompat/res/drawable/ |
abc_spinner_textfield_background_material.xml | 24 <layer-list> 27 </layer-list> 30 <layer-list> 33 </layer-list>
|
/frameworks/native/services/surfaceflinger/ |
MonitoredProducer.h | 27 class Layer; 35 const wp<Layer>& layer); 73 // The Layer which created this producer, and on which queued Buffer's will be displayed. 74 sp<Layer> getLayer() const; 79 // The Layer which created this producer, and on which queued Buffer's will be displayed. 80 wp<Layer> mLayer;
|
/hardware/nxp/nfc/halimpl/common/ |
phNfcCompId.h | 44 #define CID_NFC_TML 0x01 /* Transport Mapping Layer */ 45 #define CID_NFC_LLC 0x07 /* Logical Link Control Layer */ 46 /* NFC Controller(NFCC) Interface Layer */ 48 /* Firmware Download Management Layer */ 50 #define CID_NFC_HAL 0x10 /* Hardware Abstraction Layer */ 51 /* Operating System Abstraction Layer*/ 60 #define CID_NFC_LIB 0x30 /* NFC Library Layer*/
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_mdpcomp.h | 91 /* per layer data */ 100 /* maps layer list to mdp list */ 104 /* maps mdp list to layer list */ 108 /* layer composing on FB? */ 147 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 149 /* Increments mdpCount if 4k2k yuv layer split is enabled. 150 * updates framebuffer z order if fb lies above source-split layer */ 153 /* configures 4kx2k yuv layer*/ 154 virtual int configure4k2kYuv(hwc_context_t *ctx, hwc_layer_1_t *layer, 178 /* check if we can use layer cache to do at least partial MDP comp * [all...] |
/packages/apps/Contacts/src/com/android/contacts/widget/ |
FrameLayoutWithOverlay.java | 27 * If necessary, you can specify your own alpha-layer and manually manage its z-order. 49 * Delegate to overlay: set the View that it will use as its alpha-layer. 50 * If none is set, the overlay will use its own alpha layer. Only 52 * alpha-layer. 54 protected void setAlphaLayer(View layer) { 55 mOverlay.setAlphaLayer(layer); 58 /** Delegate to overlay: set the alpha value on the alpha layer. */
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/common/ |
phNfcCompId.h | 42 #define CID_NFC_TML 0x01 /* Transport Mapping Layer */ 43 #define CID_NFC_LLC 0x07 /* Logical Link Control Layer */ 44 #define CID_NFC_NCI 0x08 /* NFC Controller(NFCC) Interface Layer */ 45 #define CID_NFC_DNLD 0x09 /* Firmware Download Management Layer */ 46 #define CID_NFC_HAL 0x10 /* Hardware Abstraction Layer */ 47 #define CID_NFC_OSAL CID_NFC_NONE /* Operating System Abstraction Layer*/ 54 #define CID_NFC_LIB 0x30 /* NFC Library Layer*/
|
/external/freetype/src/base/ |
rules.mk | 2 # FreeType 2 base layer configuration rules 19 # BASE_OBJ_S: The single-object base layer. 21 # BASE_EXT_OBJ: A list of base layer extensions, i.e., components found 23 # layer proper. 32 # Base layer sources 66 # Base layer `extensions' sources 79 # Base layer object(s) 84 # BASE_OBJ_S is used during `single' builds (the whole base layer is 90 # Base layer root source file for single build 95 # Base layer - single object buil [all...] |
/external/skia/tools/sk_app/ |
Window.h | 133 class Layer { 135 Layer() : fActive(true) {} 136 virtual ~Layer() = default; 158 void pushLayer(Layer* layer) { 159 layer->onAttach(this); 160 fLayers.push(layer); 189 SkTDArray<Layer*> fLayers; 201 void visitLayers(std::function<void(Layer*)> visitor); 202 bool signalLayers(std::function<bool(Layer*)> visitor) [all...] |