Home
last modified time | relevance | path

Searched defs:Number (Results 1 – 25 of 1210) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Dnumber.rs12 pub struct Number { struct
28 impl Number { impl
295 impl Display for Number { implementation
313 impl FromStr for Number { implementation
390 impl Number { implementation
396 impl Serialize for Number { implementation
420 fn visit_i64<E>(self, value: i64) -> Result<Number, E> { in visit_i64()
425 fn visit_u64<E>(self, value: u64) -> Result<Number, E> { in visit_u64()
430 fn visit_f64<E>(self, value: f64) -> Result<Number, E> { in visit_f64()
435 impl<'de> Deserialize<'de> for Number { implementation
[all …]
/aosp_15_r20/external/libwebsockets/contrib/abi/
H A Dlibwebsockets.json8 "Number": "current", string
18 "Number": "3.0.0", string
28 "Number": "2.4.2", string
38 "Number": "2.4.1", string
48 "Number": "2.4.0", string
58 "Number": "2.3.0", string
68 "Number": "2.2.2", string
78 "Number": "2.2.1", string
88 "Number": "2.2.0", string
98 "Number": "2.1.1", string
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dnumber.rs22 pub struct Number { struct
23 n: N,
75 impl Number { impl
264 pub fn from_f64(f: f64) -> Option<Number> { in from_f64()
320 pub(crate) fn from_f32(f: f32) -> Option<Number> { in from_f32()
347 impl Display for Number { implementation
363 impl Debug for Number { implementation
369 impl Serialize for Number { implementation
397 impl<'de> Deserialize<'de> for Number { implementation
399 fn deserialize<D>(deserializer: D) -> Result<Number, D::Error> in deserialize()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dnumber.rs22 pub struct Number { struct
23 n: N,
75 impl Number { implementation
264 pub fn from_f64(f: f64) -> Option<Number> { in from_f64()
320 pub(crate) fn from_f32(f: f32) -> Option<Number> { in from_f32()
347 impl Display for Number { implementation
363 impl Debug for Number { implementation
369 impl Serialize for Number { implementation
397 impl<'de> Deserialize<'de> for Number { implementation
399 fn deserialize<D>(deserializer: D) -> Result<Number, D::Error> in deserialize()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Dnumber.rs22 pub struct Number { struct
23 n: N,
75 impl Number { impl
264 pub fn from_f64(f: f64) -> Option<Number> { in from_f64()
291 impl Display for Number { implementation
307 impl Debug for Number { implementation
313 impl Serialize for Number { implementation
341 impl<'de> Deserialize<'de> for Number { implementation
343 fn deserialize<D>(deserializer: D) -> Result<Number, D::Error> in deserialize()
357 fn visit_i64<E>(self, value: i64) -> Result<Number, E> { in deserialize()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dpeano.go14 type Number *Number type
23 func is_zero(x *Number) bool {
27 func add1(x *Number) *Number {
33 func sub1(x *Number) *Number {
37 func add(x, y *Number) *Number {
45 func mul(x, y *Number) *Number {
53 func fact(n *Number) *Number {
72 func count(x *Number) int {
80 func check(x *Number, expected int) {
/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_div.py87 input_: Union[torch.Tensor, torch.types.Number],
164 input_: Union[torch.Tensor, torch.types.Number],
175 input_: Union[torch.Tensor, torch.types.Number],
187 input_: Union[torch.Tensor, torch.types.Number],
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs27 pub struct Number { struct
34 impl Number { argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs27 pub struct Number { struct
34 impl Number { argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs27 pub struct Number { struct
34 impl Number { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs27 pub struct Number { struct
34 impl Number { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/dec2flt/
H A Dnumber.rs27 pub struct Number { struct
34 impl Number { impl
/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message4/
H A Dbenchmark_message4_3.pb.go80 func (x UnusedEnum) Number() protoreflect.EnumNumber { func
154 func (x Enum2593) Number() protoreflect.EnumNumber { func
213 func (x Enum2834) Number() protoreflect.EnumNumber { func
308 func (x Enum2806) Number() protoreflect.EnumNumber { func
721 func (x Enum2851) Number() protoreflect.EnumNumber { func
807 func (x Enum2602) Number() protoreflect.EnumNumber { func
941 func (x Enum3071) Number() protoreflect.EnumNumber { func
1027 func (x Enum3805) Number() protoreflect.EnumNumber { func
1137 func (x Enum3783) Number() protoreflect.EnumNumber { func
1241 func (x Enum3851) Number() protoreflect.EnumNumber { func
[all …]
/aosp_15_r20/external/golang-protobuf/encoding/protowire/
H A Dwire.go21 type Number int32 type
112 func ConsumeFieldValue(num Number, typ Type, b []byte) (n int) {
116 func consumeFieldValueD(num Number, typ Type, b []byte, depth int) (n int) {
162 func AppendTag(b []byte, num Number, typ Type) []byte {
180 func SizeTag(num Number) int {
467 func AppendGroup(b []byte, num Number, v []byte) []byte {
475 func ConsumeGroup(num Number, b []byte) (v []byte, n int) {
494 func SizeGroup(num Number, n int) int {
510 func EncodeTag(num Number, typ Type) uint64 {
/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/
Dnumber.rs18 pub struct Number { struct
27 impl Number { argument
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/
H A DPreconditions.java57 BiFunction<String, List<Number>, ? extends RuntimeException> oobef, in outOfBounds()
68 BiFunction<String, List<Number>, ? extends RuntimeException> oobe, in outOfBoundsCheckIndex()
74 BiFunction<String, List<Number>, ? extends RuntimeException> oobe, in outOfBoundsCheckFromToIndex()
80 BiFunction<String, List<Number>, ? extends RuntimeException> oobe, in outOfBoundsCheckFromIndexSize()
86 BiFunction<String, List<Number>, ? extends RuntimeException> oobe, in outOfBoundsCheckIndex()
92 BiFunction<String, List<Number>, ? extends RuntimeException> oobe, in outOfBoundsCheckFromToIndex()
98 BiFunction<String, List<Number>, ? extends RuntimeException> oobe, in outOfBoundsCheckFromIndexSize()
/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message3/
H A Dbenchmark_message3_8.pb.go80 func (x Enum720) Number() protoreflect.EnumNumber { func
682 func (x Enum3476) Number() protoreflect.EnumNumber { func
768 func (x Enum3805) Number() protoreflect.EnumNumber { func
878 func (x Enum3783) Number() protoreflect.EnumNumber { func
982 func (x Enum3851) Number() protoreflect.EnumNumber { func
1038 func (x UnusedEnum) Number() protoreflect.EnumNumber { func
1103 func (x Enum4146) Number() protoreflect.EnumNumber { func
1159 func (x Enum4160) Number() protoreflect.EnumNumber { func
1230 func (x Enum4152) Number() protoreflect.EnumNumber { func
1346 func (x Enum6025) Number() protoreflect.EnumNumber { func
[all …]
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddecomposition.py140 min: Optional[torch.types.Number] = None,
141 max: Optional[torch.types.Number] = None,
150 min: Optional[torch.types.Number] = None,
151 max: Optional[torch.types.Number] = None,
163 fill_value: torch.types.Number,
257 beta: torch.types.Number = 1,
258 alpha: torch.types.Number = 1,
396 alpha: Optional[torch.types.Number] = None,
741 weight: torch.types.Number,
/aosp_15_r20/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/
H A Denum.pb.go57 func (x EnumType1) Number() protoreflect.EnumNumber { func
113 func (x EnumType2) Number() protoreflect.EnumNumber { func
168 func (x EnumContainerMessage1_NestedEnumType1A) Number() protoreflect.EnumNumber { func
221 func (x EnumContainerMessage1_NestedEnumType1B) Number() protoreflect.EnumNumber { func
276 func (x EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A) Number() protoreflect.EnumNum… func
329 func (x EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B) Number() protoreflect.EnumNum… func
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/
H A Dstack.rs331 pub enum Number { enum
336 impl Number { implementation
346 impl From<i32> for Number { implementation
352 impl From<Fixed> for Number { implementation
358 impl std::fmt::Display for Number { implementation
/aosp_15_r20/external/flatbuffers/ts/flexbuffers/
H A Dreference-util.ts68 const indirectOffset = keysVectorOffset - Number(readUInt(dataView, keysVectorOffset, bitWidth)); constant
87 const keyIndirectOffset = keyOffset - Number(readUInt(dataView, keyOffset, fromByteWidth(width))); constant
100 const indirectOffset = keysVectorOffset - Number(readUInt(dataView, keysVectorOffset, bitWidth)); constant
103 …const keyIndirectOffset = keyOffset - Number(readUInt(dataView, keyOffset, fromByteWidth(_byteWidt… constant
/aosp_15_r20/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp2.cpp36 …struct Number { // expected-note 2 {{candidate constructor (the implicit copy constructor) not via… struct
41 explicit Number(double d) : d(d) {} in Number() function
49 Numbers::Number n = Numbers::zero; in test2()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/test/
Dnumeric_traits_test.cpp241 void test_aux(unsigned_tag, Number*) in test_aux() argument
289 void signed_test(in_range_tag, Number*) in signed_test() argument
310 void signed_test(out_of_range_tag, Number*) in signed_test() argument
334 void test_aux(signed_tag, Number*) in test_aux() argument
371 void test(Number* = 0) in test() argument
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dcodec_gen.go272 func consumeBoolValue(b []byte, _ protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts…
323 func consumeBoolSliceValue(b []byte, listv protoreflect.Value, _ protowire.Number, wtyp protowire.T…
436 func consumeEnumValue(b []byte, _ protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts…
487 func consumeEnumSliceValue(b []byte, listv protoreflect.Value, _ protowire.Number, wtyp protowire.T…
842 func consumeInt32Value(b []byte, _ protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opt…
893 func consumeInt32SliceValue(b []byte, listv protoreflect.Value, _ protowire.Number, wtyp protowire.…
1248 func consumeSint32Value(b []byte, _ protoreflect.Value, _ protowire.Number, wtyp protowire.Type, op…
1299 func consumeSint32SliceValue(b []byte, listv protoreflect.Value, _ protowire.Number, wtyp protowire…
1654 func consumeUint32Value(b []byte, _ protoreflect.Value, _ protowire.Number, wtyp protowire.Type, op…
1705 func consumeUint32SliceValue(b []byte, listv protoreflect.Value, _ protowire.Number, wtyp protowire…
[all …]
/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dquery_result_unittest.ts105 Number.MAX_SAFE_INTEGER, constant
106 Number.NEGATIVE_INFINITY, constant
107 Number.POSITIVE_INFINITY, constant
108 Number.NaN, constant

12345678910>>...49