Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h177 const wchar_t* PropertyName,
182 const wchar_t* PropertyName);
193 const wchar_t* PropertyName,
197 const wchar_t* PropertyName,
201 const wchar_t* PropertyName,
205 const wchar_t* PropertyName,
209 const wchar_t* PropertyName,
213 const wchar_t* PropertyName,
217 const wchar_t* PropertyName);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp546 const wchar_t* PropertyName, in FXJS_WSToJSString() argument
548 CFX_WideString ws = CFX_WideString(PropertyName, Len); in FXJS_WSToJSString()
558 const wchar_t* PropertyName) { in FXJS_GetObjectElement() argument
563 FXJS_WSToJSString(pIsolate, PropertyName)).ToLocal(&val)) in FXJS_GetObjectElement()
580 const wchar_t* PropertyName, in FXJS_PutObjectString() argument
585 FXJS_WSToJSString(pIsolate, PropertyName), in FXJS_PutObjectString()
591 const wchar_t* PropertyName, in FXJS_PutObjectNumber() argument
596 FXJS_WSToJSString(pIsolate, PropertyName), in FXJS_PutObjectNumber()
602 const wchar_t* PropertyName, in FXJS_PutObjectNumber() argument
607 FXJS_WSToJSString(pIsolate, PropertyName), in FXJS_PutObjectNumber()
[all …]
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h231 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c1239 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property()
1252 property.PropertyName = property_name; in tgsi_build_property()
1315 full_prop->Property.PropertyName, in tgsi_build_full_property()
Dtgsi_dump.c412 ENM(prop->Property.PropertyName, tgsi_property_names); in iter_property()
418 switch (prop->Property.PropertyName) { in iter_property()
Dtgsi_scan.c233 fullprop->Property.PropertyName; in tgsi_scan_shader()
Dtgsi_sanity.c476 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
Dtgsi_text.c1482 prop.Property.PropertyName = property_name; in parse_property()
Dtgsi_ureg.c1384 out[0].prop.PropertyName = name; in emit_property()
/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()
DSemaCodeComplete.cpp6178 IdentifierInfo *PropertyName) { in CodeCompleteObjCPropertySynthesizeIvar() argument
6205 = Class->FindPropertyDeclaration(PropertyName)) { in CodeCompleteObjCPropertySynthesizeIvar()
6219 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()
6220 std::string NameWithSuffix = PropertyName->getName().str(); in CodeCompleteObjCPropertySynthesizeIvar()
6230 if ((PropertyName == Ivar->getIdentifier() || in CodeCompleteObjCPropertySynthesizeIvar()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp955 StringRef PropertyName = Property->getName(); in constructTypeDIE() local
956 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
/external/clang/lib/Parse/
DParseExpr.cpp881 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); in ParseCastExpression() local
884 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName, in ParseCastExpression()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c1123 assert(token->FullProperty.Property.PropertyName == in i915_translate_token()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp723 switch (prop->Property.PropertyName) { in scanProperty()
749 INFO("unhandled TGSI property %d\n", prop->Property.PropertyName); in scanProperty()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1321 switch (property->Property.PropertyName) { in r600_shader_from_tgsi()
/external/clang/include/clang/Sema/
DSema.h8917 IdentifierInfo *PropertyName);