Searched refs:presence (Results 1 – 25 of 137) sorted by relevance
123456
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
D | presenceouttask.cc | 51 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()
|
D | friendinvitesendtask.cc | 50 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/ |
D | 2012-05-11-blockaddress.ll | 2 ; Check that the mere presence of a blockaddress doesn't prevent -globalopt
|
/external/valgrind/main/none/tests/ |
D | empty-exe.vgtest | 2 # the (old) crash message gets filtered out, so it's the presence of the
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | online-fallback-layering-expected.txt | 3 Sanity check the presence of the fallback namespace, should get the fallback resource.
|
/external/srtp/ |
D | config.log | 285 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/ |
D | align-addr.ll | 5 ; presence of a few mild address computation tricks.
|
/external/zlib/src/doc/ |
D | txtvsbin.txt | 72 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/ |
D | gtest.m4 | 4 dnl Check for the presence of the Google Test library, optionally at a minimum
|
/external/chromium/testing/gtest/m4/ |
D | gtest.m4 | 4 dnl Check for the presence of the Google Test library, optionally at a minimum
|
/external/protobuf/m4/ |
D | acx_check_suncc.m4 | 1 dnl Check for the presence of the Sun Studio compiler.
|
/external/skia/gyp/ |
D | opts.gyp | 11 # test used to test for the presence of SSE2. So that, and all other
|
/external/webkit/Source/ |
D | WebKit.pri | 5 # Detect that we are building as a standalone package by the presence of
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | rwhvm_editcommand_helper.mm | 214 // search for presence in set and return.
|
D | html_dialog_window_controller.mm | 186 // presence of other modifiers (as long as it's not an app-level
|
/external/liblzf/ |
D | Changes | 68 - make lzf more robust in presence of padding bytes or sudden eof.
|
/external/valgrind/main/docs/internals/ |
D | arm_thumb_notes_gdbserver.txt | 53 to ensure it is not sensitive to the presence (or not) of the thumb
|
/external/bison/ |
D | config.log | 324 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/ |
D | utilities.mak | 166 # by the presence of a leading `/'.
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebBackForwardList.idl | 161 @param item The item that will be checked for presence in the WebBackForwardList.
|
/external/llvm/docs/ |
D | Atomics.rst | 15 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/ |
D | FontCacheMac.mm | 153 // the presence of keywords in the the requested names. For example, we'll
|
/external/webkit/Tools/WebKitLauncher/ |
D | WebKitNightlyEnabler.m | 65 // on a per-application basis. It's presence indicates a user has application
|
/external/oprofile/libregex/ |
D | stl.pat.in | 81 # FIXME: the presence od _Identity<> and _Select1st<> allowed to quickly
|
/external/mdnsresponder/ |
D | README.txt | 49 browser, the presence of ".local." on the end of the name tells the host
|
123456