/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | TestFmwk.java | 239 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument 240 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty() 243 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument 244 return getParams().getIntProperty(key, defVal); in getIntProperty() 247 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument 248 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty() 414 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument 417 return defVal; in getBooleanProperty() 425 public int getIntProperty(String key, int defVal) { in getIntProperty() argument 426 return getIntProperty(key, defVal, -1); in getIntProperty() [all …]
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 238 protected static boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument 239 return getParams().getBooleanProperty(key, defVal); in getBooleanProperty() 242 protected static int getIntProperty(String key, int defVal) { in getIntProperty() argument 243 return getParams().getIntProperty(key, defVal); in getIntProperty() 246 protected static int getIntProperty(String key, int defVal, int maxVal) { in getIntProperty() argument 247 return getParams().getIntProperty(key, defVal, maxVal); in getIntProperty() 413 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument 416 return defVal; in getBooleanProperty() 424 public int getIntProperty(String key, int defVal) { in getIntProperty() argument 425 return getIntProperty(key, defVal, -1); in getIntProperty() [all …]
|
/external/kotlinx.atomicfu/gradle/ |
D | publish-npm-js.gradle | 5 def prop(name, defVal) { 7 if (value == null) return defVal
|
/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/ |
D | EffectDescription.h | 33 constexpr ParamType(std::string_view name, float minVal, float maxVal, float defVal) : in ParamType() argument 37 kDefVal(defVal) {} in ParamType()
|
/external/kotlinx.coroutines/gradle/ |
D | publish-npm-js.gradle | 5 def prop(name, defVal) { 7 if (value == null) return defVal
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRConfig.java | 508 public boolean getProperty(String k, boolean defVal) { in getProperty() argument 509 String val = getProperty(k, defVal ? "true" : null); in getProperty() 524 public int getProperty(String k, int defVal) { in getProperty() argument 525 String val = getProperty(k, Integer.toString(defVal)); in getProperty() 527 return defVal; in getProperty() 532 return defVal; in getProperty()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorKey.java | 136 String defVal = attrDef.getDefault(); in setPropertiesFromAttributes() local 138 if (null != defVal) in setPropertiesFromAttributes()
|
D | XSLTElementProcessor.java | 375 String defVal = attrDef.getDefault(); in setPropertiesFromAttributes() local 377 if (null != defVal) in setPropertiesFromAttributes()
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 267 xmlSchemaValPtr defVal; /* The compiled value constraint */ member 792 xmlSchemaValPtr defVal; /* The compiled value constraint. */ member
|
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 2611 char defVal[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local 2679 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 2682 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 2686 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent() 2704 } while(!defVal[0] && *found && uprv_strcmp(found, "root") != 0 && U_SUCCESS(*status)); in ures_getFunctionalEquivalent() 2754 u_UCharsToChars(defUstr, defVal, u_strlen(defUstr)); in ures_getFunctionalEquivalent() 2757 … path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus)); in ures_getFunctionalEquivalent() 2783 if((full[0]==0) && uprv_strcmp(kwVal, defVal)) { in ures_getFunctionalEquivalent() 2785 fprintf(stderr, "Failed to locate kw %s - try default %s\n", kwVal, defVal); in ures_getFunctionalEquivalent() 2787 uprv_strcpy(kwVal, defVal); in ures_getFunctionalEquivalent() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.cpp | 152 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/cldr/tools/java/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 914 public boolean getBooleanProperty(String key, boolean defVal) { in getBooleanProperty() argument 924 return defVal; in getBooleanProperty()
|
/external/libxml2/ |
D | xmlschemas.c | 538 xmlSchemaValPtr defVal; member 3810 if (attr->defVal != NULL) in xmlSchemaFreeAttribute() 3811 xmlSchemaFreeValue(attr->defVal); in xmlSchemaFreeAttribute() 3828 if (use->defVal != NULL) in xmlSchemaFreeAttributeUse() 3829 xmlSchemaFreeValue(use->defVal); in xmlSchemaFreeAttributeUse() 3998 if (elem->defVal != NULL) in xmlSchemaFreeElement() 3999 xmlSchemaFreeValue(elem->defVal); in xmlSchemaFreeElement() 14125 *val = attruse->defVal; in xmlSchemaGetEffectiveValueConstraint() 14133 *val = attruse->attrDecl->defVal; in xmlSchemaGetEffectiveValueConstraint() 19656 attr->defValue, &(attr->defVal), in xmlSchemaCheckAttrPropsCorrect() [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 373 d defVal like(xmlSchemaValPtr) Compiled constraint
|