Searched defs:defValue (Results 1 – 11 of 11) sorted by relevance
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTypedArray.java | 18 public boolean getBoolean(int index, boolean defValue) { in getBoolean() 23 public float getFloat(int index, float defValue) { in getFloat() 28 public int getInt(int index, int defValue) { in getInt() 33 public int getInteger(int index, int defValue) { in getInteger() 38 public float getDimension(int index, float defValue) { in getDimension() 43 public int getDimensionPixelOffset(int index, int defValue) { in getDimensionPixelOffset() 48 public int getDimensionPixelSize(int index, int defValue) { in getDimensionPixelSize() 53 public int getLayoutDimension(int index, int defValue) { in getLayoutDimension() 58 public int getResourceId(int index, int defValue) { in getResourceId()
|
/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() 37 private Object getValue(String key, Object defValue) { in getValue() 49 public int getInt(String key, int defValue) { in getInt() 54 public long getLong(String key, long defValue) { in getLong() 59 public float getFloat(String key, float defValue) { in getFloat() 64 public boolean getBoolean(String key, boolean defValue) { in getBoolean()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalManager.java | 194 public int getIntParameter(String key, int defValue) { in getIntParameter() 198 public String getStringParameter(String key, String defValue) { in getStringParameter()
|
/external/pdfium/xfa/fgas/crt/ |
D | fgas_utils.h | 124 baseType& GetAt(int32_t index, const baseType& defValue) const { in GetAt()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidgetacc.cpp | 228 CXFA_Value defValue(nullptr); in ResetData() local 251 if (CXFA_Value defValue = GetDefaultValue()) { in ResetData() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.cpp | 345 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 384 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_document_datamerger_imp.cpp | 128 CXFA_Value defValue(pFormNode->GetProperty(0, XFA_Element::Value)); in CreateDataBinding() local
|
D | cxfa_widgetdata.cpp | 83 CXFA_Value defValue(pNode->GetProperty(0, XFA_Element::Value, true)); in CreateUIChild() local
|
/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
|