HomeSort by relevance Sort by last modified time
    Searched full:mechanisms (Results 51 - 75 of 378) sorted by null

1 23 4 5 6 7 8 91011>>

  /build/core/combo/include/arch/darwin-x86/
AndroidConfig.h 68 * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
69 * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
  /build/core/combo/include/arch/freebsd-x86/
AndroidConfig.h 73 * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
74 * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
  /build/core/combo/include/arch/linux-arm/
AndroidConfig.h 81 * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
82 * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
  /build/core/combo/include/arch/linux-mips/
AndroidConfig.h 81 * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
82 * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
  /build/core/combo/include/arch/linux-ppc/
AndroidConfig.h 68 * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
69 * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
  /build/core/combo/include/arch/linux-x86/
AndroidConfig.h 68 * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
69 * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
  /build/core/combo/include/arch/target_linux-x86/
AndroidConfig.h 67 * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
68 * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
  /build/core/combo/include/arch/windows/
AndroidConfig.h 77 * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
78 * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 526 * Parse the available SASL mechanisms reported from the server.
528 * @param parser the XML parser, positioned at the start of the mechanisms stanza.
529 * @return a collection of Stings with the mechanisms included in the mechanisms stanza.
533 List<String> mechanisms = new ArrayList<String>(); local
541 mechanisms.add(parser.nextText());
545 if (parser.getName().equals("mechanisms")) {
550 return mechanisms;
    [all...]
PacketParserUtils.java.orig 527 * Parse the available SASL mechanisms reported from the server.
529 * @param parser the XML parser, positioned at the start of the mechanisms stanza.
530 * @return a collection of Stings with the mechanisms included in the mechanisms stanza.
534 List<String> mechanisms = new ArrayList<String>();
542 mechanisms.add(parser.nextText());
546 if (parser.getName().equals("mechanisms")) {
551 return mechanisms;
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java 335 * The peer did not find any of the provided stream mechanisms
338 not_acceptable("The peer did not find any of the provided stream mechanisms acceptable."),
  /frameworks/base/core/java/android/os/
SystemClock.java 45 * mechanisms. This is the basis for most interval timing
61 * There are several mechanisms for controlling the timing of events:
  /external/libvorbis/doc/
stereo.html 78 mechanisms designed to reduce effective bitrate by both eliminating
82 mechanisms available within the Vorbis specification, as well as the
86 <h2>Mechanisms</h2>
97 mechanisms that may be used alone or in conjunction to implement
100 mapping</em>. These two general mechanisms are particularly well
oggstream.html 82 <p>Raw packets may be used directly by transport mechanisms that provide
83 their own framing and packet-separation mechanisms (such as UDP
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 405 XmppEngineImpl::ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted) {
406 return sasl_handler_->ChooseBestSaslMechanism(mechanisms, encrypted);
  /external/chromium/chrome/common/
service_process_util.h 57 // internal data structures and mechanisms used by the utility methods above
  /external/ipsec-tools/src/racoon/doc/
README.gssapi 99 the gss-api mechanisms needs more roundtrips. This is implemented.
  /external/libvorbis/doc/vorbisfile/
initialization.html 39 mechanisms.<p>
  /external/linux-tools-perf/
builtin-bench.c 40 "Benchmark for scheduler and IPC mechanisms",
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentEncoding.java 43 * mechanisms must be applied in order to obtain the media-type
  /external/openssh/
gss-serv-krb5.c 81 * GSSAPI mechanisms will need their own.
  /external/strace/
PORTING 8 I have seen two mechanisms which support system call tracing. They
  /frameworks/base/core/java/android/view/
WindowId.java 44 * base class includes all of the mechanisms for connecting to and receiving updates
  /frameworks/base/docs/html/distribute/googleplay/edu/
about.jd 51 mechanisms and distribute them to the students they want &mdash; whether it is a
  /frameworks/native/include/media/hardware/
HardwareAPI.h 59 // in these buffers, with mechanisms pre-determined externally. How to

Completed in 278 milliseconds

1 23 4 5 6 7 8 91011>>