Home
last modified time | relevance | path

Searched refs:PropertyName (Results 1 – 25 of 40) sorted by relevance

12

/external/pdfium/core/fxcrt/css/
Dcfx_csssyntaxparser.cpp37 m_eMode = bOnlyDeclaration ? CFX_CSSSyntaxMode::PropertyName in CFX_CSSSyntaxParser()
104 SwitchMode(CFX_CSSSyntaxMode::PropertyName); in DoSyntaxParse()
117 case CFX_CSSSyntaxMode::PropertyName: in DoSyntaxParse()
122 return CFX_CSSSyntaxStatus::PropertyName; in DoSyntaxParse()
133 return CFX_CSSSyntaxStatus::PropertyName; in DoSyntaxParse()
146 SwitchMode(CFX_CSSSyntaxMode::PropertyName); in DoSyntaxParse()
Dcfx_csssyntaxparser.h24 PropertyName, enumerator
36 PropertyName, enumerator
Dcfx_cssstylesheet.cpp76 case CFX_CSSSyntaxStatus::PropertyName: { in LoadStyleRule()
130 case CFX_CSSSyntaxStatus::PropertyName: in SkipRuleSet()
Dcfx_cssstyleselector.cpp150 if (eStatus == CFX_CSSSyntaxStatus::PropertyName) { in AppendInlineStyle()
/external/pdfium/fxjs/
Dcjs_v8.h73 const WideString& PropertyName);
75 const WideString& PropertyName,
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c58 switch (prop->Property.PropertyName) { in virgl_tgsi_transform_property()
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go1186PropertyName *string `protobuf:"bytes,1,req,name=property_name" json:"property_name,omi… member
1196 if m != nil && m.PropertyName != nil {
1197 return *m.PropertyName
1331PropertyName []string `protobuf:"bytes,33,rep,name=property_name" json:"property_n… member
1499 return m.PropertyName
1596PropertyName []string `protobuf:"bytes,24,rep,name=property_name" json:… member
1652 return m.PropertyName
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
494 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT) in iter_property()
Dtgsi_build.c1312 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property()
1325 property.PropertyName = property_name; in tgsi_build_property()
1388 full_prop->Property.PropertyName, in tgsi_build_full_property()
Dtgsi_dump.c487 ENM(prop->Property.PropertyName, tgsi_property_names); in iter_property()
493 switch (prop->Property.PropertyName) { in iter_property()
Dtgsi_point_sprite.c484 switch (prop->Property.PropertyName) { in psprite_property()
/external/lzma/CPP/7zip/Bundles/SFXWin/
Dmakefile90 $O\PropertyName.obj \
/external/virglrenderer/src/
Dvrend_shader.c1295 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/
Dtgsi_build.c1283 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()
Dtgsi_dump.c455 ENM(prop->Property.PropertyName, tgsi_property_names); in iter_property()
461 switch (prop->Property.PropertyName) { in iter_property()
Dtgsi_sanity.c475 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
Dtgsi_scan.c430 unsigned name = fullprop->Property.PropertyName; in tgsi_scan_shader()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h301 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h310 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h188 StringRef PropertyName = StringRef(),
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1383 StringRef PropertyName = DT.getObjCPropertyName(); in createMemberDIE() local
1384 if (!PropertyName.empty()) { in createMemberDIE()
1386 PropertyName); in createMemberDIE()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp470 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/
DSemaPseudoObject.cpp658 SmallString<100> PropertyName = thisPropertyName; in findSetter() local
659 PropertyName[0] = front; in findSetter()
660 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp338 DIType Ty, StringRef PropertyName, in createObjCIVar() argument
353 MDString::get(VMContext, PropertyName), in createObjCIVar()
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dquery.go283 dst.PropertyName = q.projection

12