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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/FixIt/
fixit-include.c 11 #pragma does_not_exist // expected-warning {{unknown pragma ignored}}
  /external/clang/test/Frontend/
verify2.c 13 // expected-error {{should be ignored}}
  /external/clang/test/PCH/
pragma-diag-section.cpp 12 #pragma clang diagnostic ignored "-Wtautological-compare"
rdar8852495.c 16 #pragma clang diagnostic ignored "-Wtautological-compare"
  /external/clang/test/Parser/
warn-semicolon-before-method-body.m 15 - (int)z; // expected-warning {{semicolon before method body is ignored}}
  /external/clang/test/Sema/
MicrosoftCompatibility.c 19 struct __declspec(aligned) S2 {}; /* expected-warning {{unknown __declspec attribute 'aligned' ignored}} */
  /external/clang/test/SemaObjC/
class-conforming-protocol-1.m 15 - (INTF<P3,P1,P2, P3>*) METH3; // expected-warning {{multiple declarations of method 'METH3' found and ignored}}
  /external/clang/test/SemaTemplate/
explicit-instantiation.cpp 19 template <typename U> T f0(T, U) { return T(); } // expected-note {{candidate template ignored: could not match 'int (int, U)' against 'int (int) const'}} \
20 // expected-note {{candidate template ignored: could not match 'int' against 'int *'}}
63 void print_type() {} // expected-note {{candidate template ignored: could not match 'void ()' against 'void (float *)'}}
69 void print_type(T *) {} // expected-note {{candidate template ignored: could not match 'void (int *)' against 'void (float *)'}}
  /external/clang/test/TableGen/
DiagnosticBase.inc 35 class Note<string str> : Diagnostic<str, CLASS_NOTE, MAP_FATAL/*ignored*/>;
  /external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
UnsafeAllocator.java 50 } catch (Exception ignored) {
69 } catch (Exception ignored) {
92 } catch (Exception ignored) {
115 } catch (Exception ignored) {
  /external/dnsmasq/contrib/lease-access/
README 7 dnsmasq continues normally, and if non-zero the packet is ignored.
  /external/kernel-headers/original/asm-x86/
ldt.h 16 * Note on 64bit base and limit is ignored and you cannot set DS/ES/CS
  /external/markdown/tests/misc/
some-test.html 65 &gt; Should be ignored
some-test.txt 57 > Should be ignored
  /external/mdnsresponder/mDNSPosix/
Services.txt 4 # Lines beginning with '#' are comments/ignored.
  /external/oprofile/daemon/
opd_cookie.c 92 int ignored; member in struct:cookie_entry
117 entry->ignored = 0;
119 entry->ignored = is_image_ignored(entry->name);
174 return entry->ignored;
  /external/qemu/android/
gps.c 29 D("missing GPS channel, ignored");
  /external/skia/tools/tests/rebaseline/input/json1/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/
actual-results.json 4 "failure-ignored" : null,
  /external/valgrind/main/massif/tests/
Makefile.am 20 ignored.post.exp ignored.stderr.exp ignored.vgtest \
51 ignored \
  /frameworks/base/core/java/android/util/
MalformedJsonException.java 23 * ignored by calling {@link JsonReader#setLenient(boolean)}.
  /frameworks/base/test-runner/src/android/test/mock/
MockContentResolver.java 136 * ContentResolver.notifChange(Uri, ContentObserver, boolean)}. All parameters are ignored.
139 * @param uri (Ignored) The uri of the content provider.
140 * @param observer (Ignored) The observer that originated the change.
141 * @param syncToNetwork (Ignored) If true, attempt to sync the change to the network.
  /frameworks/native/opengl/tests/testViewport/
README 25 being ignored by the OpenGL driver.
  /hardware/broadcom/wlan/
.gitignore 8 # any tracked files which get ignored after the change.
  /hardware/ti/wlan/
.gitignore 8 # any tracked files which get ignored after the change.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ldt.h 16 * Note on 64bit base and limit is ignored and you cannot set DS/ES/CS

Completed in 1051 milliseconds

1 2 3 4 5 6 7 891011>>