/build/kati/testcase/ |
semicolon.mk | 2 # are silently ignored, for some reason.
|
/external/vogar/src/vogar/util/ |
IoUtils.java | 45 } catch (IOException ignored) { 54 } catch (IOException ignored) {
|
/bionic/libc/bionic/ |
bionic_netlink.h | 55 // cast is from a system header and should be ignored. 56 #pragma GCC diagnostic ignored "-Wold-style-cast"
|
/external/bison/lib/ |
strerror-override.h | 53 # define strerror_override(ignored) NULL
|
/external/clang/test/CodeGenCXX/ |
ms_struct.cpp | 5 #pragma GCC diagnostic ignored "-Wincompatible-ms-struct"
|
/external/clang/test/Frontend/ |
verify.c | 19 // expected-error 0+ {{should also be ignored}} 23 // expected-error {{should be ignored}} 25 // eexpected-error {{should also be ignored: unrecognised directive}} 26 #error should not be ignored 27 // expected-error@-1 1+ {{should not be ignored}}
|
/external/clang/test/Parser/ |
nullability.c | 6 #pragma clang diagnostic ignored "-Wnullability-extension"
|
/external/clang/test/Preprocessor/ |
pragma_diagnostic.c | 12 #pragma GCC diagnostic ignored "-Wun" "def" 24 #pragma GCC diagnostic foo "-Wundef" // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}} 31 #pragma GCC diagnostic error "-Winvalid-name" // expected-warning {{unknown warning group '-Winvalid-name', ignored}}
|
pushable-diagnostics.c | 5 #pragma clang diagnostic puhs // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}} 10 #pragma clang diagnostic ignored "-Wmultichar"
|
/external/eigen/Eigen/src/Core/util/ |
DisableStupidWarnings.h | 8 // 4181 - qualifier applied to reference type ignored 37 #pragma clang diagnostic ignored "-Wconstant-logical-operand"
|
/external/icu/icu4c/source/layout/ |
ClassDefinitionTables.h | 29 LEErrorCode ignored = LE_NO_ERROR; local 30 return getGlyphClass(base,glyphID,ignored); 35 LEErrorCode ignored = LE_NO_ERROR; local 36 return hasGlyphClass(base,glyphClass,ignored);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowHandlerThread.java | 50 } catch (InterruptedException ignored) { 74 } catch (NoSuchMethodException ignored) { 75 } catch (InvocationTargetException ignored) { 76 } catch (IllegalAccessException ignored) {
|
/libcore/ojluni/src/main/native/ |
FileSystem_md.c | 34 FileSystem_getFileSystem(JNIEnv *env, jclass ignored)
|
Shutdown.c | 37 Shutdown_halt0(JNIEnv *env, jclass ignored, jint code) 44 Shutdown_runAllFinalizers(JNIEnv *env, jclass ignored)
|
/frameworks/base/telecomm/java/android/telecom/ |
ConnectionServiceAdapter.java | 209 } catch (RemoteException ignored) { 218 } catch (RemoteException ignored) { 236 } catch (RemoteException ignored) { 251 } catch (RemoteException ignored) { 266 } catch (RemoteException ignored) { 275 } catch (RemoteException ignored) { 284 } catch (RemoteException ignored) { 298 } catch (RemoteException ignored) { 393 } catch (RemoteException ignored) { 403 } catch (RemoteException ignored) { [all...] |
/external/clang/test/Misc/ |
backend-stack-frame-diagnostics.cpp | 39 #pragma GCC diagnostic ignored "-Wframe-larger-than=" 50 #pragma GCC diagnostic ignored "-Wframe-larger-than"
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor.h | 87 PyObject* Python_NewCDescriptorPool(PyObject* ignored, PyObject* args); 88 PyObject* Python_BuildFile(PyObject* ignored, PyObject* args);
|
/ndk/tests/build/warn-no-ldflags-in-static-libraries/jni/ |
Android.mk | 7 # LOCAL_LDFLAGS are always ignored for static libraries.
|
/ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/ |
Android.mk | 7 # LOCAL_LDLIBS are always ignored for static libraries.
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
a1.go | 12 //TODO(): ignored
|
/prebuilts/go/darwin-x86/test/ |
ddd2.go | 9 package ignored package
|
/prebuilts/go/darwin-x86/test/dwarf/ |
dwarf.go | 10 package ignored package
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug083.go | 7 package ignored package
|
bug133.go | 7 package ignored package
|
bug160.go | 7 package ignored package
|