/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
D | TestAttributeSet.java | 54 …public boolean getAttributeBooleanValue(String namespace, String attribute, boolean defaultValue) { in getAttributeBooleanValue() 65 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 101 …int getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) { in getAttributeListValue() 106 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { in getAttributeUnsignedIntValue() 111 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() 122 public int getAttributeListValue(int index, String[] options, int defaultValue) { in getAttributeListValue() 127 public boolean getAttributeBooleanValue(int resourceId, boolean defaultValue) { in getAttributeBooleanValue() 132 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 142 public int getAttributeResourceValue(int resourceId, int defaultValue) { in getAttributeResourceValue() 149 public int getAttributeIntValue(int index, int defaultValue) { in getAttributeIntValue() [all …]
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | Settings.java | 136 int getUploadBandwidth(int defaultValue) { in getUploadBandwidth() 148 int getDownloadBandwidth(int defaultValue) { in getDownloadBandwidth() 155 boolean getEnablePush(boolean defaultValue) { in getEnablePush() 161 int getRoundTripTime(int defaultValue) { in getRoundTripTime() 167 int getMaxConcurrentStreams(int defaultValue) { in getMaxConcurrentStreams() 173 int getCurrentCwnd(int defaultValue) { in getCurrentCwnd() 179 int getMaxFrameSize(int defaultValue) { in getMaxFrameSize() 185 int getDownloadRetransRate(int defaultValue) { in getDownloadRetransRate() 191 int getMaxHeaderListSize(int defaultValue) { in getMaxHeaderListSize() 196 int getInitialWindowSize(int defaultValue) { in getInitialWindowSize() [all …]
|
/external/skia/tools/flags/ |
D | SkCommandLineFlags.h | 195 #define DEFINE_bool(name, defaultValue, helpString) \ argument 205 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument 215 #define DEFINE_string(name, defaultValue, helpString) \ argument 222 #define DEFINE_extended_string(name, defaultValue, helpString, extendedHelpString) \ argument 233 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ argument 246 #define DEFINE_int32(name, defaultValue, helpString) \ argument 253 #define DEFINE_int32_2(name, shortName, defaultValue, helpString) \ argument 263 #define DEFINE_double(name, defaultValue, helpString) \ argument 297 bool defaultValue, const char* helpString) { in CreateBoolFlag() 319 int32_t defaultValue, const char* helpString) { in CreateIntFlag() [all …]
|
/external/apache-http/src/org/apache/http/params/ |
D | AbstractHttpParams.java | 61 public long getLongParameter(final String name, long defaultValue) { in getLongParameter() 74 public int getIntParameter(final String name, int defaultValue) { in getIntParameter() 87 public double getDoubleParameter(final String name, double defaultValue) { in getDoubleParameter() 100 public boolean getBooleanParameter(final String name, boolean defaultValue) { in getBooleanParameter()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | LongHashtable.java | 18 public LongHashtable (int defaultValue) { in LongHashtable() 36 private int defaultValue; field in LongHashtable
|
D | IntHashtable.java | 19 public IntHashtable (int defaultValue) { in IntHashtable() 37 private int defaultValue; field in IntHashtable
|
D | IntStringHashtable.java | 19 public IntStringHashtable (String defaultValue) { in IntStringHashtable() 37 private String defaultValue; field in IntStringHashtable
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | LongHashtable.java | 19 public LongHashtable (int defaultValue) { in LongHashtable() 37 private int defaultValue; field in LongHashtable
|
D | IntStringHashtable.java | 20 public IntStringHashtable (String defaultValue) { in IntStringHashtable() 38 private String defaultValue; field in IntStringHashtable
|
D | IntHashtable.java | 20 public IntHashtable (int defaultValue) { in IntHashtable() 38 private int defaultValue; field in IntHashtable
|
/external/guice/core/src/com/google/inject/internal/ |
D | InternalFlags.java | 94 NullableProvidesOption defaultValue) { in parseNullableProvidesOption() 106 private static <T extends Enum<T>> T getSystemOption(final String name, T defaultValue) { in getSystemOption() 119 private static <T extends Enum<T>> T getSystemOption(final String name, T defaultValue, in getSystemOption()
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
D | AnnotationDefaultAttribute.java | 35 public ElementValue defaultValue; field in AnnotationDefaultAttribute 50 ElementValue defaultValue) in AnnotationDefaultAttribute()
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
D | RcsPresenceInfo.java | 308 private String getServiceInfo(int serviceType, String infoKey, String defaultValue) { in getServiceInfo() 317 private long getServiceInfo(int serviceType, String infoKey, long defaultValue) { in getServiceInfo() 326 private int getServiceInfo(int serviceType, String infoType, int defaultValue) { in getServiceInfo() 334 private Uri getServiceInfo(int serviceType, String infoKey, Uri defaultValue) { in getServiceInfo()
|
/external/vogar/src/vogar/ |
D | AnnotatedOutcome.java | 76 public ResultValue getMostRecentResultValue(ResultValue defaultValue) { in getMostRecentResultValue() 105 public Long lastRun(Long defaultValue) { in lastRun()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | XmlReader.java | 479 public String getAttribute (String name, String defaultValue) { in getAttribute() 631 public float getFloatAttribute (String name, float defaultValue) { in getFloatAttribute() 642 public int getIntAttribute (String name, int defaultValue) { in getIntAttribute() 653 public boolean getBooleanAttribute (String name, boolean defaultValue) { in getBooleanAttribute() 669 public String get (String name, String defaultValue) { in get() 691 public int getInt (String name, int defaultValue) { in getInt() 707 public float getFloat (String name, float defaultValue) { in getFloat() 723 public boolean getBoolean (String name, boolean defaultValue) { in getBoolean()
|
D | JsonValue.java | 592 public String getString (String name, String defaultValue) { in getString() 598 public float getFloat (String name, float defaultValue) { in getFloat() 604 public double getDouble (String name, double defaultValue) { in getDouble() 610 public long getLong (String name, long defaultValue) { in getLong() 616 public int getInt (String name, int defaultValue) { in getInt() 622 public boolean getBoolean (String name, boolean defaultValue) { in getBoolean() 628 public byte getByte (String name, byte defaultValue) { in getByte() 634 public short getShort (String name, short defaultValue) { in getShort() 640 public char getChar (String name, char defaultValue) { in getChar()
|
D | ObjectIntMap.java | 278 public int get (K key, int defaultValue) { in get() 291 private int getStash (K key, int defaultValue) { in getStash() 300 public int getAndIncrement (K key, int defaultValue, int increment) { in getAndIncrement() 315 private int getAndIncrementStash (K key, int defaultValue, int increment) { in getAndIncrementStash() 327 public int remove (K key, int defaultValue) { in remove() 356 int removeStash (K key, int defaultValue) { in removeStash()
|
D | ObjectFloatMap.java | 278 public float get (K key, float defaultValue) { in get() 291 private float getStash (K key, float defaultValue) { in getStash() 300 public float getAndIncrement (K key, float defaultValue, float increment) { in getAndIncrement() 315 private float getAndIncrementStash (K key, float defaultValue, float increment) { in getAndIncrementStash() 327 public float remove (K key, float defaultValue) { in remove() 356 float removeStash (K key, float defaultValue) { in removeStash()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowBundle.java | 55 public String getString(String key, String defaultValue) { in getString() 74 public long getLong(String key, long defaultValue) { in getLong() 90 public int getInt(String key, int defaultValue) { in getInt() 106 public double getDouble(String key, double defaultValue) { in getDouble() 122 public Byte getByte(String key, byte defaultValue) { in getByte() 138 public boolean getBoolean(String key, boolean defaultValue) { in getBoolean() 154 public char getChar(String key, char defaultValue) { in getChar() 181 public short getShort(String key, short defaultValue) { in getShort() 197 public float getFloat(String key, float defaultValue) { in getFloat()
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | AbstractData.java | 51 public String getValue(String path, String defaultValue) { in getValue() 67 public int getIntValue(String path, int defaultValue) { in getIntValue()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/ |
D | eoo.py | 4 defaultValue = 0 variable in EndOfOctets
|
/external/libvncserver/webclients/novnc/include/ |
D | webutil.js | 119 WebUtil.readCookie = function (name, defaultValue) { argument 174 WebUtil.readSetting = function (name, defaultValue) { argument
|
/external/skia/include/utils/ |
D | SkRTConf.h | 53 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static SkRTConf<con… argument 62 #define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static confType var… argument 107 SkRTConf<T>::SkRTConf(const char *name, const T &defaultValue, const char *description) in SkRTConf()
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | JSONArray.java | 450 public boolean optBoolean(int index, boolean defaultValue) { in optBoolean() 481 public double optDouble(int index, double defaultValue) { in optDouble() 511 public int optInt(int index, int defaultValue) { in optInt() 567 public long optLong(int index, long defaultValue) { in optLong() 597 public String optString(int index, String defaultValue) { in optString()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/ |
D | ExecutionUtils.java | 269 public static <T> T runObjectIgnore(RunnableObjectEx<T> runnable, T defaultValue) { in runObjectIgnore() 283 public static <T> T runObjectLog(RunnableObjectEx<T> runnable, T defaultValue) { in runObjectLog()
|