HomeSort by relevance Sort by last modified time
    Searched full:comm1 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Preprocessor/
macro_paste_bcpl_comment.c 3 #define COMM1 / ## /
4 COMM1
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 434 final FileDescriptor comm1 = new FileDescriptor(); local
436 Libcore.os.socketpair(AF_UNIX, SOCK_STREAM, 0, comm1, comm2);
437 IoUtils.setBlocking(comm1, false);
439 return new FileDescriptor[] { comm1, comm2 };
    [all...]

Completed in 331 milliseconds