/external/pdfium/core/fxcrt/css/ |
D | cfx_csssyntaxparser.cpp | 42 m_eMode = bOnlyDeclaration ? CFX_CSSSyntaxMode::PropertyName in CFX_CSSSyntaxParser() 110 SwitchMode(CFX_CSSSyntaxMode::PropertyName); in DoSyntaxParse() 124 case CFX_CSSSyntaxMode::PropertyName: in DoSyntaxParse() 129 return CFX_CSSSyntaxStatus::PropertyName; in DoSyntaxParse() 140 return CFX_CSSSyntaxStatus::PropertyName; in DoSyntaxParse() 155 SwitchMode(CFX_CSSSyntaxMode::PropertyName); in DoSyntaxParse()
|
D | cfx_csssyntaxparser.h | 24 PropertyName, enumerator 36 PropertyName, enumerator
|
D | cfx_cssstylesheet.cpp | 76 case CFX_CSSSyntaxStatus::PropertyName: { in LoadStyleRule() 130 case CFX_CSSSyntaxStatus::PropertyName: in SkipRuleSet()
|
D | cfx_cssstyleselector.cpp | 152 if (eStatus == CFX_CSSSyntaxStatus::PropertyName) { in AppendInlineStyle()
|
/external/igt-gpu-tools/overlay/ |
D | tracepoint_format.leg | 2 'name' ':' Space n:PropertyName EndLine { free(n.string); } 23 | n:PropertyName ':' v:PropertyValue 26 PropertyName = < [A-Za-z0-9_]+ >
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_tgsi.c | 66 switch (prop->Property.PropertyName) { in virgl_tgsi_transform_property()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_sanity.c | 490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property() 494 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT) in iter_property()
|
D | tgsi_build.c | 1300 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property() 1313 property.PropertyName = property_name; in tgsi_build_property() 1377 full_prop->Property.PropertyName, in tgsi_build_full_property()
|
D | tgsi_dump.c | 487 ENM(prop->Property.PropertyName, tgsi_property_names); in iter_property() 493 switch (prop->Property.PropertyName) { in iter_property()
|
D | tgsi_point_sprite.c | 485 switch (prop->Property.PropertyName) { in psprite_property()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | makefile | 90 $O\PropertyName.obj \
|
D | SFXWin.dsp | 492 SOURCE=..\..\UI\FileManager\PropertyName.cpp 496 SOURCE=..\..\UI\FileManager\PropertyName.h
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 1295 if (prop->Property.PropertyName == TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS) { in iter_property() 1300 if (prop->Property.PropertyName == TGSI_PROPERTY_FS_COORD_ORIGIN) { in iter_property() 1304 if (prop->Property.PropertyName == TGSI_PROPERTY_FS_COORD_PIXEL_CENTER) { in iter_property() 1308 if (prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property() 1312 if (prop->Property.PropertyName == TGSI_PROPERTY_GS_OUTPUT_PRIM) { in iter_property() 1316 if (prop->Property.PropertyName == TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES) { in iter_property() 1320 if (prop->Property.PropertyName == TGSI_PROPERTY_GS_INVOCATIONS) { in iter_property() 1324 if (prop->Property.PropertyName == TGSI_PROPERTY_NUM_CLIPDIST_ENABLED) { in iter_property() 1328 if (prop->Property.PropertyName == TGSI_PROPERTY_NUM_CULLDIST_ENABLED) { in iter_property() 1332 if (prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT) { in iter_property() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 1283 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property() 1296 property.PropertyName = property_name; in tgsi_build_property() 1360 full_prop->Property.PropertyName, in tgsi_build_full_property()
|
D | tgsi_dump.c | 455 ENM(prop->Property.PropertyName, tgsi_property_names); in iter_property() 461 switch (prop->Property.PropertyName) { in iter_property()
|
D | tgsi_sanity.c | 475 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
|
D | tgsi_scan.c | 430 unsigned name = fullprop->Property.PropertyName; in tgsi_scan_shader()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 301 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 318 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 470 StringRef PropertyName(PropertyNameString); in rewriteToObjCProperty() local 487 if (PropertyName.equals("target") || in rewriteToObjCProperty() 488 (PropertyName.find("delegate") != StringRef::npos) || in rewriteToObjCProperty() 489 (PropertyName.find("dataSource") != StringRef::npos)) { in rewriteToObjCProperty()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 658 SmallString<100> PropertyName = thisPropertyName; in findSetter() local 659 PropertyName[0] = front; in findSetter() 660 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 932 StringRef PropertyName = Property->getName(); in constructTypeDIE() local 933 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1004 StringRef PropertyName = Property->getName(); in constructTypeDIE() local 1005 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 971 assert(token->FullProperty.Property.PropertyName == in i915_translate_token()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 895 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); in ParseCastExpression() local 898 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName, in ParseCastExpression()
|