HomeSort by relevance Sort by last modified time
    Searched full:channel (Results 651 - 675 of 5269) sorted by null

<<21222324252627282930>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTokenStream.h 39 NSUInteger channel; variable
43 @property (assign, getter=channel,setter=setChannel:) NSUInteger channel; variable
48 Channel:(NSUInteger)aChannel;
52 - (id) initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource Channel:(NSUInteger)aChannel;
68 - (NSUInteger)channel;
  /external/antlr/antlr-3.4/runtime/Perl5/t/
lexer.t 54 WS : (' '|'\t')+ { $channel = HIDDEN } ;
72 print "channel: ", $token->get_channel(), "\n";
80 channel: 0
86 channel: 99
92 channel: 0
98 channel: 0
  /external/chromium_org/chrome/browser/resources/help/
help.css 114 #channel-change-confirmation {
118 #change-channel {
122 #channel-change-disallowed-icon {
129 .channel-change-error-bubble {
133 .channel-change-error-icon {
140 .channel-change-error-text {
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source.py 67 channel = channel_info.channel
68 if channel == 'stable':
71 platform_dict[category][channel].append(api)
79 for channel, apis_by_channel in platform_dict['chrome'].iteritems():
82 platform_dict['chrome'][channel] = apis_by_channel
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
crossdomaininstall.js 71 var channel = new goog.net.xpc.CrossPageChannel(cfg);
72 var iframe = channel.createPeerIframe(
79 channel.registerService('dimensions', function(size) {
84 channel.registerService('result', function(obj) {
85 channel.close();
94 channel.connect();
  /external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.cc 11 #include "mojo/system/channel.h"
100 LOG(WARNING) << "Failed to write message to channel";
106 void ProxyMessagePipeEndpoint::Attach(scoped_refptr<Channel> channel,
108 DCHECK(channel.get());
114 channel_ = channel;
  /external/chromium_org/ppapi/proxy/
proxy_channel.h 44 // on the other side of the channel. This is part of the delegate interface
45 // because both sides of the channel may not have sufficient permission to
57 // messages sent via this channel to the given test sink. The test sink
79 IPC::SyncChannel* channel() const { function in class:ppapi::proxy::ProxyChannel
106 // PID of the remote process. Use this instead of the Channel::peer_pid since
113 // indicates that the channel should not be used.
dispatcher.cc 56 // Our filter is refcounted. The channel will call the destruct method on the
57 // filter when the channel is done with it, so the corresponding Release()
59 channel()->AddFilter(filter);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBasicProcessorNode.cpp 100 // As soon as we know the channel count of our input, we can lazily initialize.
101 // Sometimes this may be called more than once with different channel counts, in which case we must safely
102 // uninitialize and then re-initialize with the new channel count.
118 // We're already initialized but the channel count has changed.
123 // This will propagate the channel count to any nodes connected further down the chain...
126 // Re-initialize the processor with the new channel count.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.cpp 181 for (int channel = 0; channel < 4; ++channel) {
184 gradient = paintingData.gradient[channel][i];
202 for (int channel = 0; channel < 4; ++channel) {
203 paintingData.gradient[channel][s_blockSize + i][0] = paintingData.gradient[channel][i][0];
204 paintingData.gradient[channel][s_blockSize + i][1] = paintingData.gradient[channel][i][1]
335 int channel; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder.h 37 #include "talk/session/media/channel.h"
84 bool AddChannel(VoiceChannel* channel,
88 bool AddChannel(VideoChannel* channel,
92 void RemoveChannel(BaseChannel* channel, SinkType type);
93 bool EnableChannel(BaseChannel* channel, bool enable_send, bool enable_recv,
105 bool InternalAddChannel(BaseChannel* channel,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.c 60 return desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT ? TRUE : FALSE;
127 /* Find the first non-void channel. */
132 return desc->channel[i].pure_integer ? TRUE : FALSE;
145 return (desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED && desc->channel[i].pure_integer) ? TRUE : FALSE;
158 return (desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED && desc->channel[i].pure_integer) ? TRUE : FALSE;
177 if (desc->channel[chan].type != desc->channel[0].type)
180 if (desc->channel[chan].normalized != desc->channel[0].normalized
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 60 return desc->channel[i].type == UTIL_FORMAT_TYPE_FLOAT ? TRUE : FALSE;
127 /* Find the first non-void channel. */
132 return desc->channel[i].pure_integer ? TRUE : FALSE;
145 return (desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED && desc->channel[i].pure_integer) ? TRUE : FALSE;
158 return (desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED && desc->channel[i].pure_integer) ? TRUE : FALSE;
177 if (desc->channel[chan].type != desc->channel[0].type)
180 if (desc->channel[chan].normalized != desc->channel[0].normalized
    [all...]
  /external/srec/srec/include/
swicms.h 43 * Does channel normalization without using fine recognition segmenation. It remembers the
44 * frames of speech and uses that as a channel mean for the next utterance. A forget_factor
50 imeldata cmn [MAX_CHAN_DIM]; /* channel mean */
53 imeldata lda_cmn [MAX_CHAN_DIM]; /* channel mean */
55 imeldata adjust[MAX_CHAN_DIM]; /* target less channel */
67 /* for in-utterance channel normalization */
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicLUT.java 22 * Intrinsic for applying a per-channel lookup table. Each
23 * channel of the input has an independant lookup table. The
72 * Set an entry in the red channel lookup table
84 * Set an entry in the green channel lookup table
96 * Set an entry in the blue channel lookup table
108 * Set an entry in the alpha channel lookup table
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicLUT.java 22 * Intrinsic for applying a per-channel lookup table. Each
23 * channel of the input has an independant lookup table. The
78 * Set an entry in the red channel lookup table
90 * Set an entry in the green channel lookup table
102 * Set an entry in the blue channel lookup table
114 * Set an entry in the alpha channel lookup table
  /development/samples/BluetoothHDP/res/values/
strings.xml 22 <string name="channel_connection">Channel Connection</string>
37 <string name="status_create_channel">Create channel status: %d</string>
38 <string name="status_destroy_channel">Destroy channel status: %d</string>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
StreamUtil.java 37 FileChannel channel = ((FileInputStream)in).getChannel(); local
38 long size = (channel != null) ? channel.size() : Integer.MAX_VALUE;
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.h 32 // "beta-channel" and "dev-channel".
50 static void UpdateSelectedChannel(void* user_data, const char* channel);
  /external/chromium_org/chrome/browser/mac/
master_prefs.mm 34 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
35 if (channel == chrome::VersionInfo::CHANNEL_CANARY)
  /external/chromium_org/chrome/renderer/media/
webrtc_logging_message_filter.h 50 virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
60 IPC::Channel* channel_;
  /external/chromium_org/chrome/service/
service_ipc_server.h 36 IPC::SyncChannel* channel() { return channel_.get(); } function in class:ServiceIPCServer
68 // Helper method to create the sync channel.
73 // Indicates whether a client is currently connected to the channel.
  /external/chromium_org/components/nacl/loader/
nacl_listener.h 21 // The NaClListener is an IPC channel listener that waits for a
47 // A channel back to the browser.
50 // A filter that allows other threads to use the channel.
  /external/chromium_org/ipc/
ipc_channel_factory.h 17 // delegate. The delegate is then responsible for creating a new IPC::Channel
24 // responsibility to create an IPC::Channel for the handle, or else close
28 // Called when an error occurs and the channel is closed.
  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 55 const uint8_t* const src, int channel) {
58 int x_in = channel;
63 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
79 int left = src[channel], right = src[channel];
80 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
92 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
130 int channel; local
131 for (channel = 0; channel < wrk->num_channels; ++channel)
    [all...]

Completed in 1081 milliseconds

<<21222324252627282930>>