Searched refs:ignored (Results 76 - 100 of 352) sorted by relevance

1234567891011>>

/external/jetty/src/java/org/eclipse/jetty/util/log/
H A DJavaUtilLog.java129 public void ignore(Throwable ignored) argument
133 warn(Log.IGNORED, ignored);
H A DLoggerLog.java189 public void ignore(Throwable ignored) argument
193 warn(Log.IGNORED, ignored);
/external/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp74 #pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
H A Dwarn-unused-local-typedef.cpp76 #pragma clang diagnostic ignored "-Wunused-local-typedef"
242 #pragma clang diagnostic ignored "-Wunused-local-typedef"
H A Dwarn-assignment-condition.cpp114 #pragma clang diagnostic ignored "-Wparentheses-equality"
/external/conscrypt/src/compat/java/org/conscrypt/
H A DPlatform.java49 } catch (Exception ignored) {
89 } catch (Exception ignored) {
139 } catch (Exception ignored) {
286 } catch (Exception ignored) {
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DUtil.java73 } catch (Exception ignored) {
/external/libcxx/test/std/utilities/template.bitset/bitset.cons/
H A Dstring_ctor.pass.cpp15 #pragma clang diagnostic ignored "-Wtautological-compare"
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dindex.pass.cpp16 #pragma clang diagnostic ignored "-Wtautological-compare"
/external/nanohttpd/samples/src/main/java/fi/iki/elonen/
H A DTempFilesServer.java52 } catch (Exception ignored) {}
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcUtil.java78 } catch (ClassCastException ignored) {
/external/vogar/src/vogar/target/junit/
H A DJunit3.java63 } catch (NoSuchMethodException ignored) {
165 } catch (NoSuchMethodException ignored) {
267 } catch (NoSuchMethodException ignored) {
272 } catch (NoSuchMethodException ignored) {
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java71 // TODO: Support reading in other options for new_api, such as ignored classes/packages.
92 // Not having having any classes or packages ignored is the common case.
174 } catch (IOException ignored) {}
189 } catch (IOException ignored) {}
208 } catch (ApiParseException ignored) {
212 } catch (IOException ignored) {}
225 } catch (IOException ignored) {}
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java141 } catch (ClassNotFoundException ignored) {
143 } catch (ClassNotFoundException | NoSuchMethodException ignored) {
148 } catch (ClassNotFoundException ignored) {
164 } catch (ClassNotFoundException | NoSuchMethodException ignored) {
294 } catch (IllegalAccessException | InvocationTargetException ignored) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnection.java347 } catch (IOException ignored) {
362 } catch (IOException ignored) {
395 } catch (IOException ignored) {
587 } catch (IOException ignored) {
649 } catch (IOException ignored) {
717 } catch (IOException ignored) {
817 } catch (IOException ignored) {
835 } catch (IOException ignored) {
861 } catch (IOException ignored) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertBlacklist.java80 } catch (FileNotFoundException ignored) {
118 } catch (Exception ignored) {
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h166 bool ignored; local
167 return isBuiltinExtensionDiag(DiagID, ignored);
174 /// diagnostic is ignored by default (in which case -pedantic enables it) or
/external/clang/test/Sema/
H A Dwarn-unreachable.c329 #pragma clang diagnostic ignored "-Wunreachable-code-return"
346 #pragma clang diagnostic ignored "-Wunreachable-code-break"
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DAppDataDirGuesserTest.java102 } catch (Exception ignored) {
116 } catch (Exception ignored) {
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DAbstractListenableFutureTest.java144 } catch (Exception ignored) {
145 // All other errors are ignored, we expect a cancellation.
183 } catch (Exception ignored) {
/external/icu/icu4c/source/layout/
H A DLayoutEngine.h273 virtual const void *getFontTable(LETag tableTag) const { size_t ignored; return getFontTable(tableTag, ignored); } local
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp106 bool ignored; local
107 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
/external/okhttp/okio/okio/src/test/java/okio/
H A DSocketTimeoutTest.java106 } catch (Exception ignored) {
110 } catch (IOException ignored) {
/external/srtp/
H A DAndroid.mk34 -Wno-ignored-qualifiers \
/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp104 // M32-DAG: define x86_thiscallcc void @"\01?ignored@ExportMembers@@QAEXXZ"(%struct.ExportMembers* %this)
105 // M64-DAG: define void @"\01?ignored@ExportMembers@@QEAAXXZ"(%struct.ExportMembers* %this)
109 void ignored();
137 void ExportMembers::ignored() {} function in class:ExportMembers
227 // M32-DAG: define x86_thiscallcc void @"\01?ignored@Nested@ExportMembers@@QAEXXZ"(%"struct.ExportMembers::Nested"* %this)
228 // M64-DAG: define void @"\01?ignored@Nested@ExportMembers@@QEAAXXZ"(%"struct.ExportMembers::Nested"* %this)
232 void ignored();
260 void ExportMembers::Nested::ignored() {} function in class:ExportMembers::Nested

Completed in 4113 milliseconds

1234567891011>>