HomeSort by relevance Sort by last modified time
    Searched full:have (Results 701 - 725 of 39049) sorted by null

<<21222324252627282930>>

  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1.cpp 7 struct PR8019::x { int x; }; // expected-error{{non-friend class member 'x' cannot have a qualified name}}
13 struct PR8019::x2 { }; // expected-error{{non-friend class member 'x2' cannot have a qualified name}}
  /external/clang/test/CXX/except/except.spec/
p1.cpp 46 void f() throw(int) noexcept { } // expected-error {{cannot have both}}
47 void g() noexcept throw(int) { } // expected-error {{cannot have both}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p10.cpp 21 (void)[&GlobalVar] () {}; // expected-error {{does not have automatic storage duration}}
34 local_static]() { // expected-error{{'local_static' cannot be captured because it does not have automatic storage duration}}
  /external/clang/test/Sema/
incomplete-decl.c 15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}}
24 int h[]; // expected-warning {{tentative array definition assumed to have one element}}
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 3 // Reachability tests have to come first because they get suppressed
4 // if any errors have occurred.
cv-unqual-rvalues.cpp 3 // PR7463: Make sure that when we have an rvalue, it does not have
  /external/clang/test/SemaObjC/
objc-container-subscripting-3.m 16 int i = array[10]; // expected-error {{method for accessing array element must have Objective-C object return type instead of 'int'}}
21 val = dict[key]; // expected-error {{method for accessing dictionary element must have Objective-C object return type instead of 'int'}} \
  /external/compiler-rt/
CREDITS.TXT 1 This file is a partial list of people who have contributed to the LLVM/CompilerRT
2 project. If you have contributed a patch or made some other contribution to
  /external/dbus/test/name-test/
test-ids.c 42 die ("Bus server id should have length 32\n");
50 die ("Bus ID should have length 32\n");
  /external/e2fsprogs/intl/
os2compat.h 15 You should have received a copy of the GNU Library General Public
42 /* We have our own getenv() which works even if library is compiled as DLL */
  /external/e2fsprogs/lib/ext2fs/
valid_blk.c 2 * valid_blk.c --- does the inode have valid blocks?
31 * have valid block entries.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
properties.html 13 But they all have three sections:
20 Note that the status may have multiple warning messages. So, this property is
verification.html 13 The tool helps to know rapidly which components have failure showing a red-cross
26 Then this analyze can be stored to see whether this scenario will still have
  /external/freetype/src/base/
ftgasp.c 13 /* this file you indicate that you have read the license and */
51 /* ensure that we don't have spurious bits */
  /external/grub/stage2/
md5.h 16 * You should have received a copy of the GNU General Public License
25 CRYPTED must have a salt. */
  /external/hyphenation/
csutil.h 48 /* convert null terminated string to have intial capital using encoding */
57 /* convert null terminated string to have intial capital */
  /external/iptables/extensions/
libipt_MASQUERADE.man 6 connections: if you have a static IP address, you should use the SNAT
12 next dialup is unlikely to have the same interface address (and hence
libxt_CT.man 24 Assign this packet to zone \fIid\fP and only have lookups done in that zone.
25 By default, packets have zone 0.
libxt_owner.man 3 POSTROUTING chains. Forwarded packets do not have any socket associated with
4 them. Packets from kernel threads do have a socket, but usually no owner.
  /external/javasqlite/
NOTICE 18 DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
24 IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3DLoading.java 44 //The image only have 8 pictures and we have 16 thumbs, the data will be interpolated by the GPU
  /external/junit/src/org/junit/
AfterClass.java 10 * after all the tests in the class have run. Annotating a <code>public static void</code> method
11 * with <code>&#064;AfterClass</code> causes that method to be run after all the tests in the class have been run. All <code>&#064;AfterClass</code>
  /external/kernel-headers/original/asm-mips/
timex.h 16 * This is the clock rate of the i8253 PIT. A MIPS system may not have
31 * We know that all SMP capable CPUs have cycle counters.
  /external/libgsm/
NOTICE 6 are deemed to have made any representations as to the suitability of this
28 deemed to have made any representations as to the suitability
  /external/libmtp/src/
README 13 we have named libptp-endian.h and libptp-stdint.h the
22 I have changed the config script slightly for the le64atoh function

Completed in 1065 milliseconds

<<21222324252627282930>>