Home
last modified time | relevance | path

Searched defs:set (Results 876 – 900 of 8849) sorted by relevance

1...<<31323334353637383940>>...354

/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
H A DSetArrayElementTest.kt41 fun set(data: String, index: Int) { in setInt() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DBitset.h52 Bitset &set() { in set() function
57 constexpr Bitset &set(unsigned I) { in set() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DFence.cpp35 angle::Result FenceNV::set(const Context *context, GLenum condition) in set() function in gl::FenceNV
96 angle::Result Sync::set(const Context *context, GLenum condition, GLbitfield flags) in set() function in gl::Sync
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DBitset.h52 Bitset &set() { in set() function
57 constexpr Bitset &set(unsigned I) { in set() function
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/metrics/
H A DLongGauge.java154 public abstract void set(long val); in set() method in LongGauge.LongPoint
202 public void set(long val) {} in set() method in LongGauge.NoopLongGauge.NoopLongPoint
H A DDoubleGauge.java157 public abstract void set(double val); in set() method in DoubleGauge.DoublePoint
209 public void set(double val) {} in set() method in DoubleGauge.NoopDoubleGauge.NoopDoublePoint
/aosp_15_r20/cts/tests/security/src/android/keystore/cts/
H A DAttestationApplicationId.java146 ASN1Set set = (ASN1Set) asn1Encodable; in parseAttestationPackageInfos() local
161 ASN1Set set = (ASN1Set) asn1Encodable; in parseSignatures() local
/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/
DINetworkStatsSession.aidl60 …NetworkStatsHistory getHistoryForUid(in NetworkTemplate template, int uid, int set, int tag, int f… in getHistoryForUid()
62 …NetworkStatsHistory getHistoryIntervalForUid(in NetworkTemplate template, int uid, int set, int ta… in getHistoryIntervalForUid()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
H A DKeyUsageExtension.java64 private void set(int position, boolean val) { in set() method in KeyUsageExtension
68 public void set(java.lang.String name, java.lang.Object obj) throws java.io.IOException { in set() method in KeyUsageExtension
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowAmbientContextManagerTest.java142 statusFuture::set); in queryAmbientContextServiceStatus_statusSetToSuccess_shouldReturnSuccess() field in ShadowAmbientContextManagerTest.statusFuture
159 statusFuture::set); in queryAmbientContextServiceStatus_statusSetToNotSupported_shouldReturnNotSupported() field in ShadowAmbientContextManagerTest.statusFuture
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/preprocessed/
Dfix_boost_mpl_preprocess.py62 def check_input_files(headerDir, sourceDir, containers=['vector', 'list', 'set', 'map'],
123 def fix_input_files(headerDir, sourceDir, containers=['vector', 'list', 'set', 'map'],
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DSortedBag.java105 Set set = (Set) m.get(o); in contains() local
129 Set set = (Set) m.get(o); in remove() local
/aosp_15_r20/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/
DMainFragmentTest.java295 Set<BluetoothDevice> set = new HashSet<>(); in testUpdateAccessoryPref_hasNoAccessory() local
309 Set<BluetoothDevice> set = new HashSet<>(); in testUpdateAccessoryPref_hasAccessories() local
/aosp_15_r20/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
H A DAttestationApplicationId.java146 ASN1Set set = (ASN1Set) asn1Encodable; in parseAttestationPackageInfos() local
161 ASN1Set set = (ASN1Set) asn1Encodable; in parseSignatures() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DPathInfo.java182 private static void addLines(final InputStream in, Set<String> set) throws IOException { in addLines()
195 private static void addLines(final String path, Set<String> set) throws IOException { in addLines()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArrayList.java444 public E set(int index, E element) { in set() method in CopyOnWriteArrayList
1220 public void set(E e) { in set() method in CopyOnWriteArrayList.COWIterator
1431 public E set(int index, E element) { in set() method in CopyOnWriteArrayList.COWSubList
1711 public void set(E e) { in set() method in CopyOnWriteArrayList.COWSubListIterator
1808 public void set(E e) { in set() method in CopyOnWriteArrayList.Reversed.DescendingListIterator
2068 public E set(int index, E element) { in set() method in CopyOnWriteArrayList.Reversed
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArrayList.java444 public E set(int index, E element) { in set() method in CopyOnWriteArrayList
1220 public void set(E e) { in set() method in CopyOnWriteArrayList.COWIterator
1431 public E set(int index, E element) { in set() method in CopyOnWriteArrayList.COWSubList
1711 public void set(E e) { in set() method in CopyOnWriteArrayList.COWSubListIterator
1808 public void set(E e) { in set() method in CopyOnWriteArrayList.Reversed.DescendingListIterator
2068 public E set(int index, E element) { in set() method in CopyOnWriteArrayList.Reversed
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCopyOnWriteArrayList.java444 public E set(int index, E element) { in set() method in CopyOnWriteArrayList
1220 public void set(E e) { in set() method in CopyOnWriteArrayList.COWIterator
1431 public E set(int index, E element) { in set() method in CopyOnWriteArrayList.COWSubList
1711 public void set(E e) { in set() method in CopyOnWriteArrayList.COWSubListIterator
1808 public void set(E e) { in set() method in CopyOnWriteArrayList.Reversed.DescendingListIterator
2068 public E set(int index, E element) { in set() method in CopyOnWriteArrayList.Reversed
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_reg_checker.c59 check_bit(uint32_t val, int bit, const char *bitname, bool set) in check_bit()
70 check_perf_bit(uint32_t val, int bit, const char *bitname, bool set) in check_perf_bit()
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DVector2.java72 public final void set(Vector2 other) { in set() method in Vector2
77 public final void set(float xValue, float yValue) { in set() method in Vector2
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/tests/
Dclones.rs38 let set: BTreeSet<_> = (0..1000).collect(); in clone_btree_set() localVariable
52 let set: HashSet<_> = (0..1000).collect(); in clone_hash_set() localVariable
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
H A DDataSlice.kt42 fun set(buffer: ByteArray, startIndex: Int, endIndex: Int) { in set() method
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DCatchHandlerList.java121 public void set(int n, CstType exceptionType, int handler) { in set() method in CatchHandlerList
131 public void set(int n, Entry entry) { in set() method in CatchHandlerList
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchHandlerList.java122 public void set(int n, CstType exceptionType, int handler) { in set() method in CatchHandlerList
132 public void set(int n, Entry entry) { in set() method in CatchHandlerList
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
H A DExhaustiveNumberTest.java78 static void assertInSet(ULocale locale, UnicodeSet set, String str) { in assertInSet()
86 static void assertInSet(ULocale locale, UnicodeSet set, int cp) { in assertInSet()

1...<<31323334353637383940>>...354