/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/ |
D | ckps.rs | 31 pub fn bold_points(&self) -> &[I::ValueType] { in bold_points() 36 pub fn bold_points_mut(&mut self) -> &mut [I::ValueType] { in bold_points_mut() 41 pub fn light_points(&self) -> &[I::ValueType] { in light_points() 46 pub fn light_points_mut(&mut self) -> &mut [I::ValueType] { in light_points_mut() 55 type ValueType = R::ValueType; typedef 58 fn range(&self) -> Range<Self::ValueType> { in range() 62 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map() 66 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points() 89 fn from_index(&self, index: usize) -> Option<Self::ValueType> { in from_index() 180 type ValueType = R::ValueType; typedef [all …]
|
D | linspace.rs | 209 pub fn use_ceil(self) -> Linspace<T, S, Ceil<T::ValueType>> { in use_ceil() 221 pub fn use_floor(self) -> Linspace<T, S, Floor<T::ValueType>> { in use_floor() 233 pub fn use_round(self) -> Linspace<T, S, Round<T::ValueType, S>> in use_round() 235 T::ValueType: Sub<T::ValueType, Output = S>, in use_round() 251 T::ValueType: Sub<T::ValueType, Output = S>, in use_exact() 280 type ValueType = T::ValueType; typedef 282 fn range(&self) -> Range<T::ValueType> { in range() 286 fn map(&self, value: &T::ValueType, limit: (i32, i32)) -> i32 { in map() 290 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<T::ValueType> { in key_points() 317 fn from_index(&self, idx: usize) -> Option<T::ValueType> { in from_index()
|
D | partial_axis.rs | 20 axis_range: Range<<Self::CoordDescType as Ranged>::ValueType>, in partial_axis() 33 type ValueType = R::ValueType; typedef 35 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map() 39 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points() 43 fn range(&self) -> Range<Self::ValueType> { in range() 68 fn from_index(&self, index: usize) -> Option<Self::ValueType> { in from_index()
|
D | group_by.rs | 53 fn from_index(&self, index: usize) -> Option<Self::ValueType> { in from_index() 66 type ValueType = T::ValueType; typedef 67 fn map(&self, value: &T::ValueType, limit: (i32, i32)) -> i32 { in map() 70 fn range(&self) -> Range<T::ValueType> { in range() 74 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<T::ValueType> { in key_points()
|
D | nested.rs | 70 type ValueType = NestedValue<P::ValueType, S::ValueType>; typedef 72 fn range(&self) -> Range<Self::ValueType> { in range() 82 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map() 103 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points() 148 fn from_index(&self, mut index: usize) -> Option<Self::ValueType> { in from_index()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 42 struct ValueType { struct 43 ValueType() { uval = 0; } in ValueType() argument 44 ValueType(int64_t V) : sval(V) {} in ValueType() argument 45 ValueType(uint64_t V) : uval(V) {} in ValueType() function 46 ValueType(const char *V) : cstr(V) {} in ValueType() argument 58 ValueType Value; /// Contains all data for the form. argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 41 struct ValueType { struct 42 ValueType() { uval = 0; } in ValueType() argument 43 ValueType(int64_t V) : sval(V) {} in ValueType() function 44 ValueType(uint64_t V) : uval(V) {} in ValueType() function 45 ValueType(const char *V) : cstr(V) {} in ValueType() argument 60 ValueType Value; /// Contains all data for the form. argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 41 struct ValueType { struct 42 ValueType() { uval = 0; } in ValueType() function 43 ValueType(int64_t V) : sval(V) {} in ValueType() argument 44 ValueType(uint64_t V) : uval(V) {} in ValueType() function 45 ValueType(const char *V) : cstr(V) {} in ValueType() function 60 ValueType Value; /// Contains all data for the form. argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 41 struct ValueType { struct 42 ValueType() { uval = 0; } in ValueType() argument 43 ValueType(int64_t V) : sval(V) {} in ValueType() argument 44 ValueType(uint64_t V) : uval(V) {} in ValueType() argument 45 ValueType(const char *V) : cstr(V) {} in ValueType() function 60 ValueType Value; /// Contains all data for the form. argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 42 struct ValueType { struct 43 ValueType() { uval = 0; } in ValueType() argument 44 ValueType(int64_t V) : sval(V) {} in ValueType() function 45 ValueType(uint64_t V) : uval(V) {} in ValueType() function 46 ValueType(const char *V) : cstr(V) {} in ValueType() function 60 ValueType Value; /// Contains all data for the form. argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 41 struct ValueType { struct 42 ValueType() { uval = 0; } in ValueType() argument 43 ValueType(int64_t V) : sval(V) {} in ValueType() function 44 ValueType(uint64_t V) : uval(V) {} in ValueType() argument 45 ValueType(const char *V) : cstr(V) {} in ValueType() argument 60 ValueType Value; /// Contains all data for the form. argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/ |
H A D | metadata_batch.h | 80 using ValueType = Timestamp; member 99 enum ValueType : uint8_t { enum 128 enum ValueType : uint8_t { enum 153 enum ValueType : uint8_t { enum 182 enum ValueType : uint8_t { enum 207 using ValueType = grpc_compression_algorithm; member 246 using ValueType = CompressionAlgorithmSet; member 335 using ValueType = Int; member 376 using ValueType = Duration; member 403 using ValueType = GrpcLbClientStats*; member [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian3d/ |
D | draw_impl.rs | 52 axis: [[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2], in draw_axis_ticks() 54 [Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3], 121 panels: &[[[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2]; 3], in draw_axis() 124 [[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2], 192 [[[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2]; 3], in draw_axis_panels() 221 [[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2], in draw_axis_panel()
|
/aosp_15_r20/art/libartbase/base/ |
H A D | intrusive_forward_list_test.cc | 144 using ValueType = typename ListType::value_type; in IteratorOperators() typedef 169 using ValueType = typename ListType::value_type; in ConstructRange() typedef 184 using ValueType = typename ListType::value_type; in Assign() typedef 204 using ValueType = typename ListType::value_type; in PushPop() typedef 235 using ValueType = typename ListType::value_type; in InsertAfter1() typedef 278 using ValueType = typename ListType::value_type; in InsertAfter2() typedef 312 using ValueType = typename ListType::value_type; in EraseAfter1() typedef 375 using ValueType = typename ListType::value_type; in EraseAfter2() typedef 415 using ValueType = typename ListType::value_type; in SwapClear() typedef 450 using ValueType = typename ListType::value_type; in SpliceAfter() typedef [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | metadata_batch.h | 77 using ValueType = Timestamp; member 94 enum ValueType : uint8_t { enum 121 enum ValueType : uint8_t { enum 144 enum ValueType : uint8_t { enum 172 enum ValueType : uint8_t { enum 195 using ValueType = grpc_compression_algorithm; member 232 using ValueType = CompressionAlgorithmSet; member 314 using ValueType = Int; member 355 using ValueType = Duration; member 380 using ValueType = GrpcLbClientStats*; member [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/ |
D | discrete.rs | 40 fn from_index(&self, index: usize) -> Option<Self::ValueType>; in from_index() 61 fn previous(&self, value: &Self::ValueType) -> Option<Self::ValueType> { in previous() 79 fn next(&self, value: &Self::ValueType) -> Option<Self::ValueType> { in next() 140 type ValueType = SegmentValue<D::ValueType>; typedef 142 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map() 164 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points() 172 fn range(&self) -> Range<Self::ValueType> { in range() 191 fn from_index(&self, idx: usize) -> Option<Self::ValueType> { in from_index() 207 fn unmap(&self, input: i32, limit: (i32, i32)) -> Option<Self::ValueType> { in unmap() argument 219 fn next(&mut self) -> Option<T::ValueType> { in next()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.copy/ |
H A D | indirectly_copyable_storable.compile.pass.cpp | 59 struct ValueType { struct 86 struct ValueType { struct 113 struct ValueType { struct 140 struct ValueType { struct 214 struct ValueType { struct 233 struct ValueType { struct 274 struct ValueType { struct
|
/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/ |
H A D | state_dict.py | 82 ValueType = Union[ variable 395 model_state_dict: Dict[str, ValueType], argument 535 state_dict: Dict[str, ValueType], argument 690 state_dict: Dict[str, ValueType], argument 1136 state_dict: Union[Dict[nn.Module, Dict[str, ValueType]], Dict[str, ValueType]], argument 1169 model_state_dict: Dict[str, ValueType], argument 1249 model_state_dict: Dict[str, ValueType], argument
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 38 struct ValueType { struct 39 ValueType() : data(nullptr) { in ValueType() argument 52 ValueType Value; // Contains all data for the form. argument
|
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/include/ |
D | bpf_helpers.h | 266 #define DEFINE_BPF_RINGBUF_EXT(the_map, ValueType, size_bytes, usr, grp, md, \ argument 294 #define DEFINE_BPF_RINGBUF(the_map, ValueType, size_bytes, usr, grp, md) \ argument 318 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument 359 #define DEFINE_BPF_MAP_KERNEL_INTERNAL(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 364 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument 370 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 374 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 378 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 382 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 386 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/include/ |
D | bpf_helpers.h | 266 #define DEFINE_BPF_RINGBUF_EXT(the_map, ValueType, size_bytes, usr, grp, md, \ argument 294 #define DEFINE_BPF_RINGBUF(the_map, ValueType, size_bytes, usr, grp, md) \ argument 318 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument 359 #define DEFINE_BPF_MAP_KERNEL_INTERNAL(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 364 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument 370 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 374 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 378 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 382 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 386 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/ |
D | datetime.rs | 211 type ValueType = D; typedef 217 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map() 221 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points() 401 type ValueType = T; typedef 407 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map() 411 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points() 528 type ValueType = T; typedef 534 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map() 538 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points() 655 type ValueType = DT; typedef [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | flatmap.h | 50 struct ValueType { struct 56 ValueType(const Key& k, Val& v) : first(k), second(v) {} in ValueType() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/examples/ |
D | customized_coord.rs | 10 type ValueType = u32; typedef 12 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map() 17 fn range(&self) -> std::ops::Range<Self::ValueType> { in range() 21 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
|
/aosp_15_r20/system/bpf/include/defs/ |
H A D | android_bpf_defs.h | 14 #define DEFINE_BPF_MAP_BASE(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 36 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 38 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 40 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|