/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowTypedArray.java | 18 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 D | InMemorySharedPreferences.java | 40 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 D | TestSharedPreferences.java | 33 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 D | SplitKit.cpp | 374 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 D | schemasInternals.h | 261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
|
/external/libxml2/include/libxml/ |
H A D | schemasInternals.h | 261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
|
/external/chromium_org/third_party/libxml/src/ |
H A D | xmlschemas.c | 529 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 D | xmlschemas.c | 529 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant.jar | META-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 D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |