/aosp_15_r20/external/clang/test/Analysis/ |
H A D | variadic-method-types.m | 45 + (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 D | MediaDreamSentinelTest.java | 76 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 D | method-sentinel-attr.m | 20 - (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 D | PinInputViewModelTest.kt | 46 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 D | types.h | 34 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/ |
D | getaddrinfo.cpp | 319 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 D | types.h | 190 struct sentinel { struct 203 … ForwardBorrowedRangeDifferentSentinel::sentinel, 207 struct sentinel { struct 221 … DifferentSentinelWithSizeMember::sentinel,
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_queue.py | 426 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 D | utils_test.py | 208 def _RaiseAndRetry(sentinel): argument 219 def _RaiseAndRetry(sentinel): argument 239 def _RaiseAndRetry(sentinel): argument
|
/aosp_15_r20/bionic/libc/dns/net/ |
H A D | getaddrinfo.c | 590 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 D | fixit-objc.m | 60 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/ |
D | queue.rs | 50 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 D | FinalizerReference.java | 95 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 D | size.pass.cpp | 233 struct sentinel { struct 246 struct sentinel { struct 261 struct sentinel { struct
|
/aosp_15_r20/external/lz4/tests/ |
H A D | fuzzer.c | 647 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 D | xml_element_rules.cc | 77 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 D | xml_element_rules.cc | 77 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 D | range.ref.view.pass.cpp | 72 struct sentinel { struct 85 struct sentinel { struct
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | process.py | 248 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/ |
D | process.py | 248 def sentinel(self): member in BaseProcess 366 def __init__(self, name, pid, sentinel): argument
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | process.py | 248 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/ |
D | process.py | 248 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 D | madvise11.c | 82 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/ |
D | process.py | 248 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/ |
D | process.py | 248 def sentinel(self): member in BaseProcess 366 def __init__(self, name, pid, sentinel): argument
|