/aosp_15_r20/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ |
H A D | CombinedChartActivity.java | 117 LineDataSet set = new LineDataSet(entries, "Line DataSet"); in generateLineData() local 182 ScatterDataSet set = new ScatterDataSet(entries, "Scatter DataSet"); in generateScatterData() local 201 CandleDataSet set = new CandleDataSet(entries, "Candle DataSet"); in generateCandleData() local 224 BubbleDataSet set = new BubbleDataSet(entries, "Bubble DataSet"); in generateBubbleData() local
|
/aosp_15_r20/external/libcap/libcap/ |
H A D | libcap.h | 120 struct __user_cap_data_struct set; member 165 #define raise_cap(x, set) u[(x) >> 5].flat[set] |= (1u << ((x)&31)) argument 166 #define lower_cap(x, set) u[(x) >> 5].flat[set] &= ~(1u << ((x)&31)) argument 167 #define isset_cap(y, x, set) ((y)->u[(x) >> 5].flat[set] & (1u << ((x)&31))) argument 188 # define _cap_debugcap(s, c, set) do { \ argument 200 # define _cap_debugcap(s, c, set) argument
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | astro.h | 98 void set(double lat, double lon) { in set() function 165 void set(double asc, double dec) { in set() function 239 void set(double alt, double azim) { in set() function 592 void set(double l) { value = l; } in set() function
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | OverlayWidgets.h | 87 void set(uint64_t n) { count = n; } in set() function 113 void set(std::string &&str) { text = std::move(str); } in set() function 168 void set(float n) in set() function 189 void set(T) const in set() function
|
H A D | Config_unittest.cpp | 74 egl::ConfigSet set; in TEST() local 91 egl::ConfigSet set; in TEST() local 121 egl::ConfigSet set; in TEST() local 183 egl::ConfigSet set; in TEST() local
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
H A D | astro.h | 98 void set(double lat, double lon) { in set() function 165 void set(double asc, double dec) { in set() function 239 void set(double alt, double azim) { in set() function 592 void set(double l) { value = l; } in set() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | uniset.cpp | 83 static inline void _dbgct(UnicodeSet* set) { in _dbgct() 91 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() 101 #define _dbgct(set) argument 102 #define _dbgdt(set) argument 750 UnicodeSet& UnicodeSet::set(UChar32 start, UChar32 end) { in set() function in UnicodeSet 1029 UnicodeSet set; in retainAll() local 1042 UnicodeSet set; in complementAll() local 1055 UnicodeSet set; in removeAll() local 1077 UnicodeSet *set = new UnicodeSet(); in createFrom() local 1091 UnicodeSet *set = new UnicodeSet(); in createFromAll() local
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | uniset.cpp | 83 static inline void _dbgct(UnicodeSet* set) { in _dbgct() 91 static inline void _dbgdt(UnicodeSet* set) { in _dbgdt() 101 #define _dbgct(set) argument 102 #define _dbgdt(set) argument 750 UnicodeSet& UnicodeSet::set(UChar32 start, UChar32 end) { in set() function in UnicodeSet 1029 UnicodeSet set; in retainAll() local 1042 UnicodeSet set; in complementAll() local 1055 UnicodeSet set; in removeAll() local 1077 UnicodeSet *set = new UnicodeSet(); in createFrom() local 1091 UnicodeSet *set = new UnicodeSet(); in createFromAll() local
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_descriptor_set.c | 1082 struct pvr_descriptor_set *set) in pvr_free_descriptor_set() 1186 struct pvr_descriptor_set *set; in pvr_descriptor_set_create() local 1291 struct pvr_descriptor_set *set = NULL; in pvr_AllocateDescriptorSets() local 1323 struct pvr_descriptor_set *set; in pvr_FreeDescriptorSets() local 1338 struct pvr_descriptor_set *set, in pvr_descriptor_update_buffer_info() 1410 struct pvr_descriptor_set *set, in pvr_descriptor_update_sampler() 1527 struct pvr_descriptor_set *set, in pvr_descriptor_update_sampler_texture() 1602 struct pvr_descriptor_set *set, in pvr_descriptor_update_texture() 1694 struct pvr_descriptor_set *set, in pvr_descriptor_update_buffer_view() 1750 struct pvr_descriptor_set *set, in pvr_descriptor_update_input_attachment()
|
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/ |
H A D | References-inl.h | 44 static void set(Repr& repr, javaobject obj) noexcept { in set() function 72 void ReprStorage<Repr>::set(JniType<Repr> obj) noexcept { in set() function 99 inline void JObjectBase::set(jobject reference) noexcept { in set() function 304 inline void base_owned_ref<T, Alloc>::set(javaobject ref) noexcept { in set() function 475 inline void alias_ref<T>::set(javaobject ref) noexcept { in set() function
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_nir_lower_descriptors.c | 118 get_binding_layout(uint32_t set, uint32_t binding, in get_binding_layout() 131 record_descriptor_cbuf_use(uint32_t set, uint32_t binding, nir_src *index, in record_descriptor_cbuf_use() 293 uint32_t set = nir_intrinsic_desc_set(res_index); in ubo_deref_to_cbuf() local 569 load_descriptor_set_addr(nir_builder *b, uint32_t set, in load_descriptor_set_addr() 581 load_dynamic_buffer_start(nir_builder *b, uint32_t set, in load_dynamic_buffer_start() 608 uint32_t set, uint32_t binding, nir_def *index, in load_descriptor() 744 uint32_t set = nir_intrinsic_desc_set(intrin); in load_descriptor_for_idx_intrin() local 837 uint32_t *set, uint32_t *binding, in get_resource_deref_binding() 860 uint32_t set, binding; in load_resource_deref_desc() local 957 uint8_t set = var->data.descriptor_set; in is_edb_buffer_view() local [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_ctx_clone.c | 86 struct drm_i915_gem_context_create_ext_setparam set = { in clone_flags() local 161 struct drm_i915_gem_context_create_ext_setparam set = { in clone_engines() local 265 struct drm_i915_gem_context_create_ext_setparam set = { in clone_scheduler() local 379 struct drm_i915_gem_context_param set = { in clone_vm() local
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/ |
H A D | metrics.py | 264 def set(self, value, fields=None, target_fields=None): member in Metric 318 def set(self, value, fields=None, target_fields=None): member in StringMetric 336 def set(self, value, fields=None, target_fields=None): member in BooleanMetric 370 def set(self, value, fields=None, target_fields=None): member in CounterMetric 393 def set(self, value, fields=None, target_fields=None): member in GaugeMetric 417 def set(self, value, fields=None, target_fields=None): member in CumulativeMetric 435 def set(self, value, fields=None, target_fields=None): member in FloatMetric 499 def set(self, value, fields=None, target_fields=None): member in _DistributionMetricBase
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/ |
H A D | alphabet.rs | 288 pub fn set(&mut self, byte: u8, class: u8) { in set() method 870 set: &'a ByteSet, field 891 set: &'a ByteSet, field 926 let mut set = ByteClassSet::empty(); in byte_classes() localVariable 941 let mut set = ByteClassSet::empty(); in byte_classes() localVariable 958 let mut set = ByteClassSet::empty(); in full_byte_classes() localVariable 967 let mut set = ByteClassSet::empty(); in elements_typical() localVariable 1055 let mut set = ByteClassSet::empty(); in representatives() localVariable
|
/aosp_15_r20/external/python/cpython2/Demo/tkinter/guido/ |
D | AttrDialog.py | 45 def set(self, e=None): # Should be overridden member in Option 155 def set(self, e=None): member in PackDialog.packoption 232 def set(self, e=None): member in RemotePackDialog.remotepackoption 285 def set(self, e=None): member in WidgetDialog.widgetoption 393 def set(self, e=None): member in RemoteWidgetDialog.remotewidgetoption
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/config_linux/ |
D | ares_config.h | 448 #define GRPC_CARES_FDS_BITS(set) __FDS_BITS(set) argument 450 #define GRPC_CARES_FDS_BITS(set) ((set)->fds_bits) argument 455 #define FD_SET(d, set) \ argument 457 #define FD_CLR(d, set) \ argument 459 #define FD_ISSET(d, set) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/config_android/ |
D | ares_config.h | 448 #define GRPC_CARES_FDS_BITS(set) __FDS_BITS(set) argument 450 #define GRPC_CARES_FDS_BITS(set) ((set)->fds_bits) argument 455 #define FD_SET(d, set) \ argument 457 #define FD_CLR(d, set) \ argument 459 #define FD_ISSET(d, set) \ argument
|
/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | flat_hash_set_test.cc | 240 flat_hash_set<PoisonSoo> set; in TEST() local 253 flat_hash_set<PoisonSoo> set; in TEST() local 261 flat_hash_set<PoisonSoo> set; in TEST() local 269 flat_hash_set<PoisonSoo> set, set2; in TEST() local 277 flat_hash_set<PoisonSoo> set, set2; in TEST() local
|
/aosp_15_r20/external/skia/modules/skottie/src/ |
H A D | SkottieProperty.cpp | 80 void ColorPropertyHandle::set(const ColorPropertyValue& c) { in set() function in skottie::ColorPropertyHandle 105 void OpacityPropertyHandle::set(const OpacityPropertyValue& o) { in set() function in skottie::OpacityPropertyHandle 130 void TextPropertyHandle::set(const TextPropertyValue& t) { in set() function in skottie::TextPropertyHandle 162 void TransformPropertyHandle::set(const TransformPropertyValue& t) { in set() function in skottie::TransformPropertyHandle
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/ |
D | filledcurve.rs | 70 fn set(&mut self, axes: Axes) -> &mut Properties { in set() method 78 fn set(&mut self, color: Color) -> &mut Properties { in set() method 86 fn set(&mut self, label: Label) -> &mut Properties { in set() method 100 fn set(&mut self, opacity: Opacity) -> &mut Properties { in set() method
|
D | candlestick.rs | 60 fn set(&mut self, color: Color) -> &mut Properties { in set() method 68 fn set(&mut self, label: Label) -> &mut Properties { in set() method 78 fn set(&mut self, lt: LineType) -> &mut Properties { in set() method 90 fn set(&mut self, lw: LineWidth) -> &mut Properties { in set() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | classes.rs | 30 pub fn set(&mut self, byte: u8, class: u8) { in set() method 200 let mut set = ByteClassBuilder::new(); in byte_classes() localVariable 215 let mut set = ByteClassBuilder::new(); in byte_classes() localVariable 232 let mut set = ByteClassBuilder::new(); in full_byte_classes() localVariable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | cgraph.h | 357 cgraph_node_set set; member 364 varpool_node_set set; member 1054 csi_start (cgraph_node_set set) in csi_start() 1065 cgraph_node_in_set_p (struct cgraph_node *node, cgraph_node_set set) in cgraph_node_in_set_p() 1074 cgraph_node_set_size (cgraph_node_set set) in cgraph_node_set_size() 1102 vsi_start (varpool_node_set set) in vsi_start() 1113 varpool_node_in_set_p (struct varpool_node *node, varpool_node_set set) in varpool_node_in_set_p() 1122 varpool_node_set_size (varpool_node_set set) in varpool_node_set_size() 1146 cgraph_node_set_nonempty_p (cgraph_node_set set) in cgraph_node_set_nonempty_p() 1153 varpool_node_set_nonempty_p (varpool_node_set set) in varpool_node_set_nonempty_p()
|
/aosp_15_r20/external/coreboot/src/drivers/wifi/generic/ |
H A D | acpi.c | 314 const uint8_t *set; in sar_emit_wrds() local 357 const uint8_t *set; in sar_emit_ewrd() local 418 const uint8_t *set; in sar_emit_wgds() local 488 const uint8_t *set; in sar_emit_ppag() local 583 const uint8_t *set; in sar_emit_brds() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | LazyStringArrayList.java | 138 public String set(int index, String s) { in set() method in LazyStringArrayList 255 public void set(int index, ByteString s) { in set() method in LazyStringArrayList 265 public void set(int index, byte[] s) { in set() method in LazyStringArrayList 342 public byte[] set(int index, byte[] s) { in set() method in LazyStringArrayList.ByteArrayListView 385 public ByteString set(int index, ByteString s) { in set() method in LazyStringArrayList.ByteStringListView
|