Home
last modified time | relevance | path

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

123

/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)));
/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/grpc-grpc/src/ruby/qps/
Dqps-common.rb46 def initialize(sentinel) argument
/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
/external/tensorflow/tensorflow/contrib/learn/python/learn/ops/
Dseq2seq_ops.py68 def seq2seq_inputs(x, y, input_length, output_length, sentinel=None, name=None): argument
/external/python/cpython3/Lib/test/
Dtest_getopt.py9 sentinel = object() variable
Dtest_queue.py381 def consume(self, q, results, sentinel): argument
388 def consume_nonblock(self, q, results, sentinel): argument
401 def consume_timeout(self, q, results, sentinel): argument
/external/grpc-grpc/src/ruby/bin/
Dmath_server.rb78 def initialize(sentinel) argument
/external/python/cpython2/Lib/test/
Dtest_getopt.py9 sentinel = object() variable
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Ds-c2.c228 testdata_t sentinel; in main() local
/external/python/cpython3/Modules/
Dgetaddrinfo.c239 struct addrinfo sentinel; in getaddrinfo() local
538 struct addrinfo sentinel; local
/external/python/cpython2/Modules/
Dgetaddrinfo.c239 struct addrinfo sentinel; in getaddrinfo() local
538 struct addrinfo sentinel; local
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h324 unsigned sentinel; member
342 unsigned sentinel; member
/external/python/cpython2/Objects/
Diterobject.c143 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
/external/python/cpython3/Doc/library/
Dunittest.mock.rst1857 sentinel section in Helpers
/external/python/cpython3/Objects/
Diterobject.c180 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
/external/mesa3d/src/mesa/main/
Dextensions.c311 GLboolean *sentinel = base + o(extension_sentinel); in _mesa_init_extensions() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c115 mes_t sentinel; in main() local
/external/ImageMagick/MagickCore/
Doption.c2431 sentinel; in GetCommandOptionFlags() local
2978 sentinel; in ParseCommandOption() local
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c151 mes_t sentinel; in main() local
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c94 *sentinel = source + length; in rjsmin() local
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmetric_spec.py33 def _assert_named_args(sentinel): argument

123