Searched defs:defValue (Results 1 - 14 of 14) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTypedArray.java18 public boolean getBoolean(int index, boolean defValue) { argument
19 return defValue;
23 public float getFloat(int index, float defValue) { argument
24 return defValue;
28 public int getInt(int index, int defValue) { argument
29 return defValue;
33 public int getInteger(int index, int defValue) { argument
34 return defValue;
38 public float getDimension(int index, float defValue) { argument
39 return defValue;
43 getDimensionPixelOffset(int index, int defValue) argument
48 getDimensionPixelSize(int index, int defValue) argument
53 getLayoutDimension(int index, int defValue) argument
58 getResourceId(int index, int defValue) argument
[all...]
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInMemorySharedPreferences.java40 public String getString(String key, String defValue) { argument
46 return defValue;
61 public int getInt(String key, int defValue) { argument
67 return defValue;
71 public long getLong(String key, long defValue) { argument
77 return defValue;
81 public float getFloat(String key, float defValue) { argument
87 return defValue;
91 public boolean getBoolean(String key, boolean defValue) { argument
97 return defValue;
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferences.java33 public String getString(String key, String defValue) { argument
34 return (String) getValue(key, defValue);
37 private Object getValue(String key, Object defValue) { argument
45 return defValue;
49 public int getInt(String key, int defValue) { argument
50 return (Integer) getValue(key, defValue);
54 public long getLong(String key, long defValue) { argument
55 return (Long) getValue(key, defValue);
59 public float getFloat(String key, float defValue) { argument
60 return (Float) getValue(key, defValue);
64 getBoolean(String key, boolean defValue) argument
[all...]
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp373 VNInfo *SplitEditor::defValue(unsigned RegIdx, function in class:SplitEditor
458 return defValue(RegIdx, ParentVNI, Def);
1058 defValue(RegIdx, ParentVNI, ParentVNI->def);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
/external/libxml2/include/libxml/
H A DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c529 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7181 if (defValue) {
7186 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7195 if (defValue) {
7200 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7297 if (defValue != NULL) {
7298 attrDecl->defValue = defValue;
7331 if (defValue !
[all...]
/external/libxml2/
H A Dxmlschemas.c529 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7110 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7200 if (defValue) {
7205 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7214 if (defValue) {
7219 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7316 if (defValue != NULL) {
7317 attrDecl->defValue = defValue;
7350 if (defValue !
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 445 milliseconds