Home
last modified time | relevance | path

Searched defs:on (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/boost/boost/range/algorithm_ext/
Derase.hpp27 inline Container& erase( Container& on, in erase()
36 inline Container& remove_erase( Container& on, const T& val ) in remove_erase()
46 inline Container& remove_erase_if( Container& on, Pred pred ) in remove_erase_if()
56 inline Container& unique_erase( Container& on) in unique_erase()
66 inline Container& unique_erase( Container& on, Pred pred ) in unique_erase()
Dinsert.hpp26 inline Container& insert( Container& on, in insert()
37 inline Container& insert( Container& on, const Range& from ) in insert()
Dpush_back.hpp27 inline Container& push_back( Container& on, const Range& from ) in push_back()
Dpush_front.hpp27 inline Container& push_front( Container& on, const Range& from ) in push_front()
/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts7 on(event: 'error', listener: (err: SocksClientError) => void): this; method
8 on(event: 'bound', listener: (info: SocksClientBoundEvent) => void): this; method
9 on(event: 'established', listener: (info: SocksClientEstablishedEvent) => void): this; method
/third_party/node/test/parallel/
Dtest-event-emitter-get-max-listeners.js18 EventEmitter.prototype.on.call(recv, 'event', () => {}); method in EventEmitter
19 EventEmitter.prototype.on.call(recv, 'event', () => {}); method in EventEmitter
/third_party/flutter/skia/third_party/externals/sdl/visualtest/include/
DSDL_visualtest_variator_common.h41 SDL_bool on; member
48 SDL_bool on; member
54 SDL_bool on; member
/third_party/openssl/crypto/bio/
Db_sock2.c79 const int on = 1; in BIO_connect() local
137 int on = 1; in BIO_bind() local
208 int on = 1; in BIO_listen() local
/third_party/libuv/src/unix/
Dtcp.c153 int on; in uv__tcp_bind() local
376 int uv__tcp_nodelay(int fd, int on) { in uv__tcp_nodelay()
383 int uv__tcp_keepalive(int fd, int on, unsigned int delay) { in uv__tcp_keepalive()
413 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay()
431 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive()
/third_party/boost/tools/build/src/util/
Dlogger.py32 def on (self): member in NullLogger
45 def on (self): member in TextLogger
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Ddepthtospace_impl.cu23 const size_t on, const size_t oc, const size_t oh, in DepthToSpace()
64 const size_t on, const size_t oc, const size_t oh, in CalDepthToSpace()
Dspacetodepth_impl.cu24 const size_t on, const size_t oc, const size_t oh, in SpaceToDepth()
64 const size_t on, const size_t oc, const size_t oh, in CalSpaceToDepth()
Dbatchtospace_impl.cu23 const size_t on, const size_t oh, const size_t ow, in BatchToSpace()
65 const size_t on, const size_t oh, const size_t ow, in CalBatchToSpace()
Dspacetobatch_impl.cu23 const size_t on, const size_t oh, const size_t ow, in SpaceToBatch()
65 const size_t on, const size_t oh, const size_t ow, in CalSpaceToBatch()
/third_party/typescript/tests/cases/conformance/salsa/
DmoduleExportAssignment.ts7 on(s) { } method in EE
/third_party/grpc/src/core/lib/iomgr/
Ddualstack_socket_posix.cc41 const int on = 1; in grpc_set_socket_dualstack() local
/third_party/boost/libs/hana/include/boost/hana/functional/
Don.hpp54 constexpr auto on = infix([](auto&& f, auto&& g) { in __anon6ff8f81f0102() variable
/third_party/boost/boost/hana/functional/
Don.hpp54 constexpr auto on = infix([](auto&& f, auto&& g) { in __anon8b7b94cc0102() variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_camera.js122 on: function (...args) { method
322 on: function (...args) { method
450 on: function (...args) { method
480 on: function (...args) { method
549 on: function (...args) { method
609 on: function (...args) { method
Dohos_accessibility.js52 on: function (...args) { method
131 on: function (...args) { method
Dohos_net_socket.js99 on: function (...args) { method
218 on: function (...args) { method
283 on: "[PC Preview] unknow on", property
Dohos_multimodalInput_inputConsumer.js27 on: function (...args) { method
Dohos_nfc_controller.js30 on: function (...args) { method
/third_party/libcoap/src/
Dcoap_tcp.c45 int on = 1; local
197 int on = 1; local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DEventHub.js18 …ventHub.constructor interface mocked in the Previewer. How this interface works on the Previewer" + function

123456789