HomeSort by relevance Sort by last modified time
    Searched refs:Entity (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 23 import android.content.Entity;
73 * values. This function can be passed an iterator of Entity objects or an iterator of
87 final RawContact before = nextObject instanceof Entity
88 ? RawContact.createFrom((Entity) nextObject)
104 // For each entity in the remote set, try matching over existing
123 * the "before" {@link Entity} states into the modified state which all
337 // Find the first writable entity.
ContactLoader.java 129 Contacts.Entity.CONTACT_ID,
130 Contacts.Entity.RAW_CONTACT_ID,
146 Contacts.Entity.DATA_ID,
449 Uri entityUri = Uri.withAppendedPath(contactUri, Contacts.Entity.CONTENT_DIRECTORY);
451 Contacts.Entity.RAW_CONTACT_ID);
466 // Fill in the raw contacts, which is wrapped in an Entity and any
477 // First time to see this raw contact id, so create a new entity, and
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
Rfc822OutputTests.java 30 import org.apache.james.mime4j.message.Entity;
277 Entity part = partList.get(0);
321 Entity part = partList.get(0);
  /frameworks/base/core/java/android/provider/
ContactsContract.java 29 import android.content.Entity;
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 938 const EntityInfo *Entity = static_cast<const EntityInfo *>(info);
939 return Entity->IndexCtx->getClientEntity(Entity->Dcl);
946 const EntityInfo *Entity = static_cast<const EntityInfo *>(info);
947 Entity->IndexCtx->setClientEntity(Entity->Dcl, client);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 652 InitializedEntity Entity =
655 Res = PerformMoveOrCopyInitialization(Entity, NRVOVariable,
    [all...]
SemaLookup.cpp     [all...]
SemaLambda.cpp 507 InitializedEntity Entity = InitializedEntity::InitializeMember(NewFD);
508 InitializationSequence InitSeq(*this, Entity, InitKind, Init);
509 if (!InitSeq.Diagnose(*this, Entity, InitKind, Init)) {
510 ExprResult InitResult = InitSeq.Perform(*this, Entity, InitKind, Init);
    [all...]
SemaType.cpp     [all...]
SemaTemplate.cpp 389 // entity as the one found in the class of the object expression,
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 40 import org.w3c.dom.Entity;
898 * Entity References.)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 125 put(Contacts.Entity.CONTACT_ID, contactId);
128 put(Contacts.Entity.RAW_CONTACT_ID, contactId);
129 put(Contacts.Entity.DATA_ID, dataId++);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 25 import android.content.Entity;
27 import android.content.Entity.NamedContentValues;
44 * Contains an {@link Entity} and records any modifications separately so the
45 * original {@link Entity} can be swapped out with a newer version and the
49 * empty {@link Entity}, which then becomes an insert {@link RawContacts} case.
51 * When applying modifications over an {@link Entity}, we try finding the
53 * rows are missing from the new {@link Entity}, we know the original data must
63 * Direct values from {@link Entity#getEntityValues()}.
68 * Internal map of children values from {@link Entity#getSubValues()}, which
81 * Build an {@link EntityDelta} using the given {@link Entity} as
85 final EntityDelta entity = new EntityDelta(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeCustom.cpp 144 return wrap(static_cast<Entity*>(impl), creationContext, isolate);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 41 import android.content.Entity;
44 import android.content.Entity.NamedContentValues;
128 private ArrayList<Entity> mEntities = Lists.newArrayList();
337 for (Entity entity: mEntities) {
338 final ContentValues entValues = entity.getEntityValues();
359 for (NamedContentValues subValue : entity.getSubValues()) {
  /device/asus/grouper/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
58 "Legal Entity" shall mean the union of the acting entity and all
60 control with that entity. For the purposes of this definition,
62 direction or management of such entity, whether by contract or
64 outstanding shares, or (iii) beneficial ownership of such entity.
66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
125 institute patent litigation against any entity (including
    [all...]
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
58 "Legal Entity" shall mean the union of the acting entity and all
60 control with that entity. For the purposes of this definition,
62 direction or management of such entity, whether by contract or
64 outstanding shares, or (iii) beneficial ownership of such entity.
66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
125 institute patent litigation against any entity (including
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
58 "Legal Entity" shall mean the union of the acting entity and all
60 control with that entity. For the purposes of this definition,
62 direction or management of such entity, whether by contract or
64 outstanding shares, or (iii) beneficial ownership of such entity.
66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
125 institute patent litigation against any entity (including
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 27 import android.content.Entity;
492 Contacts.Entity.CONTENT_DIRECTORY),
494 Contacts.Entity._ID,
495 Contacts.Entity.DATA_ID,
496 Contacts.Entity.RAW_CONTACT_ID,
583 RawContacts.Entity.DATA_ID,
5222 Entity entity; local
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 45 /// \brief Base class that describes a preprocessed entity, which may be a
49 /// \brief The kind of preprocessed entity an object describes.
51 /// \brief Indicates a problem trying to load the preprocessed entity.
74 /// \brief The kind of preprocessed entity that this object describes.
77 /// \brief The source range that covers this preprocessed entity.
87 /// \brief Retrieve the kind of preprocessed entity stored in this object.
91 /// entity.
95 /// entity.
268 /// \brief Read a preallocated preprocessed entity from the external source.
271 /// entity from being loaded
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 130 /// addGlobalName - Add a new global entity to the compile unit.
309 /// addType - Add a new type attribute to the specified entity. This takes
312 void addType(DIE *Entity, DIType Ty, unsigned Attribute = dwarf::DW_AT_type);
DwarfDebug.cpp 713 // into an entity. We're using 0 (or a NULL label) for this. For
824 DIDescriptor Entity = Module.getEntity();
825 if (Entity.isNameSpace())
826 EntityDie = TheCU->getOrCreateNameSpace(DINameSpace(Entity));
827 else if (Entity.isSubprogram())
828 EntityDie = TheCU->getOrCreateSubprogramDIE(DISubprogram(Entity));
829 else if (Entity.isType())
830 EntityDie = TheCU->getOrCreateTypeDIE(DIType(Entity));
832 EntityDie = TheCU->getDIE(Entity);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 48 import org.w3c.dom.Entity;
356 // Push DTM context -- except for children of Entity References,
436 // If it's an entity ref, advance past it.
490 // of entity reference boundaries).
841 // nodes -- including navigating into Entity References. DOM2DTM
875 // nodes -- including navigating into Entity References. DOM2DTM
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasContactsSyncHandler.java 8 import android.content.Entity;
733 final Entity entity = ei.next(); local
735 final ContentValues entityValues = entity.getEntityValues();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 338 /// - If we are declaring another global or extern "C" entity with
    [all...]

Completed in 836 milliseconds

1 23 4 5 6