HomeSort by relevance Sort by last modified time
    Searched full:appear (Results 201 - 225 of 8418) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/tools/linux-x86_64/swt/about_files/
pixman-licenses.txt 7 the above copyright notice appear in all copies and that both that
8 copyright notice and this permission notice appear in supporting
32 provided that the above copyright notice appear in all copies and that
33 both that copyright notice and this permission notice appear in
53 the above copyright notice appear in all copies and that both that
54 copyright notice and this permission notice appear in supporting
76 provided that the above copyright notice appear in all copies and that
77 both that copyright notice and this permission notice appear in
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
greg-12.d 10 # evaluated before the expanding reloc. Here, it doesn't appear in the
11 # wrong order, and it doesn't seem like they would naturally appear in the
greg-3.d 10 # evaluated before the expanding reloc. Here, it doesn't appear in the
11 # wrong order, and it doesn't seem like they would naturally appear in the
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3.cpp 4 auto a = a; // expected-error{{variable 'a' declared with 'auto' type cannot appear in its own initializer}}
5 auto *b = b; // expected-error{{variable 'b' declared with 'auto' type cannot appear in its own initializer}}
6 const auto c = c; // expected-error{{variable 'c' declared with 'auto' type cannot appear in its own initializer}}
7 if (auto d = d) {} // expected-error {{variable 'd' declared with 'auto' type cannot appear in its own initializer}}
8 auto e = ({ auto f = e; 0; }); // expected-error {{variable 'e' declared with 'auto' type cannot appear in its own initializer}}
p3-1y.cpp 6 decltype(auto) a = a; // expected-error{{variable 'a' declared with 'decltype(auto)' type cannot appear in its own initializer}}
7 if (decltype(auto) b = b) {} // expected-error {{variable 'b' declared with 'decltype(auto)' type cannot appear in its own initializer}}
8 decltype(auto) c = ({ decltype(auto) d = c; 0; }); // expected-error {{variable 'c' declared with 'decltype(auto)' type cannot appear in its own initializer}}
  /external/clang/test/Parser/
recovery.cpp 157 case ns::V1:: break; // expected-error{{'V1' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
158 case C1::V2:: break; // expected-error{{'V2' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
159 case C1::V3:: break; // expected-error{{'V3' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
160 case V4:: break; // expected-error{{'V4' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
161 case V6:: func_3(); // expected-error{{'V6' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
167 case EC3::V5:: break; // expected-error{{'V5' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
189 return x ? S::n :: 0; // expected-error{{'n' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
192 return x ? s.nn :: x; // expected-error{{'nn' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
195 return x ? s.nn :: S::n; // expected-error{{'nn' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java 41 * Verify that the func:result element does not appear within a variable,
59 msg = "func:result cannot appear within a variable, parameter, or another func:result.";
66 msg = "func:result must appear in a func:function element";
  /bionic/libc/upstream-openbsd/lib/libc/gen/
getprogname.c 7 * copyright notice and this permission notice appear in all copies.
  /device/lge/bullhead/sepolicy/
cnd.te 19 # bit was even set. We do not appear to truly need this capability
  /external/autotest/client/deps/fakegudev/src/
test-gudev.sh 47 echo "TEST: /dev/fake does not appear in test program output"
88 echo "TEST: Several properties appear"
92 echo "TEST: /dev/fake2 does not appear when only /dev/fake is specified"
96 echo "TEST: /dev/fake2 and /dev/fake both appear when specified"
  /external/autotest/client/deps/iwcap/src/
COPYING 8 copyright notice and this permission notice appear in all copies.
  /external/autotest/client/site_tests/security_AccountsBaseline/
control 10 PURPOSE = ("To ensure required accounts consistently appear with the same "
  /external/autotest/client/site_tests/touch_TouchscreenTaps/
control 9 This test will fail if, after playback of touch events, taps do not appear
  /external/boringssl/src/crypto/conf/
internal.h 5 * copyright notice and this permission notice appear in all copies.
  /external/boringssl/src/crypto/rand/
internal.h 5 * copyright notice and this permission notice appear in all copies.
  /external/boringssl/src/include/openssl/
buffer.h 5 * copyright notice and this permission notice appear in all copies.
dtls1.h 5 * copyright notice and this permission notice appear in all copies.
objects.h 5 * copyright notice and this permission notice appear in all copies.
opensslv.h 5 * copyright notice and this permission notice appear in all copies.
ossl_typ.h 5 * copyright notice and this permission notice appear in all copies.
pkcs12.h 5 * copyright notice and this permission notice appear in all copies.
pkcs7.h 5 * copyright notice and this permission notice appear in all copies.
safestack.h 5 * copyright notice and this permission notice appear in all copies.
srtp.h 5 * copyright notice and this permission notice appear in all copies.
  /external/boringssl/src/ssl/test/
scoped_types.h 5 * copyright notice and this permission notice appear in all copies.

Completed in 3471 milliseconds

1 2 3 4 5 6 7 891011>>