HomeSort by: relevance | last modified time | path
    Searched refs:handle_ (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-udp-dgram-too-big.c 30 ASSERT_PTR_EQ((uv_udp_t*)(handle), &handle_)
35 static uv_udp_t handle_; variable
67 r = uv_udp_init(uv_default_loop(), &handle_);
74 &handle_,
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 286 : 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;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
stdio.d 3075 @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...]
  /src/sys/arch/amd64/amd64/
vector.S 376 IDTVEC(handle_ ## name ## num) ;\
437 IDTVEC_END(handle_ ## name ## num) ;\
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1237 Handle handle_; member in class:testing::internal::AutoHandle

Completed in 34 milliseconds