/external/pdfium/fpdfsdk/include/jsapi/ |
D | fxjs_v8.h | 177 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/ |
D | fxjs_v8.cpp | 546 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/ |
D | p_shader_tokens.h | 231 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 1239 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()
|
D | tgsi_dump.c | 412 ENM(prop->Property.PropertyName, tgsi_property_names); in iter_property() 418 switch (prop->Property.PropertyName) { in iter_property()
|
D | tgsi_scan.c | 233 fullprop->Property.PropertyName; in tgsi_scan_shader()
|
D | tgsi_sanity.c | 476 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
|
D | tgsi_text.c | 1482 prop.Property.PropertyName = property_name; in parse_property()
|
D | tgsi_ureg.c | 1384 out[0].prop.PropertyName = name; in emit_property()
|
/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()
|
D | SemaCodeComplete.cpp | 6178 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/ |
D | DwarfUnit.cpp | 955 StringRef PropertyName = Property->getName(); in constructTypeDIE() local 956 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 881 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); in ParseCastExpression() local 884 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName, in ParseCastExpression()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 1123 assert(token->FullProperty.Property.PropertyName == in i915_translate_token()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 723 switch (prop->Property.PropertyName) { in scanProperty() 749 INFO("unhandled TGSI property %d\n", prop->Property.PropertyName); in scanProperty()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1321 switch (property->Property.PropertyName) { in r600_shader_from_tgsi()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8917 IdentifierInfo *PropertyName);
|