/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | ExportTestProvider.java | 20 import android.content.Entity; 42 private final List<Entity> mEntityList; 43 private Iterator<Entity> mIterator; 46 mEntityList = new ArrayList<Entity>(); in MockEntityIterator() 47 Entity entity = new Entity(new ContentValues()); in MockEntityIterator() 61 public Entity next() { in next()
|
/frameworks/base/core/java/android/content/ |
D | Entity.java | 32 public final class Entity { class 38 public Entity(ContentValues values) { in Entity() method in Entity 52 mSubValues.add(new Entity.NamedContentValues(uri, values)); in addSubValue() 68 for (Entity.NamedContentValues namedValue : getSubValues()) { in toString()
|
D | CursorEntityIterator.java | 51 public abstract Entity getEntityAndIncrementCursor(Cursor cursor) throws RemoteException; in getEntityAndIncrementCursor() 77 public Entity next() { in next()
|
D | EntityIterator.java | 28 public interface EntityIterator extends Iterator<Entity> {
|
/frameworks/rs/rsov/compiler/spirit/ |
D | entity.h | 31 class Entity { 33 Entity() {} in Entity() function 34 Entity(Builder *b) : mBuilder(b) {} in Entity() function 36 virtual ~Entity() {} in ~Entity()
|
D | entity.cpp | 26 void Entity::Serialize(OutputWordStream &OS) const { in Serialize() 29 v->visit(const_cast<Entity *>(this)); in Serialize()
|
D | module.h | 61 class Module : public Entity { 259 class EntryPointDefinition : public Entity { 306 class DebugInfoSection : public Entity { 310 : Entity(b), mSourcesDeleter(mSources), mNamesDeleter(mNames) {} in DebugInfoSection() 344 class AnnotationSection : public Entity { 380 class GlobalSection : public Entity { 446 class FunctionDeclaration : public Entity { 466 class Block : public Entity { 469 Block(Builder *b) : Entity(b) {} in Block() 490 class FunctionDefinition : public Entity {
|
D | visitor.h | 25 class Entity; variable 43 virtual void visit(Entity *) = 0; 63 virtual void visit(Entity *e);
|
D | test_utils.h | 37 template <typename T> int countEntity(Entity *e) { in countEntity()
|
D | visitor.cpp | 25 void DoNothingVisitor::visit(Entity *e) { e->accept(this); } in visit()
|
D | module.cpp | 50 : Entity(b), mNextId(1), mCapabilitiesDeleter(mCapabilities), in Module() 179 Entity::Serialize(OS); in Serialize() 445 : Entity(builder), mFunction(func->getInstruction()), in EntryPointDefinition() 587 : Entity(b), mAnnotationsDeleter(mAnnotations) {} in AnnotationSection() 611 : Entity(builder), mGlobalDefsDeleter(mGlobalDefs) {} in GlobalSection() 964 : Entity(builder), mFunc(func), mFuncEnd(end), mParamsDeleter(mParams), in FunctionDefinition()
|
D | instructions.h | 46 class Instruction : public Entity {
|
/frameworks/base/core/java/android/provider/ |
D | CalendarContract.java | 35 import android.content.Entity; 596 public Entity getEntityAndIncrementCursor(Cursor cursor) throws RemoteException { in getEntityAndIncrementCursor() 651 Entity entity = new Entity(cv); in getEntityAndIncrementCursor() 1473 public Entity getEntityAndIncrementCursor(Cursor cursor) throws RemoteException { in getEntityAndIncrementCursor() 1543 Entity entity = new Entity(cv); in getEntityAndIncrementCursor()
|
D | ContactsContract.java | 36 import android.content.Entity; 1863 public static final class Entity implements BaseColumns, ContactsColumns, class in ContactsContract.Contacts 1869 private Entity() { in Entity() method in ContactsContract.Contacts.Entity 2942 public static final class Entity implements BaseColumns, DataColumns { class in ContactsContract.RawContacts 2946 private Entity() { in Entity() method in ContactsContract.RawContacts.Entity 3091 public android.content.Entity getEntityAndIncrementCursor(Cursor cursor) in getEntityAndIncrementCursor() 3112 android.content.Entity contact = new android.content.Entity(cv); in getEntityAndIncrementCursor() 3121 cv.put(Data._ID, cursor.getLong(cursor.getColumnIndexOrThrow(Entity.DATA_ID))); in getEntityAndIncrementCursor() 7965 public Entity getEntityAndIncrementCursor(Cursor cursor) throws RemoteException { in getEntityAndIncrementCursor() 7989 return new Entity(values); in getEntityAndIncrementCursor()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardComposer.java | 21 import android.content.Entity; 22 import android.content.Entity.NamedContentValues; 550 Entity entity = entityIterator.next(); in createOneEntryInternal()
|
/frameworks/native/cmds/service/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/frameworks/av/media/libstagefright/id3/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/frameworks/av/media/libstagefright/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/frameworks/base/cmds/am/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/frameworks/av/media/mediaserver/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/frameworks/base/packages/InputDevices/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/frameworks/base/cmds/dpm/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/frameworks/av/media/libstagefright/timedtext/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/frameworks/base/media/jni/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|