/third_party/ninja/src/ |
H A D | subprocess-win32.cc | 32 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 D | subprocess.h | 61 /// 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 D | picker_animation_controller.cpp | 25 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 D | toss_animation_controller.h | 37 pipe_ = value; in SetPipelineContext() 57 WeakPtr<PipelineContext> pipe_; member in OHOS::Ace::TossAnimationController
|
H A D | picker_animation.h | 35 : 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 D | picker_animation_controller.h | 37 pipe_ = value; in SetPipeline() 121 WeakPtr<PipelineContext> pipe_; member in OHOS::Ace::PickerAnimationController
|
H A D | picker_animation.cpp | 24 controller_ = CREATE_ANIMATOR(pipe_); in Init()
|
H A D | toss_animation_controller.cpp | 78 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 D | softbus_client.cpp | 32 : 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 D | softbus_client.h | 81 PipeInfo pipe_; member in OHOS::AppDistributedKv::SoftBusClient
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_listener.cpp | 56 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 D | usb_request.h | 35 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 D | drm_helper.h | 28 * 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 D | wrapper_listener.h | 50 int32_t pipe_[PIPE_SIZE] = {0}; member in OHOS::nmd::WrapperListener
|
/base/usb/usb_manager/interfaces/innerkits/native/src/ |
H A D | usb_request.cpp | 24 this->pipe_ = pipe; in Initialize()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/ |
H A D | audio_adapter_info.h | 259 std::string pipe_ = STR_INIT; member in OHOS::AudioStandard::GlobalConfigs
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv10.c | 639 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 D | nv10.c | 639 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 D | audio_policy_parser.cpp | 572 globalConfigs_.pipe_ = ExtractPropertyValue("pipe", *currNode); in ParseGlobalConfigs()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 168 const struct pipe_##name##_state *state) \
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 1012 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 D | audio_policy_service.cpp | 9146 globalConfigs_.pipe_.c_str(), globalConfigs_.device_.c_str(), in AudioPolicyParserDump()
|