Home
last modified time | relevance | path

Searched defs:set (Results 1226 – 1250 of 8849) sorted by relevance

1...<<41424344454647484950>>...354

/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DSettings.java75 private int set; field in Settings
91 Settings set(int id, int idFlags, int value) { in set() method in Settings
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dmap.rs176 pub fn set( in set() method
292 pub fn set(&mut self, key: Utf8SuffixKey, hash: usize, state_id: StateID) { in set() method
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DRange.java308 SortedSet<C> set = (SortedSet<C>) values; in encloseAll() local
435 SortedSet<? extends C> set = (SortedSet<? extends C>) values; in containsAll() local
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/nfa/
Dmap.rs162 pub fn set( in set() method
278 pub fn set(&mut self, key: Utf8SuffixKey, hash: usize, state_id: StateID) { in set() method
/aosp_15_r20/external/freetype/
H A Dgenerate_notice.py467 def do_file(path: str, copyrights: set, no_copyright_files: set):
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
H A Dtransducer.rs226 let set = in unanchored() localVariable
247 let set = in anchored() localVariable
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
H A DSettings.java76 private int set; field in Settings
92 public Settings set(int id, int idFlags, int value) { in set() method in Settings
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DArrayReadWriteBuf.java152 public void set(int index, byte value) { in set() method in ArrayReadWriteBuf
158 public void set(int index, byte[] toCopy, int start, int length) { in set() method in ArrayReadWriteBuf
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/
DEnvironmentalReverb.h118 void set(_Tp&&... _args) { in set() function
213 void set(_Tp&&... _args) { in set() function
DVirtualizer.h157 void set(_Tp&&... _args) { in set() function
287 void set(_Tp&&... _args) { in set() function
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DRange.java308 SortedSet<C> set = (SortedSet<C>) values; in encloseAll() local
435 SortedSet<? extends C> set = (SortedSet<? extends C>) values; in containsAll() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DKeyEventTest.java97 Set<Integer> set = new HashSet<>(); in testObtainGeneratesUniqueId() local
109 Set<Integer> set = new HashSet<>(); in testConstructorGeneratesUniqueId() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/util/
H A DCalendar.java796 public final void set(int field, int value) { throw new RuntimeException("Stub!"); } in set() method in Calendar
808 public final void set(int year, int month, int date) { throw new RuntimeException("Stub!"); } in set() method in Calendar
822 public final void set(int year, int month, int date, int hour, int minute) { throw new RuntimeExcep… in set() method in Calendar
837 public final void set(int year, int month, int date, int hour, int minute, int second) { throw new … in set() method in Calendar
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/util/
H A DCalendar.java796 public final void set(int field, int value) { throw new RuntimeException("Stub!"); } in set() method in Calendar
808 public final void set(int year, int month, int date) { throw new RuntimeException("Stub!"); } in set() method in Calendar
822 public final void set(int year, int month, int date, int hour, int minute) { throw new RuntimeExcep… in set() method in Calendar
837 public final void set(int year, int month, int date, int hour, int minute, int second) { throw new … in set() method in Calendar
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/util/
H A DCalendar.java796 public final void set(int field, int value) { throw new RuntimeException("Stub!"); } in set() method in Calendar
808 public final void set(int year, int month, int date) { throw new RuntimeException("Stub!"); } in set() method in Calendar
822 public final void set(int year, int month, int date, int hour, int minute) { throw new RuntimeExcep… in set() method in Calendar
837 public final void set(int year, int month, int date, int hour, int minute, int second) { throw new … in set() method in Calendar
/aosp_15_r20/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java421 public static <T> Set<T> set(T... values) { in set() method in ShortcutManagerTestUtils
425 public static <T, V> Set<T> set(Function<V, T> converter, V... values) { in set() method in ShortcutManagerTestUtils
429 public static <T, V> Set<T> set(Function<V, T> converter, List<V> values) { in set() method in ShortcutManagerTestUtils
667 final Set<Object> set = new LinkedHashSet<>(); in assertAllUnique() local
/aosp_15_r20/external/clang/tools/libclang/
H A DCXCursor.cpp1288 static inline CXCursorSet_Impl *unpackCXCursorSet(CXCursorSet set) { in unpackCXCursorSet()
1317 void clang_disposeCXCursorSet(CXCursorSet set) { in clang_disposeCXCursorSet()
1321 unsigned clang_CXCursorSet_contains(CXCursorSet set, CXCursor cursor) { in clang_CXCursorSet_contains()
1328 unsigned clang_CXCursorSet_insert(CXCursorSet set, CXCursor cursor) { in clang_CXCursorSet_insert()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/util/
H A DCalendar.java796 public final void set(int field, int value) { throw new RuntimeException("Stub!"); } in set() method in Calendar
808 public final void set(int year, int month, int date) { throw new RuntimeException("Stub!"); } in set() method in Calendar
822 public final void set(int year, int month, int date, int hour, int minute) { throw new RuntimeExcep… in set() method in Calendar
837 public final void set(int year, int month, int date, int hour, int minute, int second) { throw new … in set() method in Calendar
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dref_counted_ptr_test.cc535 absl::flat_hash_set<RefCountedPtr<Foo>> set; in TEST() local
544 absl::flat_hash_set<WeakRefCountedPtr<Bar>> set; in TEST() local
556 set; in TEST() local
574 set; in TEST() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/util/
H A DCalendar.java796 public final void set(int field, int value) { throw new RuntimeException("Stub!"); } in set() method in Calendar
808 public final void set(int year, int month, int date) { throw new RuntimeException("Stub!"); } in set() method in Calendar
822 public final void set(int year, int month, int date, int hour, int minute) { throw new RuntimeExcep… in set() method in Calendar
837 public final void set(int year, int month, int date, int hour, int minute, int second) { throw new … in set() method in Calendar
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/util/
H A DCalendar.java796 public final void set(int field, int value) { throw new RuntimeException("Stub!"); } in set() method in Calendar
808 public final void set(int year, int month, int date) { throw new RuntimeException("Stub!"); } in set() method in Calendar
822 public final void set(int year, int month, int date, int hour, int minute) { throw new RuntimeExcep… in set() method in Calendar
837 public final void set(int year, int month, int date, int hour, int minute, int second) { throw new … in set() method in Calendar
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_bank_conflicts.cpp96 set(vector_type &v, unsigned i, scalar_type x) in set() function
204 set(vector_type &v, unsigned i, scalar_type x) in set() function
323 set(weight_vector_type &v, unsigned i, unsigned p, scalar_type x) in set() function
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
H A DTrieMap.java101 abstract void set(CharSequence string, int i); in set() method in TrieMap.Matcher
217 public void set(CharSequence text, int start) { in set() method in TrieMap.BytesTrieMap.BytesMatcher
400 public void set(CharSequence text, int start) { in set() method in TrieMap.CharsTrieMap.CharsMatcher
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMap.java102 abstract void set(CharSequence string, int i); in set() method in TrieMap.Matcher
218 public void set(CharSequence text, int start) { in set() method in TrieMap.BytesTrieMap.BytesMatcher
401 public void set(CharSequence text, int start) { in set() method in TrieMap.CharsTrieMap.CharsMatcher
/aosp_15_r20/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDependencyFinder.java211 TreeSet<String> set = new TreeSet<>(); in findClassesDeps() local
248 Set<String> set = missing.computeIfAbsent(dep, k -> new TreeSet<>()); in findMissingClasses() local
279 private void setDependencySet(Set<String> set) { in setDependencySet()

1...<<41424344454647484950>>...354