Home
last modified time | relevance | path

Searched defs:defValue (Results 1 – 11 of 11) 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.java194 public int getIntParameter(String key, int defValue) { in getIntParameter()
198 public String getStringParameter(String key, String defValue) { in getStringParameter()
/external/pdfium/xfa/fgas/crt/
Dfgas_utils.h124 baseType& GetAt(int32_t index, const baseType& defValue) const { in GetAt()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp228 CXFA_Value defValue(nullptr); in ResetData() local
251 if (CXFA_Value defValue = GetDefaultValue()) { in ResetData() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp345 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
/external/llvm/lib/CodeGen/
DSplitKit.cpp384 VNInfo *SplitEditor::defValue(unsigned RegIdx, in defValue() function in SplitEditor
/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.cpp128 CXFA_Value defValue(pFormNode->GetProperty(0, XFA_Element::Value)); in CreateDataBinding() local
Dcxfa_widgetdata.cpp83 CXFA_Value defValue(pNode->GetProperty(0, XFA_Element::Value, true)); in CreateUIChild() local
/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