Searched defs:defValue (Results 1 – 10 of 10) 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 | 196 public int getIntParameter(String key, int defValue) { in getIntParameter() 200 public String getStringParameter(String key, String defValue) { in getStringParameter()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_utils_imp.cpp | 25 CXFA_Value defValue = pNode->GetProperty(0, XFA_ELEMENT_Value, TRUE); in XFA_CreateUIChild() local
|
D | xfa_document_datamerger_imp.cpp | 112 CXFA_Value defValue = pFormNode->GetProperty(0, XFA_ELEMENT_Value); in XFA_DataMerge_CreateDataBinding() local
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgetacc.cpp | 238 CXFA_Value defValue(NULL); in ResetData() local 261 if (CXFA_Value defValue = GetDefaultValue()) { in ResetData() local
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_utl.h | 379 baseType& GetAt(int32_t index, const baseType& defValue) const { in GetAt()
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 362 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 261 const xmlChar *defValue; /* The initial value of the value constraint */ member
|
/external/libxml2/ |
D | xmlschemas.c | 529 const xmlChar * defValue; member 7112 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local
|