Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestFmwk.java215 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
216 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty()
219 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
220 return getParams().getIntProperty(key, defVal); in getIntProperty()
223 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
224 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty()
390 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
393 return defVal; in getBooleanProperty()
401 public int getIntProperty(String key, int defVal) { in getIntProperty() argument
402 return getIntProperty(key, defVal, -1); in getIntProperty()
[all …]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java214 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
215 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty()
218 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
219 return getParams().getIntProperty(key, defVal); in getIntProperty()
222 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
223 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty()
389 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
392 return defVal; in getBooleanProperty()
400 public int getIntProperty(String key, int defVal) { in getIntProperty() argument
401 return getIntProperty(key, defVal, -1); in getIntProperty()
[all …]
/external/libvncserver/webclients/novnc/include/
Dwebutil.js81 WebUtil.getQueryVar = function (name, defVal) { argument
85 if (typeof defVal === 'undefined') { defVal = null; }
89 return defVal;
Dui.js273 initSetting: function(name, defVal) { argument
277 val = WebUtil.readSetting(name, defVal);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorKey.java136 String defVal = attrDef.getDefault(); in setPropertiesFromAttributes() local
138 if (null != defVal) in setPropertiesFromAttributes()
DXSLTElementProcessor.java375 String defVal = attrDef.getDefault(); in setPropertiesFromAttributes() local
377 if (null != defVal) in setPropertiesFromAttributes()
/external/icu/icu4c/source/common/
Duresbund.cpp2515 char defVal[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local
2583 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
2586 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent()
2590 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2608 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status)); in ures_getFunctionalEquivalent()
2658 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
2661 … path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent()
2687 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) { in ures_getFunctionalEquivalent()
2689 fprintf(stderr, "Failed to locate kw %s - try default %s\n", kwVal, defVal); in ures_getFunctionalEquivalent()
2691 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
[all …]
/external/libxml2/include/libxml/
DschemasInternals.h267 xmlSchemaValPtr defVal; /* The compiled value constraint */ member
792 xmlSchemaValPtr defVal; /* The compiled value contraint. */ member
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp152 ValueDef::set(Value *defVal) in set() argument
154 if (value == defVal) in set()
158 if (defVal) in set()
159 defVal->defs.push_back(this); in set()
161 value = defVal; in set()
/external/libxml2/
Dxmlschemas.c538 xmlSchemaValPtr defVal; member
3771 if (attr->defVal != NULL) in xmlSchemaFreeAttribute()
3772 xmlSchemaFreeValue(attr->defVal); in xmlSchemaFreeAttribute()
3789 if (use->defVal != NULL) in xmlSchemaFreeAttributeUse()
3790 xmlSchemaFreeValue(use->defVal); in xmlSchemaFreeAttributeUse()
3959 if (elem->defVal != NULL) in xmlSchemaFreeElement()
3960 xmlSchemaFreeValue(elem->defVal); in xmlSchemaFreeElement()
14080 *val = attruse->defVal; in xmlSchemaGetEffectiveValueConstraint()
14088 *val = attruse->attrDecl->defVal; in xmlSchemaGetEffectiveValueConstraint()
19571 attr->defValue, &(attr->defVal), in xmlSchemaCheckAttrPropsCorrect()
[all …]
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle373 d defVal like(xmlSchemaValPtr) Compiled constraint