| /external/clang/test/Analysis/ | 
| 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)));
 
 | 
| D | objc-arc.m | 34 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));35 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
 
 | 
| /external/clang/test/SemaObjC/ | 
| 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)));
 
 | 
| /external/clang/test/FixIt/ | 
| D | fixit-objc.m | 60 void sentinel(int x, ...) __attribute__((sentinel)); // expected-note{{function has been explicitly…  function63 … ... __attribute__((sentinel)); // expected-note{{method has been explicitly marked sentinel here}}
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/sentinel/ | 
| D | ctor.other.pass.cpp | 38   using sentinel = convertible_sentinel_wrapper<BufferView<int*>*>;  typedef74     using sentinel = std::ranges::sentinel_t<JoinView>;  in test()  typedef
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.utility/range.subrange/ | 
| D | types.h | 190   struct sentinel {  struct203 …                                                   ForwardBorrowedRangeDifferentSentinel::sentinel,
 207   struct sentinel {  struct
 221 …                                                         DifferentSentinelWithSizeMember::sentinel,
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/unreachable.sentinel/ | 
| D | unreachable_sentinel.pass.cpp | 36   auto sentinel = std::unreachable_sentinel;  in test()  local
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/ | 
| D | types.h | 32   using sentinel = sentinel_wrapper<iterator>;  member62   using sentinel = sentinel_wrapper<iterator>;  member
 89   using sentinel = sentinel_wrapper<iterator>;  member
 105   using sentinel = sentinel_wrapper<iterator>;  member
 147   using sentinel = sentinel_wrapper<InputValueIter<T>>;  member
 323   using sentinel = copying_iterator<std::ranges::sentinel_t<Outer>>;  member
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/support/ | 
| D | test_range.h | 21 struct sentinel {  struct
 | 
| /external/grpc-grpc/src/ruby/qps/ | 
| D | qps-common.rb | 46   def initialize(sentinel)  argument
 | 
| /external/mtools/ | 
| D | file_name.h | 31   char sentinel;  member
 | 
| /external/python/cpython3/Lib/test/ | 
| D | test_queue.py | 423     def feed(self, q, seq, rnd, sentinel):  argument434     def consume(self, q, results, sentinel):  argument
 441     def consume_nonblock(self, q, results, sentinel):  argument
 454     def consume_timeout(self, q, results, sentinel):  argument
 
 | 
| D | test_getopt.py | 10 sentinel = object()  variable
 | 
| /external/image_io/src/xml/ | 
| D | xml_element_rules.cc | 77   char sentinel = context.GetTerminal()->GetScanner()->GetSentinel();  in HandlePostWhitespaceChar()  local151   char sentinel = context.GetTerminal()->GetScanner()->GetSentinel();  in HandlePostOpenChar()  local
 
 | 
| D | xml_cdata_and_comment_rules.cc | 71   char sentinel = context.GetTerminal()->GetScanner()->GetSentinel();  in HandlePostBangChar()  local
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.split/ | 
| D | end.pass.cpp | 55     auto sentinel = sv.end();  in test()  local
 | 
| /external/mesa3d/src/util/ | 
| D | sparse_array.h | 115    uint32_t sentinel;  member
 | 
| /external/rust/crates/crossbeam-epoch/src/sync/ | 
| D | queue.rs | 50         let sentinel = Owned::new(Node {  in new()  localVariable56             let sentinel = sentinel.into_shared(guard);  in new()  localVariable
 212             let sentinel = self.head.load(Relaxed, guard);  in drop()  localVariable
 
 | 
| /external/skia/src/codec/ | 
| D | SkJpegSegmentScan.cpp | 55                 const uint8_t* sentinel =  in onBytes()  local
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.all/range.ref.view/ | 
| D | range.ref.view.pass.cpp | 72   struct sentinel {  struct85   struct sentinel {  struct
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.access/ | 
| D | size.pass.cpp | 232   struct sentinel {  struct245   struct sentinel {  struct
 260   struct sentinel {  struct
 
 | 
| /external/grpc-grpc/src/ruby/bin/ | 
| D | math_server.rb | 78   def initialize(sentinel)  argument
 | 
| /external/python/cpython3/Lib/multiprocessing/ | 
| D | process.py | 248     def sentinel(self):  member in BaseProcess360     def __init__(self, name, pid, sentinel):  argument
 
 | 
| /external/python/cpython2/Lib/test/ | 
| D | test_getopt.py | 9 sentinel = object()  variable
 | 
| /external/tensorflow/tensorflow/core/profiler/convert/ | 
| D | op_stats_to_tf_stats.cc | 54   TfStatsRecord sentinel;  in GenerateTfStatsTable()  local
 |