Home
last modified time | relevance | path

Searched refs:pipe_ (Results 1 - 22 of 22) sorted by relevance

/third_party/ninja/src/
H A Dsubprocess-win32.cc32 if (pipe_) { in ~Subprocess()
33 if (!CloseHandle(pipe_)) in ~Subprocess()
46 pipe_ = ::CreateNamedPipeA(pipe_name, in SetupPipe()
51 if (pipe_ == INVALID_HANDLE_VALUE) in SetupPipe()
54 if (!CreateIoCompletionPort(pipe_, ioport, (ULONG_PTR)this, 0)) in SetupPipe()
58 if (!ConnectNamedPipe(pipe_, &overlapped_) && in SetupPipe()
122 CloseHandle(pipe_); in Start()
124 pipe_ = NULL; in Start()
159 if (!GetOverlappedResult(pipe_, &overlapped_, &bytes, TRUE)) { in OnPipeReady()
161 CloseHandle(pipe_); in OnPipeReady()
[all...]
H A Dsubprocess.h61 /// Set up pipe_ as the parent-side pipe of the subprocess; return the
66 HANDLE pipe_; member
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_animation_controller.cpp25 AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, -3.14, 0, 300, Curves::SHARP, [weak](double value) { in CreateTriangleAnimation()
37 outTriangle_ = AceType::MakeRefPtr<PickerAnimation>(pipe_, -3.14, 0.0, 0, 300, Curves::SHARP, [weak](double value) { in CreateTriangleAnimation()
54 AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, 1.0, 0, 500, Curves::FRICTION, [weak](double value) { in CreateMovingAnimation()
68 AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, 1.0, 0, 500, Curves::FRICTION, [weak](double value) { in CreateMovingAnimation()
86 AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, 1.0, 0, 500, Curves::FRICTION, [weak](double value) { in CreateMovingAnimation()
101 AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, 1.0, 0, 500, Curves::FRICTION, [weak](double value) { in CreateMovingAnimation()
114 AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, 1.0, 0, 500, Curves::FRICTION, [weak](double value) { in CreateMovingAnimation()
130 AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, 1.0, 0, 500, Curves::FRICTION, [weak](double value) { in CreateMovingAnimation()
148 AceType::MakeRefPtr<PickerAnimation>(pipe_, 255.0, 0.0, 0, 150, Curves::LINEAR, [weak](double value) { in CreateInOpacityAnimation()
175 AceType::MakeRefPtr<PickerAnimation>(pipe_, 0. in CreateInOpacityAnimation()
[all...]
H A Dtoss_animation_controller.h37 pipe_ = value; in SetPipelineContext()
57 WeakPtr<PipelineContext> pipe_; member in OHOS::Ace::TossAnimationController
H A Dpicker_animation.h35 : start_(start), end_(end), delay_(delay), duration_(duration), pipe_(pipe), curve_(curve), callback_(callback) in PickerAnimation()
67 WeakPtr<PipelineBase> pipe_; member in OHOS::Ace::PickerAnimation
H A Dpicker_animation_controller.h37 pipe_ = value; in SetPipeline()
121 WeakPtr<PipelineContext> pipe_; member in OHOS::Ace::PickerAnimationController
H A Dpicker_animation.cpp24 controller_ = CREATE_ANIMATOR(pipe_); in Init()
H A Dtoss_animation_controller.cpp78 toss_ = AceType::MakeRefPtr<PickerAnimation>(pipe_, 0.0, time, 0, nTime, Curves::LINEAR, [weak](double value) { in Play()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.cpp32 : type_(type), pipe_(pipeInfo), device_(deviceId) in SoftBusClient()
95 std::string peerName = pipe_.pipeId; in OpenConnect()
99 std::string clientName = pipe_.pipeId; in OpenConnect()
145 KvStoreUtils::ToBeAnonymous(device_.deviceId).c_str(), pipe_.pipeId.c_str(), socket); in Open()
149 KvStoreUtils::ToBeAnonymous(device_.deviceId).c_str(), pipe_.pipeId.c_str(), status); in Open()
157 ZLOGE("GetMtu failed, session:%{public}s, socket:%{public}d", pipe_.pipeId.c_str(), socket_); in Open()
167 KvStoreUtils::ToBeAnonymous(device_.deviceId).c_str(), pipe_.pipeId.c_str(), socket_); in Open()
H A Dsoftbus_client.h81 PipeInfo pipe_; member in OHOS::AppDistributedKv::SoftBusClient
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_listener.cpp56 int pipeRet = pipe2(pipe_, O_CLOEXEC); in Start()
70 if (TEMP_FAILURE_RETRY(write(pipe_[1], &pipe, sizeof(pipe))) != 1) { in Stop()
75 for (auto &pi : pipe_) { in Stop()
104 polfd.fd = pipe_[0]; in Listen()
118 TEMP_FAILURE_RETRY(read(pipe_[0], &ctlp, sizeof(ctlp))); in Listen()
/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_request.h35 this->pipe_ = pipe; in SetPipe()
59 return pipe_; in GetPipe()
67 USBDevicePipe pipe_; member in OHOS::USB::UsbRequest
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
H A Ddrm_helper.h28 * The dynamic pipe loader instead has target/pipeloader/pipe_*.c including
29 * this header in a pipe_*.so for each driver which will have one driver's
37 PUBLIC DEFINE_DRM_DRIVER_DESCRIPTOR(driver_descriptor, driver, driconf, driconf_count, pipe_##driver##_create_screen)
46 DEFINE_DRM_DRIVER_DESCRIPTOR(driver##_driver_descriptor, driver, driconf, driconf_count, pipe_##driver##_create_screen)
50 pipe_##driver##_create_screen(int fd, const struct pipe_screen_config *config) \
59 driconf_count, pipe_##driver##_create_screen)
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dwrapper_listener.h50 int32_t pipe_[PIPE_SIZE] = {0}; member in OHOS::nmd::WrapperListener
/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_request.cpp24 this->pipe_ = pipe; in Initialize()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/
H A Daudio_adapter_info.h259 std::string pipe_ = STR_INIT; member in OHOS::AudioStandard::GlobalConfigs
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c639 pipe_state_addr = pipe_state->pipe_##addr; \ in nv10_gr_create_pipe()
643 u32 *__end_addr = pipe_state->pipe_##addr + \ in nv10_gr_create_pipe()
644 ARRAY_SIZE(pipe_state->pipe_##addr); \ in nv10_gr_create_pipe()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c639 pipe_state_addr = pipe_state->pipe_##addr; \ in nv10_gr_create_pipe()
643 u32 *__end_addr = pipe_state->pipe_##addr + \ in nv10_gr_create_pipe()
644 ARRAY_SIZE(pipe_state->pipe_##addr); \ in nv10_gr_create_pipe()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp572 globalConfigs_.pipe_ = ExtractPropertyValue("pipe", *currNode); in ParseGlobalConfigs()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c168 const struct pipe_##name##_state *state) \
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c1012 const struct pipe_##sname##_state *state) \
4388 * \param parent_transfer_pool parent slab pool set up for creating pipe_-
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp9146 globalConfigs_.pipe_.c_str(), globalConfigs_.device_.c_str(), in AudioPolicyParserDump()

Completed in 35 milliseconds