Home
last modified time | relevance | path

Searched defs:reason (Results 201 - 225 of 1200) sorted by relevance

12345678910>>...48

/third_party/node/deps/v8/src/runtime/
H A Druntime-promise.cc48 Handle<Object> reason = args.at(1); in RUNTIME_FUNCTION() local
148 Handle<Object> reason = args.at(1); in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_pipe_control.c58 crocus_emit_pipe_control_flush(struct crocus_batch *batch, const char *reason, uint32_t flags) crocus_emit_pipe_control_flush() argument
95 crocus_emit_pipe_control_write(struct crocus_batch *batch, const char *reason, uint32_t flags, struct crocus_bo *bo, uint32_t offset, uint64_t imm) crocus_emit_pipe_control_write() argument
158 crocus_emit_end_of_pipe_sync(struct crocus_batch *batch, const char *reason, uint32_t flags) crocus_emit_end_of_pipe_sync() argument
/third_party/node/deps/openssl/openssl/fuzz/
H A Dx509.c114 int status, reason; in FuzzerTestOneInput() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListCase.cpp50 static const char* getExcludeReasonName(ExcludeReason reason) in getExcludeReasonName() argument
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
H A Dflagcb.c33 flagCB_fromU( const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) flagCB_fromU() argument
176 debugCB_fromU(const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar* codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode * err) debugCB_fromU() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/
H A DDebug.h108 [[noreturn]] inline void Fatal(const char* reason, in Fatal() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClientDoers.cpp55 DoDeviceLostCallback(Device* device, WGPUDeviceLostReason reason, char const* message) DoDeviceLostCallback() argument
/third_party/openssl/test/
H A Derrtest.c31 char *reason; in test_print_error_format() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrorHandling.cpp126 static void bindingsErrorHandler(void *user_data, const std::string& reason, in bindingsErrorHandler() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireErrorCallbackTests.cpp63 void ToMockDeviceLostCallback(WGPUDeviceLostReason reason, in ToMockDeviceLostCallback() argument
/device/soc/rockchip/common/sdk_linux/drivers/staging/blackbox/
H A Dblackbox_storage.c45 static void do_kmsg_dump(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason) in do_kmsg_dump() argument
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrappexitreasonhelper_fuzzer/
H A Dabilitymgrappexitreasonhelper_fuzzer.cpp74 Reason reason = static_cast<Reason>(i); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.cpp280 int32_t DSchedAllConnectManager::ApplyResult(int32_t errorcode, int32_t result, const char *reason) in ApplyResult() argument
/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp88 std::string reason; in GetThawReasonByAbilityType() local
103 void ResSchedUtil::ReportEventToRSS(const int32_t uid, const std::string &bundleName, const std::string &reason, in ReportEventToRSS() argument
/foundation/ability/ability_runtime/test/moduletest/ability_test/
H A Dability_test.cpp1161 int32_t reason = 1; in HWTEST_F() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_collaborator_proxy.cpp309 int32_t AbilityManagerCollaboratorProxy::NotifyRemoveShellProcess(int32_t pid, int32_t type, const std::string &reason) in NotifyRemoveShellProcess() argument
H A Dapp_exit_reason_helper.cpp246 const Reason reason = exitReason.reason; in IsExitReasonValid() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp192 SendChildProcessStartFailedEvent(std::shared_ptr<ChildProcessRecord> childRecord, ProcessStartFailedReason reason, int32_t subReason) SendChildProcessStartFailedEvent() argument
224 SendRenderProcessStartFailedEvent(std::shared_ptr<RenderRecord> renderRecord, ProcessStartFailedReason reason, int32_t subReason) SendRenderProcessStartFailedEvent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp141 void WebContextSelectOverlay::OnCloseOverlay(OptionMenuType menuType, CloseReason reason, RefPtr<OverlayInfo> info) in OnCloseOverlay() argument
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_dispatcher_proxy.cpp91 void FormRendererDispatcherProxy::DispatchSurfaceChangeEvent(float width, float height, uint32_t reason, in DispatchSurfaceChangeEvent() argument
/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/
H A Dmock_power_mgr_client.cpp39 PowerErrors PowerMgrClient::RebootDevice(const std::string& reason) in RebootDevice() argument
44 PowerErrors PowerMgrClient::ShutDownDevice(const std::string& reason) in ShutDownDevice() argument
49 PowerErrors PowerMgrClient::SuspendDevice(SuspendDeviceType reason, bool suspendImmed) in SuspendDevice() argument
54 PowerErrors PowerMgrClient::WakeupDevice(WakeupDeviceType reason, const std::string& detail) in WakeupDevice() argument
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_display_power_mgr_client.cpp33 SetDisplayState(DisplayState state, PowerMgr::StateChangeReason reason, uint32_t id) SetDisplayState() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp651 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL; in HWTEST_F() local
676 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL; in HWTEST_F() local
706 CloseReason reason = CloseReason::CLOSE_REASON_NORMAL; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_remote_device_observer_proxy.cpp230 OnAclStateChanged(const BluetoothRawAddress &device, int state, unsigned int reason) OnAclStateChanged() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_remote_device_observer_stub.cpp86 uint32_t reason = data.ReadUint32(); in OnAclStateChangedInner() local

Completed in 30 milliseconds

12345678910>>...48