Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 18 of 18) sorted by relevance

/development/host/windows/usb/api/
Dstdafx.h64 #pragma warning(disable: 4702)
65 #pragma warning(disable: 4201)
72 #pragma warning(default: 4201)
73 #pragma warning(disable: 4200)
Dadb_interface.h30 #pragma warning(disable: 4251)
201 #pragma warning(default: 4251)
/development/host/windows/usb/winusb/
Dstdafx.h64 #pragma warning(disable: 4702)
65 #pragma warning(disable: 4201)
72 #pragma warning(default: 4201)
73 #pragma warning(disable: 4200)
/development/host/windows/usb/adb_winapi_test/
Dstdafx.h58 #pragma warning(disable: 4200)
63 #pragma warning(default: 4200)
/development/scripts/
Dusb-reset-by-serial.py72 warning("no env setting for LANG -- using default values")
77 def warning(msg): function
99 warning(decoded_err)
Dacov-llvm.py110 logging.warning(f'Process {pid} is no longer active')
118 logging.warning(f'Cannot find \'SigCgt:\' in /proc/{pid}/status')
129 logging.warning(
Dgdbclient.py263 logging.warning("Couldn't find local unstripped executable in {},"
403 logging.warning(("couldn't find {} - ART debugging options will not " +
Dlldbclient.py263 logging.warning("Couldn't find local unstripped executable in {},"
403 logging.warning(("couldn't find {} - ART debugging options will not " +
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DMyRssReader2.java54 mLogger.warning("MyRssReader.onCreate-2 -- Couldn't instantiate a ListView!"); in onCreate()
58 mLogger.warning("MyRssReader.onCreate-3 -- Couldn't instantiate RssDataAdapter!"); in onCreate()
61 mLogger.warning("MyRssReader.onCreate-4 -- Couldn't instantiate a ListView!"); in onCreate()
DRssService.java193 mLogger.warning("Error in queryItem: Bad url"); in queryItem()
217 … mLogger.warning("parseRssDocPubDate couldn't find a <pubDate> tag. Returning default value."); in parseRssDocPubDate()
237 mLogger.warning("Couldn't open an RSS stream"); in readRss()
DRssContentProvider.java85 …Logger.getLogger("com.example.codelab.rssexample").warning("DatabaseHelper.onCreate(): Couldn't cr… in onCreate()
DMyRssReader5.java95 mLogger.warning("MyRssReader5.onItemSelected() couldn't get the content" + in onItemSelected()
/development/tools/idegen/src/com/android/idegen/
DModuleCache.java76 logger.warning("Unable to find make file for module: " + moduleName); in getAndCacheByName()
82 logger.warning("Unable to find make file for module: " + moduleName); in getAndCacheByName()
/development/tools/apkcheck/
DREADME.txt49 Enable or disable warning messages. These are disabled by default.
97 a warning instead of an error.
108 fields or methods), we emit a warning instead of an error.
124 emit a warning instead of an error. (We could be more thorough and try
178 or methods, a warning is emitted instead of an error.
/development/samples/ApiDemos/src/com/example/android/apis/app/
DDeviceAdminSample.java634 String warning = mActivity.getString(R.string.number_format_warning, valueString); in onPreferenceChange()
635 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show(); in onPreferenceChange()
737 String warning = mActivity.getString(R.string.number_format_warning, valueString); in onPreferenceChange()
738 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show(); in onPreferenceChange()
873 String warning = mActivity.getString(R.string.number_format_warning, valueString); in onPreferenceChange()
874 Toast.makeText(mActivity, warning, Toast.LENGTH_SHORT).show(); in onPreferenceChange()
/development/tools/winscope/src/
DLogEntry.vue64 [logLevel.WARN]: 'warning',
/development/vendor_snapshot/
Dupdate.py88 logging.warning('Dir "%s" of module "%s" does not exist', path,
148 logging.warning('Unknown prop "%s" of module "%s"', key,
591 logging.warning('No info for file {}'.format(file))
/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py288 log.warning("Bad request: " + error)
458 log.warning(
543 log.warning("Trace already in progress for {}", device_id)