Home
last modified time | relevance | path

Searched defs:defaultValue (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
DTestAttributeSet.java54 …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/
DSettings.java136 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/
DSkCommandLineFlags.h198 #define DEFINE_bool(name, defaultValue, helpString) \ argument
208 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument
218 #define DEFINE_string(name, defaultValue, helpString) \ argument
225 #define DEFINE_extended_string(name, defaultValue, helpString, extendedHelpString) \ argument
236 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ argument
249 #define DEFINE_int32(name, defaultValue, helpString) \ argument
256 #define DEFINE_int32_2(name, shortName, defaultValue, helpString) \ argument
266 #define DEFINE_double(name, defaultValue, helpString) \ argument
300 bool defaultValue, const char* helpString) { in CreateBoolFlag()
322 int32_t defaultValue, const char* helpString) { in CreateIntFlag()
[all …]
/external/skqp/tools/flags/
DSkCommandLineFlags.h198 #define DEFINE_bool(name, defaultValue, helpString) \ argument
208 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument
218 #define DEFINE_string(name, defaultValue, helpString) \ argument
225 #define DEFINE_extended_string(name, defaultValue, helpString, extendedHelpString) \ argument
236 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ argument
249 #define DEFINE_int32(name, defaultValue, helpString) \ argument
256 #define DEFINE_int32_2(name, shortName, defaultValue, helpString) \ argument
266 #define DEFINE_double(name, defaultValue, helpString) \ argument
300 bool defaultValue, const char* helpString) { in CreateBoolFlag()
322 int32_t defaultValue, const char* helpString) { in CreateIntFlag()
[all …]
/external/skia/tests/
DTest.cpp42 const char* defaultValue = "/data/local/tmp"; in GetTmpDir() local
45 const char* defaultValue = "/tmp"; in GetTmpDir() local
48 const char* defaultValue = nullptr; in GetTmpDir() local
51 const char* defaultValue = nullptr; in GetTmpDir() local
/external/skqp/tests/
DTest.cpp42 const char* defaultValue = "/data/local/tmp"; in GetTmpDir() local
45 const char* defaultValue = "/tmp"; in GetTmpDir() local
48 const char* defaultValue = nullptr; in GetTmpDir() local
51 const char* defaultValue = nullptr; in GetTmpDir() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/
DAnnotationMemberDeclaration.java53 private Expression defaultValue; field in AnnotationMemberDeclaration
58 …onMemberDeclaration(EnumSet<Modifier> modifiers, Type type, String name, Expression defaultValue) { in AnnotationMemberDeclaration()
66 Expression defaultValue) { in AnnotationMemberDeclaration()
75 String name, Expression defaultValue) { in AnnotationMemberDeclaration()
118 public AnnotationMemberDeclaration setDefaultValue(Expression defaultValue) { in setDefaultValue()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java600 String[] options, int defaultValue) { in getAttributeListValue()
615 boolean defaultValue) { in getAttributeBooleanValue()
624 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
633 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
638 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { in getAttributeUnsignedIntValue()
648 float defaultValue) { in getAttributeFloatValue()
662 int idx, String[] options, int defaultValue) { in getAttributeListValue()
678 int idx, boolean defaultValue) { in getAttributeBooleanValue()
687 public int getAttributeResourceValue(int idx, int defaultValue) { in getAttributeResourceValue()
699 public int getAttributeIntValue(int idx, int defaultValue) { in getAttributeIntValue()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
DAnnotationMemberDeclaration.java46 private Expression defaultValue; field in AnnotationMemberDeclaration
51 …ublic AnnotationMemberDeclaration(int modifiers, Type type, String name, Expression defaultValue) { in AnnotationMemberDeclaration()
58 …int modifiers, List<AnnotationExpr> annotations, Type type, String name, Expression defaultValue) { in AnnotationMemberDeclaration()
66 …int modifiers, List<AnnotationExpr> annotations, Type type, String name, Expression defaultValue) { in AnnotationMemberDeclaration()
106 public void setDefaultValue(Expression defaultValue) { in setDefaultValue()
/external/apache-http/src/org/apache/http/params/
DAbstractHttpParams.java61 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
DAnnotationMemberDeclaration.java71 private Expression defaultValue; field in AnnotationMemberDeclaration
77 …onMemberDeclaration(EnumSet<Modifier> modifiers, Type type, String name, Expression defaultValue) { in AnnotationMemberDeclaration()
82 …fiers, NodeList<AnnotationExpr> annotations, Type type, SimpleName name, Expression defaultValue) { in AnnotationMemberDeclaration()
90 …fiers, NodeList<AnnotationExpr> annotations, Type type, SimpleName name, Expression defaultValue) { in AnnotationMemberDeclaration()
149 public AnnotationMemberDeclaration setDefaultValue(final Expression defaultValue) { in setDefaultValue()
/external/guice/core/src/com/google/inject/internal/
DInternalFlags.java94 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DLongHashtable.java23 public LongHashtable (int defaultValue) { in LongHashtable()
41 private int defaultValue; field in LongHashtable
DIntHashtable.java24 public IntHashtable (int defaultValue) { in IntHashtable()
42 private int defaultValue; field in IntHashtable
DIntStringHashtable.java24 public IntStringHashtable (String defaultValue) { in IntStringHashtable()
42 private String defaultValue; field in IntStringHashtable
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DIntStringHashtable.java21 public IntStringHashtable (String defaultValue) { in IntStringHashtable()
39 private String defaultValue; field in IntStringHashtable
DLongHashtable.java20 public LongHashtable (int defaultValue) { in LongHashtable()
38 private int defaultValue; field in LongHashtable
DIntHashtable.java21 public IntHashtable (int defaultValue) { in IntHashtable()
39 private int defaultValue; field in IntHashtable
/external/proguard/src/proguard/classfile/attribute/annotation/
DAnnotationDefaultAttribute.java35 public ElementValue defaultValue; field in AnnotationDefaultAttribute
50 ElementValue defaultValue) in AnnotationDefaultAttribute()
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DJsonRpcEntity.java15 String defaultValue) { in getStringFieldOrDefault()
24 boolean defaultValue) { in getBooleanFieldOrDefault()
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresenceInfo.java310 private String getServiceInfo(int serviceType, String infoKey, String defaultValue) { in getServiceInfo()
319 private long getServiceInfo(int serviceType, String infoKey, long defaultValue) { in getServiceInfo()
328 private int getServiceInfo(int serviceType, String infoType, int defaultValue) { in getServiceInfo()
336 private Uri getServiceInfo(int serviceType, String infoKey, Uri defaultValue) { in getServiceInfo()
/external/flatbuffers/js/
Dflatbuffers.js403 flatbuffers.Builder.prototype.addFieldInt8 = function(voffset, value, defaultValue) { argument
415 flatbuffers.Builder.prototype.addFieldInt16 = function(voffset, value, defaultValue) { argument
427 flatbuffers.Builder.prototype.addFieldInt32 = function(voffset, value, defaultValue) { argument
439 flatbuffers.Builder.prototype.addFieldInt64 = function(voffset, value, defaultValue) { argument
451 flatbuffers.Builder.prototype.addFieldFloat32 = function(voffset, value, defaultValue) { argument
463 flatbuffers.Builder.prototype.addFieldFloat64 = function(voffset, value, defaultValue) { argument
475 flatbuffers.Builder.prototype.addFieldOffset = function(voffset, value, defaultValue) { argument
489 flatbuffers.Builder.prototype.addFieldStruct = function(voffset, value, defaultValue) { argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBundle.java55 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceTableAccess.java24 String itemName, String defaultValue) { in getTableString()
35 String subtableName, String item, String defaultValue) { in getTableString()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceTableAccess.java26 String itemName, String defaultValue) { in getTableString()
37 String subtableName, String item, String defaultValue) { in getTableString()

12345678910>>...13