/external/valgrind/main/none/tests/ |
require-text-symbol.c | 2 /* Doesn't do anything. The point of this is to test for the presence
|
empty-exe.vgtest | 2 # the (old) crash message gets filtered out, so it's the presence of the
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
friendinvitesendtask.cc | 38 // Need to first add to roster, then subscribe to presence. 49 // Subscribe to presence 50 XmlElement* presence = new XmlElement(QN_PRESENCE); local 51 presence->AddAttr(QN_TO, user.Str()); 52 presence->AddAttr(QN_TYPE, STR_SUBSCRIBE); 58 presence->AddElement(invitation); 59 QueueStanza(presence);
|
presenceouttask.cc | 51 XmlElement * presence = TranslateStatus(s); 52 presence->AddAttr(QN_TO, j.Str()); 53 QueueStanza(presence); 61 XmlElement * presence = new XmlElement(QN_PRESENCE); 62 presence->AddAttr(QN_TO, jid.Str()); 63 presence->AddAttr(QN_TYPE, "probe"); 65 QueueStanza(presence); 129 // Put the delay mark on the presence according to JEP-0091
|
/external/clang/test/Index/ |
complete-tabs.c | 1 // Test code-completion in the presence of tabs
|
/external/clang/test/CodeGenCXX/ |
debug-info-byval.cpp | 2 // Test to check presence of debug info for byval parameter.
|
/external/valgrind/main/callgrind/tests/ |
clreq.c | 2 // Similar to Cachegrind, check if instrumentation works in the presence
|
/external/webkit/LayoutTests/http/tests/appcache/ |
online-fallback-layering-expected.txt | 3 Sanity check the presence of the fallback namespace, should get the fallback resource.
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactStatusUtil.java | 30 public static String getStatusString(Context context, int presence) { 32 switch (presence) {
|
ContactPresenceIconUtil.java | 28 * Get the presence icon resource according the status.
|
/external/chromium/net/tools/flip_server/ |
balsa_headers_token_utils.h | 23 // presence of multiple header lines with given key, the last token of the 29 // Tokenizes header value for a given key. In the presence of multiple lines 36 // Removes the last token from the header value. In the presence of multiple
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
profiler-test-console-control.html | 23 <li>check for presence of 'eternal_fib' entry in the profile view.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
adb.h | 38 * Query ADB slot for device presence
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
adb.h | 38 * Query ADB slot for device presence
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
adb.h | 38 * Query ADB slot for device presence
|
/packages/apps/Email/src/com/android/email/activity/ |
ContactStatusLoader.java | 38 * Loader to load presence statuses and the contact photo. 44 /** email address -> photo id, presence */ 70 /** Presence image resource ID. Always has a valid value, even if unknown. */ 104 // Load photo-id and presence status. 124 // Convert presence status into the res id.
|
/external/stlport/stlport/stl/config/ |
_linux.h | 9 This may be treated as presence of GNU libc compatible 11 for the presence of a particular library, but rather is used
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 9 This may be treated as presence of GNU libc compatible 11 for the presence of a particular library, but rather is used
|
/packages/apps/Email/res/layout/ |
message_view_header_upper.xml | 52 android:id="@+id/presence" 64 android:layout_toRightOf="@+id/presence"
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 9 This may be treated as presence of GNU libc compatible 11 for the presence of a particular library, but rather is used
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 9 This may be treated as presence of GNU libc compatible 11 for the presence of a particular library, but rather is used
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/ |
_linux.h | 9 This may be treated as presence of GNU libc compatible 11 for the presence of a particular library, but rather is used
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_StatusUpdatesTest.java | 101 private Uri insertStatusUpdate(long dataId, int presence, String status, Long timestamp) 106 .withValue(StatusUpdates.PRESENCE, presence) 130 .withValue(StatusUpdates.PRESENCE, status)
|
/external/chromium/chrome/common/ |
profiling.h | 21 // the presence of kProfilingAtStart is checked.
|
/ndk/tests/device/test-gabi++-guard/jni/ |
test_guard.cpp | 2 * works correctly, even in the presence of several threads.
|