/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
link_layer_stats.cpp | 59 wifi_channel_stat channels[]; member in struct:__anon47072 110 ALOGE("Incorrect number of channels = %d", radio_stat->num_channels); 125 (wifi_iface_stat *)((char *)&((wifi_radio_stat_internal *)data)->channels 154 memcpy(&(external_stat_ptr->channels), &(internal_stat_ptr->channels),
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
AsynchronousChannelGroupTest.java | 17 package libcore.java.nio.channels; 21 import java.nio.channels.AsynchronousChannelGroup; 22 import java.nio.channels.AsynchronousServerSocketChannel; 23 import java.nio.channels.ShutdownChannelGroupException; 24 import java.nio.channels.spi.AsynchronousChannelProvider;
|
/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
PackageRemovedReceiverTest.java | 27 import android.media.tv.TvContract.Channels; 119 values.put(Channels.COLUMN_INPUT_ID, FAKE_INPUT_ID); 120 Uri uri = mResolver.insert(Channels.CONTENT_URI, values); 160 Channels._ID, 163 Cursor cursor = mResolver.query(Channels.CONTENT_URI, projection, null, null, null);
|
/prebuilts/go/darwin-x86/test/chan/ |
select3.go | 59 const async = 1 // asynchronous channels 123 // selects with only nil channels always block 145 // selects with non-ready non-nil channels always block 175 // selects with ready channels don't block 194 // selects with closed channels behave like ordinary operations
|
/prebuilts/go/linux-x86/test/chan/ |
select3.go | 59 const async = 1 // asynchronous channels 123 // selects with only nil channels always block 145 // selects with non-ready non-nil channels always block 175 // selects with ready channels don't block 194 // selects with closed channels behave like ordinary operations
|
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiScannerScanTest.py | 549 """Common logic to check available channels for a band. 551 1. Get available channels for band. 552 2. Verify that channels match with supported channels for band. 585 # Test channels 586 """ Test available channels for different bands. 588 1. Get available channels for different bands. 589 2. Verify that channels match with supported channels for respective band. 618 """Test WiFi scanner single scan for channels with enumerated settings [all...] |
/external/ImageMagick/coders/ |
exr.c | 386 channels, 441 channels=0; 446 channels=IMF_WRITE_RGB; 448 channels=IMF_WRITE_RGBA; 450 channels=IMF_WRITE_YC; 452 channels=IMF_WRITE_YCA; 454 channels=IMF_WRITE_Y; 456 channels=IMF_WRITE_YA; 458 channels=IMF_WRITE_R; 460 channels=IMF_WRITE_G 379 channels, local [all...] |
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
image_resize_ops.cc | 104 int64 channels) { 126 XlaHelpers::Iota(builder, DataType::DT_INT32, channels, &channels_iota)); 131 2 * kernel_size[1] - 1, channels}), 145 std::vector<int64> out_size, const int64 channels) { 172 MakeBilinearResizeKernel(builder, dims.kernel_size, channels); 195 std::vector<int64> grad_size, const int64 channels) { 214 MakeBilinearResizeKernel(builder, dims.kernel_size, channels); 270 const int64 channels = input_shape.dim_size(3); variable 302 {batch, slice_size[0], slice_size[1], channels}, 332 b, input, num_spatial_dims, in_size, next_out_size, channels); 381 const int64 channels = input_shape.dim_size(3); variable [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
fused_batch_norm_op.cc | 232 const int64 channels = GetTensorDim(x, tensor_format, 'C'); local 236 << " batch_size: " << batch_size << " channels: " << channels 262 height, width, channels), 273 height, width, channels), 284 .set_feature_map_count(channels) 291 .set_feature_map_count(channels) 325 int channels = inv_var_ptr.ElementCount(); 326 VarianceToInvVariance<U>()(d, variance, epsilon, channels, inv_variance); 333 int channels = batch_var_ptr.ElementCount() 373 const int64 channels = GetTensorDim(x, tensor_format, 'C'); local [all...] |
avgpooling_op.h | 57 // channels: number of input channels 70 const int channels, const int pooled_height,
|
/bootable/recovery/minui/ |
resources.cpp | 67 png_byte channels() const { function in class:PngHandler 156 // channel, because minui doesn't support alpha channels in 161 fprintf(stderr, "minui doesn't support PNG depth %d channels %d color_type %d\n", bit_depth, 196 // 'channels': 205 int channels, int width) { 210 switch (channels) { 262 png_handler.channels(), width); 334 transform_rgb_to_draw(p_row.data(), out_row, png_handler.channels(), width); 357 if (png_handler.channels() != 1) { 418 if (png_handler.channels() != 1) [all...] |
/external/autotest/client/cros/audio/ |
cras_utils.py | 46 channels=2, rate=48000): 53 @param channels: number of channels. 65 args += ['--num_channels', str(channels)] 71 capture_file, block_size=None, duration=10, channels=1, rate=48000): 79 @param channels: number of channels. 91 args += ['--num_channels', str(channels)] 107 def loopback_cmd(output_file, duration=10, channels=2, rate=48000): 111 @param channels: The number of channels of the recorded audio [all...] |
/external/libxaac/decoder/ |
ixheaacd_common_initfuncs.c | 84 ia_aac_dec_state_struct *p_state_enhaacplus_dec, WORD channels, 92 p_state_enhaacplus_dec->aac_persistent_mem_v, channels); 106 p_state_enhaacplus_dec->sbr_persistent_mem_v, &persistent_used, channels,
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
FreeBox.java | 27 import java.nio.channels.FileChannel; 28 import java.nio.channels.ReadableByteChannel; 29 import java.nio.channels.WritableByteChannel;
|
/external/opencv/cxcore/src/ |
cxrand.cpp | 453 int type, depth, channels; local 506 channels = CV_MAT_CN( type ); 507 size.width *= channels; 513 for( i = 0, fast_int_mode = 1; i < channels; i++ ) 525 for( i = 0; i < channels; i++ ) 530 int t0 = iparam[0][i - channels]; 531 int t1 = iparam[1][i - channels]; 542 for( i = 0; i < channels; i++ ) 556 for( i = 0; i < channels; i++ ) 574 for( i = channels; i < 12; i++ [all...] |
/external/python/cpython2/Doc/library/ |
asyncore.rst | 30 communication channels at once; doing other work while your I/O is taking 40 *channels*, instances of class :class:`asyncore.dispatcher` and 41 :class:`asynchat.async_chat`. Creating the channels adds them to a global 53 channels have been closed. All arguments are optional. The *count* 55 channels have been closed. The *timeout* argument sets the timeout 61 The *map* parameter is a dictionary whose items are the channels to watch. 62 As channels are closed they are deleted from their map. If *map* is 63 omitted, a global map is used. Channels (instances of 98 should be added to the list of channels :c:func:`select`\ ed or 148 Called on listening channels (passive openers) when a connection can b [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
channel_tracker.h | 37 // Tracks channels between computations in the XLA service. Channels 41 // TODO(b/34027823): Destruct channels when all the associated computations that
|
/external/tensorflow/tensorflow/contrib/image/ops/ |
distort_image_ops.cc | 39 interpretted as channels, and must be three. 45 delta_h in radians, multiplying the chrominance channels (I, Q) by scale_s, 46 multiplying all channels (Y, I, Q) by scale_v, and then remapped back to RGB
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
summary_audio_op_test.py | 52 for channels in (1, 2, 5, 8): 55 shape = (4, num_frames, channels) 68 self._CheckProto(audio_summ, sample_rate, channels, num_frames)
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
audio_decoder_g722.cc | 53 return static_cast<int>(2 * encoded_len / Channels()); 56 size_t AudioDecoderG722::Channels() const { 103 size_t AudioDecoderG722Stereo::Channels() const {
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
merge.h | 43 // |input|, having |input_length| samples in total for all channels 44 // (interleaved). The result is written to |output|. The number of channels 45 // allocated in |output| defines the number of channels that will be used when
|
/external/webrtc/webrtc/modules/audio_processing/ |
high_pass_filter_impl.cc | 95 void HighPassFilterImpl::Initialize(size_t channels, int sample_rate_hz) { 96 std::vector<rtc::scoped_ptr<BiquadFilter>> new_filters(channels); 97 for (size_t i = 0; i < channels; i++) {
|
/external/webrtc/webrtc/voice_engine/ |
transmit_mixer.h | 65 // channels for demux. 70 // channels for encoding and sending to the network. 171 // Gets the maximum sample rate and number of channels over all currently
|
voe_codec_unittest.cc | 112 codec1.channels = 1; 142 // Test modifying the |channels|. 143 codec2.channels = 2;
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
Usb20ASGeneral.java | 37 private byte mNumChannels; // 10:1 Number of physical channels in the AS 40 // physical channels. 99 canvas.writeListItem("Num Channels: " + getNumChannels());
|