Searched refs:handle_ (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-udp-dgram-too-big.c30 ASSERT((uv_udp_t*)(handle) == &handle_)
35 static uv_udp_t handle_; variable
67 r = uv_udp_init(uv_default_loop(), &handle_);
74 &handle_,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc286 : handle_(INVALID_HANDLE_VALUE) {}
289 : handle_(handle) {}
296 return handle_;
305 if (handle_ != handle) {
307 ::CloseHandle(handle_);
309 handle_ = handle;
320 return handle_ != nullptr && handle_ != INVALID_HANDLE_VALUE;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dplugin.h58 : handle_(NULL),
127 void* handle_; member in class:gold::Plugin
H A Dplugin.cc199 this->handle_ = dlopen(this->filename_.c_str(), RTLD_NOW);
200 if (this->handle_ == NULL)
208 void* ptr = dlsym(this->handle_, "onload");
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dplugin.h58 : handle_(NULL),
127 void* handle_; member in class:gold::Plugin
H A Dplugin.cc199 this->handle_ = dlopen(this->filename_.c_str(), RTLD_NOW);
200 if (this->handle_ == NULL)
208 void* ptr = dlsym(this->handle_, "onload");
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dplugin.h58 : handle_(NULL),
127 void* handle_; member in class:gold::Plugin
H A Dplugin.cc199 this->handle_ = dlopen(this->filename_.c_str(), RTLD_NOW);
200 if (this->handle_ == NULL)
208 void* ptr = dlsym(this->handle_, "onload");
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d3075 @property _iobuf* handle_() @trusted { return cast(_iobuf*) file_._p.handle; }
3181 if (orientation_ <= 0) trustedFPUTC(c, handle_);
3182 else if (c <= 0x7F) trustedFPUTWC(c, handle_);
3199 trustedFPUTWC(wbuf[i], handle_);
3211 if (orientation_ <= 0) trustedFPUTC(c, handle_);
3212 else trustedFPUTWC(c, handle_);
3234 trustedFPUTC(wbuf[i], handle_);
3241 trustedFPUTWC(wbuf[i], handle_);
3255 trustedFPUTC(c, handle_);
3262 trustedFPUTC(buf[i], handle_);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d2730 @property _iobuf* handle_() @trusted { return cast(_iobuf*) fps_; }
2811 if (orientation_ <= 0) trustedFPUTC(c, handle_);
2812 else trustedFPUTWC(c, handle_);
2822 trustedFPUTC(c, handle_);
2829 trustedFPUTC(buf[i], handle_);
2834 trustedFPUTWC(c, handle_);
2845 trustedFPUTC(c, handle_);
2852 trustedFPUTC(buf[i], handle_);
2864 trustedFPUTWC(c, handle_);
2870 + 0xD800), handle_);
[all...]
/netbsd-current/sys/arch/amd64/amd64/
H A Dvector.S376 IDTVEC(handle_ ## name ## num) ;\
437 IDTVEC_END(handle_ ## name ## num) ;\
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1237 Handle handle_; member in class:testing::internal::AutoHandle

Completed in 324 milliseconds