HomeSort by relevance Sort by last modified time
    Searched full:presence (Results 76 - 100 of 974) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 68 /// Features related to the presence of specific instructions.
129 /// Features related to the presence of specific instructions.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVector.java 65 * no need to check for the presence of icid-value. According to the
75 // check for their presence, then add the parameter if it exists.
  /frameworks/rs/scriptc/
rs_allocation.rsh 59 * Query an allocation for the presence of more than one LOD.
67 * Query an allocation for the presence of more than one face.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 52 Data.STATUS_LABEL, Data.STATUS_TIMESTAMP, Data.PRESENCE,
79 Cursor cursor = resolver.query(dataUri, StatusQuery.PROJECTION, StatusUpdates.PRESENCE
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileAdapter.java 274 // Set presence icon and status message
276 int presence = 0; local
278 presence = cursor.getInt(mPresenceIndex);
279 icon = ContactPresenceIconUtil.getPresenceIcon(mContext, presence);
287 // If there is no status message from the contact, but there was a presence value,
289 if (statusMessage == null && presence != 0) {
290 statusMessage = ContactStatusUtil.getStatusString(mContext, presence);
  /external/bluetooth/glib/gio/tests/
g-file-info.c 39 /* Test for attributes presence */
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.h 42 // windows disabled by the presence of an app modal dialog. This forces
  /external/clang/include/clang/Lex/
ModuleLoader.h 53 /// implicitly, due to the presence of an inclusion directive. Otherwise,
  /external/clang/test/SemaCXX/
return-noreturn.cpp 15 // the presence of switches, case statements, labels, and blocks. These tests
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
FetchValidator.java 104 // verify presence of all source projects for the build.
  /external/guava/guava/src/com/google/common/annotations/
GwtCompatible.java 26 * The presence of this annotation on a type indicates that the type may be
  /external/guava/guava/src/com/google/common/collect/
SingletonImmutableSet.java 51 // Guaranteed to be non-null by the presence of the pre-computed hash code.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
CollectionFeature.java 50 * {@code null}, whose validity as an element is indicated by the presence
  /external/icu4c/tools/gencmn/
gencmn.8.in 120 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/genrb/
genrb.1.in 135 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/icu4c/tools/makeconv/
makeconv.1.in 100 Some tools in ICU depend on the presence of the trailing slash. It is thus
  /external/libsepol/tests/
test-common.h 34 * This is a utility function to test for the symbol's presence in the global symbol table,
  /external/skia/gyp/
opts.gyp 11 # test used to test for the presence of SSE2. So that, and all other
  /external/v8/src/
circular-queue.h 64 // Due to a presence of slipping between the producer and the consumer,
  /external/v8/test/mjsunit/
arguments-apply.js 132 // stack even in the presence of the apply optimizations.
  /external/v8/test/mjsunit/compiler/
simple-deopt.js 103 // Test of deopt in presence of spilling.
  /external/valgrind/main/coregrind/m_mach/
mach_msg.c 79 * to the kernel. This prevents their presence from inhibiting
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.h 41 // Returns -1 if the sequence is not valid (including presence of extra bytes).
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCacheWx.cpp 60 // the presence of keywords in the the requested names. For example, we'll
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.h 154 // been emitted. With the presence of QNetworkReplyHandler::release I do

Completed in 2227 milliseconds

1 2 34 5 6 7 8 91011>>