Home
last modified time | relevance | path

Searched defs:defVal (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java238 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty()
242 protected static int getIntProperty(String key, int defVal) { in getIntProperty()
246 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
413 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty()
424 public int getIntProperty(String key, int defVal) { in getIntProperty()
428 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
436 public long getLongProperty(String key, long defVal) { in getLongProperty()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestFmwk.java239 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty()
243 protected static int getIntProperty(String key, int defVal) { in getIntProperty()
247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
414 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty()
425 public int getIntProperty(String key, int defVal) { in getIntProperty()
429 public int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty()
437 public long getLongProperty(String key, long defVal) { in getLongProperty()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorKey.java136 String defVal = attrDef.getDefault(); in setPropertiesFromAttributes() local
DXSLTElementProcessor.java375 String defVal = attrDef.getDefault(); in setPropertiesFromAttributes() local
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java502 public boolean getProperty(String k, boolean defVal) { in getProperty()
518 public int getProperty(String k, int defVal) { in getProperty()
/external/u-boot/drivers/bios_emulator/
Dbiosemui.h127 u32 defVal; member
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp152 ValueDef::set(Value *defVal) in set()
/external/libxml2/include/libxml/
DschemasInternals.h267 xmlSchemaValPtr defVal; /* The compiled value constraint */ member
792 xmlSchemaValPtr defVal; /* The compiled value contraint. */ member
/external/cldr/tools/java/com/ibm/icu/dev/test/
DTestFmwk.java902 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty()
/external/icu/icu4c/source/common/
Duresbund.cpp2546 char defVal[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local
/external/libxml2/
Dxmlschemas.c538 xmlSchemaValPtr defVal; member