Home
last modified time | relevance | path

Searched defs:set (Results 301 – 325 of 8849) sorted by relevance

1...<<11121314151617181920>>...354

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursesf.h726 void set(NCursesFormField& f) { in set() function
742 void set(NCursesFormField& f) { in set() function
759 void set(NCursesFormField& f) { in set() function
777 void set(NCursesFormField& f) { in set() function
794 void set(NCursesFormField& f) { in set() function
841 void set(NCursesFormField& f) { in set() function
876 void set(NCursesFormField& f) { in set() function
911 void set(NCursesFormField& f) { in set() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dselect.h48 # define __FD_ZERO(set) \ argument
58 #define __FD_SET(d, set) \ argument
60 #define __FD_CLR(d, set) \ argument
62 #define __FD_ISSET(d, set) \ argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dselect.h48 # define __FD_ZERO(set) \ argument
58 #define __FD_SET(d, set) \ argument
60 #define __FD_CLR(d, set) \ argument
62 #define __FD_ISSET(d, set) \ argument
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DUCharacterName.java563 public void getCharNameCharacters(UnicodeSet set) in getCharNameCharacters()
574 public void getISOCommentCharacters(UnicodeSet set) in getISOCommentCharacters()
799 int add(int set[], int maxlength) in add()
1400 private static void add(int set[], char ch) in add()
1412 private static boolean contains(int set[], char ch) in contains()
1423 private static int add(int set[], String str) in add()
1439 private static int add(int set[], StringBuffer str) in add()
1501 int set[]) in addGroupName()
1653 private void convert(int set[], UnicodeSet uset) in convert()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterName.java564 public void getCharNameCharacters(UnicodeSet set) in getCharNameCharacters()
575 public void getISOCommentCharacters(UnicodeSet set) in getISOCommentCharacters()
800 int add(int set[], int maxlength) in add()
1401 private static void add(int set[], char ch) in add()
1413 private static boolean contains(int set[], char ch) in contains()
1424 private static int add(int set[], String str) in add()
1440 private static int add(int set[], StringBuffer str) in add()
1502 int set[]) in addGroupName()
1654 private void convert(int set[], UnicodeSet uset) in convert()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/atomics/
H A Dtest_atomics.cpp574 TestFns set = { 0, in test_atomic_add() local
624 TestFns set = { INT_TEST_VALUE, in test_atomic_sub() local
858 TestFns set = { INT_TEST_VALUE, in test_atomic_xchg() local
937 TestFns set = { 0x7fffffffL, in test_atomic_min() local
1009 TestFns set = { 0, in test_atomic_max() local
1056 TestFns set = { INT_TEST_VALUE, in test_atomic_inc() local
1103 TestFns set = { INT_TEST_VALUE, in test_atomic_dec() local
1178 TestFns set = { INT_TEST_VALUE, in test_atomic_cmpxchg() local
1295 TestFns set = { 0xffffffff, in test_atomic_and() local
1368 TestFns set = { in test_atomic_or() local
[all …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_descriptor_set.c774 for (uint32_t set = 0; set < pCreateInfo->setLayoutCount; set++) { in anv_CreatePipelineLayout() local
1017 struct anv_descriptor_set **set) in anv_descriptor_pool_alloc_set()
1048 struct anv_descriptor_set *set) in anv_descriptor_pool_free_set()
1118 struct anv_descriptor_set *set; in anv_descriptor_set_create() local
1227 struct anv_descriptor_set *set) in anv_descriptor_set_destroy()
1261 struct anv_descriptor_set *set = NULL; in anv_AllocateDescriptorSets() local
1346 struct anv_descriptor_set *set, in anv_descriptor_set_write_image_view()
1487 struct anv_descriptor_set *set, in anv_descriptor_set_write_buffer_view()
1548 struct anv_descriptor_set *set, in anv_descriptor_set_write_buffer()
1643 struct anv_descriptor_set *set, in anv_descriptor_set_write_inline_uniform_data()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/provider/
H A DSettingsStringUtil.java85 final ColonDelimitedSet<String> set in addAll() local
91 final ColonDelimitedSet<String> set in add() local
101 final ColonDelimitedSet<String> set in remove() local
133 final ComponentNameSet set = new ComponentNameSet(delimitedElements); in add() local
142 final ComponentNameSet set = new ComponentNameSet(delimitedElements); in remove() local
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/test/java/com/github/mikephil/charting/test/
H A DDataSetTest.java29 ScatterDataSet set = new ScatterDataSet(entries, ""); in testCalcMinMax() local
66 ScatterDataSet set = new ScatterDataSet(entries, ""); in testAddRemoveEntry() local
151 ScatterDataSet set = new ScatterDataSet(entries, ""); in testGetEntryForXValue() local
200 ScatterDataSet set = new ScatterDataSet(values, ""); in testGetEntryForXValueWithDuplicates() local
/aosp_15_r20/external/llvm/docs/
H A DProgrammersManual.rst1262 .. _dss_sortedvectorset:
1264 A sorted 'vector'
1282 llvm/ADT/SmallSet.h
1301 llvm/ADT/SmallPtrSet.h
1317 llvm/ADT/StringSet.h
1332 llvm/ADT/DenseSet.h
1344 llvm/ADT/SparseSet.h
1358 llvm/ADT/SparseMultiSet.h
1374 llvm/ADT/FoldingSet.h
1404 <set>
[all …]
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/
HDgoogle-oauth-client-1.33.0.jar ... .api.client.auth.openidconnect.IdTokenResponse set (java.lang.String, java.lang ...
/aosp_15_r20/external/cronet/net/first_party_sets/
H A Dsets_mutation.cc25 for (const auto& set : replacements_) { in SetsMutation() local
30 for (const auto& set : additions_) { in SetsMutation() local
51 for (const auto& set : mutation.replacements()) { in operator <<() local
57 for (const auto& set : mutation.additions()) { in operator <<() local
/aosp_15_r20/external/llvm-libc/include/llvm-libc-macros/
H A Dsys-select-macros.h17 #define FD_ZERO(set) \ argument
28 #define FD_CLR(fd, set) (void)((set)->__set[__FD_WORD(fd)] &= ~__FD_MASK(fd)) argument
30 #define FD_SET(fd, set) (void)((set)->__set[__FD_WORD(fd)] |= __FD_MASK(fd)) argument
32 #define FD_ISSET(fd, set) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/
Daxis.rs78 fn set(&mut self, label: Label) -> &mut Properties { in set() method
88 fn set(&mut self, range: Range) -> &mut Properties { in set() method
104 fn set(&mut self, scale: Scale) -> &mut Properties { in set() method
123 fn set(&mut self, factor: ScaleFactor) -> &mut Properties { in set() method
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set() function
/aosp_15_r20/external/executorch/backends/mediatek/
H A Dpartitioner.py29 op_types_to_skip: Optional[set] = None,
30 op_names_to_skip: Optional[set] = None,
62 op_types_to_skip: Optional[set] = None,
63 op_names_to_skip: Optional[set] = None,
/aosp_15_r20/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/collections/
H A DQueryableIntentFilterHashSetTest.java61 QueryableIntentFilterHashSet set = in get_containsMatch_returnsOneMatch() local
74 QueryableIntentFilterHashSet set = in get_containsMultipleMatches_returnsOneMatch() local
87 QueryableIntentFilterHashSet set = in get_containsNoMatches_returnsNull() local
99 QueryableIntentFilterHashSet set = in filter_filters() local
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
H A DDevicePolicyStringResources.java55 public void set(String id, int resource) { in set() method in DevicePolicyStringResources
62 public void set(Map<String, Integer> resources) { in set() method in DevicePolicyStringResources
70 public void set(DevicePolicyStringResource... resources) { in set() method in DevicePolicyStringResources
77 public void set(Set<DevicePolicyStringResource> resources) { in set() method in DevicePolicyStringResources
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
DPawAnswerHint.java138 AnimatorSet set = new AnimatorSet(); in createFadeIn() local
160 AnimatorSet set = new AnimatorSet(); in createFadeInScaleAndAlpha() local
166 AnimatorSet set = new AnimatorSet(); in createFadeOut() local
188 AnimatorSet set = new AnimatorSet(); in createFadeOutScaleAndAlpha() local
224 AnimatorSet set = new AnimatorSet(); in createUniformScaleAnimator() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/
H A DConcurrentSkipListSetTest.java39 ConcurrentSkipListSet set = new ConcurrentSkipListSet(); in createPopulatedSet() local
69 ConcurrentSkipListSet set = createPopulatedSet(); in testClone() local
85 ConcurrentSkipListSet set = createPopulatedSet(); in testDescendingIterator() local
103 ConcurrentSkipListSet<Integer> set = new ConcurrentSkipListSet<>(); in testHeadSet() local
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Dtransducer.rs65 let set = in dense_anywhere() localVariable
75 let set = in dense_anchored() localVariable
85 let set = in sparse_anywhere() localVariable
95 let set = in sparse_anchored() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/include/boost/exception/
Dinfo.hpp75 set( shared_ptr<error_info_base> const & x, type_info_ const & typeid_ ) in set() function in boost::exception_detail::BOOST_FINAL
184 set( E const & x, error_info<Tag,T> && v ) in set() function
204 set( E const & x, throw_function && y ) in set() function
219 set( E const & x, throw_file && y ) in set() function
234 set( E const & x, throw_line && y ) in set() function
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStats.java228 private int[] set; field in NetworkStats
265 public int set; field in NetworkStats.Entry
337 public Entry(@Nullable String iface, int uid, @State int set, int tag, in Entry()
468 private Entry setKeys(@Nullable String iface, int uid, @State int set, in setKeys()
643 public NetworkStats insertEntry(String iface, int uid, int set, int tag, long rxBytes, in insertEntry()
652 public NetworkStats insertEntry(String iface, int uid, int set, int tag, int metered, in insertEntry()
816 public NetworkStats combineValues(String iface, int uid, int set, int tag, in combineValues()
903 public int findIndex(String iface, int uid, int set, int tag, int metered, int roaming, in findIndex()
922 public int findIndexHinted(String iface, int uid, int set, int tag, int metered, int roaming, in findIndexHinted()
1439 public static String setToString(int set) { in setToString()
[all …]
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttributeSet.java37 public abstract AttributeSet set (Attribute attr, String value); in set() method in AttributeSet
38 public abstract AttributeSet set (Attribute attr, int value); in set() method in AttributeSet
88 public AttributeSet set (final Attribute attr, final String value) // null removes? in set() method in AttributeSet.AttributeSetImpl
95 public AttributeSet set (final Attribute attr, final int value) in set() method in AttributeSet.AttributeSetImpl
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/
H A DHostStubGenOptions.kt28 private var set = false in <lambda>() variable
30 fun set(v: T): T { in <lambda>() method
61 fun set(v: String): Int { in set() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Denvironment.hpp62 void set(const pointer_type id, const pointer_type value) in set() function in boost::process::detail::posix::native_environment_impl
74 void set(const string_type & id, const string_type & value) in set() function in boost::process::detail::posix::native_environment_impl
112 void set(const pointer_type id, const pointer_type value) in set() function in boost::process::detail::posix::native_environment_impl
128 …void set(const string_type & id, const string_type & value) {set(id.c_str(), value.c_str())… in set() function in boost::process::detail::posix::native_environment_impl
161 void set(const pointer_type id, const pointer_type value) {set(string_type(id), value);} in set() function
250 inline void basic_environment_impl<Char>::set(const string_type &id, const string_type &value) in set() function in boost::process::detail::posix::basic_environment_impl

1...<<11121314151617181920>>...354