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

1 2 3 4 5 6 78 91011>>

  /external/clang/test/Lexer/
constants.c 40 #pragma clang diagnostic ignored "-Wmultichar"
45 #pragma clang diagnostic ignored "-Wfour-char-constants"
47 int f = 'abcd'; // ignored.
  /external/clang/test/SemaObjCXX/
arc-nsconsumed-errors.mm 33 // expected-note {{candidate template ignored: could not match 'void (__strong id)' against 'void (id)'}} \
34 // expected-note {{candidate template ignored: failed template argument deduction}}
38 void templateReleaser(__attribute__((ns_consumed)) T) { } // expected-note 2{{candidate template ignored: failed template argument deduction}}
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
RemoteAcceptThread.java 74 catch (InterruptedException ignored)
92 catch (IOException ignored)
100 catch (IOException ignored)
  /external/skia/include/core/
SkAnnotation.h 82 * safely ignored.
94 * safely ignored.
107 * safely ignored.
  /external/valgrind/main/massif/tests/
realloc.stderr.exp 34 Massif: ignored heap allocs: ...
35 Massif: ignored heap frees: ...
36 Massif: ignored heap reallocs: ...
  /libcore/json/src/main/java/org/json/
JSON.java 52 } catch (NumberFormatException ignored) {
66 } catch (NumberFormatException ignored) {
80 } catch (NumberFormatException ignored) {
  /external/android-mock/
regenerate_from_source.sh 6 # bin are normally ignored by git, but we need to force them this case.
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_button.h 20 // YES, other mouse button events should be ignored.
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_accelerators_gtk.cc 13 // are ignored and silently dropped. This table is expected to change
  /external/chromium_org/apps/
app_keep_alive_service_unittest.cc 40 // Test that apps running in different profiles are ignored.
55 // Test that OnAppStop without a prior corresponding OnAppStart is ignored.
68 // Test that OnAppStart for an app that has already started is ignored.
81 // Test that OnAppStart is ignored after the service has been shut down.
  /external/chromium_org/base/android/
fifo_utils.cc 15 // Default permissions for mkfifo() is ignored, chmod() is required.
  /external/chromium_org/build/android/tests/multiple_proguards/
multiple_proguards.gyp 29 # should be ignored in proguard step.
  /external/chromium_org/chrome/browser/install_verification/win/
module_ids.h 18 // ignored.
  /external/chromium_org/chrome/browser/
language_usage_metrics_unittest.cc 26 // Country code is ignored.
31 // Case is ignored.
90 // Case is ignored.
93 // Coutry code is ignored.
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_accelerators_gtk.cc 13 // are ignored and silently dropped. This table is expected to change
  /external/chromium_org/chrome/common/extensions/
manifest_handler_helpers.h 28 // in |icons_value| whose size is not in |icon_sizes| will be ignored.
  /external/chromium_org/chrome_frame/test/data/
full_tab_sub_frame1.html 4 <!-- the http-equiv tag should be ignored since we're in a sub frame -->
  /external/chromium_org/components/navigation_interception/android/java/src/org/chromium/components/navigation_interception/
InterceptNavigationDelegate.java 17 * @return true if the navigation should be ignored.
  /external/chromium_org/content/browser/indexed_db/
list_set.h 80 inline self_type operator++(int /*ignored*/) {
89 inline self_type operator--(int /*ignored*/) {
120 inline self_type operator++(int ignored) {
129 inline self_type operator--(int ignored) {
  /external/chromium_org/content/renderer/media/
webrtc_logging.h 13 // Otherwise it will be ignored. Note that this log may be uploaded to a
  /external/chromium_org/mojo/public/bindings/generators/cpp_templates/
module.cc-template 17 #pragma clang diagnostic ignored "-Wunused-private-field"
  /external/chromium_org/tools/gyp/test/compilable/
gyptest-headers.py 8 Verifies that .hpp files are ignored when included in the source list on all
  /external/chromium_org/ui/base/cocoa/controls/
hover_image_menu_button.h 18 // index 0 is ignored and client code should populate it with a dummy item.
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p6.cpp 4 template<class T> void apply(T x, void (*f)(T)) { f(x); } // expected-note 2 {{candidate template ignored: deduced conflicting types for parameter 'T'}}\
53 // expected-note {{candidate template ignored: couldn't infer template argument 'T'}}
99 template<typename R, typename T> void f1(R (&)(T) , T); // expected-note{{candidate template ignored: couldn't infer template argument 'R'}}
100 template<typename R, typename T> void f2(R (* const&)(T), T); // expected-note{{candidate template ignored: couldn't infer template argument 'R'}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p3.cpp 9 // are ignored for type deduction.

Completed in 1213 milliseconds

1 2 3 4 5 6 78 91011>>