/external/pdfium/xfa/fxfa/parser/ |
D | xfa_document_datamerger_imp.cpp | 138 auto* defValue = pFormNode->JSObject()->GetOrCreateProperty<CXFA_Value>( in CreateDataBinding() local 144 CXFA_Image* image = defValue ? defValue->GetImageIfExists() : nullptr; in CreateDataBinding() 166 wsValue = defValue ? defValue->GetChildValueContent() : L""; in CreateDataBinding() 193 wsValue = defValue ? defValue->GetChildValueContent() : L""; in CreateDataBinding() 263 wsValue = defValue ? defValue->GetChildValueContent() : L""; in CreateDataBinding() 277 wsValue = defValue ? defValue->GetChildValueContent() : L""; in CreateDataBinding() 295 FormValueNode_SetChildContent(defValue, wsNormalizeValue, in CreateDataBinding() 297 CXFA_Image* image = defValue ? defValue->GetImageIfExists() : nullptr; in CreateDataBinding() 334 defValue ? defValue->GetExDataIfExists() : nullptr; in CreateDataBinding() 339 FormValueNode_SetChildContent(defValue, wsNormalizeValue, in CreateDataBinding() [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalManager.java | 195 public int getIntParameter(String key, int defValue) { in getIntParameter() argument 196 return mPreferences.getInt(key, defValue); in getIntParameter() 199 public String getStringParameter(String key, String defValue) { in getStringParameter() argument 200 return mPreferences.getString(key, defValue); in getStringParameter()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 372 auto* defValue = in CreateUIChild() local 375 defValue ? defValue->GetChildValueClassID() : XFA_Element::Unknown; in CreateUIChild() 457 if (defValue) { in CreateUIChild() 458 defValue->JSObject()->GetOrCreateProperty<CXFA_Text>(0, in CreateUIChild() 507 if (defValue) in CreateUIChild() 508 defValue->JSObject()->GetOrCreateProperty<CXFA_Node>(0, eValueType); in CreateUIChild() 550 CXFA_Value* defValue = pAcc->GetNode()->GetDefaultValueIfExists(); in ResetData() local 551 if (defValue) { in ResetData() 552 wsValue = defValue->GetChildValueContent(); in ResetData() 580 CXFA_Value* defValue = m_pNode->GetDefaultValueIfExists(); in ResetData() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.h | 298 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx);
|
D | SplitKit.cpp | 345 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor 429 VNInfo *VNI = defValue(RegIdx, ParentVNI, Def); in defFromParent() 1031 VNInfo *VNI = defValue(RegIdx, ParentVNI, ParentVNI->def); in finish()
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.h | 333 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx);
|
D | SplitKit.cpp | 384 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor 475 return defValue(RegIdx, ParentVNI, Def); in defFromParent() 1149 defValue(RegIdx, ParentVNI, ParentVNI->def); in finish()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SplitKit.h | 353 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx,
|
D | SplitKit.cpp | 457 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor 670 return defValue(RegIdx, ParentVNI, Def, false); in defFromParent() 1481 defValue(RegIdx, ParentVNI, ParentVNI->def, true); in finish()
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 261 const xmlChar *defValue; /* The initial value of the value constraint */ member
|
/external/libxml2/ |
D | xmlschemas.c | 537 const xmlChar * defValue; member 7152 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local 7242 if (defValue) { in xmlSchemaParseLocalAttribute() 7247 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute() 7256 if (defValue) { in xmlSchemaParseLocalAttribute() 7261 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute() 7358 if (defValue != NULL) { in xmlSchemaParseLocalAttribute() 7359 attrDecl->defValue = defValue; in xmlSchemaParseLocalAttribute() 7392 if (defValue != NULL) in xmlSchemaParseLocalAttribute() 7393 use->defValue = defValue; in xmlSchemaParseLocalAttribute() [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 366 d defValue * const xmlChar *
|