HomeSort by relevance Sort by last modified time
    Searched full:unavailable (Results 51 - 75 of 1444) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/other/all/
kip_15792084_results.json.bz2 
swanky_15723103_results.json.bz2 
clapper_15784794_results.json.bz2 
quawks_15786471_results.json.bz2 
link_15752965_results.json.bz2 
stout_15758473_results.json.bz2 
butterfly_15756947_results.json.bz2 
parrot_15692554_results.json.bz2 
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx0x-no-extra-copy.cpp 6 // don't diagnose cases where the copy constructor is unavailable.
52 // Check that unavailable copy constructors do not cause SFINAE failures.
  /external/clang/test/Sema/
attr-availability-ios.c 7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailable}}
18 f4(0); // expected-error{{f4' is unavailable: obsoleted in iOS 3.0}}
enable_if.c 45 size_t strnlen(const char *s, size_t maxlen) // expected-note{{candidate function has been explicitly made unavailable}}
51 __attribute__((unavailable("'maxlen' is larger than the buffer size")));
65 strnlen(c, 999); // expected-error{{call to unavailable function 'strnlen': 'maxlen' is larger than the buffer size}}
70 int isdigit(int c) __attribute__((overloadable)) // expected-note{{candidate function has been explicitly made unavailable}}
72 __attribute__((unavailable("'c' must have the value of an unsigned char or EOF")));
78 isdigit(-10); // expected-error{{call to unavailable function 'isdigit': 'c' must have the value of an unsigned char or EOF}}
84 int isdigit2(int c) __attribute__((overloadable)) // expected-note{{candidate function has been explicitly made unavailable}}
86 __attribute__((unavailable("'c' must have the value of an unsigned char or EOF")));
92 isdigit2(-10); // expected-error{{call to unavailable function 'isdigit2': 'c' must have the value of an unsigned char or EOF}}
attr-availability-tvos.c 7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(tvos,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailable}}
18 f4(0); // expected-error{{f4' is unavailable: obsoleted in tvOS 3.0}}
35 void f4_tvos(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(tvos,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailable}}
48 f4_tvos(0); // expected-error{{'f4_tvos' is unavailable: obsoleted in tvOS 3.0}}
  /external/clang/test/SemaObjC/
mrc-no-weak.m 44 id x = e->x; // expected-error {{'x' is unavailable}}
45 e->x = x; // expected-error {{'x' is unavailable}}
attr-availability-1.m 21 - (void)overridden5 __attribute__((availability(macosx,unavailable)));
33 - (void)overridden6 __attribute__((availability(macosx,unavailable))); // expected-warning{{overriding method cannot be unavailable on OS X when its overridden method is available}}
109 - (void)interface_method __attribute__((availability(macosx,introduced=NA))); // expected-note {{'interface_method' has been explicitly marked unavailable here}}
110 - (void)strange_method __attribute__((availability(macosx,introduced=NA,deprecated=NA))); // expected-note {{'strange_method' has been explicitly marked unavailable here}}
115 [pa interface_method]; // expected-error {{'interface_method' is unavailable: not available on OS X}}
117 [pa strange_method]; // expected-error {{'strange_method' is unavailable: not available on OS X}}
message.m 111 -(void)unavail_meth __attribute__((unavailable)); // expected-note {{marked unavailable here}}
119 unavail_meth]; // expected-error {{unavailable}}
attr-deprecated-pch.m 15 - (void)partiallyUnavailableMethod __attribute__((unavailable));
  /external/lzma/CPP/7zip/UI/GUI/
Extract.rc 41 IDS_EXTRACT_MSG_UNAVAILABLE_DATA "Unavailable data"
47 IDS_OPEN_MSG_UNAVAILABLE_START "Unavailable start of archive"
  /external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/pinetrail/all/
alex_15746935_results.json.bz2 
mario_15686537_results.json.bz2 
x86_generic-mesa_11.0.2_results.json.bz2 
zgb_15749013_results.json.bz2 
  /bionic/tests/
uchar_test.cpp 41 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n";
68 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n";
77 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n";
86 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n";
117 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n";
133 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n";
147 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n";
155 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n";
172 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n";
193 GTEST_LOG_(INFO) << "uchar.h is unavailable.\n"
    [all...]
  /external/strace/tests/
.gitignore 23 filter-unavailable
  /packages/apps/Contacts/src/com/android/contacts/list/
OnContactsUnavailableActionListener.java 19 * Action callbacks that can be sent by the "contacts unavailable" fragment.
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 64 /** A string constant for unavailable information. */
65 public final static String UNAVAILABLE = "UNAVAILABLE";
109 infoModule = (module != null) ? module : UNAVAILABLE;
110 infoRelease = (release != null) ? release : UNAVAILABLE;
111 infoTimestamp = (time != null) ? time : UNAVAILABLE;
112 infoClassloader = (clsldr != null) ? clsldr : UNAVAILABLE;
183 // If version info is missing, a single "UNAVAILABLE" for the module
185 if (!UNAVAILABLE.equals(infoRelease))
187 if (!UNAVAILABLE.equals(infoTimestamp)
    [all...]

Completed in 1444 milliseconds

1 23 4 5 6 7 8 91011>>