Home
last modified time | relevance | path

Searched refs:reason (Results 1051 - 1075 of 3399) sorted by relevance

1...<<41424344454647484950>>...136

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dso_txtime.c174 const char *reason; in do_recv_errqueue_timeout() local
199 reason = "missed txtime"; in do_recv_errqueue_timeout()
205 reason = "invalid txtime"; in do_recv_errqueue_timeout()
216 data[ret - 1], tstamp, reason); in do_recv_errqueue_timeout()
/test/xts/acts/communication_lite/dsoftbus_hal/src/
H A Dsoftbus_bus_center_test.c91 static void TestDiscoverResult(int32_t refreshId, RefreshResult reason) in TestDiscoverResult() argument
93 printf("[client]TestDiscoverResult:%d\n", reason); in TestDiscoverResult()
119 static void TestPublishResult(int publishId, PublishResult reason) in TestPublishResult() argument
121 printf("[client]TestPublishResult:%d\n", reason); in TestPublishResult()
/test/xts/dcts/communication/softbus_standard/common/
H A Dsocket_common.c203 static void OnShutdownData(int32_t socket, ShutdownReason reason) in OnShutdownData() argument
205 LOG("[cb][Ctrl]OnShutdownData success {socket:%d, reason:%u}", socket, reason); in OnShutdownData()
206 if (reason == SHUTDOWN_REASON_PEER || reason == SHUTDOWN_REASON_LOCAL) in OnShutdownData()
/third_party/node/lib/internal/webstreams/
H A Dadapters.js188 abort(reason) {
189 destroy(streamWritable, reason);
464 cancel(reason) {
465 destroy(streamReadable, reason);
/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc148 const char* reason) { in ReportCompilationFailure()
151 position, position, MessageTemplate::kAsmJsInvalid, reason); in ReportCompilationFailure()
168 const char* reason) { in ReportInstantiationFailure()
170 base::Vector<const char> text = base::CStrVector(reason); in ReportInstantiationFailure()
147 ReportCompilationFailure(ParseInfo* parse_info, int position, const char* reason) ReportCompilationFailure() argument
167 ReportInstantiationFailure(Handle<Script> script, int position, const char* reason) ReportInstantiationFailure() argument
/third_party/node/deps/v8/src/execution/
H A Dtiering-manager.cc41 char const* OptimizationReasonToString(OptimizationReason reason) { in OptimizationReasonToString() argument
47 size_t const index = static_cast<size_t>(reason); in OptimizationReasonToString()
54 std::ostream& operator<<(std::ostream& os, OptimizationReason reason) { in operator <<() argument
55 return os << OptimizationReasonToString(reason); in operator <<()
61 // TODO(v8:7700): Consider using another reason here. in Maglev()
123 PrintF(scope.file(), " for optimization to %s, %s, reason: %s", in TraceRecompile()
/third_party/node/deps/v8/src/ic/
H A Dic.h68 FeedbackSlot slot, const char* reason);
70 void OnFeedbackChanged(const char* reason);
73 void set_slow_stub_reason(const char* reason) { slow_stub_reason_ = reason; } in set_slow_stub_reason() argument
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc274 std::string reason; in RunEarleyAlgorithm() local
278 reason = "unexpected token \"" + next_token + "\""; in RunEarleyAlgorithm()
280 reason = "unexpected end of input"; in RunEarleyAlgorithm()
282 ReportError("Parser Error: " + reason); in RunEarleyAlgorithm()
/third_party/node/deps/openssl/openssl/util/
H A Dmkerr.pl69 -unref List all unreferenced function and reason codes on stderr;
134 my %rmax; # lib -> max assigned reason code
135 my %rassigned; # lib -> colon-separated list of assigned reason codes
136 my %rnew; # lib -> count of new reason codes
137 my %rextra; # "extra" reason code -> lib
138 my %rcodes; # reason-name -> value
139 my $statefile; # state file with assigned reason and function codes
189 # Scan function and reason codes and store them: keep a note of the
220 die "$lib reason code $code collision at $name\n"
248 # Scan each C source file and look for reason code
[all...]
/third_party/openssl/util/
H A Dmkerr.pl69 -unref List all unreferenced function and reason codes on stderr;
134 my %rmax; # lib -> max assigned reason code
135 my %rassigned; # lib -> colon-separated list of assigned reason codes
136 my %rnew; # lib -> count of new reason codes
137 my %rextra; # "extra" reason code -> lib
138 my %rcodes; # reason-name -> value
139 my $statefile; # state file with assigned reason and function codes
189 # Scan function and reason codes and store them: keep a note of the
220 die "$lib reason code $code collision at $name\n"
248 # Scan each C source file and look for reason code
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h79 void error(const TSourceLoc &loc, const char *reason, const char* token,
81 void warning(const TSourceLoc &loc, const char* reason, const char* token,
83 void info(const TSourceLoc &loc, const char* reason, const char* token,
134 bool samplerErrorCheck(const TSourceLoc &line, const TPublicType& pType, const char* reason);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dpmksa_cache.c28 enum pmksa_free_reason reason);
44 enum pmksa_free_reason reason) in pmksa_cache_free_entry()
51 pmksa->free_cb(entry, pmksa->ctx, reason); in pmksa_cache_free_entry()
611 void *ctx, enum pmksa_free_reason reason), in pmksa_cache_init()
42 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, enum pmksa_free_reason reason) pmksa_cache_free_entry() argument
610 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), void *ctx, struct wpa_sm *sm) pmksa_cache_init() argument
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_deferred.h34 void Reject(napi_value reason) override;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_ag_observer.h32 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason = 0) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag_observer.cpp37 void NapiHandsFreeAudioGatewayObserver::OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason) in OnScoStateChanged() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag_observer.h30 virtual void OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason = 0) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_peripheral_observer_proxy.h32 void OnAclStateChanged(const BluetoothRawAddress &device, int state, unsigned int reason) override;
H A Dbluetooth_hfp_ag_observer_proxy.h30 void OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason = 0) override;
/foundation/multimedia/audio_framework/interfaces/kits/c/audio_manager/
H A Dnative_audio_session_manager.h122 * @brief audio session deactivated reason
124 OH_AudioSession_DeactivatedReason reason; member
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_power_controller.h38 bool SuspendBegin(PowerStateChangeReason reason);
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/include/
H A Dlnn_local_net_ledger.h63 void LnnUpdateStateVersion(StateVersionChangeReason reason);
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Dforce_disconnect_command.h44 void OnFailure(int32_t reason) const;
H A Ddisconnect_command.h44 void OnFailure(int32_t reason) const;
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link_p2p.h32 void NotifyLinkFailForForceDown(uint32_t requestId, int32_t reason);
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.h35 void DfxRecord(bool success, int32_t reason, WifiDirectConnectInfo &connectInfo);

Completed in 18 milliseconds

1...<<41424344454647484950>>...136