Searched defs:defaultValue (Results 1 – 11 of 11) sorted by relevance
98 protected int getSettingMode(int defaultValue) { in getSettingMode()117 public int getSettingMode(int defaultValue) { in getSettingMode()131 protected int getSettingMode(int defaultValue) { in getSettingMode()163 protected int getSettingMode(int defaultValue) { in getSettingMode()178 protected int getSettingMode(int defaultValue) { in getSettingMode()192 protected int getSettingMode(int defaultValue) { in getSettingMode()
110 protected abstract int getSettingMode(int defaultValue); in getSettingMode()
27 private Object defaultValue = Uninitialized.unset(); field in SigAnnotationField37 public void setDefaultValue(Object defaultValue) { in setDefaultValue()
150 Integer defaultValue = (Integer)annotationField.getDefaultValue(); in testAnnotationDefaultsInt1() local174 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsInt2() local198 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsInt3() local235 Double defaultValue = (Double)annotationField.getDefaultValue(); in testAnnotationDefaultsDouble1() local259 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsDouble2() local283 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsDouble3() local321 IEnumConstant defaultValue = (IEnumConstant)field.getDefaultValue(); in testAnnotationDefaultsEnum1() local359 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsEnum2() local389 Object[] defaultValue = (Object[])field.getDefaultValue(); in testAnnotationDefaultsEnum3() local444 IAnnotation defaultValue = (IAnnotation)field.getDefaultValue(); in testAnnotationDefaultsAnnotation1() local[all …]
84 public ResultValue getMostRecentResultValue(ResultValue defaultValue) { in getMostRecentResultValue()140 public Long lastRun(Long defaultValue) { in lastRun()
840 public int getSensitivityMinimumOrDefault(int defaultValue) { in getSensitivityMinimumOrDefault()873 public int getSensitivityMaximumOrDefault(int defaultValue) { in getSensitivityMaximumOrDefault()893 public long getExposureMinimumOrDefault(long defaultValue) { in getExposureMinimumOrDefault()926 public long getExposureMaximumOrDefault(long defaultValue) { in getExposureMaximumOrDefault()1799 private <T> T getArrayElementOrDefault(Key<?> key, T defaultValue, String name, int index, in getArrayElementOrDefault()
146 Object defaultValue) { in onSetInitialValue()
415 String defaultValue, JsPromptResult result) { in onJsPrompt()
484 Object defaultValue) { in convertAnnotationField()
962 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
10628 GameBoyCore.prototype.getTypedArray = function (length, defaultValue, numberType) { argument