Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java182 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
183 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty()
186 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
187 return getParams().getIntProperty(key, defVal); in getIntProperty()
190 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
191 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty()
357 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
360 return defVal; in getBooleanProperty()
368 public int getIntProperty(String key, int defVal) { in getIntProperty() argument
369 return getIntProperty(key, defVal, -1); in getIntProperty()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestFmwk.java183 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
184 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty()
187 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument
188 return getParams().getIntProperty(key, defVal); in getIntProperty()
191 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument
192 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty()
358 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument
361 return defVal; in getBooleanProperty()
369 public int getIntProperty(String key, int defVal) { in getIntProperty() argument
370 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.cpp2514 char defVal[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local
2582 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
2585 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent()
2589 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent()
2607 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status)); in ures_getFunctionalEquivalent()
2657 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent()
2660 … path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent()
2686 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) { in ures_getFunctionalEquivalent()
2688 fprintf(stderr, "Failed to locate kw %s - try default %s\n", kwVal, defVal); in ures_getFunctionalEquivalent()
2690 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/nv50/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.c530 xmlSchemaValPtr defVal; member
3756 if (attr->defVal != NULL) in xmlSchemaFreeAttribute()
3757 xmlSchemaFreeValue(attr->defVal); in xmlSchemaFreeAttribute()
3774 if (use->defVal != NULL) in xmlSchemaFreeAttributeUse()
3775 xmlSchemaFreeValue(use->defVal); in xmlSchemaFreeAttributeUse()
3944 if (elem->defVal != NULL) in xmlSchemaFreeElement()
3945 xmlSchemaFreeValue(elem->defVal); in xmlSchemaFreeElement()
14054 *val = attruse->defVal; in xmlSchemaGetEffectiveValueConstraint()
14062 *val = attruse->attrDecl->defVal; in xmlSchemaGetEffectiveValueConstraint()
19545 attr->defValue, &(attr->defVal), in xmlSchemaCheckAttrPropsCorrect()
[all …]
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle373 d defVal like(xmlSchemaValPtr) Compiled constraint
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2248 CXFA_Value defVal = pWidgetData->GetFormValue(); in Script_Field_DefaultValue() local
2249 CXFA_Node* pNode = defVal.GetNode()->GetNodeItem(XFA_NODEITEM_FirstChild); in Script_Field_DefaultValue()
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...