Searched refs:PropertyName (Results 1 - 24 of 24) sorted by relevance

/external/pdfium/xfa/fde/css/
H A Dcfde_csssyntaxparser.h22 PropertyName, member in class:FDE_CSSSyntaxMode
34 PropertyName, member in class:FDE_CSSSyntaxStatus
H A Dcfde_csssyntaxparser.cpp52 m_eMode = bOnlyDeclaration ? FDE_CSSSyntaxMode::PropertyName
115 SwitchMode(FDE_CSSSyntaxMode::PropertyName);
128 case FDE_CSSSyntaxMode::PropertyName:
133 return FDE_CSSSyntaxStatus::PropertyName;
144 return FDE_CSSSyntaxStatus::PropertyName;
157 SwitchMode(FDE_CSSSyntaxMode::PropertyName);
H A Dcfde_cssstylesheet.cpp78 case FDE_CSSSyntaxStatus::PropertyName: {
132 case FDE_CSSSyntaxStatus::PropertyName:
H A Dcfde_cssstyleselector.cpp153 if (eStatus == FDE_CSSSyntaxStatus::PropertyName) {
/external/pdfium/fxjs/
H A Dfxjs_v8.h211 const CFX_WideString& PropertyName);
213 const CFX_WideString& PropertyName,
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h231 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member in struct:tgsi_property
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c412 ENM(prop->Property.PropertyName, tgsi_property_names);
418 switch (prop->Property.PropertyName) {
H A Dtgsi_scan.c233 fullprop->Property.PropertyName;
H A Dtgsi_build.c1239 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM;
1252 property.PropertyName = property_name;
1315 full_prop->Property.PropertyName,
H A Dtgsi_sanity.c476 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) {
H A Dtgsi_text.c1482 prop.Property.PropertyName = property_name;
H A Dtgsi_ureg.c1384 out[0].prop.PropertyName = name;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDIBuilder.h179 /// @param PropertyName Name of the Objective C property assoicated with
188 StringRef PropertyName = StringRef(),
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp658 SmallString<100> PropertyName = thisPropertyName; local
659 PropertyName[0] = front;
660 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName);
H A DSemaCodeComplete.cpp6198 IdentifierInfo *PropertyName) {
6225 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
6239 NameWithPrefix += PropertyName->getName();
6240 std::string NameWithSuffix = PropertyName->getName().str();
6250 if ((PropertyName == Ivar->getIdentifier() ||
6197 CodeCompleteObjCPropertySynthesizeIvar(Scope *S, IdentifierInfo *PropertyName) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1383 StringRef PropertyName = DT.getObjCPropertyName(); local
1384 if (!PropertyName.empty()) {
1386 PropertyName);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp470 StringRef PropertyName(PropertyNameString);
487 if (PropertyName.equals("target") ||
488 (PropertyName.find("delegate") != StringRef::npos) ||
489 (PropertyName.find("dataSource") != StringRef::npos)) {
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDIBuilder.cpp338 DIType Ty, StringRef PropertyName,
353 MDString::get(VMContext, PropertyName),
334 createObjCIVar(StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType Ty, StringRef PropertyName, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp932 StringRef PropertyName = Property->getName(); local
933 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName);
/external/clang/lib/Parse/
H A DParseExpr.cpp895 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); local
898 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName,
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp723 switch (prop->Property.PropertyName) {
749 INFO("unhandled TGSI property %d\n", prop->Property.PropertyName);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c1123 assert(token->FullProperty.Property.PropertyName ==
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1321 switch (property->Property.PropertyName) {
/external/clang/include/clang/Sema/
H A DSema.h9299 IdentifierInfo *PropertyName);

Completed in 1255 milliseconds