Home
last modified time | relevance | path

Searched refs:presence (Results 1 – 25 of 137) sorted by relevance

123456

/external/chromium/third_party/libjingle/source/talk/examples/call/
Dpresenceouttask.cc51 XmlElement * presence = TranslateStatus(s); in SendDirected() local
52 presence->AddAttr(QN_TO, j.Str()); in SendDirected()
53 QueueStanza(presence); in SendDirected()
61 XmlElement * presence = new XmlElement(QN_PRESENCE); in SendProbe() local
62 presence->AddAttr(QN_TO, jid.Str()); in SendProbe()
63 presence->AddAttr(QN_TYPE, "probe"); in SendProbe()
65 QueueStanza(presence); in SendProbe()
Dfriendinvitesendtask.cc50 XmlElement* presence = new XmlElement(QN_PRESENCE); in Send() local
51 presence->AddAttr(QN_TO, user.Str()); in Send()
52 presence->AddAttr(QN_TYPE, STR_SUBSCRIBE); in Send()
58 presence->AddElement(invitation); in Send()
59 QueueStanza(presence); in Send()
/external/llvm/test/Transforms/GlobalOpt/
D2012-05-11-blockaddress.ll2 ; Check that the mere presence of a blockaddress doesn't prevent -globalopt
/external/valgrind/main/none/tests/
Dempty-exe.vgtest2 # the (old) crash message gets filtered out, so it's the presence of the
/external/webkit/LayoutTests/http/tests/appcache/
Donline-fallback-layering-expected.txt3 Sanity check the presence of the fallback namespace, should get the fallback resource.
/external/srtp/
Dconfig.log285 configure:3371: checking byteswap.h presence
302 configure:3671: checking sys/uio.h presence
379 configure:4121: checking machine/types.h presence
481 configure:4271: checking sys/int_types.h presence
525 configure:4424: checking sys/socket.h presence
540 configure:4424: checking netinet/in.h presence
555 configure:4424: checking arpa/inet.h presence
631 configure:4574: checking windows.h presence
678 configure:4874: checking syslog.h presence
/external/llvm/test/Transforms/InstCombine/
Dalign-addr.ll5 ; presence of a few mild address computation tricks.
/external/zlib/src/doc/
Dtxtvsbin.txt72 detection schemes observe the presence of non-ASCII codes from the range
81 presence or the absence of some byte values, the algorithm produces
/external/protobuf/gtest/m4/
Dgtest.m44 dnl Check for the presence of the Google Test library, optionally at a minimum
/external/chromium/testing/gtest/m4/
Dgtest.m44 dnl Check for the presence of the Google Test library, optionally at a minimum
/external/protobuf/m4/
Dacx_check_suncc.m41 dnl Check for the presence of the Sun Studio compiler.
/external/skia/gyp/
Dopts.gyp11 # test used to test for the presence of SSE2. So that, and all other
/external/webkit/Source/
DWebKit.pri5 # Detect that we are building as a standalone package by the presence of
/external/chromium/chrome/browser/ui/cocoa/
Drwhvm_editcommand_helper.mm214 // search for presence in set and return.
Dhtml_dialog_window_controller.mm186 // presence of other modifiers (as long as it's not an app-level
/external/liblzf/
DChanges68 - make lzf more robust in presence of padding bytes or sudden eof.
/external/valgrind/main/docs/internals/
Darm_thumb_notes_gdbserver.txt53 to ensure it is not sensitive to the presence (or not) of the thumb
/external/bison/
Dconfig.log324 configure:3477: checking minix/config.h presence
484 configure:6585: checking locale.h presence
498 configure:6585: checking wchar.h presence
512 configure:6585: checking wctype.h presence
700 configure:7476: checking vfork.h presence
783 configure:7960: checking sys/time.h presence
797 configure:7960: checking sys/times.h presence
1077 configure:9127: checking getopt.h presence
/external/linux-tools-perf/config/
Dutilities.mak166 # by the presence of a leading `/'.
/external/webkit/Source/WebKit/win/Interfaces/
DIWebBackForwardList.idl161 @param item The item that will be checked for presence in the WebBackForwardList.
/external/llvm/docs/
DAtomics.rst15 rough semantics in the presence of concurrency. However, this is changing;
16 there are now new instructions which are well-defined in the presence of threads
47 with instructions with special semantics in the presence of concurrency. This
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCacheMac.mm153 // the presence of keywords in the the requested names. For example, we'll
/external/webkit/Tools/WebKitLauncher/
DWebKitNightlyEnabler.m65 // on a per-application basis. It's presence indicates a user has application
/external/oprofile/libregex/
Dstl.pat.in81 # FIXME: the presence od _Identity<> and _Select1st<> allowed to quickly
/external/mdnsresponder/
DREADME.txt49 browser, the presence of ".local." on the end of the name tells the host

123456