Home
last modified time | relevance | path

Searched defs:defValue (Results 1 – 10 of 10) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTypedArray.java18 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/
DTestSharedPreferences.java33 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/
DTerminalManager.java196 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/
Dxfa_utils_imp.cpp25 CXFA_Value defValue = pNode->GetProperty(0, XFA_ELEMENT_Value, TRUE); in XFA_CreateUIChild() local
Dxfa_document_datamerger_imp.cpp112 CXFA_Value defValue = pFormNode->GetProperty(0, XFA_ELEMENT_Value); in XFA_DataMerge_CreateDataBinding() local
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp238 CXFA_Value defValue(NULL); in ResetData() local
261 if (CXFA_Value defValue = GetDefaultValue()) { in ResetData() local
/external/pdfium/xfa/src/fgas/include/
Dfx_utl.h379 baseType& GetAt(int32_t index, const baseType& defValue) const { in GetAt()
/external/llvm/lib/CodeGen/
DSplitKit.cpp362 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
/external/libxml2/include/libxml/
DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member
/external/libxml2/
Dxmlschemas.c529 const xmlChar * defValue; member
7112 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local