HomeSort by relevance Sort by last modified time
    Searched full:marked (Results 26 - 50 of 3755) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmpx.h 53 marked with __THROW. */
59 marked with __THROW. */
65 marked with __THROW. */
71 marked with __THROW. */
77 marked with __THROW. */
83 marked with __THROW. */
93 therefore not marked with __THROW. */
101 therefore not marked with __THROW. */
111 therefore not marked with __THROW. */
120 therefore not marked with __THROW. *
    [all...]
netdb.h 110 marked with __THROW. */
116 marked with __THROW. */
123 marked with __THROW. */
130 marked with __THROW. */
137 marked with __THROW. */
148 therefore not marked with __THROW. */
160 therefore not marked with __THROW. */
191 marked with __THROW. */
197 marked with __THROW. */
204 marked with __THROW. *
    [all...]
pwd.h 72 marked with __THROW. */
78 marked with __THROW. */
84 marked with __THROW. */
94 therefore not marked with __THROW. */
102 therefore not marked with __THROW. */
110 marked with __THROW. */
116 marked with __THROW. */
139 therefore not marked with __THROW. */
163 therefore not marked with __THROW. */
180 therefore not marked with __THROW. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h 53 marked with __THROW. */
59 marked with __THROW. */
65 marked with __THROW. */
71 marked with __THROW. */
77 marked with __THROW. */
83 marked with __THROW. */
93 therefore not marked with __THROW. */
101 therefore not marked with __THROW. */
111 therefore not marked with __THROW. */
120 therefore not marked with __THROW. *
    [all...]
netdb.h 110 marked with __THROW. */
116 marked with __THROW. */
123 marked with __THROW. */
130 marked with __THROW. */
137 marked with __THROW. */
148 therefore not marked with __THROW. */
160 therefore not marked with __THROW. */
191 marked with __THROW. */
197 marked with __THROW. */
204 marked with __THROW. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h 53 marked with __THROW. */
59 marked with __THROW. */
65 marked with __THROW. */
71 marked with __THROW. */
77 marked with __THROW. */
83 marked with __THROW. */
93 therefore not marked with __THROW. */
101 therefore not marked with __THROW. */
111 therefore not marked with __THROW. */
120 therefore not marked with __THROW. *
    [all...]
netdb.h 110 marked with __THROW. */
116 marked with __THROW. */
123 marked with __THROW. */
130 marked with __THROW. */
137 marked with __THROW. */
148 therefore not marked with __THROW. */
160 therefore not marked with __THROW. */
191 marked with __THROW. */
197 marked with __THROW. */
204 marked with __THROW. *
    [all...]
  /external/clang/test/Sema/
attr-unavailable-message.c 4 int foo(int) __attribute__((__unavailable__("USE IFOO INSTEAD"))); // expected-note {{function has been explicitly marked unavailable here}}
5 double dfoo(double) __attribute__((__unavailable__("NO LONGER"))); // expected-note 2 {{function has been explicitly marked unavailable here}}
7 void bar() __attribute__((__unavailable__)); // expected-note {{explicitly marked unavailable}}
42 enum fee { // expected-note {{declaration has been explicitly marked unavailable here}}
43 r = 1, // expected-note {{declaration has been explicitly marked unavailable here}}
block-sentinel-attribute.c 8 void (^b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)) = // expected-note {{block has been explicitly marked sentinel here}}
10 void (^z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))) = ^ __attribute__ ((__sentinel__ (2))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}}
13 void (^y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))) = ^ __attribute__ ((__sentinel__ (5))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}}
  /external/clang/test/SemaObjC/
special-dep-unavail-warning.m 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
23 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
arc-system-header.m 10 // expected-note@arc-system-header.h:1 {{marked unavailable here}}
11 // expected-note@arc-system-header.h:5 {{marked unavailable here}}
16 // expected-note@arc-system-header.h:14 {{marked unavailable here}}
21 // expected-note@arc-system-header.h:19 {{marked unavailable here}}
27 // expected-note@arc-system-header.h:25 {{marked unavailable here}}
46 // expected-note@arc-system-header.h:41 4 {{marked unavailable here}}
custom-atomic-property.m 8 -(Foo*)myProp {return 0;} // expected-warning {{atomic by default property 'myProp' has a user defined getter (property should be marked 'atomic' if this is intended)}}
9 -(void)setMyProp:(Foo*)e {} // expected-warning {{atomic by default property 'myProp' has a user defined setter (property should be marked 'atomic' if this is intended)}}
arc-unavailable-system-function.m 6 id * foo(); // expected-note {{function has been explicitly marked unavailable here}}
protocol-attribute.m 4 @protocol FwProto; // expected-note{{marked unavailable}}
36 @protocol FwProto @end // expected-note{{marked unavailable}}
41 __attribute ((unavailable)) __attribute ((deprecated)) @protocol XProto; // expected-note{{marked unavailable}}
method-sentinel-attr.m 8 - (void) foo1 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel here}}
10 - (void) foo5 : (int)x, ... __attribute__ ((__sentinel__(1))); // expected-note {{method has been explicitly marked sentinel here}}
11 - (void) foo6 : (int)x, ... __attribute__ ((__sentinel__(5))); // expected-note {{method has been explicitly marked sentinel here}}
12 - (void) foo7 : (int)x, ... __attribute__ ((__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 here}}
  /external/clang/test/CXX/class.derived/class.virtual/
p3-0x.cpp 10 virtual void f(long) override; // expected-error {{'f' marked 'override' but does not override any member functions}}
42 virtual void f(Args...) override; // expected-error {{'f' marked 'override' but does not override any member functions}}
71 void g() override; // expected-error {{only virtual member functions can be marked 'override'}}
72 void i() final; // expected-error {{only virtual member functions can be marked 'final'}}
85 void g(T...) override; // expected-error {{only virtual member functions can be marked 'override'}}
87 void i(T...) final; // expected-error {{only virtual member functions can be marked 'final'}}
97 void g() override; // expected-error {{only virtual member functions can be marked 'override'}}
98 void i() final; // expected-error {{only virtual member functions can be marked 'final'}}
121 // expected-error@-13 {{only virtual member functions can be marked 'override'}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 35 constexpr class C1 {}; // expected-error {{class cannot be marked constexpr}}
36 constexpr struct S1 {}; // expected-error {{struct cannot be marked constexpr}}
37 constexpr union U1 {}; // expected-error {{union cannot be marked constexpr}}
38 constexpr enum E1 {}; // expected-error {{enum cannot be marked constexpr}}
39 template <typename T> constexpr class TC1 {}; // expected-error {{class cannot be marked constexpr}}
40 template <typename T> constexpr struct TS1 {}; // expected-error {{struct cannot be marked constexpr}}
41 template <typename T> constexpr union TU1 {}; // expected-error {{union cannot be marked constexpr}}
42 class C2 {} constexpr; // expected-error {{class cannot be marked constexpr}}
43 struct S2 {} constexpr; // expected-error {{struct cannot be marked constexpr}}
44 union U2 {} constexpr; // expected-error {{union cannot be marked constexpr}
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
spellcheck-on-contraction-when-autocorrection-is-off.html 15 <p>This test verifies that common contraction is not marked as misspelled when autocorrection is off.</p>
17 <p><b>Step 2:</b> Type "this wasn't", and verify that "wasn't" isn't marked as mispelled.</p>
  /external/clang/test/CodeGen/
2005-07-20-SqrtNoErrno.c 8 // Check that this is marked readonly when errno is ignored.
  /external/clang/test/CodeGenCXX/
rtti-visibility.cpp 10 // A is explicitly marked hidden, so all RTTI data should also be marked hidden.
24 // A is weak, so its linkage should be linkoce_odr, but not marked hidden.
29 // With -fhidden-weak-vtables, the typeinfo for A is marked hidden, but not its name.
  /external/clang/test/SemaObjCXX/
arc-system-header.mm 9 // expected-note@arc-system-header.h:10{{declaration has been explicitly marked unavailable here}}
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
SimpleTextured.j3md 1 Exception SimpleTextured.j3md has been marked as obsolete. Please use Unshaded.j3md instead.
WireColor.j3md 1 Exception WireColor.j3md has been marked as obsolete. Please use Unshaded.j3md instead.
  /external/llvm/test/Linker/
2005-02-12-ConstantGlobals-2.ll 1 ; Test that a prototype can be marked const, and the definition is allowed
  /external/skia/tools/tests/rebaseline/output/marked-unreviewed/output-expected/
command_line 1 python tools/rebaseline.py --expectations-root tools/tests/rebaseline/output/marked-unreviewed/output-actual/gm-expectations --actuals-base-url tools/tests/rebaseline/input/json1 --bugs 1234 5678 --builders Test-Android-GalaxyNexus-SGX540-Arm7-Debug Test-Win7-ShuttleA-HD2000-x86-Release --notes notes_content --unreviewed

Completed in 800 milliseconds

12 3 4 5 6 7 8 91011>>