Home
last modified time | relevance | path

Searched refs:CANCELLED (Results 126 – 150 of 2294) sorted by relevance

12345678910>>...92

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/
H A DTimerTask.java71 static final int CANCELLED = 3; field in TimerTask
123 state = CANCELLED; in cancel()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/
H A DTimerTask.java71 static final int CANCELLED = 3; field in TimerTask
123 state = CANCELLED; in cancel()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DTimerTask.java71 static final int CANCELLED = 3; field in TimerTask
123 state = CANCELLED; in cancel()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/
H A DTimerTask.java71 static final int CANCELLED = 3; field in TimerTask
123 state = CANCELLED; in cancel()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/
H A DTimerTask.java71 static final int CANCELLED = 3; field in TimerTask
123 state = CANCELLED; in cancel()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/
H A DTimerTask.java71 static final int CANCELLED = 3; field in TimerTask
123 state = CANCELLED; in cancel()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DTimerTask.java67 static final int CANCELLED = 3; field in TimerTask
119 state = CANCELLED; in cancel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/content/browser/
H A Ddownload_conversions.cc21 case DownloadState::CANCELLED: in ToContentDownloadState()
22 return download::DownloadItem::CANCELLED; in ToContentDownloadState()
41 case download::DownloadItem::CANCELLED: in ToHistoryDownloadState()
42 return DownloadState::CANCELLED; in ToHistoryDownloadState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/bluez/
H A Dbluetooth_pairing_bluez.cc57 .Run(bluez::BluetoothAgentServiceProvider::Delegate::CANCELLED, ""); in ~BluetoothPairingBlueZ()
62 .Run(bluez::BluetoothAgentServiceProvider::Delegate::CANCELLED, 0); in ~BluetoothPairingBlueZ()
67 .Run(bluez::BluetoothAgentServiceProvider::Delegate::CANCELLED); in ~BluetoothPairingBlueZ()
221 bluez::BluetoothAgentServiceProvider::Delegate::CANCELLED); in CancelPairing()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/content/browser/
H A Ddownload_conversions.cc20 case DownloadState::CANCELLED: in ToContentDownloadState()
21 return download::DownloadItem::CANCELLED; in ToContentDownloadState()
40 case download::DownloadItem::CANCELLED: in ToHistoryDownloadState()
41 return DownloadState::CANCELLED; in ToHistoryDownloadState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/bluez/
H A Dbluetooth_pairing_bluez.cc57 .Run(bluez::BluetoothAgentServiceProvider::Delegate::CANCELLED, ""); in ~BluetoothPairingBlueZ()
62 .Run(bluez::BluetoothAgentServiceProvider::Delegate::CANCELLED, 0); in ~BluetoothPairingBlueZ()
67 .Run(bluez::BluetoothAgentServiceProvider::Delegate::CANCELLED); in ~BluetoothPairingBlueZ()
221 bluez::BluetoothAgentServiceProvider::Delegate::CANCELLED); in CancelPairing()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/grpc/
H A DStatusUtils.java65 case CANCELLED: in toGrpcStatusCode()
66 return Code.CANCELLED; in toGrpcStatusCode()
87 case CANCELLED: in fromGrpcStatusCode()
88 return FlightStatusCode.CANCELLED; in fromGrpcStatusCode()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/grpc/
H A DStatusUtils.java65 case CANCELLED: in toGrpcStatusCode()
66 return Code.CANCELLED; in toGrpcStatusCode()
87 case CANCELLED: in fromGrpcStatusCode()
88 return FlightStatusCode.CANCELLED; in fromGrpcStatusCode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/java/org/chromium/weblayer_private/interfaces/
H A DDownloadState.java13 DownloadState.CANCELLED, DownloadState.FAILED})
19 int CANCELLED = 3; field
H A DDownloadError.java14 DownloadError.CANCELLED, DownloadError.OTHER_ERROR})
23 int CANCELLED = 6; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/java/org/chromium/weblayer_private/interfaces/
H A DDownloadState.java13 DownloadState.CANCELLED, DownloadState.FAILED})
19 int CANCELLED = 3; field
H A DDownloadError.java14 DownloadError.CANCELLED, DownloadError.OTHER_ERROR})
23 int CANCELLED = 6; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadStatus.java16 DownloadStatus.CANCELLED, DownloadStatus.INTERRUPTED})
22 int CANCELLED = 3; field
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc57 using util::error::CANCELLED;
275 result == util::Status(util::error::CANCELLED, "")) { in RunParser()
319 return util::Status(util::error::CANCELLED, ""); in ParseValue()
357 return util::Status(util::error::CANCELLED, ""); in ParseStringHelper()
425 return util::Status(util::error::CANCELLED, ""); in ParseStringHelper()
442 return util::Status(util::error::CANCELLED, ""); in ParseUnicodeEscape()
459 return util::Status(util::error::CANCELLED, ""); in ParseUnicodeEscape()
565 return util::Status(util::error::CANCELLED, ""); in ParseNumberHelper()
740 if (result == util::Status(util::error::CANCELLED, "")) { in ParseArrayValue()
819 return util::Status(util::error::CANCELLED, ""); in ReportUnknown()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc57 using util::error::CANCELLED;
275 result == util::Status(util::error::CANCELLED, "")) { in RunParser()
319 return util::Status(util::error::CANCELLED, ""); in ParseValue()
357 return util::Status(util::error::CANCELLED, ""); in ParseStringHelper()
425 return util::Status(util::error::CANCELLED, ""); in ParseStringHelper()
442 return util::Status(util::error::CANCELLED, ""); in ParseUnicodeEscape()
459 return util::Status(util::error::CANCELLED, ""); in ParseUnicodeEscape()
565 return util::Status(util::error::CANCELLED, ""); in ParseNumberHelper()
740 if (result == util::Status(util::error::CANCELLED, "")) { in ParseArrayValue()
819 return util::Status(util::error::CANCELLED, ""); in ReportUnknown()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc57 using util::error::CANCELLED;
275 result == util::Status(util::error::CANCELLED, "")) { in RunParser()
319 return util::Status(util::error::CANCELLED, ""); in ParseValue()
357 return util::Status(util::error::CANCELLED, ""); in ParseStringHelper()
425 return util::Status(util::error::CANCELLED, ""); in ParseStringHelper()
442 return util::Status(util::error::CANCELLED, ""); in ParseUnicodeEscape()
459 return util::Status(util::error::CANCELLED, ""); in ParseUnicodeEscape()
565 return util::Status(util::error::CANCELLED, ""); in ParseNumberHelper()
740 if (result == util::Status(util::error::CANCELLED, "")) { in ParseArrayValue()
819 return util::Status(util::error::CANCELLED, ""); in ReportUnknown()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc57 using util::error::CANCELLED;
275 result == util::Status(util::error::CANCELLED, "")) { in RunParser()
319 return util::Status(util::error::CANCELLED, ""); in ParseValue()
357 return util::Status(util::error::CANCELLED, ""); in ParseStringHelper()
425 return util::Status(util::error::CANCELLED, ""); in ParseStringHelper()
442 return util::Status(util::error::CANCELLED, ""); in ParseUnicodeEscape()
459 return util::Status(util::error::CANCELLED, ""); in ParseUnicodeEscape()
565 return util::Status(util::error::CANCELLED, ""); in ParseNumberHelper()
740 if (result == util::Status(util::error::CANCELLED, "")) { in ParseArrayValue()
819 return util::Status(util::error::CANCELLED, ""); in ReportUnknown()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoResult.java12 public static final int CANCELLED = 1; field in MojoResult
43 case CANCELLED: in describe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoResult.java12 public static final int CANCELLED = 1; field in MojoResult
43 case CANCELLED: in describe()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/
H A Dexec.cpp72 if (state == CANCELLED) { in exec_set_outcome()
73 e->outcome = CANCELLED; in exec_set_outcome()
177 if (exec_cmd_get_state(e) == CANCELLED) { in exec_spawn_process()
241 if ((state == CANCELLED) || (state == FAILED)) in exec_run_remainder()
341 if (e->state != CANCELLED) in exec_cmd_set_state()
367 for (; cmd != NULL && ((state != CANCELLED) && (state != FAILED)); cmd = cmd->next) { in exec_run()
381 else if (state == CANCELLED) in exec_run()
426 exec_cmd_set_state((ExecCmd*) cmd->data, CANCELLED); in exec_stop()

12345678910>>...92