Home
last modified time | relevance | path

Searched refs:ERROR_UNKNOWN (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DClientOnReceivedErrorTest.java99 assertEquals(ErrorCodeConversionHelper.ERROR_UNKNOWN, in testNonExistentAssetUrl()
115 assertEquals(ErrorCodeConversionHelper.ERROR_UNKNOWN, in testNonExistentResourceUrl()
132 assertEquals(ErrorCodeConversionHelper.ERROR_UNKNOWN, in testCacheMiss()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DErrorCodeConversionHelper.java16 public static final int ERROR_UNKNOWN = -1; field in ErrorCodeConversionHelper
140 return ERROR_UNKNOWN; in convertErrorCode()
DAwContents.java340 ErrorCodeConversionHelper.ERROR_UNKNOWN, in shouldInterceptRequest()
/external/chromium_org/device/bluetooth/
Dbluetooth_device.h74 ERROR_UNKNOWN, enumerator
Dbluetooth_device_chromeos.cc601 ConnectErrorCode error_code = ERROR_UNKNOWN; in OnConnectError()
641 ConnectErrorCode error_code = ERROR_UNKNOWN; in OnPairError()
Dbluetooth_chromeos_unittest.cc258 last_connect_error_ = BluetoothDevice::ERROR_UNKNOWN; in SetUp()
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py124 expected = TranslationUnitSaveError.ERROR_UNKNOWN
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_handler.cc392 case device::BluetoothDevice::ERROR_UNKNOWN: in ConnectError()
/external/clang/bindings/python/clang/
Dcindex.py100 ERROR_UNKNOWN = 1 variable in TranslationUnitSaveError
2577 ERROR_UNKNOWN = 0 variable in CompilationDatabaseError