/libcore/ojluni/src/main/java/java/nio/channels/ |
AsynchronousChannelGroup.java | 26 package java.nio.channels; 28 import java.nio.channels.spi.AsynchronousChannelProvider; 35 * A grouping of asynchronous channels for the purpose of resource sharing. 39 * asynchronous channels} that are bound to the group. A group has an associated 42 * asynchronous operations performed on channels in the group. In addition to 48 * withCachedThreadPool} methods defined here. Channels are bound to a group by 55 * automatically. Asynchronous channels that do not specify a group at 69 * <td> {@code java.nio.channels.DefaultThreadPool.threadFactory} </td> 80 * <td> {@code java.nio.channels.DefaultThreadPool.initialSize} </td> 113 * the group <em>terminates</em> when all asynchronous channels that are bound t [all...] |
/external/webrtc/webrtc/modules/audio_device/mac/ |
audio_mixer_manager_mac.cc | 139 // get number of channels from stream format 142 // Get the stream format, to be able to read the number of channels. 188 // get number of channels from stream format 191 // Get the stream format, to be able to read the number of channels. 283 unsigned int channels = 0; local 301 // Otherwise get the average volume across channels. 313 channels++; 317 if (channels == 0) { 323 assert(channels > 0); 325 volume = static_cast<uint32_t>(255 * vol / channels + 0.5) 519 unsigned int channels = 0; local 695 unsigned int channels = 0; local 904 unsigned int channels = 0; local [all...] |
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
ChannelDataManagerTest.java | 31 import android.media.tv.TvContract.Channels; 84 assertWithMessage("More than 2 channels to test") 208 // Test if all channels are browsable 249 List<Channel> channels = mChannelDataManager.getChannelList(); local 253 Channel channel1 = channels.get(0); 254 Channel channel2 = channels.get(1); 285 // Test if all channels aren't locked at the first time. 309 /** Test ChannelDataManager when channels in TvContract are updated, removed, or added. */ 422 * ChannelDataManager} queries channels with empty {@code selection}. (i.e. channels ar [all...] |
/developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/res/values/ |
base-strings.xml | 24 Demonstration of using channels to categorize notifications by topic. This feature was added in
|
/developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/res/values/ |
base-strings.xml | 24 Demonstration of using channels to categorize notifications by topic. This feature was added in
|
/developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/res/values/ |
base-strings.xml | 24 Demonstration of using channels to categorize notifications by topic. This feature was added in
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/ |
event_channel.h | 4 * Event channels between domains.
33 * `incontents 150 evtchn Event Channels
35 * Event channels are the basic primitive provided by Xen for event
50 * Event channels are represented by the evtchn_* fields in
|
/external/ImageMagick/coders/ |
psd-private.h | 38 channels, member in struct:_PSDInfo
|
/external/brotli/java/org/brotli/wrapper/enc/ |
BrotliEncoderChannelTest.java | 13 import java.nio.channels.Channels; 14 import java.nio.channels.WritableByteChannel; 91 WritableByteChannel encoder = new BrotliEncoderChannel(Channels.newChannel(dst));
|
/external/deqp/framework/delibs/deutil/ |
deSocket.c | 611 deBool deSocket_shutdown (deSocket* sock, deUint32 channels) 624 DE_ASSERT(channels != 0 && (channels & ~(deUint32)DE_SOCKETCHANNEL_BOTH) == 0); 626 /* Don't attempt to close already closed channels on partially open socket. */ 627 channels &= sock->openChannels; 629 if (channels == 0) 639 if ((channels & DE_SOCKETCHANNEL_BOTH) == DE_SOCKETCHANNEL_BOTH) 641 else if (channels & DE_SOCKETCHANNEL_SEND) 643 else if (channels & DE_SOCKETCHANNEL_RECEIVE) 647 closedChannels = channels; [all...] |
/external/devlib/doc/ |
instrumentation.rst | 7 or more channels. An ``Instrument`` may support ``INSTANTANEOUS`` or 44 # each of the channels configured during reset() 57 channels. An ``Instrument`` may support ``INSTANTANEOUS`` or ``CONTINUOUS`` 76 Channels that have been activated via ``reset()``. Measurements will only be 77 collected for these channels. 88 Returns channels for a particular ``measure`` type. A ``measure`` can be 102 .. method:: Instrument.reset(sites=None, kinds=None, channels=None) 108 If ``channels`` is provided, it is a list of names of channels to enable and 111 Otherwise, if one of ``sites`` or ``kinds`` is provided, all channels [all...] |
/external/fec/ |
INSTALL | 19 distribution channels or from:
|
/external/libopus/tests/ |
opus_decode_fuzzer.c | 44 int channels; member in struct:__anon25630 52 info->channels = opus_packet_get_nb_channels(toc); 76 dec = opus_decoder_create(toc.fs, toc.channels, &err); 81 pcm = (opus_int16*) malloc(sizeof(*pcm) * MAX_FRAME_SAMP * toc.channels);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
AudioQuality.java | 24 int channels; field in class:AudioQuality
|
/external/skia/src/core/ |
SkColorMatrixFilterRowMajor255.h | 18 /** Creates a color matrix filter that returns the same value in all four channels. */
|
/external/skqp/src/core/ |
SkColorMatrixFilterRowMajor255.h | 18 /** Creates a color matrix filter that returns the same value in all four channels. */
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_AdjustHue.pbtxt | 24 interpretted as channels, and must be three.
|
api_def_AdjustSaturation.pbtxt | 24 interpretted as channels, and must be three.
|
api_def_DepthToSpace.pbtxt | 28 "NHWC": `[ batch, height, width, channels ]` 29 "NCHW": `[ batch, channels, height, width ]` 31 `qint8 [ batch, channels / 4, height, width, 4 ]` 39 within the output block, oC means output channels).
|
api_def_MaxPoolGradGradWithArgmax.pbtxt | 12 4-D with shape `[batch, height, width, channels]`. Gradients w.r.t. the
|
api_def_MaxPoolGradWithArgmax.pbtxt | 13 4-D with shape `[batch, height, width, channels]`. Gradients w.r.t. the
|
/external/tensorflow/tensorflow/core/kernels/ |
fused_batch_norm_op.cu.cc | 39 int channels, T* inv_variance) { 40 CudaLaunchConfig config = GetCudaLaunchConfig(channels, d); 61 int channels, T* variance) { 62 CudaLaunchConfig config = GetCudaLaunchConfig(channels, d);
|
maxpooling_op_gpu.h | 38 const int width, const int channels, const int pooled_height, 47 const int width, int channels, const int pooled_height, 65 const int width, const int channels, const int pooled_height, 85 const int channels, const int height, const int width,
|
resize_bilinear_op.cc | 106 const int64 out_width, const int channels, 114 const int64 out_width, const int channels, 118 const int64 in_row_size = in_width * channels; 120 const int64 out_row_size = out_width * channels; 125 if (channels == 3) { 156 output_y_ptr[x * channels + 0] = 159 output_y_ptr[x * channels + 1] = 162 output_y_ptr[x * channels + 2] = 181 for (int c = 0; c < channels; ++c) { 186 output_y_ptr[x * channels + c] 210 const int channels = images.dimension(3); local 283 const int channels = output_grad.dimension(3); local [all...] |
/external/tensorflow/tensorflow/tools/gcs_test/ |
Dockerfile | 13 RUN curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/install_google_cloud_sdk.bash
|