/third_party/typescript/tests/baselines/reference/ |
H A D | objectAssignLikeNonUnionResult.js | |
/third_party/skia/modules/skottie/src/ |
H A D | SkottieJson.h | 24 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 D | ICUResourceTableAccess.java | 23 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 D | LongHashtable.java | 23 public LongHashtable (int defaultValue) { in LongHashtable() argument 41 private int defaultValue; field in LongHashtable
|
H A D | IntStringHashtable.java | 24 public IntStringHashtable (String defaultValue) { in IntStringHashtable() argument 42 private String defaultValue; field in IntStringHashtable
|
H A D | IntHashtable.java | 24 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 D | LongHashtable.java | 20 public LongHashtable (int defaultValue) { in LongHashtable() argument 38 private int defaultValue; field in LongHashtable
|
H A D | IntStringHashtable.java | 21 public IntStringHashtable (String defaultValue) { in IntStringHashtable() argument 39 private String defaultValue; field in IntStringHashtable
|
H A D | IntHashtable.java | 21 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 D | ICUResourceTableAccess.java | 25 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 D | Test.cpp | 58 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 D | test-event-capture-rejections.js | 69 function defaultValue() { function
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_fvar.h | 35 SK_OT_Fixed defaultValue; member
|
/third_party/protobuf/objectivec/ |
H A D | GPBType.pbobjc.h | 301 @property(nonatomic, readwrite, copy, null_resettable) NSString *defaultValue; variable
|
H A D | GPBDescriptor.h | 178 @property(nonatomic, readonly) GPBGenericValue defaultValue; variable 314 @property(nonatomic, readonly, nullable) id defaultValue; variable
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuStringTemplate.cpp | 88 string defaultValue; in specialize() local 130 res << defaultValue; in specialize() local
|
/third_party/icu/icu4c/source/common/ |
H A D | pluralmap.h | 229 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 D | pluralmap.h | 229 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 D | FieldCodec.cs | 220 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 D | SkUtils.cpp | 46 int GetIntParamWithDefault(int paramValue, int maxValue, int defaultValue) in GetIntParamWithDefault() argument
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | Utilities.cpp | 282 int getPropertyInteger(const char * name, int defaultValue) { in getPropertyInteger() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | pluralmap.h | 229 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 D | MapEntryLite.java | 51 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 D | RubyRepeatedField.java | 351 private IRubyObject defaultValue(ThreadContext context) { in defaultValue() method in RubyRepeatedField
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluRenderConfig.hpp | 119 T getValueOrDefault (const RenderConfig& config, const T RenderConfig::*field, T defaultValue) in getValueOrDefault() argument
|