Home
last modified time | relevance | path

Searched refs:defValue (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp138 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/
DTerminalManager.java195 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/
Dcxfa_widgetacc.cpp372 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/
DSplitKit.h298 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx);
DSplitKit.cpp345 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/
DSplitKit.h333 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx);
DSplitKit.cpp384 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/
DSplitKit.h353 VNInfo *defValue(unsigned RegIdx, const VNInfo *ParentVNI, SlotIndex Idx,
DSplitKit.cpp457 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/
DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member
/external/libxml2/
Dxmlschemas.c537 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/
DschemasInternals.rpgle366 d defValue * const xmlChar *