/third_party/skia/experimental/sktext/editor/ |
H A D | Selection.cpp | 9 void Selection::select(TextRange range, SkRect rect) { in select() function in skia::editor::Selection
|
H A D | Selection.h | 28 void select(TextRange range, SkRect rect);
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 362 case Op::select: write(o, V{id}, "=", op, V{x}, V{y}, V{z}); break; in write_one_instruction() 480 case Op::select: write(o, R{d}, "=", op, R{x}, R{y}, R{z}); break; in dump() 845 return select(is_x, x, approx_pow2(mul(approx_log2(x), y))); in approx_powf() 861 x = select(neg, x - Pi, x); in approx_sin() 865 x = select(neg, -x, x); in approx_sin() 897 x = select(neg, -x, x); in approx_tan() 901 x = select(use_quotient, x - (Pi/4), x); in approx_tan() 905 x = select(use_quotient, (1+x)/(1-x), x); in approx_tan() 906 x = select(neg, -x, x); in approx_tan() 915 x = select(ne in approx_asin() 1103 I32 Builder::select(I32 x, I32 y, I32 z) { select() function in skvm::Builder [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_compress_symbolic.cpp | 52 result.endpt0[0] = select(ep_plane1.endpt0[0], ep_plane2.endpt0[0], sep_mask); in merge_endpoints() 53 result.endpt1[0] = select(ep_plane1.endpt1[0], ep_plane2.endpt1[0], sep_mask); in merge_endpoints() 122 epd = select(epd, vint4::zero(), plane_mask); in realign_weights_undecimated() 220 uqw_vec = select(uqw_vec, uqw_up_vec, check_result_up); in realign_weights_undecimated() 221 uqw_vec = select(uqw_vec, uqw_down_vec, check_result_down); in realign_weights_undecimated() 329 epd = select(epd, vint4::zero(), plane_mask); in realign_weights_undecimated() 455 epd = select(epd, vint4::zero(), plane_mask); in realign_weights_decimated() 628 min_ep = select(min_ep, ep, use_ep); in compress_symbolic_block_for_partition_1plane() 993 min_ep1 = select(min_ep1, ep1, use_ep1); in compress_symbolic_block_for_partition_2planes() 997 min_ep2 = select(min_ep in compress_symbolic_block_for_partition_2planes() [all...] |
/third_party/gn/src/gn/ |
H A D | exec_process.cc | 26 #include <sys/select.h> 275 HANDLE_EINTR(select(std::max(out_read.get(), err_read.get()) + 1,
|
/third_party/backends/backend/ |
H A D | epson2_net.c | 19 #include <sys/select.h> 50 ready = select(s->fd + 1, &readable, NULL, NULL, &tv); in sanei_epson_net_read_raw() 54 DBG(15, "%s: select failed: %d\n", __func__, ready); in sanei_epson_net_read_raw()
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-sockets.c | 61 n = select(wsi_eff->desc.sockfd + 1, NULL, &writefds, NULL, &tv); in lws_send_pipe_choked() 77 return select(fd->fd + 1, &readfds, NULL, NULL, &tv); in lws_poll_listen_fd()
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | ListView.h | 92 void SetItemState_Selected(int index, bool select) { SetItemState(index, select ? LVIS_SELECTED : 0, LVIS_SELECTED); }
in SetItemState_Selected() argument
|
/third_party/ltp/testcases/kernel/syscalls/recv/ |
H A D | recv01.c | 207 n = select(s + 1, &rdfds, 0, 0, &timeout); in setup1() 281 if (select(nfds, &rfds, NULL, NULL, in do_child()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-udpserver.c | 49 #include <sys/select.h> 343 int select_ret; /* return value of select() */ in main() 345 struct timeval select_timeout; /* timeout for select() */ in main() 355 select_ret = select(max_read_fd + 1, &active_fds, in main() 361 fatal_error("select()"); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_event_loop.c | 358 volatile int rc; /* select() return code */ in main() 396 rc = select(maxfd+1, &read_fd_set, &write_fd_set, &except_fd_set, &timeout); in main() 399 // printf("time for select %i\n",ts2.tv_usec - ts1.tv_usec); in main() 404 /* select error */ in main() 454 rc = select(maxfd+1, &read_fd_set, &write_fd_set, &except_fd_set, &timeout); in main() 458 /* select error */ in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get_response_cleanup.c | 259 select (max + 1, &rs, &ws, &es, &tv); in testExternalGet() 277 select (max + 1, &rs, &ws, &es, &tv); in testExternalGet()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
H A D | socket.cc | 26 #include <sys/select.h> 298 res = select(static_cast<int>(socket + 1), nullptr, &fdset, nullptr, &tv); in Connect()
|
/third_party/python/Lib/test/ |
H A D | test_exception_hierarchy.py | 3 import select namespace 49 self.assertIs(select.error, OSError)
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | types.h | 68 #include <sys/select.h>
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | hellobrowser.c | 6 #include <sys/select.h>
|
H A D | logging.c | 6 #include <sys/select.h>
|
/base/security/device_security_level/baselib/msglib/src/utils/ |
H A D | messenger_utils.h | 63 ret = select(0, NULL, NULL, NULL, &tmv); in MessengerSleep()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | membarrierndk.cpp | 23 #include <sys/select.h>
|
/third_party/curl/tests/libtest/ |
H A D | lib1905.c | 86 select(MAX + 1, &R, &W, &E, &timeout); in test()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | types.h | 71 #include <sys/select.h>
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | types.h | 71 #include <sys/select.h>
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | types.h | 71 #include <sys/select.h>
|
/third_party/musl/src/select/ |
H A D | pselect.c | 1 #include <sys/select.h>
|
/third_party/musl/include/sys/ |
H A D | types.h | 71 #include <sys/select.h>
|