/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTypedArray.java | 18 public boolean getBoolean(int index, boolean defValue) { in getBoolean() argument 19 return defValue; in getBoolean() 23 public float getFloat(int index, float defValue) { in getFloat() argument 24 return defValue; in getFloat() 28 public int getInt(int index, int defValue) { in getInt() argument 29 return defValue; in getInt() 33 public int getInteger(int index, int defValue) { in getInteger() argument 34 return defValue; in getInteger() 38 public float getDimension(int index, float defValue) { in getDimension() argument 39 return defValue; in getDimension() [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/ |
D | TestSharedPreferences.java | 33 public String getString(String key, String defValue) { in getString() argument 34 return (String) getValue(key, defValue); in getString() 37 private Object getValue(String key, Object defValue) { in getValue() argument 45 return defValue; in getValue() 49 public int getInt(String key, int defValue) { in getInt() argument 50 return (Integer) getValue(key, defValue); in getInt() 54 public long getLong(String key, long defValue) { in getLong() argument 55 return (Long) getValue(key, defValue); in getLong() 59 public float getFloat(String key, float defValue) { in getFloat() argument 60 return (Float) getValue(key, defValue); in getFloat() [all …]
|
/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 | 194 public int getIntParameter(String key, int defValue) { in getIntParameter() argument 195 return mPreferences.getInt(key, defValue); in getIntParameter() 198 public String getStringParameter(String key, String defValue) { in getStringParameter() argument 199 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/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 *
|