/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
NOTES | 43 The module provides customizability through several mechanisms. The
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prlock.h | 40 ** NSPR provides basic locking mechanisms for thread synchronization. Locks
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_syncobj.c | 34 * using the normal buffer object mechanisms. This does mean that if an
|
/external/mesa3d/src/mesa/tnl/ |
NOTES | 43 The module provides customizability through several mechanisms. The
|
/external/smack/src/org/jivesoftware/smack/ |
UserAuthentication.java | 41 * more flexability in the mechanisms used.
|
/external/srtp/crypto/include/ |
cryptoalg.h | 63 * accessing crypto mechanisms.
|
/frameworks/base/docs/html/guide/topics/providers/ |
content-providers.jd | 53 data, and provide mechanisms for defining data security. Content providers are the standard
|
/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_org/third_party/cld/base/ |
dynamic_annotations.h | 36 // user-defined synchronization mechanisms. 40 // mechanisms: the race detector will infer an arc from the former to the 90 // Annotations for user-defined synchronization mechanisms.
|
/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_org/third_party/libjingle/source/talk/xmpp/ |
xmppengineimpl.cc | 373 const std::vector<std::string>& mechanisms, bool encrypted) { 374 return sasl_handler_->ChooseBestSaslMechanism(mechanisms, encrypted);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm.h | 125 * Called to change one of the various levelled mechanisms in 129 * two binary-output-suppression mechanisms for large-scale
|