/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
err.h | 39 * Don't use va_list in the err/warn prototypes. Va_list is typedef'd in two 58 void warn(const char *, ...) 69 * versions of err*,warn* do not get used.
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
err.h | 39 * Don't use va_list in the err/warn prototypes. Va_list is typedef'd in two 58 void warn(const char *, ...) 69 * versions of err*,warn* do not get used.
|
/external/chromium_org/ppapi/generators/ |
idl_namespace.py | 107 def Warn(self, msg): 108 if GetOption('release_debug'): print 'Warn: %s' % msg 123 for warn in node.warns: 124 print ' WARN: %s' % warn 210 # Verify we warn when detecting a gap
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
android_browser_finder.py | 109 real_logging.warn( 143 logging.warn( 146 logging.warn(' adb kill-server') 147 logging.warn(' sudo `which adb` devices\n\n') 179 logging.warn('Multiple devices attached. ' + 199 logging.warn('Failed to taskset %d (%s)', pid, ret)
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 229 log.warn("MIME charset '" + mimeCharset + "' in encoded word '"
236 log.warn("Current JDK doesn't support decoding of charset '"
246 log.warn("Missing encoded text in encoded word: '"
259 log.warn("Warning: Unknown encoding in encoded word '"
267 log.warn("Unsupported encoding in encoded word '"
273 log.warn("Could not decode encoded word '"
|
/external/bison/m4/ |
warn-on-use.m4 | 0 # warn-on-use.m4 serial 5 13 # See warn-on-use.h for some hints on how to poison function names, as
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
config.py | 60 logging.warn('Only whitelisted sources are allowed. Ignoring \"%s\".' % ( 71 logging.warn('Source \"%s\" not in Config.' % (source,))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
outputcapture_unittest.py | 38 _log.warning('WARN') 57 self.output.set_log_level(logging.WARN)
|
/external/chromium_org/tools/find_runtime_symbols/ |
prepare_symbol_info.py | 115 LOGGER.warn('Using an empty existing directory "%s".' % output_dir_path) 117 LOGGER.warn('A file or a directory exists at "%s".' % output_dir_path) 119 LOGGER.warn('Using the existing directory "%s".' % output_dir_path) 125 LOGGER.warn('Using a temporary directory "%s".' % output_dir_path) 127 LOGGER.warn('The directory "%s" is not available.' % output_dir_path) 134 LOGGER.warn('A directory "%s" cannot be created.' % output_dir_path) 138 LOGGER.warn('Using a temporary directory "%s".' % output_dir_path) 140 LOGGER.warn('The directory "%s" is not available.' % output_dir_path)
|
/frameworks/base/core/java/android/util/ |
LogWriter.java | 36 * {@link android.util.Log#WARN Log.WARN}, or
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
test_tools.hpp | 109 #define BOOST_WARN( P ) BOOST_CHECK_IMPL( (P), BOOST_TEST_STRINGIZE( P ), WARN, CHECK_PRED ) 115 #define BOOST_WARN_MESSAGE( P, M ) BOOST_CHECK_IMPL( (P), M, WARN, CHECK_MSG ) 139 #define BOOST_WARN_THROW( S, E ) BOOST_CHECK_THROW_IMPL( S, E, true, "exception ", WARN ) 145 #define BOOST_WARN_EXCEPTION( S, E, P ) BOOST_CHECK_THROW_IMPL( S, E, P( ex ), "incorrect exception ", WARN ) 160 #define BOOST_WARN_NO_THROW( S ) BOOST_CHECK_NO_THROW_IMPL( S, WARN ) 167 BOOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::equal_impl_frwd(), "", WARN, CHECK_EQUAL, (L)(R) ) 176 BOOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::ne_impl(), "", WARN, CHECK_NE, (L)(R) ) 185 BOOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::lt_impl(), "", WARN, CHECK_LT, (L)(R) ) 194 BOOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::le_impl(), "", WARN, CHECK_LE, (L)(R) ) 203 BOOST_CHECK_WITH_ARGS_IMPL( ::boost::test_tools::tt_detail::gt_impl(), "", WARN, CHECK_GT, (L)(R) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
Log.java | 84 public void warn(Object message) { method in class:Log 88 public void warn(Object message, Throwable t) { method in class:Log
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_config.py | 11 from distutils.log import WARN 72 self.old_threshold = set_threshold(WARN)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_config.py | 11 from distutils.log import WARN 72 self.old_threshold = set_threshold(WARN)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
plistlib.py | 294 # we only need to warn when a *user* instantiates Dict or when 302 from warnings import warn namespace 303 warn("Attribute access from plist dicts is deprecated, use d[key] " 308 from warnings import warn namespace 309 warn("Attribute access from plist dicts is deprecated, use d[key] " 318 from warnings import warn namespace 319 warn("Attribute access from plist dicts is deprecated, use d[key] " 325 from warnings import warn namespace 326 warn("The plistlib.Dict class is deprecated, use builtin dict instead", 338 from warnings import warn namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
plistlib.py | 294 # we only need to warn when a *user* instantiates Dict or when 302 from warnings import warn namespace 303 warn("Attribute access from plist dicts is deprecated, use d[key] " 308 from warnings import warn namespace 309 warn("Attribute access from plist dicts is deprecated, use d[key] " 318 from warnings import warn namespace 319 warn("Attribute access from plist dicts is deprecated, use d[key] " 325 from warnings import warn namespace 326 warn("The plistlib.Dict class is deprecated, use builtin dict instead", 338 from warnings import warn namespace [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
LogPrinterTest.java | 32 Log.VERBOSE, Log.WARN };
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
CfOptions.java | 48 public PrintStream warn = System.err; field in class:CfOptions
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
Test.pm | 23 close $in or warn "Can't close $filename: $!"; 33 close $out or warn "Can't close $filename: $!"; 130 unlink 'err.tmp' or warn "Can't remove err.tmp: $!"; 136 unlink 'out.tmp' or warn "Can't remove out.tmp: $!";
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
CharacterImplTest.java | 30 // WARN: this assertion may not be valid on other JREs
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncSystemProperty.java | 87 warn(xctxt, XPATHErrorResources.WG_PROPERTY_NOT_SUPPORTED, method 95 warn(xctxt, XPATHErrorResources.WG_DONT_DO_ANYTHING_WITH_NS, method 112 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION, method 134 warn(xctxt, XPATHErrorResources.WG_SECURITY_EXCEPTION, method
|
/external/chromium_org/chrome/renderer/extensions/ |
console.cc | 102 void Warn(content::RenderView* render_view, const std::string& message) { 149 void Warn(v8::Handle<v8::Context> context, const std::string& message) { 183 BindLogMethod(isolate, console_object, "warn", &Warn);
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
root.txt | 15 CurrentCLDRVersion { 1.9 } // Current CLDR version as of the test update. Warn if not an exact match.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
descrip.mms | 23 /float=ieee/ieee=denorm/warn=disable=(PTRMISMATCH)
|
/external/chromium_org/tools/clang/plugins/tests/ |
base_refcounted.cpp | 19 // Unsafe; but we should only warn on the base class.
|