Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/external/clang/test/SemaObjC/
Darc-system-header.m1 // silly workaround expected-note {{marked unavailable here}}
5 // another silly workaround expected-note {{marked unavailable here}}
14 // workaround expected-note {{marked unavailable here}}
19 // workaround expected-note {{marked unavailable here}}
25 // workaround expected-note {{marked unavailable here}}
41 // workaround expected-note 4 {{marked unavailable here}}
Dmethod-sentinel-attr.m8 - (void) foo1 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel her…
10 …tribute__ ((__sentinel__(1))); // expected-note {{method has been explicitly marked sentinel here}}
11 …tribute__ ((__sentinel__(5))); // expected-note {{method has been explicitly marked sentinel here}}
12 …tribute__ ((__sentinel__(0))); // expected-note {{method has been explicitly marked sentinel here}}
17 - (void) foo12 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel he…
Dspecial-dep-unavail-warning.m6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un…
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
23 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
Dprotocol-attribute.m4 @protocol FwProto; // expected-note{{marked unavailable}}
36 @protocol FwProto @end // expected-note{{marked unavailable}}
41 __attribute ((unavailable)) __attribute ((deprecated)) @protocol XProto; // expected-note{{marked u…
Dcustom-atomic-property.m8 … default property 'myProp' has a user defined getter (property should be marked 'atomic' if this i…
9 … default property 'myProp' has a user defined setter (property should be marked 'atomic' if this i…
Darc-unavailable-system-function.m6 id * foo(); // expected-note {{function has been explicitly marked unavailable here}}
/external/skia/third_party/glu/libtess/
Drender.c93 f->marked = FALSE; in __gl_renderMesh()
101 if( f->inside && ! f->marked ) { in __gl_renderMesh()
103 assert( f->marked ); in __gl_renderMesh()
149 #define Marked(f) (! (f)->inside || (f)->marked)
151 #define AddToTrail(f,t) ((f)->trail = (t), (t) = (f), (f)->marked = TRUE)
155 (t)->marked = FALSE; t = (t)->trail; \
297 e->Lface->marked = TRUE; in RenderFan()
319 e->Lface->marked = TRUE; in RenderStrip()
325 e->Lface->marked = TRUE; in RenderStrip()
/external/markdown/tests/extensions-x-footnotes/
Dnamed_markers.txt5 [^foo]: Footnote marked ``foo``.
6 [^bar]: This one is marked *bar*.
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnLocalTriangulator.h83 bool marked() in marked() function
88 void setMarked(bool marked) in setMarked() argument
90 m_marked = marked; in setMarked()
/external/clang/test/CodeGenObjC/
Ddebug-info-self.m2 // self and _cmd are marked as DW_AT_artificial.
4 // myarg is not marked as DW_AT_artificial.
/external/doclava/
Dandroid-changes.txt10 doesn't already exist. This ensures that APIs only marked with a
11 @deprecated documentation comment will also be marked as
/external/llvm/include/llvm/Target/
DTargetCallingConv.td49 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply
53 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply
57 /// CCIfSplit - If this argument is marked with the 'split' attribute, apply
61 /// CCIfSRet - If this argument is marked with the 'sret' attribute, apply
/external/bluetooth/glib/po/
Dsq.po315 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
636 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
643 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
659 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
667 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
674 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
749 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
1252 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
1351 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
1405 # (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
[all …]
/external/webkit/LayoutTests/http/tests/appcache/
Dxhr-foreign-resource-expected.txt1 Test that a resource marked as foreign can still be loaded via XHR.
/external/chromium/chrome/browser/ui/cocoa/
Dnsimage_cache_unittest.mm69 << "Image ending in 'Template' should be marked as being a template";
73 << "Image not ending in 'Template' should not be marked as being a "
/external/bsdiff/
DREADME.android6 Changes in the source are marked with "// android" comments.
/external/iproute2/examples/diffserv/
Dregression-testing19 and observe that they get marked as expected.
40 Marking: the should be a variation of marked packets:
89 Marking: the should be a variation of marked packets:
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
DVertexColor.j3md1 Exception VertexColor.j3md has been marked as obsolete. Please use Unshaded.j3md instead.
DSimpleTextured.j3md1 Exception SimpleTextured.j3md has been marked as obsolete. Please use Unshaded.j3md instead.
DWireColor.j3md1 Exception WireColor.j3md has been marked as obsolete. Please use Unshaded.j3md instead.
/external/llvm/test/Linker/
D2005-02-12-ConstantGlobals-2.ll1 ; Test that a prototype can be marked const, and the definition is allowed
D2005-02-12-ConstantGlobals.ll1 ; Test that a prototype can be marked const, and the definition is allowed
/external/clang/test/SemaObjCXX/
Darc-system-header.mm10 // expected-note{{declaration has been explicitly marked unavailable here}}
/external/compiler-rt/lib/asan/interception/mach_override/
DREADME.txt8 other functions are marked as hidden.
/external/clang/test/FixIt/
Dfixit-objc.m60 ….) __attribute__((sentinel)); // expected-note{{function has been explicitly marked sentinel here}}
63 … ... __attribute__((sentinel)); // expected-note{{method has been explicitly marked sentinel here}}

12345678910>>...15