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

1 2 34 5 6

  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 23 import android.content.Entity;
24 import android.content.Entity.NamedContentValues;
2039 Entity entity = eventIterator.next(); local
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 153 // If the LHS is a plausible entity to assign to, provide a fixit hint to
    [all...]
SemaExprObjC.cpp 292 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
294 ExprResult ConvertedNumber = PerformCopyInitialization(Entity,
340 InitializedEntity Entity
346 InitializationSequence Seq(S, Entity, Kind, Element);
348 return Seq.Perform(S, Entity, Kind, Element);
563 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
565 ExprResult ConvertedValueExpr = PerformCopyInitialization(Entity,
    [all...]
Sema.cpp     [all...]
SemaChecking.cpp 554 InitializedEntity Entity = InitializedEntity::InitializeParameter(
556 ValArg = PerformCopyInitialization(Entity, SourceLocation(), ValArg);
    [all...]
SemaCast.cpp 330 InitializedEntity entity = InitializedEntity::InitializeTemporary(destType);
337 InitializationSequence sequence(S, entity, initKind, src);
    [all...]
SemaExpr.cpp 12647 InitializedEntity entity = local
    [all...]
SemaDeclCXX.cpp 140 // implicitly or explicitly capture any entity.
265 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
269 InitializationSequence InitSeq(*this, Entity, Kind, Arg);
270 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Arg);
10809 InitializedEntity entity = local
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 46 import org.w3c.dom.Entity;
99 /** Keeps track if we are in an entity reference when entities=true */
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 322 // If an entity has been found, transform it into a character.
400 struct Entity
412 static Entity entity[ NUM_ENTITY ]; member in class:TiXmlBase
    [all...]
tinyxmlparser.cpp 43 TiXmlBase::Entity TiXmlBase::entity[ TiXmlBase::NUM_ENTITY ] = member in class:TiXmlBase
440 // Presume an entity, and pull it out.
517 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
519 assert( strlen( entity[i].str ) == entity[i].strLength );
520 *value = entity[i].chr;
522 return ( p + entity[i].strLength );
526 // So it wasn't an entity, its unrecognized, or something like that
    [all...]
  /external/tinyxml/
tinyxml.h 275 // If an entity has been found, transform it into a character.
359 struct Entity
371 static Entity entity[ NUM_ENTITY ]; member in class:TiXmlBase
    [all...]
tinyxmlparser.cpp 34 TiXmlBase::Entity TiXmlBase::entity[ NUM_ENTITY ] = member in class:TiXmlBase
421 // Presume an entity, and pull it out.
498 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
500 assert( strlen( entity[i].str ) == entity[i].strLength );
501 *value = entity[i].chr;
503 return ( p + entity[i].strLength );
507 // So it wasn't an entity, its unrecognized, or something like that
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 777 /// addType - Add a new type attribute to the specified entity.
778 void CompileUnit::addType(DIE *Entity, DIType Ty, unsigned Attribute) {
786 Entity->addValue(Attribute, dwarf::DW_FORM_ref4, Entry);
796 Entity->addValue(Attribute, dwarf::DW_FORM_ref4, Entry);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 24 import android.content.Entity;
89 import org.apache.http.entity.ByteArrayEntity;
90 import org.apache.http.entity.StringEntity;
1013 Entity entity = new Entity(entityValues); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 24 import android.content.Entity;
1072 Entity entity = ei.next(); local
1110 Entity entity = ei.next(); local
1152 Entity entity = ei.next(); local
1788 final Entity entity = iterator.next(); local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
ContactsDatabaseHelper.java     [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 51 import org.w3c.dom.Entity;
79 + " <!ENTITY sp \"Maple Syrup\">"
100 private Entity sp;
138 sp = (Entity) doctype.getEntities().item(0);
185 * Android's parsed DOM doesn't include entity declarations. These nodes will
189 assertNotNull("This implementation does not parse entity declarations", sp);
379 * Xerces fails this test. It returns false always for entity, notation,
461 * Tests setTextContent on entity references. Although the other tests can
463 * because the parser may have replaced the entity reference with the
692 assertEquals("This implementation doesn't resolve entity references in getWholeText()"
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 28 import android.content.Entity;
749 ArrayList<Entity.NamedContentValues> subValues) {
752 for (Entity.NamedContentValues subValue : subValues) {
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 32 entity = xml.dom.minidom.Entity("my-entity", None,
35 entity.version = "1.0"
36 entity.encoding = "utf-8"
37 entity.actualEncoding = "us-ascii"
38 doctype.entities._seq.append(entity)
    [all...]

Completed in 1220 milliseconds

1 2 34 5 6