Searched defs:warn (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/tests/TouchLatency/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/data-binding/compiler/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/data-binding/developmentPlugins/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/data-binding/extensions/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/data-binding/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/multidex/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/support/development/checkstyle/
H A Dgradlew18 warn ( ) { function
96 warn "Could not set maximum file descriptor limit: $MAX_FD"
99 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/support/
H A Dgradlew17 warn ( ) { function
103 warn "Could not set maximum file descriptor limit: $MAX_FD"
106 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew18 warn ( ) { function
101 warn "Could not set maximum file descriptor limit: $MAX_FD"
104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSHost.java25 void warn(String message, Throwable t); method in interface:QSHost
H A DQSTileHost.java136 public void warn(String message, Throwable t) { method in class:QSTileHost
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DFakeWifiLog.java30 public LogMessage warn(String format) { method in class:FakeWifiLog
H A DWifiLog.java79 LogMessage warn(@NonNull String format); method in interface:WifiLog
H A DLogcatLog.java57 public LogMessage warn(String format) { method in class:LogcatLog
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp40 jint warn; member in struct:android::levels_t
131 levels.warn = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "WARN", "I"));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageController.java105 private DataUsageInfo warn(String msg) { method in class:DataUsageController
120 return warn("no subscriber id");
136 return warn("no stats session");
171 return warn("no entry data");
189 return warn("remote call failed");
/frameworks/base/tools/apilint/
H A Dapilint.py252 def warn(clazz, detail, rule, msg): function
272 warn(clazz, f, "C8", "If min/max could change in future, make them dynamic methods")
290 warn(clazz, None, "S1", "Class names with acronyms should be Mtp not MTP")
303 warn(clazz, m, "S1", "Method names with acronyms should be getMtu() instead of getMTU()")
317 warn(clazz, None, "L1", "Class should be named FooCallback")
540 warn(clazz, m, "FW1", "Methods creating an Intent should be named createFooIntent()")
586 warn(clazz, m, None, "Methods implemented by developers should be named onFoo()")
588 warn(clazz, m, None, "If implemented by developer, should be named onFoo(); otherwise consider marking final")
598 warn(clazz, None, None, "Builder should be defined as inner class")
610 warn(claz
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java766 * ClassLoader to a proxy that will warn about the use of Java
779 * context ClassLoader to an arbitrary but instead warn the
824 private void warn(String methodName) { method in class:LoadedApk.WarningContextClassLoader
839 warn("getResource");
844 warn("getResources");
849 warn("getResourceAsStream");
854 warn("loadClass");
859 warn("setClassAssertionStatus");
864 warn("setPackageAssertionStatus");
869 warn("setDefaultAssertionStatu
[all...]

Completed in 888 milliseconds