Home
last modified time | relevance | path

Searched defs:sentinel (Results 1 – 25 of 234) sorted by relevance

12345678910

/aosp_15_r20/external/clang/test/Analysis/
H A Dvariadic-method-types.m45 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
46 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
51 + (id)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
52 - (id)initWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
57 + (id)setWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
58 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
63 + (id)orderedSetWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
64 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/dream/
H A DMediaDreamSentinelTest.java76 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationAddition() local
97 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataRemoved_complicationRemoval() local
117 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_complicationRemoval() local
142 final MediaDreamSentinel sentinel = new MediaDreamSentinel(mMediaDataManager, in testOnMediaDataLoaded_mediaComplicationDisabled_doesNotAddComplication() local
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dmethod-sentinel-attr.m20 - (id) foo13 : (id)firstObj, ... __attribute__((sentinel(0,1)));
21 - (id) foo14 : (id)firstObj : (Class)secondObj, ... __attribute__((sentinel(0,1)));
22 - (id) foo15 : (id*)firstObj, ... __attribute__((sentinel(0,1)));
23 - (id) foo16 : (id**)firstObj, ... __attribute__((sentinel(0,1)));
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
H A DPinInputViewModelTest.kt46 val sentinel = ClearAll() in <lambda>() constant
159 val sentinel = subject.input[0] as ClearAll in <lambda>() constant
167 val sentinel = subject.input[0] as ClearAll in <lambda>() constant
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/
H A Dtypes.h34 using sentinel = sentinel_wrapper<iterator>; member
64 using sentinel = sentinel_wrapper<iterator>; member
94 using sentinel = sentinel_wrapper<iterator>; member
111 using sentinel = sentinel_wrapper<iterator>; member
156 using sentinel = sentinel_wrapper<InputValueIter<T>>; member
332 using sentinel = copying_iterator<std::ranges::sentinel_t<Outer>>; member
/aosp_15_r20/packages/modules/DnsResolver/
Dgetaddrinfo.cpp319 addrinfo sentinel = {}; in android_getaddrinfofornetcontext() local
415 addrinfo sentinel = {}; in resolv_getaddrinfo() local
490 struct addrinfo sentinel; in explore_null() local
545 struct addrinfo sentinel; in explore_numeric() local
820 struct addrinfo sentinel = {}; in getanswer() local
1442 addrinfo sentinel = {}; in dns_getaddrinfo() local
1532 struct addrinfo sentinel = {}; in getCustomHosts() local
1549 struct addrinfo sentinel = {}; in files_getaddrinfo() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.utility/range.subrange/
H A Dtypes.h190 struct sentinel { struct
203ForwardBorrowedRangeDifferentSentinel::sentinel,
207 struct sentinel { struct
221DifferentSentinelWithSizeMember::sentinel,
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_queue.py426 def feed(self, q, seq, rnd, sentinel): argument
437 def consume(self, q, results, sentinel): argument
444 def consume_nonblock(self, q, results, sentinel): argument
457 def consume_timeout(self, q, results, sentinel): argument
/aosp_15_r20/tools/acloud/internal/lib/
H A Dutils_test.py208 def _RaiseAndRetry(sentinel): argument
219 def _RaiseAndRetry(sentinel): argument
239 def _RaiseAndRetry(sentinel): argument
/aosp_15_r20/bionic/libc/dns/net/
H A Dgetaddrinfo.c590 struct addrinfo sentinel; in android_getaddrinfofornetcontext() local
868 struct addrinfo sentinel; in explore_null() local
933 struct addrinfo sentinel; in explore_numeric() local
1313 struct addrinfo sentinel, *cur; in getanswer() local
1900 struct addrinfo sentinel, *cur; in _dns_getaddrinfo() local
2121 struct addrinfo sentinel, *cur; in _files_getaddrinfo() local
/aosp_15_r20/external/clang/test/FixIt/
H A Dfixit-objc.m60 void sentinel(int x, ...) __attribute__((sentinel)); // expected-note{{function has been explicitly… function
63 … ... __attribute__((sentinel)); // expected-note{{method has been explicitly marked sentinel here}}
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/sync/
Dqueue.rs50 let sentinel = Owned::new(Node { in new() localVariable
56 let sentinel = sentinel.into_shared(guard); in new() localVariable
211 let sentinel = self.head.load(Relaxed, guard); in drop() localVariable
/aosp_15_r20/libcore/luni/src/main/java/java/lang/ref/
H A DFinalizerReference.java95 Sentinel sentinel; in finalizeAllEnqueued() local
105 private static boolean enqueueSentinelReference(Sentinel sentinel) { in enqueueSentinelReference()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.access/
H A Dsize.pass.cpp233 struct sentinel { struct
246 struct sentinel { struct
261 struct sentinel { struct
/aosp_15_r20/external/lz4/tests/
H A Dfuzzer.c647 char const sentinel = decodedBuffer[targetSize] = block[targetSize] ^ 0x5A; in FUZ_test() local
661 char const sentinel = decodedBuffer[targetSize] = block[targetSize] ^ 0x5A; in FUZ_test() local
674 char const sentinel = decodedBuffer[targetSize] = block[targetSize] ^ 0x5A; in FUZ_test() local
687 char const sentinel = decodedBuffer[targetSize] = block[targetSize] ^ 0x5A; in FUZ_test() local
1372 BYTE const sentinel = 101; in FUZ_unitTests() local
/aosp_15_r20/external/image_io/src/xml/
H A Dxml_element_rules.cc77 char sentinel = context.GetTerminal()->GetScanner()->GetSentinel(); in HandlePostWhitespaceChar() local
151 char sentinel = context.GetTerminal()->GetScanner()->GetSentinel(); in HandlePostOpenChar() local
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/xml/
H A Dxml_element_rules.cc77 char sentinel = context.GetTerminal()->GetScanner()->GetSentinel(); in HandlePostWhitespaceChar() local
151 char sentinel = context.GetTerminal()->GetScanner()->GetSentinel(); in HandlePostOpenChar() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.all/range.ref.view/
H A Drange.ref.view.pass.cpp72 struct sentinel { struct
85 struct sentinel { struct
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dprocess.py248 def sentinel(self): member in BaseProcess
366 def __init__(self, name, pid, sentinel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dprocess.py248 def sentinel(self): member in BaseProcess
366 def __init__(self, name, pid, sentinel): argument
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dprocess.py248 def sentinel(self): member in BaseProcess
366 def __init__(self, name, pid, sentinel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dprocess.py248 def sentinel(self): member in BaseProcess
366 def __init__(self, name, pid, sentinel): argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c82 static void *allocate_write(int sentinel) in allocate_write()
97 static int verif_unmap(void *page, int sentinel) in verif_unmap()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dprocess.py248 def sentinel(self): member in BaseProcess
366 def __init__(self, name, pid, sentinel): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dprocess.py248 def sentinel(self): member in BaseProcess
366 def __init__(self, name, pid, sentinel): argument

12345678910