Home
last modified time | relevance | path

Searched defs:MIN_VALUE (Results 1 – 25 of 40) sorted by relevance

12

/external/rust/android-crates-io/crates/bytemuck/src/
Dcontiguous.rs104 const MIN_VALUE: Self::Int; constant
178 const MIN_VALUE: $repr = $min; constant
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/src/
Dcontiguous.rs104 const MIN_VALUE: Self::Int; constant
178 const MIN_VALUE: $repr = $min; constant
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/src/
Dcontiguous.rs104 const MIN_VALUE: Self::Int; constant
178 const MIN_VALUE: $repr = $min; constant
/external/rust/android-crates-io/crates/bytemuck/tests/
Ddoc_tests.rs58 const MIN_VALUE: u8 = Foo::A as u8; in test_contiguous_doc() constant
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/tests/
Ddoc_tests.rs58 const MIN_VALUE: u8 = Foo::A as u8; in test_contiguous_doc() constant
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/tests/
Ddoc_tests.rs58 const MIN_VALUE: u8 = Foo::A as u8; in test_contiguous_doc() constant
/external/guava/android/guava/src/com/google/common/xml/
DXmlEscapers.java110 builder.setSafeRange(Character.MIN_VALUE, '\uFFFD'); in builder.setSafeRange()
/external/guava/guava/src/com/google/common/xml/
DXmlEscapers.java110 builder.setSafeRange(Character.MIN_VALUE, '\uFFFD'); in builder.setSafeRange()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DLongLiteralExpr.java35 protected static final String MIN_VALUE = "-" + UNSIGNED_MIN_VALUE + "L"; field in LongLiteralExpr
DIntegerLiteralExpr.java35 protected static final String MIN_VALUE = "-" + UNSIGNED_MIN_VALUE; field in IntegerLiteralExpr
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DLongLiteralExpr.java34 protected static final String MIN_VALUE = "-" + UNSIGNED_MIN_VALUE + "L"; field in LongLiteralExpr
DIntegerLiteralExpr.java34 protected static final String MIN_VALUE = "-" + UNSIGNED_MIN_VALUE; field in IntegerLiteralExpr
/external/cronet/stable/third_party/icu/source/common/unicode/
Duniset.h363 MIN_VALUE = 0, enumerator
/external/cronet/tot/third_party/icu/source/common/unicode/
Duniset.h363 MIN_VALUE = 0, enumerator
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
DTimestamp.java45 public static final Timestamp MIN_VALUE = new Timestamp(-62135596800L, 0); field in Timestamp
/external/icu/icu4c/source/common/unicode/
Duniset.h363 MIN_VALUE = 0, enumerator
/external/icu/libicu/cts_headers/unicode/
Duniset.h363 MIN_VALUE = 0, enumerator
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DDurations.java65 public static final Duration MIN_VALUE = field in Durations
DTimestamps.java72 public static final Timestamp MIN_VALUE = field in Timestamps
/external/cronet/tot/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DDurations.java65 public static final Duration MIN_VALUE = field in Durations
DTimestamps.java72 public static final Timestamp MIN_VALUE = field in Timestamps
/external/cronet/stable/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DDurations.java65 public static final Duration MIN_VALUE = field in Durations
DTimestamps.java72 public static final Timestamp MIN_VALUE = field in Timestamps
/external/threetenbp/src/main/java/org/threeten/bp/
DYear.java105 public static final int MIN_VALUE = -999999999; field in Year
/external/cronet/tot/third_party/icu/source/common/
Dutrie2.cpp421 #define MIN_VALUE(a, b) ((a)<(b) ? (a) : (b)) macro

12