HomeSort by relevance Sort by last modified time
    Searched full:have (Results 351 - 375 of 66330) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjpeg_turbo/
jconfig.h 22 /* Define to 1 if you have the <stddef.h> header file. */
25 /* Define to 1 if you have the <stdlib.h> header file. */
37 /* Define if you have BSD-like bzero and bcopy */
43 /* Define if you have sys/types.h */
  /external/chromium_org/third_party/skia/gyp/
chromeos_deps.gyp 3 # distribution so we have to build a few of them ourselves.
  /external/chromium_org/tools/gyp/test/win/precompiled/
precomp.c 5 // The precompiled header does not have to be the first one in the file.
  /external/chromium_org/tools/page_cycler/sample/
start.html 3 <h3>Note: You must have started chrome with <tt>--enable-file-cookies</tt> for this test to work manually.</h3>
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
repaint_continuously.py 13 until self.seconds have elapsed AND at least three RAFs have been fired. Times
30 # Wait until at least self.seconds have elapsed AND min_rafs have been
  /external/chromium_org/v8/tools/
freebsd-tick-processor 7 # You must have d8 built and in your path before calling this.
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/
p1.cpp 20 void *operator new(); // expected-error {{'operator new' must have at least one parameter}}
28 void *operator new(size_t = 0); // expected-error {{parameter of 'operator new' cannot have a default argument}}
36 template<typename T> T operator new(size_t, int); // expected-error {{'operator new' cannot have a dependent return type; use 'void *' instead}}
44 template<typename T> void *operator new(size_t); // expected-error {{'operator new' template must have at least two parameters}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p3.cpp 12 // that declaration shall be a definition or the function shall have previously
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p1.cpp 11 template static void f<float>(float); // expected-error{{explicit instantiation cannot have a storage class}}
16 template<> static void g<int>(int); // expected-warning{{explicit specialization cannot have a storage class}}
17 template static void g<float>(float); // expected-error{{explicit instantiation cannot have a storage class}}
30 template static int X<int>::value; // expected-error{{explicit instantiation cannot have a storage class}}
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p1.cpp 8 // -- have the same declared function type as if it had been implicitly
22 // -- not have default arguments
23 A(double = 0.0) = default; // expected-error {{cannot have default arguments}}
24 A(const A & = 0) = default; // expected-error {{cannot have default arguments}}
  /external/clang/test/CXX/expr/
p3.cpp 3 double operator +(double, double); // expected-error{{overloaded 'operator+' must have at least one parameter of class or enumeration type}}
  /external/clang/test/CodeGenObjC/
message-arrays.m 4 // This should have an implicit cast
  /external/clang/test/Headers/
ms-wchar.c 10 #error "_WCHAR_T_DEFINED should have been set by stddef.h"
  /external/clang/test/Parser/
access-spec-attrs.cpp 4 public __attribute__((unavailable)): // expected-error {{access specifier can only have annotation attributes}}
cxx-typeid.cpp 3 // FIXME: This should really include <typeinfo>, but we don't have that yet.
  /external/clang/test/Preprocessor/
non_fragile_feature.m 3 #error Should have __has_feature
non_fragile_feature1.m 3 #error Should have __has_feature
warning_tests.c 3 #error Should have __has_warning
9 // expected-warning@+2 {{Should have -Wparentheses}}
11 #warning Should have -Wparentheses
45 #error Expansion should have occurred
  /external/clang/test/SemaCXX/
member-class-11.cpp 6 Y::~Y() { } // expected-error{{non-friend class member '~Y' cannot have a qualified name}}
member-location.cpp 2 // PR4103: Make sure we have a location for the error
  /external/clang/test/SemaObjC/
illegal-nonarc-bridged-cast.m 19 id obj1 = (__bridge_transfer id)CFCreateSomething(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}}
20 id obj2 = (__bridge_transfer NSString*)CFCreateString(); // expected-warning {{'__bridge_transfer' casts have no effect when not using ARC}}
27 CFTypeRef cf1 = (__bridge_retained CFTypeRef)CreateSomething(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}}
28 CFStringRef cf2 = (__bridge_retained CFStringRef)CreateNSString(); // expected-warning {{'__bridge_retained' casts have no effect when not using ARC}}
rdr-6211479-array-property.m 7 @property(assign) T p2; // expected-error {{property cannot have array or function type 'T' (aka 'int [2]')}}
  /external/compiler-rt/test/lsan/TestCases/
sanity_check_pure_c.c 8 // FIXME: ideally this should somehow check that we don't have libstdc++
  /external/e2fsprogs/tests/f_okgroup/
expect.1 1 Filesystem did not have a UUID; generating one.
  /external/kernel-headers/original/uapi/asm-arm/asm/
statfs.h 7 * Note that user space does NOT have to pack this structure.

Completed in 620 milliseconds

<<11121314151617181920>>