HomeSort by relevance Sort by last modified time
    Searched refs:warning (Results 101 - 125 of 863) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/collada/include/dae/
daeUtils.h 88 // Disable VS warning
90 #pragma warning(push)
91 #pragma warning(disable : 4267)
100 #pragma warning(pop)
  /sdk/layoutlib_api/sample/src/com/example/android/render/
StdOutLogger.java 51 System.out.println("warning: [" + tag + "] " + message);
53 System.out.println("warning: " + message);
61 public void warning(String tag, String message, Object data) { method in class:StdOutLogger
75 public void warning(String warningFormat, Object... args) { method in class:StdOutLogger
76 warning(null /*tag*/, String.format(warningFormat, args), null /*data*/); method
  /build/core/combo/
HOST_darwin-x86.mk 31 $(warning *****************************************************)
32 $(warning * You are building on Mac OSX 10.6.)
33 $(warning * Can not find SDK 10.5 at $(sdk_105_root))
34 $(warning *****************************************************)
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 68 // If the user choses to ignore the hung window warning, the
74 #pragma warning(disable:4311)
78 #pragma warning(default:4311)
81 #pragma warning(disable:4312)
85 #pragma warning(default:4312)
hung_window_detector.cc 85 #pragma warning(disable:4311)
88 #pragma warning(default:4311)
103 #pragma warning(disable:4312)
107 #pragma warning(default:4312)
  /external/clang/test/Sema/
implicit-builtin-decl.c 3 int *ptr = malloc(sizeof(int) * 10); // expected-warning{{implicitly declaring C library function 'malloc' with type}} \
10 int *calloc(__SIZE_TYPE__, __SIZE_TYPE__); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \
19 int malloc(int); // expected-warning{{incompatible redeclaration of library function 'malloc'}}
20 int strcpy(int); // expected-warning{{incompatible redeclaration of library function 'strcpy'}} \
25 fprintf(0, "foo"); // expected-warning{{declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h>}} \
26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
39 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library function 'realloc'}} \
45 void snprintf(); // expected-warning{{incompatible redeclaration of library function 'snprintf'}} \
57 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' requires inclusion of the header <setjmp.h>}}
  /external/opencv/cvaux/src/
_cvaux.h 45 #pragma warning( disable: 4710 4711 4514 4996 ) /* function AAA selected for automatic inline expansion */
  /external/quake/quake/src/QW/server/
qwsvdef.h 27 #pragma warning( disable : 4244 4127 4201 4214 4514 4305 4115 4018)
  /external/webkit/Source/JavaScriptCore/wtf/
StaticConstructors.h 48 #pragma warning(disable:4075)
  /external/webkit/Tools/DumpRenderTree/chromium/
config.h 49 #pragma warning(disable : 4355)
  /dalvik/dx/src/junit/framework/
TestSuite.java 59 addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()"));
64 addTest(warning("Class "+theClass.getName()+" is not public"));
78 addTest(warning("No tests found in "+theClass.getName()));
108 addTest(warning("Test method isn't public: "+m.getName()));
124 return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()");
136 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
138 return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")"));
140 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")"));
256 * Returns a test which will fail and log a warning message.
258 private static Test warning(final String message) method in class:TestSuite
    [all...]
  /external/junit/src/junit/framework/
TestSuite.java 49 return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()");
61 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
63 return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")"));
65 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")"));
85 * Returns a test which will fail and log a warning message.
87 public static Test warning(final String message) { method in class:TestSuite
88 return new TestCase("warning") {
126 addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()"));
131 addTest(warning("Class "+theClass.getName()+" is not public"));
145 addTest(warning("No tests found in "+theClass.getName()))
    [all...]
  /external/mesa3d/src/mesa/main/
compiler.h 120 # pragma warning( disable : 4068 ) /* unknown pragma */
121 # pragma warning( disable : 4710 ) /* function 'foo' not inlined */
122 # pragma warning( disable : 4711 ) /* function 'foo' selected for automatic inline expansion */
123 # pragma warning( disable : 4127 ) /* conditional expression is constant */
125 # pragma warning( disable : 4244 ) /* '=' : conversion from 'const double ' to 'float ', possible loss of data */
126 # pragma warning( disable : 4018 ) /* '<' : signed/unsigned mismatch */
127 # pragma warning( disable : 4305 ) /* '=' : truncation from 'const double ' to 'float ' */
128 # pragma warning( disable : 4550 ) /* 'function' undefined; assuming extern returning int */
129 # pragma warning( disable : 4761 ) /* integral size mismatch in argument; conversion supplied */
  /libcore/junit/src/main/java/junit/framework/
TestSuite.java 61 addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()"));
66 addTest(warning("Class "+theClass.getName()+" is not public"));
80 addTest(warning("No tests found in "+theClass.getName()));
110 addTest(warning("Test method isn't public: "+m.getName()));
126 return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()");
138 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")"));
140 return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")"));
142 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")"));
258 * Returns a test which will fail and log a warning message.
260 private static Test warning(final String message) method in class:TestSuite
    [all...]
  /external/clang/test/Parser/
switch-recovery.cpp 24 switch (x) { // expected-warning {{enumeration value 'Xb' not handled in switch}}
82 14 ? 3 : 4; // expected-warning {{expression result unused}}
91 A: return 0; // FIXME: give a warning for unused labels that could also be
108 expected-warning {{expression result unused}}
111 expected-warning {{expression result unused}}
123 // expected-warning {{expression result unused}}
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 79 m_log.warning ("not all instrumented classes were compiled with source file");
80 m_log.warning ("debug data: no sources will be embedded in the report.");
107 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
108 m_log.warning ("not all instrumented classes were compiled with line number");
109 m_log.warning ("debug data: since this was the only requested column, no report will be generated.");
115 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
116 m_log.warning ("not all instrumented classes were compiled with line number");
117 m_log.warning ("debug data: this column will be removed from the report.");
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 62 _log.warning("PrettyPatch failed. :(")
64 _log.warning("PrettyPatch unavailable.")
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
NullTaskMonitor.java 107 public void warning(String warningFormat, Object... args) { method in class:NullTaskMonitor
108 mLog.warning(warningFormat, args);
  /build/core/
base_rules.mk 66 #$(warning default tags: $(lastword $(filter-out config/% out/%,$(MAKEFILE_LIST))))
73 $(warning unusual tags $(LOCAL_MODULE_TAGS) on $(LOCAL_MODULE) at $(LOCAL_PATH))
78 $(warning *** Module name: $(LOCAL_MODULE))
79 $(warning *** Makefile location: $(LOCAL_PATH))
80 $(warning * )
81 $(warning * Each module must use a LOCAL_MODULE_TAGS in its)
82 $(warning * Android.mk. Possible tags declared by a module:)
83 $(warning * )
84 $(warning * optional, debug, eng, tests, samples)
85 $(warning * )
    [all...]
  /external/chromium/base/win/
pe_image.cc 180 #pragma warning(push)
181 #pragma warning(disable: 4312)
182 // This cast generates a warning because it is 32 bit specific.
184 #pragma warning(pop)
427 #pragma warning(push)
428 #pragma warning(disable: 4312)
438 #pragma warning(pop)
475 #pragma warning(push)
476 #pragma warning(disable: 4312)
477 // This cast generates a warning because it is 32 bit specific
    [all...]
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 206 #pragma warning(push)
207 #pragma warning(disable: 4996)
211 #pragma warning(pop)
  /external/srec/srec/include/
sample.h 97 /* disable nameless union/struct warning in mmsytem.h but restore them to
100 #pragma warning (push)
101 #pragma warning (disable: 4201)
103 #pragma warning (pop)
  /external/stlport/stlport/stl/
_cstdlib.h 119 # pragma warning (push)
120 # pragma warning (disable: 4162)
144 # pragma warning (pop)
  /external/webkit/Tools/TestResultServer/model/
datastorefile.py 79 logging.warning("No data to save.")
102 logging.warning("Found key, but no data entry: %s", key)
135 logging.warning("No data to load.")
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 119 # pragma warning (push)
120 # pragma warning (disable: 4162)
144 # pragma warning (pop)

Completed in 5382 milliseconds

1 2 3 45 6 7 8 91011>>