Home
last modified time | relevance | path

Searched defs:sentinel (Results 1 – 25 of 32) 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)));
Dretain-release.m168 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
169 - (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.m70 + (instancetype)dictionaryWithObjectsAndKeys:(id)firstObject, ... __attribute__((sentinel(0,1)));
Dattr-availability.m104 + (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/libpcap/Win32/Src/
Dgetaddrinfo.c306 struct addrinfo sentinel; local
531 struct addrinfo sentinel, *cur; local
703 struct addrinfo sentinel; local
765 struct addrinfo sentinel; local
/external/v8/src/compiler/
Djs-inlining.cc208 Node* sentinel = sentinels_[id]; in ReplaceSentinels() local
217 Node* sentinel = sentinels_[original->id()]; in GetSentinel() local
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/
Drjsmin.c89 const rchar *reset, *sentinel = source + length; in rjsmin() local
/external/mesa3d/src/mesa/main/
Dextensions.c779 GLboolean *sentinel = base + o(extension_sentinel); in _mesa_init_extensions() local
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
Drcssmin.c30 const rchar *sentinel; member
248 copy(const rchar *source, const rchar *sentinel, rchar **target_, in copy()
/external/clang/test/Index/
Dcomplete-objc-message.m100 - (int)SentinelMethod:(int)i, ... __attribute__((sentinel(0,1)));
/external/libxml2/
Dlist.c40 xmlLinkPtr sentinel; member
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c339 struct cso_node *sentinel; in cso_hash_data_prev() local
/external/skia/src/core/
DSkGlyphCache.cpp71 SkGlyph* sentinel = fGlyphArray.insert(0); in SkGlyphCache() local
/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h148 __u8 sentinel; /* 0x1ef */ member
/external/tinyxml/
Dtinyxml.h836 TiXmlAttribute sentinel; variable
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m180 + (id)arrayWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
181 - (id)initWithObjects:(id)firstObj, ... __attribute__((sentinel(0,1)));
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h932 TiXmlAttribute sentinel; variable
/external/v8/src/x87/
Dmacro-assembler-x87.cc2231 const int sentinel = SharedFunctionInfo::kDontAdaptArgumentsSentinel; in InvokePrologue() local

12