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

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CXX/special/class.temporary/
p1.cpp 9 A(const A&) = delete; // expected-note {{function has been explicitly marked deleted here}}
41 A(const A&) = delete; // expected-note {{marked deleted here}}
  /external/clang/test/CodeGenObjC/
debug-info-self.m 2 // self and _cmd are marked as DW_AT_artificial.
3 // myarg is not marked as DW_AT_artificial.
  /external/clang/test/Sema/
attr-availability-macosx.c 7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=3.0))); // expected-note{{explicitly marked unavailable}}
8 void f5(int) __attribute__((availability(ios,introduced=3.2), availability(macosx,unavailable))); // expected-note{{function has been explicitly marked unavailable here}}
warn-documentation-fixits.cpp 23 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
27 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
32 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
36 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
44 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
48 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
56 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
  /external/clang/test/SemaCXX/
attr-unavailable.cpp 6 // expected-note{{function has been explicitly marked unavailable here}}
8 void bar(...) __attribute__((__unavailable__)); // expected-note 2{{explicitly marked unavailable}}
deleted-function.cpp 18 WithDel() = delete; // expected-note {{function has been explicitly marked deleted here}}
19 void fn() = delete; // expected-note {{function has been explicitly marked deleted here}}
20 operator int() = delete; // expected-note {{function has been explicitly marked deleted here}}
  /external/doclava/
android-changes.txt 16 doesn't already exist. This ensures that APIs only marked with a
17 @deprecated documentation comment will also be marked as
  /external/eigen/test/eigen2/
eigen2_sparse_solvers.cpp 53 VERIFY_IS_APPROX(refMat2.template marked<LowerTriangular>().solveTriangular(vec2),
54 m2.template marked<LowerTriangular>().solveTriangular(vec3));
58 VERIFY_IS_APPROX(refMat2.template marked<LowerTriangular>().transpose().solveTriangular(vec2),
59 m2.template marked<LowerTriangular>().transpose().solveTriangular(vec3));
63 VERIFY_IS_APPROX(refMat2.template marked<UpperTriangular>().solveTriangular(vec2),
64 m2.template marked<UpperTriangular>().solveTriangular(vec3));
68 VERIFY_IS_APPROX(refMat2.template marked<UpperTriangular>().transpose().solveTriangular(vec2),
69 m2.template marked<UpperTriangular>().transpose().solveTriangular(vec3));
eigen2_triangular.cpp 78 VERIFY(m3.template marked<Eigen::LowerTriangular>().solveTriangular(m3).cwise().abs().isIdentity(test_precision<RealScalar>()));
79 VERIFY(m3.transpose().template marked<Eigen::UpperTriangular>()
83 m3.transpose().template marked<Eigen::UpperTriangular>().solveTriangularInPlace(trm4);
87 VERIFY(m3.template marked<Eigen::UpperTriangular>().solveTriangular(m3).cwise().abs().isIdentity(test_precision<RealScalar>()));
88 VERIFY(m3.transpose().template marked<Eigen::LowerTriangular>()
92 m3.transpose().template marked<Eigen::LowerTriangular>().solveTriangularInPlace(trm4);
96 VERIFY(m2.isApprox(m3 * (m3.template marked<Eigen::UpperTriangular>().solveTriangular(m2)), largerEps));
98 VERIFY(m2.isApprox(m3 * (m3.template marked<Eigen::LowerTriangular>().solveTriangular(m2)), largerEps));
  /external/markdown/tests/extensions-x-footnotes/
named_markers.html 8 <p>Footnote marked <code>foo</code>.
12 <p>This one is marked <em>bar</em>.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
shadow.h 62 therefore not marked with __THROW. */
70 therefore not marked with __THROW. */
78 therefore not marked with __THROW. */
86 therefore not marked with __THROW. */
94 therefore not marked with __THROW. */
102 therefore not marked with __THROW. */
110 therefore not marked with __THROW. */
120 therefore not marked with __THROW. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 62 therefore not marked with __THROW. */
70 therefore not marked with __THROW. */
78 therefore not marked with __THROW. */
86 therefore not marked with __THROW. */
94 therefore not marked with __THROW. */
102 therefore not marked with __THROW. */
110 therefore not marked with __THROW. */
120 therefore not marked with __THROW. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 62 therefore not marked with __THROW. */
70 therefore not marked with __THROW. */
78 therefore not marked with __THROW. */
86 therefore not marked with __THROW. */
94 therefore not marked with __THROW. */
102 therefore not marked with __THROW. */
110 therefore not marked with __THROW. */
120 therefore not marked with __THROW. */
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_match_unittest.cc 15 // Returns a string of |text| marked the hits in |match| using block bracket.
19 base::string16 marked = text; local
25 marked.insert(hit.end(), 1, ']');
26 marked.insert(hit.start(), 1, '[');
29 return UTF16ToUTF8(marked);
  /external/proguard/src/proguard/shrink/
InnerUsageMarker.java 94 // Check if the inner class (if any) is marked as being used.
99 // Check if the outer class (if any) is marked as being used.
104 // If both the inner class and the outer class are marked as being
125 // Is the class constant marked as being used?
132 // Is the referenced class marked as being used?
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerControllerTest.cpp 101 // No more reference to marked node.
112 // No more reference to marked node.
125 // No more reference to marked node.
138 // No more reference to marked node.
151 // No more reference to marked node.
164 // No more reference to marked node.
177 // No more reference to marked node.
  /external/chromium/base/test/
test_suite.h 31 // Returns true if the test is marked as flaky.
34 // Returns true if the test is marked as failing.
37 // Returns true if the test is marked as "MAYBE_".
  /external/chromium/net/base/
test_root_certs.h 41 // false if the certificate could not be marked trusted.
50 // marked trusted via Add().
53 // Returns true if there are no certificates that have been marked trusted.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp 22 auto l = [=](){}; // expected-note{{method is not marked volatile}}
27 auto ml = [=]() mutable{}; // expected-note{{method is not marked const}} \
28 // expected-note{{method is not marked volatile}}
  /external/guava/guava/src/com/google/common/eventbus/
AnnotatedHandlerFinder.java 25 * that are marked with the {@link Subscribe} annotation.
34 * This implementation finds all methods marked with a {@link Subscribe}
91 * @return {@code true} if {@code handler} is marked as thread-safe,
  /bootable/recovery/minzip/
Inlines.c 17 /* Make sure that non-inlined versions of INLINED-marked functions
  /external/chromium/net/http/
http_vary_data.h 40 // success, the object is also marked as valid such that is_valid() will
42 // is marked as invalid.
50 // Upon success, true is returned and the object is marked as valid such that
52 // that this object is marked as invalid.
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/
LICENSE.md 16 2. Altered source versions must be plainly marked as such, and must not
  /external/chromium_org/chrome/common/extensions/docs/static/js/
sidebar.js 8 * Finds all elements marked as toggleable, and adds an onClick event to
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
JavascriptInterface.java 14 * that only explicitly marked methods get exposed instead of every method in a class.

Completed in 554 milliseconds

1 2 34 5 6 7 8 91011>>