HomeSort by relevance Sort by last modified time
    Searched full:getchannel (Results 1 - 25 of 47) sorted by null

1 2

  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
MappedByteBufferTest.java 95 FileChannel fileChannelRead = fileInputStream.getChannel();
102 FileChannel fileChannelR = inputStream.getChannel();
113 FileChannel fileChannelReadWrite = randomFile.getChannel();
121 FileChannel fileChannelRW = random.getChannel();
145 FileChannel fileChannelRead = fileInputStream.getChannel();
152 FileChannel fileChannelReadWrite = randomFile.getChannel();
172 fc = raf.getChannel();
184 FileChannel fileChannel = fileOutputStream.getChannel();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 29 FileChannel fc = new FileInputStream(tmp).getChannel();
OldFileChannelTest.java 105 .getChannel();
107 .getChannel();
109 "rw").getChannel();
857 FileChannel channel = out.getChannel();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 116 public int getChannel(BluetoothDevice remoteDevice, int uuid) {
118 if (V) Log.v(TAG, "getChannel " + key);
122 if (V) Log.v(TAG, "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) +
141 if (channel != getChannel(remoteDevice, uuid)) {
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileLockTest.java 65 readWriteChannel = randomAccessFile.getChannel();
228 FileChannel fileChannel = fout.getChannel();
240 fileChannel = fout.getChannel();
265 FileChannel fileChannel = fout.getChannel();
279 FileLock lock = raf.getChannel().tryLock();
ChannelsTest.java 274 WritableByteChannel testChannel = this.fouts.getChannel();
322 ReadableByteChannel readbc = this.fins.getChannel();
354 ReadableByteChannel readbc = this.fins.getChannel();
457 WritableByteChannel writebc = this.fouts.getChannel();
    [all...]
  /cts/tools/vm-tests/src/util/build/
BuildStep.java 107 FileChannel inChannel = new FileInputStream(in).getChannel();
108 FileChannel outChannel = new FileOutputStream(out).getChannel();
  /cts/tools/host/src/com/android/cts/
HostLock.java 43 mLock = mFileOs.getChannel().tryLock();
  /external/dropbear/
cli-channel.c 41 channel = getchannel();
channel.h 108 struct Channel* getchannel();
common-channel.c 186 struct Channel* getchannel() { function
561 channel = getchannel();
656 channel = getchannel();
726 channel = getchannel();
989 channel = getchannel();
1021 channel = getchannel();
  /sdk/traceview/src/com/android/traceview/
MainWindow.java 114 FileChannel dstChannel = new FileOutputStream(temp).getChannel();
117 FileChannel srcChannel = new FileInputStream(base + ".key").getChannel();
122 srcChannel = new FileInputStream(base + ".data").getChannel();
  /hardware/ril/mock-ril/src/java/com/android/internal/telephony/
RilChannel.java 82 public SocketChannel getChannel() {
  /libcore/luni/src/test/java/tests/api/java/io/
FileInputStreamTest.java 186 * @tests FileInputStream#getChannel()
191 method = "getChannel",
195 // Test for method FileChannel FileInputStream.getChannel()
204 channel = fis.getChannel();
FileOutputStreamTest.java 406 * @tests java.io.FileOutputStream#getChannel()
410 notes = "Verifies getChannel() method.",
411 method = "getChannel",
433 assertEquals(10, f.getChannel().position());
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 135 mLooper->addFd(mConsumer.getChannel()->getReceivePipeFd(),
142 mLooper->removeFd(mConsumer.getChannel()->getReceivePipeFd());
149 pfd[0].fd = mConsumer.getChannel()->getReceivePipeFd();
209 mConsumer.getChannel()->getName().string(), res);
217 mConsumer.getChannel()->getName().string(), res);
269 mConsumer.getChannel()->getName().string(), res);
    [all...]
  /frameworks/base/include/ui/
InputTransport.h 178 inline sp<InputChannel> getChannel() { return mChannel; }
292 inline sp<InputChannel> getChannel() { return mChannel; }
  /frameworks/base/libs/ui/tests/
InputPublisherAndConsumer_test.cpp 56 EXPECT_EQ(serverChannel.get(), mPublisher->getChannel().get());
57 EXPECT_EQ(clientChannel.get(), mConsumer->getChannel().get());
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java 353 SelectableChannel getChannel = sc.configureBlocking(false);
354 assertEquals(getChannel, sc);
  /external/libvpx/examples/includes/geshi/geshi/
avisynth.php 75 'GreyScale', 'GaussResize', 'GeneralConvolution', 'GetChannel', 'GetLeftChannel', 'GetRightChannel',
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
ServerSocketChannelImpl.java 174 @Override public ServerSocketChannel getChannel() {
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 496 FileChannel channel = istream.getChannel();
541 FileChannel channel = ostream.getChannel();
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 125 mChannel = mMiniThumbFile.getChannel();
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 284 mSize = (int) f.getChannel().size();
  /frameworks/base/core/java/android/content/res/
AssetFileDescriptor.java 319 public FileChannel getChannel() {

Completed in 2121 milliseconds

1 2