HomeSort by relevance Sort by last modified time
    Searched refs:ignored (Results 76 - 100 of 1659) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
right_shift_eq.pass.cpp 16 #pragma clang diagnostic ignored "-Wtautological-compare"
test.pass.cpp 16 #pragma clang diagnostic ignored "-Wtautological-compare"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.operators/
op_and.pass.cpp 16 #pragma clang diagnostic ignored "-Wtautological-compare"
op_not.pass.cpp 16 #pragma clang diagnostic ignored "-Wtautological-compare"
op_or.pass.cpp 16 #pragma clang diagnostic ignored "-Wtautological-compare"
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
concept_def.hpp 49 # define BOOST_CONCEPT_typename(r, ignored, index, t) \
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextEncoding.h 72 bool ignored; local
73 return decode(str, length, false, ignored);
  /external/doclava/src/com/google/doclava/
JarUtils.java 83 } catch (IOException ignored) {}
86 } catch (IOException ignored) {}
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 56 } catch (Exception ignored) {
58 "Error while attempting to shut down the service after failure.", ignored);
  /sdk/emulator/qtools/
profile_pid.cpp 56 BBEvent event, ignored; local
59 if (GetNextValidEvent(trace, &event, &ignored, &dummy_sym))
  /external/valgrind/main/massif/tests/
deep-B.stderr.exp 44 Massif: ignored heap allocs: ...
45 Massif: ignored heap frees: ...
46 Massif: ignored heap reallocs: ...
realloc.stderr.exp 34 Massif: ignored heap allocs: ...
35 Massif: ignored heap frees: ...
36 Massif: ignored heap reallocs: ...
deep-C.stderr.exp 47 Massif: ignored heap allocs: ...
48 Massif: ignored heap frees: ...
49 Massif: ignored heap reallocs: ...
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObjectItem.cpp 169 unsigned ignored; local
170 data = WebKit::Platform::current()->clipboard()->readHTML(currentPasteboardBuffer(), &ignoredSourceURL, &ignored, &ignored);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
RemoteX11AcceptThread.java 215 catch (InterruptedException ignored)
233 catch (IOException ignored)
241 catch (IOException ignored)
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 59 } catch (Exception ignored) {
70 } catch (IOException ignored) {
81 } catch (Exception ignored) {
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Services.java 83 } catch (ClassNotFoundException ignored) {
84 } catch (IllegalAccessException ignored) {
85 } catch (InstantiationException ignored) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 86 ignored = []
109 ignored.append(modname)
114 print('Following modules have no __all__ and have been ignored:',
115 ignored)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 86 ignored = []
109 ignored.append(modname)
114 print('Following modules have no __all__ and have been ignored:',
115 ignored)
  /external/chromium_org/chrome/browser/media/
audio_stream_indicator.cc 43 bool ignored; local
44 CurrentAudibleLevel(contents, &level, &ignored);
  /external/chromium_org/ui/base/clipboard/
clipboard_unittest.cc 99 uint32 ignored; local
101 &ignored, &ignored);
161 uint32 ignored; local
163 &ignored, &ignored);
181 uint32 ignored; local
183 &ignored, &ignored);
232 uint32 ignored; local
278 uint32 ignored; local
532 uint32 ignored; local
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 117 Ignored, Note, Warning, Error, Fatal
158 bool ignored; local
159 return isBuiltinExtensionDiag(DiagID, ignored);
166 /// diagnostic is ignored by default (in which case -pedantic enables it) or
  /external/clang/test/Sema/
format-strings-fixit.c 39 #pragma clang diagnostic ignored "-Wformat-non-iso"
47 // Ignored flags
53 #pragma clang diagnostic ignored "-Wformat-non-iso"
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 102 bool ignored; local
103 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
SubjectPublicKeyInfo.java 148 } catch (InvalidKeySpecException ignored) {
149 } catch (NoSuchAlgorithmException ignored) {

Completed in 536 milliseconds

1 2 34 5 6 7 8 91011>>