HomeSort by relevance Sort by last modified time
    Searched defs:sourceChannel (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/java/nio/channels/
ChannelsTest.java 30 Pipe.SourceChannel sourceChannel = createNonBlockingChannel("abc".getBytes("UTF-8"));
32 Channels.newInputStream(sourceChannel).read();
43 Pipe.SourceChannel sourceChannel = createNonBlockingChannel("abc".getBytes("UTF-8"));
45 Channels.newReader(sourceChannel, "UTF-8").read();
51 private Pipe.SourceChannel createNonBlockingChannel(byte[] content) throws IOException {
55 Pipe.SourceChannel sourceChannel = pipe.source();
56 sourceChannel.configureBlocking(false)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.cpp 281 const AudioChannel* sourceChannel = sourceBus.channel(0);
282 channel(0)->copyFrom(sourceChannel);
283 channel(1)->copyFrom(sourceChannel);
323 const AudioChannel* sourceChannel = sourceBus.channel(0);
324 channel(0)->sumFrom(sourceChannel);
325 channel(1)->sumFrom(sourceChannel);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java     [all...]

Completed in 191 milliseconds