HomeSort by relevance Sort by last modified time
    Searched refs:sourceChannel (Results 1 - 6 of 6) 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/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 638 VGImageChannel sourceChannel,
660 if (sourceChannel != VG_RED && sourceChannel != VG_GREEN &&
661 sourceChannel != VG_BLUE && sourceChannel != VG_ALPHA) {
696 info.user_data = (void*)sourceChannel;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 497 * @param sourceChannel Channel that received this message.
500 MessageChannel sourceChannel, SIPDialog dialog) {
535 inviteClientTransaction(transactionResponse, sourceChannel, dialog);
537 nonInviteClientTransaction(transactionResponse, sourceChannel, dialog);
604 * @param sourceChannel - source channel on which the response was received.
607 MessageChannel sourceChannel, SIPDialog sipDialog) throws IOException {
    [all...]
SIPServerTransaction.java 706 * @param sourceChannel Channel that received this message.
708 public void processRequest(SIPRequest transactionRequest, MessageChannel sourceChannel) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java     [all...]
  /external/mesa3d/include/VG/
openvg.h     [all...]

Completed in 6936 milliseconds