Home
last modified time | relevance | path

Searched defs:defaultValue (Results 1 - 25 of 68) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DobjectAssignLikeNonUnionResult.js
/third_party/skia/modules/skottie/src/
H A DSkottieJson.h24 T ParseDefault(const skjson::Value& v, const T& defaultValue) { in ParseDefault() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceTableAccess.java23 getTableString(String path, ULocale locale, String tableName, String itemName, String defaultValue) getTableString() argument
34 getTableString(ICUResourceBundle bundle, String tableName, String subtableName, String item, String defaultValue) getTableString() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DLongHashtable.java23 public LongHashtable (int defaultValue) { in LongHashtable() argument
41 private int defaultValue; field in LongHashtable
H A DIntStringHashtable.java24 public IntStringHashtable (String defaultValue) { in IntStringHashtable() argument
42 private String defaultValue; field in IntStringHashtable
H A DIntHashtable.java24 public IntHashtable (int defaultValue) { in IntHashtable() argument
42 private int defaultValue; field in IntHashtable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DLongHashtable.java20 public LongHashtable (int defaultValue) { in LongHashtable() argument
38 private int defaultValue; field in LongHashtable
H A DIntStringHashtable.java21 public IntStringHashtable (String defaultValue) { in IntStringHashtable() argument
39 private String defaultValue; field in IntStringHashtable
H A DIntHashtable.java21 public IntHashtable (int defaultValue) { in IntHashtable() argument
39 private int defaultValue; field in IntHashtable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceTableAccess.java25 getTableString(String path, ULocale locale, String tableName, String itemName, String defaultValue) getTableString() argument
36 getTableString(ICUResourceBundle bundle, String tableName, String subtableName, String item, String defaultValue) getTableString() argument
/third_party/skia/tests/
H A DTest.cpp58 const char* defaultValue = "/data/local/tmp"; in GetTmpDir() local
61 const char* defaultValue = "/tmp"; in GetTmpDir() local
64 const char* defaultValue = nullptr; in GetTmpDir() local
67 const char* defaultValue = nullptr; in GetTmpDir() local
/third_party/node/test/parallel/
H A Dtest-event-capture-rejections.js69 function defaultValue() { function
/third_party/skia/src/sfnt/
H A DSkOTTable_fvar.h35 SK_OT_Fixed defaultValue; member
/third_party/protobuf/objectivec/
H A DGPBType.pbobjc.h301 @property(nonatomic, readwrite, copy, null_resettable) NSString *defaultValue; variable
H A DGPBDescriptor.h178 @property(nonatomic, readonly) GPBGenericValue defaultValue; variable
314 @property(nonatomic, readonly, nullable) id defaultValue; variable
/third_party/vk-gl-cts/framework/common/
H A DtcuStringTemplate.cpp88 string defaultValue; in specialize() local
130 res << defaultValue; in specialize() local
/third_party/icu/icu4c/source/common/
H A Dpluralmap.h229 getMutableWithDefault( Category category, const T &defaultValue, UErrorCode &status) getMutableWithDefault() argument
260 getMutable( Category category, const T *defaultValue, UErrorCode &status) getMutable() argument
/third_party/node/deps/icu-small/source/common/
H A Dpluralmap.h229 getMutableWithDefault( Category category, const T &defaultValue, UErrorCode &status) getMutableWithDefault() argument
260 getMutable( Category category, const T *defaultValue, UErrorCode &status) getMutable() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs220 public static FieldCodec<string> ForString(uint tag, string defaultValue) in ForString() argument
231 public static FieldCodec<ByteString> ForBytes(uint tag, ByteString defaultValue) in ForBytes() argument
242 public static FieldCodec<bool> ForBool(uint tag, bool defaultValue) in ForBool() argument
253 ForInt32(uint tag, int defaultValue) ForInt32() argument
264 ForSInt32(uint tag, int defaultValue) ForSInt32() argument
275 ForFixed32(uint tag, uint defaultValue) ForFixed32() argument
286 ForSFixed32(uint tag, int defaultValue) ForSFixed32() argument
297 ForUInt32(uint tag, uint defaultValue) ForUInt32() argument
308 ForInt64(uint tag, long defaultValue) ForInt64() argument
319 ForSInt64(uint tag, long defaultValue) ForSInt64() argument
330 ForFixed64(uint tag, ulong defaultValue) ForFixed64() argument
341 ForSFixed64(uint tag, long defaultValue) ForSFixed64() argument
352 ForUInt64(uint tag, ulong defaultValue) ForUInt64() argument
363 ForFloat(uint tag, float defaultValue) ForFloat() argument
374 ForDouble(uint tag, double defaultValue) ForDouble() argument
390 ForEnum(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32, T defaultValue) ForEnum() argument
[all...]
/third_party/skia/src/core/
H A DSkUtils.cpp46 int GetIntParamWithDefault(int paramValue, int maxValue, int defaultValue) in GetIntParamWithDefault() argument
/third_party/skia/third_party/externals/oboe/src/common/
H A DUtilities.cpp282 int getPropertyInteger(const char * name, int defaultValue) { in getPropertyInteger() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dpluralmap.h229 getMutableWithDefault( Category category, const T &defaultValue, UErrorCode &status) getMutableWithDefault() argument
260 getMutable( Category category, const T *defaultValue, UErrorCode &status) getMutable() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntryLite.java51 public final V defaultValue; field in MapEntryLite.Metadata
53 Metadata( WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) Metadata() argument
73 MapEntryLite( WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) MapEntryLite() argument
102 newDefaultInstance( WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) newDefaultInstance() argument
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java351 private IRubyObject defaultValue(ThreadContext context) { in defaultValue() method in RubyRepeatedField
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderConfig.hpp119 T getValueOrDefault (const RenderConfig& config, const T RenderConfig::*field, T defaultValue) in getValueOrDefault() argument

Completed in 10 milliseconds

123