Home
last modified time | relevance | path

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

12

/external/clang/test/Analysis/
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)));
Dobjc-arc.m34 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
35 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
/external/clang/test/SemaObjC/
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)));
Dattr-availability-1.m74 + (instancetype)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
/external/clang/test/FixIt/
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}}
/external/droiddriver/src/io/appium/droiddriver/scroll/
DStaticSentinelStrategy.java52 UiElement sentinel = getSentinel(driver, containerFinder, direction); in scroll() local
DSentinelStrategy.java62 UiElement sentinel = getSentinel(container.getChildren(predicate)); in find() local
DDynamicSentinelStrategy.java81 private String getUniqueStringFromSentinel(UiElement sentinel) { in getUniqueStringFromSentinel()
/external/valgrind/none/tests/s390x/
Dclst.c28 clst(const char *str1, const char *str2, int sentinel) in clst()
/external/python/cpython2/Lib/test/
Dtest_getopt.py9 sentinel = object() variable
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Ds-c2.c236 testdata_t sentinel; in main() local
/external/python/cpython2/Modules/
Dgetaddrinfo.c239 struct addrinfo sentinel; in getaddrinfo() local
538 struct addrinfo sentinel; local
/external/python/cpython2/Objects/
Diterobject.c143 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
/external/ImageMagick/MagickCore/
Doption.c2112 sentinel; in GetCommandOptionFlags() local
2658 sentinel; in ParseCommandOption() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c122 mes_t sentinel; in main() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c158 mes_t sentinel; in main() local
/external/mesa3d/src/mesa/main/
Dextensions.c342 GLboolean *sentinel = base + o(extension_sentinel); in _mesa_init_extensions() local
/external/v8/src/compiler/
Dosr.cc61 Node* sentinel = graph->NewNode(dead->op()); in PeelOuterLoopsForOsr() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c123 mes_t sentinel; in main() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c124 mes_t sentinel; local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D1-2.c236 children_t sentinel = {.next = NULL }; variable
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java352 SentinelOuterClass.Sentinel sentinel = SentinelOuterClass.Sentinel.getDefaultInstance(); in defaultValue() local
/external/brotli/enc/
Dentropy_encode.c75 HuffmanTree sentinel; in BrotliCreateHuffmanTree() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c567 mes_t sentinel; in main() local
/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp921 const char sentinel = var->type->is_array() ? '[' : '\0'; in link_update_uniform_buffer_variables() local
951 char sentinel = '\0'; in link_update_uniform_buffer_variables() local

12