HomeSort by relevance Sort by last modified time
    Searched full:follows (Results 1 - 25 of 2467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p10.cpp 30 extern template void X0<int>::f(int&); // expected-error{{follows explicit instantiation definition}}
31 extern template struct X0<int>::Inner; // expected-error{{follows explicit instantiation definition}}
32 extern template int X0<int>::static_var; // expected-error{{follows explicit instantiation definition}}
33 extern template struct X0<int>; // expected-error{{follows explicit instantiation definition}}
  /external/clang/test/Sema/
private-extern.c 4 int g0; // expected-error{{non-static declaration of 'g0' follows static declaration}}
13 static int g3; // expected-error{{static declaration of 'g3' follows non-static declaration}}
16 static int g4; // expected-error{{static declaration of 'g4' follows non-static declaration}}
19 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}}
23 extern int g6; // expected-error {{extern declaration of 'g6' follows non-extern declaration}}
28 __private_extern__ int g7; // expected-error {{extern declaration of 'g7' follows non-extern declaration}}
33 int g8; // expected-error {{non-extern declaration of 'g8' follows extern declaration}}
38 int g9; // expected-error {{non-extern declaration of 'g9' follows extern declaration}}
tentative-decls.c 27 static int i5; // expected-error{{static declaration of 'i5' follows non-static declaration}}
30 int i2 = 3; // expected-error{{non-static declaration of 'i2' follows static declaration}}
51 static int i6; // expected-error{{static declaration of 'i6' follows non-static declaration}}
thread-specifier.c 19 int t15; // expected-error {{non-thread-local declaration of 't15' follows thread-local declaration}}
21 __thread int t16; // expected-error {{thread-local declaration of 't16' follows non-thread-local declaration}}
  /external/ipsec-tools/src/racoon/
privsep.h 37 #define PRIVSEP_EAY_GET_PKCS1PRIVKEY 0x0801 /* admin_com_bufs follows */
38 #define PRIVSEP_SCRIPT_EXEC 0x0803 /* admin_com_bufs follows */
39 #define PRIVSEP_GETPSK 0x0804 /* admin_com_bufs follows */
40 #define PRIVSEP_XAUTH_LOGIN_SYSTEM 0x0805 /* admin_com_bufs follows */
41 #define PRIVSEP_ACCOUNTING_PAM 0x0806 /* admin_com_bufs follows */
42 #define PRIVSEP_XAUTH_LOGIN_PAM 0x0807 /* admin_com_bufs follows */
43 #define PRIVSEP_CLEANUP_PAM 0x0808 /* admin_com_bufs follows */
44 #define PRIVSEP_ACCOUNTING_SYSTEM 0x0809 /* admin_com_bufs follows */
admin.h 54 * No data follows as the data.
62 * No data follows as the data.
69 * The admin_com_indexes follows, see below.
81 * user login follows
  /external/chromium/chrome/common/extensions/docs/examples/
README.txt 3 The directory structure is as follows:
  /external/eclipse-basebuilder/basebuilder-3.6.2/
PREBUILT 1 The contents of the the org.eclipse.releng.basebuilder were retrieved as follows:
  /external/javassist/sample/rmi/
start.html 13 <p>If you don't want to use a web browser, do as follows:
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 18 friend constexpr NonConstexpr1::NonConstexpr1(); // expected-error {{follows non-constexpr declaration}}
19 friend constexpr NonConstexpr2::NonConstexpr2(); // expected-error {{follows non-constexpr declaration}}
56 friend A::A(); // expected-error {{non-constexpr declaration of 'A' follows constexpr declaration}}
  /external/expat/tests/benchmark/
README.txt 1 Use this benchmark command line utility as follows:
  /external/valgrind/main/exp-sgcheck/tests/
is_arch_supported 4 # and ARM are not supported and will fail these tests as follows:
  /external/llvm/utils/unittest/googletest/
README.LLVM 7 Cleaned up as follows:
29 Modified as follows:
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderExt.java 31 * Gets the header value (i.e. what follows the name:) as a string
32 * @return the header value (i.e. what follows the name:)
SIPHeader.java 87 /** Get the header value (i.e. what follows the name:).
88 * This merely goes through and lops off the portion that follows
128 /** Encode the body of this header (the stuff that follows headerName).
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
WlanDrvCommon.h 112 /* eeprom image follows */
113 /* firmware image follows */
114 /* init file follows */
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifierNickname.java 15 * Thus, you might define a qualifier SocialSecurityNumber as follows:
  /external/clang/test/Parser/
MicrosoftExtensions.c 57 // Test to make sure the deprecated warning follows the right thing
59 enum E3 e2; // No warning expected, the deprecation follows the variable
  /external/linux-tools-perf/util/
run-command.h 22 * - Specify -1 to have a pipe allocated as follows:
29 * - Specify > 0 to set a channel to a particular FD as follows:
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 56 int f3(); // expected-error {{non-constexpr declaration of 'f3' follows constexpr declaration}}
58 constexpr int f4(); // expected-error {{constexpr declaration of 'f4' follows non-constexpr declaration}}
61 template<typename T> T f5(T); // expected-error {{non-constexpr declaration of 'f5' follows constexpr declaration}}
63 template<typename T> constexpr T f6(T); // expected-error {{constexpr declaration of 'f6' follows non-constexpr declaration}}
80 template <> constexpr char ft(char nl); // expected-error {{constexpr declaration of 'ft<char>' follows non-constexpr declaration}}
84 template <> int S::g() const; // expected-error {{non-constexpr declaration of 'g<int>' follows constexpr declaration}}
  /external/clang/test/SemaObjC/
arc-decls.m 63 @synthesize newFoo; // expected-error {{property's synthesized getter follows Cocoa naming convention for returning}}
64 @synthesize copyBar; // expected-error {{property's synthesized getter follows Cocoa naming convention for returning}}
65 @synthesize allocBaz; // expected-error {{property's synthesized getter follows Cocoa naming convention for returning}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DeblockLuma_I.c 37 * [in] pAlpha pointer to a 2x2 table of alpha thresholds, organized as follows: { external
40 * [in] pBeta pointer to a 2x2 table of beta thresholds, organized as follows: { external
43 * [in] pThresholds pointer to a 16x2 table of threshold (TC0), organized as follows: { values for
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DeblockLuma_I.c 37 * [in] pAlpha pointer to a 2x2 table of alpha thresholds, organized as follows: { external
40 * [in] pBeta pointer to a 2x2 table of beta thresholds, organized as follows: { external
43 * [in] pThresholds pointer to a 16x2 table of threshold (TC0), organized as follows: { values for
  /external/kernel-headers/original/asm-mips/
user.h 19 * contents are as follows:
27 * data: The data segment follows next. We use current->end_text to
  /external/llvm/lib/Support/
regcclass.h 2 * This code is derived from OpenBSD's libc/regex, original license follows:
4 * This code is derived from OpenBSD's libc/regex, original license follows:

Completed in 1305 milliseconds

1 2 3 4 5 6 7 8 91011>>