HomeSort by relevance Sort by last modified time
    Searched full:warnings (Results 1 - 25 of 4309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
__init__.py 1 # Filter out warnings about signed/unsigned constants
2 import warnings namespace
3 warnings.filterwarnings("ignore", "", FutureWarning, ".*Controls")
4 warnings.filterwarnings("ignore", "", FutureWarning, ".*MacTextEditor")
6 from warnings import warnpy3k
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
warning_tests.py 1 # Helper module for testing the skipmodules argument of warnings.warn()
3 import warnings namespace
9 warnings.warn(message, stacklevel=stacklevel)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
warning_tests.py 1 # Helper module for testing the skipmodules argument of warnings.warn()
3 import warnings namespace
9 warnings.warn(message, stacklevel=stacklevel)
  /external/chromium/chrome/browser/debugger/manual_tests/
error-warning-count.html 2 function clickHandler(errors, warnings)
8 for (var i = 0; i < warnings; ++i)
16 { errors: 0, warnings: 0 },
17 { errors: 1, warnings: 0 },
18 { errors: 2, warnings: 0 },
19 { errors: 0, warnings: 1 },
20 { errors: 0, warnings: 2 },
21 { errors: 1, warnings: 1 },
22 { errors: 1, warnings: 2 },
23 { errors: 2, warnings: 1 }
    [all...]
  /frameworks/compile/slang/tests/P_warnings/
stderr.txt.expect 0 warnings.rs:5:1: warning: control reaches end of non-void function
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
error-warning-count.html 2 function clickHandler(errors, warnings)
8 for (var i = 0; i < warnings; ++i)
16 { errors: 0, warnings: 0 },
17 { errors: 1, warnings: 0 },
18 { errors: 2, warnings: 0 },
19 { errors: 0, warnings: 1 },
20 { errors: 0, warnings: 2 },
21 { errors: 1, warnings: 1 },
22 { errors: 1, warnings: 2 },
23 { errors: 2, warnings: 1 }
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
EarlyExitException.pm 4 use warnings;
  /external/chromium_org/chrome/common/extensions/docs/server2/
document_renderer_test.py 26 text, warnings = self._renderer.Render(document)
28 self.assertEqual([], warnings)
30 text, warnings = self._renderer.Render(document, render_title=True)
32 self.assertEqual(['Expected a title'], warnings)
37 text, warnings = self._renderer.Render(document)
39 self.assertEqual(['Found unexpected title "title"'], warnings)
41 text, warnings = self._renderer.Render(document, render_title=True)
43 self.assertEqual([], warnings)
50 text, warnings = self._renderer.Render(document)
52 self.assertEqual([], warnings)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
integer-warn.asm 1 ; Tests warnings with integer constant handling (for output, not parsing)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
md5.py 6 import warnings namespace
7 warnings.warn("the md5 module is deprecated; use hashlib instead",
sre.py 5 import warnings namespace
6 warnings.warn("The sre module is deprecated, please import re.",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
md5.py 6 import warnings namespace
7 warnings.warn("the md5 module is deprecated; use hashlib instead",
sre.py 5 import warnings namespace
6 warnings.warn("The sre module is deprecated, please import re.",
  /external/chromium_org/chrome/browser/extensions/
extension_warning_badge_service_unittest.cc 27 ExtensionWarningSet warnings; local
28 warnings.insert(warning);
29 AddWarnings(warnings);
43 return warning_service_->warnings();
66 TestExtensionWarningSet warnings(&profile);
67 TestExtensionWarningBadgeService badge_service(&profile, &warnings);
68 warnings.AddObserver(&badge_service);
71 warnings.AddWarning(ExtensionWarning::CreateNetworkDelayWarning(ext1_id));
80 warnings.GetWarningTypesAffectingExtension(ext1_id);
81 warnings.ClearWarnings(to_clear)
    [all...]
extension_warning_service.h 30 // Manages a set of warnings caused by extensions. These warnings (e.g.
43 // any warnings.
47 // Clears all warnings of types contained in |types| and notifies observers
48 // of the changed warnings.
51 // Returns all types of warnings effecting extension |extension_id|.
55 // Returns all localized warnings for extension |extension_id| in |result|.
59 const ExtensionWarningSet& warnings() const { return warnings_; } function in class:extensions::ExtensionWarningService
61 // Adds a set of warnings and notifies observers if any warning is new.
62 void AddWarnings(const ExtensionWarningSet& warnings);
    [all...]
  /external/mockito/src/org/mockito/internal/util/junit/
JUnitFailureHacker.java 13 public void appendWarnings(Failure failure, String warnings) {
14 if (isEmpty(warnings)) {
20 String newMessage = "contains both: actual test failure *and* Mockito warnings.\n" +
21 warnings + "\n *** The actual failure is because of: ***\n";
28 private boolean isEmpty(String warnings) {
29 return warnings == null || "".equals(warnings); // isEmpty() is in JDK 6+
  /external/clang/test/Sema/
2009-03-09-WeakDeclarations-1.c 2 // Insist upon warnings for inappropriate weak attributes.
7 // These are inappropriate, and should generate warnings:
14 // These are inappropriate, and should generate warnings:
  /external/antlr/antlr-3.4/runtime/Perl5/t/author/
pod-coverage.t 2 use warnings;
pod.t 2 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/t/
classes.t 4 use warnings;
  /external/chromium_org/ppapi/generators/
idl_lint.py 22 Option('wnone', 'Disable all warnings.')
39 warnings = 0
44 warnings += 1
63 warnings += 1
68 warnings += 1
74 warnings += 1
79 warnings += 1
88 warnings += 1
96 warnings += 1
98 return warnings
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/
viewport-warnings-1.html 2 <title>No warnings or errors.</title>
viewport-warnings-5.html 2 <title>Multiple warnings and errors due to incorrect semicolon separators.</title>
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-disable-specific-warnings.py 8 Make sure disable specific warnings is extracted properly.
19 test.run_gyp('disable-specific-warnings.gyp', chdir=CHDIR)
25 test.build('disable-specific-warnings.gyp',
28 test.build('disable-specific-warnings.gyp',
  /external/clang/test/Preprocessor/
disabled-cond-diags.c 6 // Shouldn't get warnings here.

Completed in 624 milliseconds

1 2 3 4 5 6 7 8 91011>>