/external/libchrome/base/allocator/ |
allocator_shim_internals.h | 20 // Shim layer symbols need to be ALWAYS exported, regardless of component build. 29 // However, if LLVM LTO is enabled, the compiler may inline the shim layer
|
/external/libpcap/ |
pcap_set_datalink.3pcap | 22 pcap_set_datalink \- set the link-layer header type to be used by a 36 is used to set the current link-layer header type of the pcap descriptor
|
/external/libxcam/cl_kernel/ |
kernel_wavelet_haar.cl | 6 * layer: wavelet decomposition layer 25 int layer, int decomLevels, 82 * layer: wavelet reconstruction layer 94 int layer, int decomLevels, 114 thresh = hardThresh * y_threshConst[layer - 1]; 118 thresh = hardThresh * uv_threshConst[layer - 1];
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
CompileOnDemandLayerTest.cpp | 1 //===----- CompileOnDemandLayerTest.cpp - Unit tests for the COD layer ----===// 71 "the base layer.";
|
GlobalMappingLayerTest.cpp | 1 //===--- GlobalMappingLayerTest.cpp - Unit test the global mapping layer --===// 38 // Test fall-through for symbol in base layer.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_priv.h | 151 unsigned layer) 176 if (layer) { 177 color += layer * task->scene->cbufs[buf].layer_stride; 191 unsigned x, unsigned y, unsigned layer) 210 if (layer) { 211 depth += layer * task->scene->zsbuf.layer_stride; 244 inputs->layer); 253 depth = lp_rast_get_depth_block_pointer(task, x, y, inputs->layer);
|
/external/mesa3d/src/gallium/include/state_tracker/ |
drm_driver.h | 30 * of a specific layer of an array texture. 32 unsigned layer; member in struct:winsys_handle
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Callback.java | 36 * <p>Note that transport-layer success (receiving a HTTP response code, 37 * headers and body) does not necessarily indicate application-layer
|
/external/parameter-framework/upstream/skeleton-subsystem/ |
SkeletonSubsystem.cpp | 41 // Provide mapping keys to upper layer 46 // Provide creators to upper layer
|
/external/tensorflow/tensorflow/contrib/model_pruning/ |
README.md | 10 need to undergo pruning. The variable mask is the same shape as the layer's 13 the layer with the `apply_mask` function provided in 21 This creates a convolutional layer with additional variables mask and threshold 22 as shown below:  70 distribution of the layer's weight magnitudes and determines the layer threshold 138 The convolution layer tensors are always pruned used block dimensions of [1,1].
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/ |
hybrid_layer.py | 15 """Defines the layer abstraction for hybrid models.""" 29 """Override to define the TensorFlow variables for the layer."""
|
/external/webrtc/webrtc/voice_engine/ |
shared_data.h | 51 void set_audio_device_layer(AudioDeviceModule::AudioLayer layer) { 52 _audioDeviceLayer = layer;
|
/frameworks/base/core/res/res/drawable/ |
btn_toggle_material.xml | 22 <layer-list android:paddingMode="stack"> 45 </layer-list>
|
progress_horizontal.xml | 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 62 </layer-list>
|
progress_horizontal_material.xml | 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 49 </layer-list>
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
TransitionDrawable.java | 26 * the first and second layer. To start the transition, call {@link #startTransition(int)}. To 27 * display just the first layer, call {@link #resetTransition()}. 83 * Create a new transition drawable with no layer. To work correctly, at least 2 106 * Begin the second layer on top of the first layer. 121 * Show the second layer on top of the first layer immediately 133 * Show only the first layer.
|
/frameworks/base/libs/hwui/ |
OpenGLReadback.h | 55 * Copies the layer's contents into the provided bitmap. 57 static bool copyLayerInto(renderthread::RenderThread& renderThread, GlLayer& layer,
|
/frameworks/base/packages/SystemUI/res/drawable/ |
brightness_progress_drawable.xml | 16 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 37 </layer-list>
|
/hardware/qcom/display/msm8909/sdm/include/private/ |
partial_update_interface.h | 38 bool enable_cursor_pu = false; //!< If this is set, PU will consider cursor layer in the layer
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
hwc_display_external.cpp | 279 void HWCDisplayExternal::PrepareDynamicRefreshRate(Layer *layer) { 280 if (layer->input_buffer.flags.video) { 281 if (layer->frame_rate != 0) { 282 metadata_refresh_rate_ = SanitizeRefreshRate(layer->frame_rate); 286 layer->frame_rate = current_refresh_rate_; 287 } else if (!layer->frame_rate) { 288 layer->frame_rate = current_refresh_rate_;
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
partial_update_interface.h | 38 bool enable_cursor_pu = false; //!< If this is set, PU will consider cursor layer in the layer
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
hwc_display_external.cpp | 279 void HWCDisplayExternal::PrepareDynamicRefreshRate(Layer *layer) { 280 if (layer->input_buffer.flags.video) { 281 if (layer->frame_rate != 0) { 282 metadata_refresh_rate_ = SanitizeRefreshRate(layer->frame_rate); 286 layer->frame_rate = current_refresh_rate_; 287 } else if (!layer->frame_rate) { 288 layer->frame_rate = current_refresh_rate_;
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_virtual.h | 32 // Chooses composition type and configures pipe for each layer in virtual 36 // Queues the buffer for each layer in virtual display list and call display
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
partial_update_interface.h | 38 bool enable_cursor_pu = false; //!< If this is set, PU will consider cursor layer in the layer
|
/packages/apps/Car/LatinIME/res/drawable/ |
ic_keyboard_spacebar_normal.xml | 14 <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > 40 </layer-list
|