HomeSort by relevance Sort by last modified time
    Searched defs:warning (Results 1 - 25 of 1513) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/bionic/
atexit_legacy.c 54 static char const warning[] = "WARNING: generic atexit() called from legacy shared library\n"; local
56 async_safe_format_log(ANDROID_LOG_WARN, "libc", warning);
57 fprintf(stderr, warning);
  /external/boringssl/src/crypto/rand_extra/
windows.c 22 OPENSSL_MSVC_PRAGMA(warning(push, 3))
33 OPENSSL_MSVC_PRAGMA(warning(pop)) function
  /external/parameter-framework/upstream/parameter/
ParameterMgrLogger.h 38 /* Wrap a class to expose its logging [info, warning] capabilities
48 virtual void warning(const std::string &log) { _parameterMgrConnector.warning(log); } function in class:CParameterMgrLogger
SubsystemObject.h 95 core::log::details::Warning warning() const { return _logger.warning(); } function in class:CSubsystemObject
  /external/vboot_reference/tests/
common.sh 38 function warning { function
39 echo -e "${COL_YELLOW}WARNING: $*${COL_STOP}" 1>&2
  /external/valgrind/coregrind/m_gdbserver/
utils.c 69 void warning (const char *string,...) function
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ANTLRErrorListener.java 40 public void warning(Message msg); method in interface:ANTLRErrorListener
  /external/deqp/scripts/verify/
message.py 35 prefix = {self.TYPE_ERROR: "ERROR: ", self.TYPE_WARNING: "WARNING: "}
41 def warning (filename, message): function
  /external/llvm/utils/llvm-build/llvmbuild/
util.py 9 warning = lambda message: _write_message('warning', message) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
  /external/parameter-framework/upstream/parameter/log/include/log/
Logger.h 44 * Streams can be used through Info and Warning objects returned by dedicated
65 * Retrieve wrapped warning logger
67 * @return Warning logger
69 details::Warning warning() { return details::Warning(mLogger, mProlog); } function in class:core::log::Logger
  /libcore/luni/src/main/java/javax/xml/transform/
ErrorListener.java 50 * Receive notification of a warning.
60 * @param exception The warning information encapsulated in a
68 public abstract void warning(TransformerException exception) method in interface:ErrorListener
  /libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java 26 * <p><strong>WARNING:</strong> If an application does <em>not</em>
53 * Receive notification of a warning.
67 * @param exception The warning information encapsulated in a
73 public abstract void warning (SAXParseException exception) method in interface:ErrorHandler
  /external/junit/src/main/java/junit/framework/
TestSuite.java 55 return warning("Class " + theClass.getName() + " has no public constructor TestCase(String name) or TestCase()");
68 return (warning("Cannot instantiate test case: " + name + " (" + exceptionToString(e) + ")"));
70 return (warning("Exception in constructor: " + name + " (" + exceptionToString(e.getTargetException()) + ")"));
72 return (warning("Cannot access test case: " + name + " (" + exceptionToString(e) + ")"));
91 * Returns a test which will fail and log a warning message.
93 public static Test warning(final String message) { method in class:TestSuite
94 return new TestCase("warning") {
137 addTest(warning("Class " + theClass.getName() + " has no public constructor TestCase(String name) or TestCase()"));
142 addTest(warning("Class " + theClass.getName() + " is not public"));
155 addTest(warning("No tests found in " + theClass.getName()))
    [all...]
  /external/parameter-framework/upstream/bindings/python/
sample.py 42 def warning(self, msg): member in class:MyLogger
43 logging.warning(msg)
50 # warning: don't pass MyLogger() directly as argument to setLogger() or it will
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.h 159 virtual void warning(const std::string &log) { std::cerr << log << std::endl; } function in class:CTestPlatform::__anon30941
  /external/python/cpython2/Launcher/
launcher_main.cpp 75 //For debugging/logging purpose, Warning control.
76 //Python?s warning machinery by default prints warning messages to sys.stderr.
80 char *warnings_buf, *warning; local
88 for (warning = strtok(warnings_buf, ",");
89 warning != NULL;
90 warning = strtok(NULL, ","))
91 PySys_AddWarnOption(warning);
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
LitConfig.py 84 self.warning("Unable to find 'bash', running Tcl tests internally.")
121 def warning(self, message): member in class:LitConfig
122 self._write_message('warning', message)
  /frameworks/base/test-base/src/junit/framework/
TestSuite.java 56 return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()");
68 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
70 return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")"));
72 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")"));
91 * Returns a test which will fail and log a warning message.
93 public static Test warning(final String message) { method in class:TestSuite
94 return new TestCase("warning") {
137 addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()"));
142 addTest(warning("Class "+theClass.getName()+" is not public"));
154 addTest(warning("No tests found in "+theClass.getName()))
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 31 MsgHandler warning(unsigned int pID);
53 inline mcld::MsgHandler mcld::warning(unsigned int pID) { function in class:mcld
54 return getDiagnosticEngine().report(pID, DiagnosticEngine::Warning);
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteLayoutLog.java 30 * Logs a warning.
32 * @param tag a tag describing the type of the warning
33 * @param message the message of the warning
34 * @param data an optional data bundle that the client can use to improve the warning display.
36 void warning(String tag, String message, Serializable data) throws RemoteException; method in interface:RemoteLayoutLog
39 * Logs a fidelity warning.
41 * This type of warning indicates that the render will not be the same as the rendering on a
44 * @param tag a tag describing the type of the warning
45 * @param message the message of the warning
46 * @param throwable an optional Throwable that triggered the warning
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
alisp.h 24 warning: 1, member in struct:alisp_cfg
30 snd_output_t *wout; /* warning output */
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
Logger.h 54 // Logs a warning.
55 void warning(const std::string& w) { warnings.push_back(w); } function in class:spv::SpvBuildLogger
  /tools/test/connectivity/acts/framework/acts/
tracelogger.py 27 # We want the stack frame above this and above the error/warning/info
53 def warning(self, msg, *args, **kwargs): member in class:TraceLogger
55 self._logger.warning("%s %s" % (msg, trace_info), *args, **kwargs)
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteLayoutLogAdapter.java 40 public void warning(String tag, String message, Serializable data) { method in class:RemoteLayoutLogAdapter
41 mLog.warning(tag, message, null);
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteLayoutLogAdapter.java 33 public void warning(String tag, String message, Object data) { method in class:RemoteLayoutLogAdapter
35 mLog.warning(tag, message, null);

Completed in 348 milliseconds

1 2 3 4 5 6 7 8 91011>>