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

<<21222324252627282930>>

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
X11ServerData.java 5 package ch.ethz.ssh2.channel;
ChannelOutputStream.java 5 package ch.ethz.ssh2.channel;
18 Channel c;
22 ChannelOutputStream(Channel c)
  /external/kernel-headers/original/linux/
if_fc.h 6 * Global definitions for Fibre Channel.
26 #define FC_ID_LEN 3 /* Octets in a Fibre Channel Address */
32 /* This is NOT the Fibre Channel frame header. The FC frame header is
41 /* This is a Fibre Channel LLC structure */
  /external/libpng/contrib/pngminus/
pnm2png.sh 16 # -- gray with alpha-channel
19 # -- color with alpha-channel
36 # -- gray with alpha-channel
39 # -- color with alpha-channel
  /external/replicaisland/src/com/replica/replicaisland/
ButtonAnimationComponent.java 27 private ChannelSystem.Channel mChannel;
78 public void setChannel(ChannelSystem.Channel channel) {
79 mChannel = channel;
  /libcore/luni/src/main/java/java/nio/channels/
FileLock.java 44 * closing the channel or exiting the process (terminating the VM).
62 * memory-mapped. On some platforms, closing a channel on a given file handle
65 * option here is to ensure that you only acquire locks on a single channel for
73 // The underlying file channel.
74 private final FileChannel channel; field in class:FileLock
86 * Constructs a new file lock instance for a given channel. The constructor
89 * @param channel
90 * the underlying file channel that holds the lock.
99 protected FileLock(FileChannel channel, long position, long size, boolean shared) {
103 this.channel = channel
114 public final FileChannel channel() { method in class:FileLock
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_fc.h 6 * Global definitions for Fibre Channel.
26 #define FC_ID_LEN 3 /* Octets in a Fibre Channel Address */
32 /* This is NOT the Fibre Channel frame header. The FC frame header is
41 /* This is a Fibre Channel LLC structure */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fc.h 6 * Global definitions for Fibre Channel.
26 #define FC_ID_LEN 3 /* Octets in a Fibre Channel Address */
32 /* This is NOT the Fibre Channel frame header. The FC frame header is
41 /* This is a Fibre Channel LLC structure */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fc.h 6 * Global definitions for Fibre Channel.
26 #define FC_ID_LEN 3 /* Octets in a Fibre Channel Address */
32 /* This is NOT the Fibre Channel frame header. The FC frame header is
41 /* This is a Fibre Channel LLC structure */
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 112 /* Fixed and unique channel group indices.
119 /* The ordering of the following fixed channel labels has to be in MPEG-4 style.
120 * From the center to the back with left and right channel interleaved (starting with left).
121 * The last channel label index has to be smaller than PCM_DMX_MAX_CHANNELS. */
127 #define LEFT_REAR_CHANNEL ( 5 ) /* Lr aka left back channel */
128 #define RIGHT_REAR_CHANNEL ( 6 ) /* Rr aka right back channel */
138 /* List of packed channel modes */
142 /* 1 channel */
174 /* These are the channel configurations linked to
178 CH_MODE_1_0_0_0, /* 1 channel */
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 63 p2p_info(p2p, "Invalid peer Channel List");
69 os_memcpy(cl->channel, pos, cl->channels);
163 p2p->cfg->channel);
283 p2p_dbg(p2p, "Omit Operating Channel attribute");
325 * p2p_reselect_channel - Re-select operating channel based on peer information
327 * @intersection: Support channel list intersection from local and peer
329 * This function is used to re-select the best channel after having received
330 * information from the peer to allow supported channel lists to be intersected.
331 * This can be used to improve initial channel selection done in
347 p2p_dbg(p2p, "Pick own channel preference (reg_class %u channel %u) from intersection"
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
dma.h 39 #define clear_dma_ff(channel)
40 #define set_dma_addr(channel, addr) __set_dma_addr(channel, bus_to_virt(addr))
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 119 channel = ANTLR3::DEFAULT_CHANNEL
128 @state.channel = channel
143 channel = ANTLR3::DEFAULT_CHANNEL
152 @state.channel = channel
167 channel = ANTLR3::DEFAULT_CHANNEL
176 @state.channel = channel
191 channel = ANTLR3::DEFAULT_CHANNE
    [all...]
  /external/chromium_org/chrome/browser/resources/help/
help.html 88 <section id="channel-changer-container" hidden>
89 <h3 i18n-content="channel"></h3>
90 <select id="channel-changer">
91 <option value="stable-channel" i18n-content="stable"></option>
92 <option value="beta-channel" i18n-content="beta"></option>
93 <option value="dev-channel" i18n-content="dev"></option>
95 <div id="channel-change-confirmation" hidden></div>
97 <section id="channel-change-page-container" hidden>
98 <h3 i18n-content="channel"></h3>
99 <div id="current-channel"></div
    [all...]
  /external/chromium_org/components/tracing/
child_trace_message_filter.h 24 virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
57 IPC::Channel* channel_;
  /external/chromium_org/content/child/
child_histogram_message_filter.cc 26 void ChildHistogramMessageFilter::OnFilterAdded(IPC::Channel* channel) {
27 channel_ = channel;
child_histogram_message_filter.h 26 virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
44 IPC::Channel* channel_;
  /external/chromium_org/content/common/
font_cache_dispatcher_win.h 30 virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
38 IPC::Channel* channel_;
java_bridge_messages.h 33 // Sent from renderer to browser to get the channel handle for NP channel.
35 IPC::ChannelHandle) /* channel handle */
  /external/chromium_org/content/renderer/gpu/
stream_texture_host_android.cc 14 StreamTextureHost::StreamTextureHost(GpuChannelHost* channel)
18 channel_(channel),
20 DCHECK(channel);
  /external/chromium_org/ipc/
ipc_channel.cc 16 // Global atomic used to guarantee channel IDs are unique.
25 std::string Channel::GenerateUniqueRandomChannelID() {
32 // hijacking or squatting on predictable channel names.
  /external/chromium_org/jingle/notifier/listener/
push_notifications_send_update_task_unittest.cc 35 notification.channel = "test_channel";
49 "<push xmlns=\"google:push\" channel=\"%s\">"
53 to_jid_bare_.Str().c_str(), notification.channel.c_str(),
  /external/chromium_org/media/base/
channel_mixer.h 19 // ChannelMixer is for converting audio between channel layouts. The conversion
21 // algorithm works by generating a conversion matrix mapping each output channel
23 // with each output channel rendered according to a weighted sum of the relevant
channel_mixer_unittest.cc 42 std::fill(input_bus->channel(ch), input_bus->channel(ch) + kFrames, 1);
130 std::fill(input_bus->channel(ch), input_bus->channel(ch) + kFrames,
138 // Validate the output channel
142 ASSERT_FLOAT_EQ(output_bus->channel(ch)[frame], expected_value);
146 // Processing discrete mixing. If there is a matching input channel,
147 // then the output channel should be set. If no input channel,
148 // output channel should be
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFKernel.cpp 47 static float extractAverageGroupDelay(AudioChannel* channel, size_t analysisFFTSize)
49 ASSERT(channel);
51 float* impulseP = channel->mutableData();
53 bool isSizeGood = channel->length() >= analysisFFTSize;
70 HRTFKernel::HRTFKernel(AudioChannel* channel, size_t fftSize, float sampleRate)
74 ASSERT(channel);
77 m_frameDelay = extractAverageGroupDelay(channel, fftSize / 2);
79 float* impulseResponse = channel->mutableData();
80 size_t responseLength = channel->length();
101 OwnPtr<AudioChannel> channel = adoptPtr(new AudioChannel(fftSize()))
    [all...]

Completed in 4854 milliseconds

<<21222324252627282930>>