Home
last modified time | relevance | path

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

12345

/third_party/parse5/packages/parse5-html-rewriting-stream/lib/
Dindex.ts160 on(event: 'startTag', listener: (startTag: StartTag, rawHtml: string) => void): this; method
162 on(event: 'endTag', listener: (endTag: EndTag, rawHtml: string) => void): this; method
164 on(event: 'comment', listener: (comment: Comment, rawHtml: string) => void): this; method
166 on(event: 'text', listener: (text: Text, rawHtml: string) => void): this; method
168 on(event: 'doctype', listener: (doctype: Doctype, rawHtml: string) => void): this; method
176 on(event: string, handler: (...args: any[]) => void): this; method
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.ts278 on(event: 'startTag', listener: (startTag: StartTag) => void): this; method
280 on(event: 'endTag', listener: (endTag: EndTag) => void): this; method
282 on(event: 'comment', listener: (comment: Comment) => void): this; method
284 on(event: 'text', listener: (text: Text) => void): this; method
286 on(event: 'doctype', listener: (doctype: Doctype) => void): this; method
293 on(event: string, handler: (...args: any[]) => void): this; method
/third_party/openssl/crypto/bio/
Dbio_sock2.c81 const int on = 1; in BIO_connect() local
151 int on = 1; in BIO_bind() local
224 int on = 1; in BIO_listen() local
/third_party/parse5/packages/parse5-parser-stream/lib/
Dindex.ts136 on( method
146 on(event: string, handler: (...args: any[]) => void): this; method
/third_party/libuv/src/unix/
Dtcp.c156 int on; in uv__tcp_bind() local
448 int uv__tcp_nodelay(int fd, int on) { in uv__tcp_nodelay()
455 int uv__tcp_keepalive(int fd, int on, unsigned int delay) { in uv__tcp_keepalive()
562 int uv_tcp_nodelay(uv_tcp_t* handle, int on) { in uv_tcp_nodelay()
580 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/utils/
Dpython_fallback_running.h28 inline static bool on() { return on_; } in on() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dspacetodepth_impl.cu24 … const size_t iw, const size_t on, const size_t oc, const size_t oh, const size_t ow, in SpaceToDepth()
61 … const size_t iw, const size_t on, const size_t oc, const size_t oh, const size_t ow, in CalSpaceToDepth()
Ddepthtospace_impl.cu23 … const size_t iw, const size_t on, const size_t oc, const size_t oh, const size_t ow, in DepthToSpace()
60 … const size_t iw, const size_t on, const size_t oc, const size_t oh, const size_t ow, in CalDepthToSpace()
Dbatchtospace_impl.cu22 … const size_t ic, const size_t on, const size_t oh, const size_t ow, const size_t oc, in BatchToSpace()
61 … const size_t ic, const size_t on, const size_t oh, const size_t ow, const size_t oc, in CalBatchToSpace()
Dspacetobatch_impl.cu22 … const size_t ic, const size_t on, const size_t oh, const size_t ow, const size_t oc, in SpaceToBatch()
61 … const size_t ic, const size_t on, const size_t oh, const size_t ow, const size_t oc, in CalSpaceToBatch()
/third_party/typescript/tests/cases/conformance/salsa/
DmoduleExportAssignment.ts7 on(s) { } method in EE
/third_party/libcoap/src/
Dcoap_tcp.c49 int on = 1; local
207 int on = 1; local
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksCommon.hpp55 vector<T>& remove_erase_if (vector<T>& on, PRED pred) in remove_erase_if()
/third_party/gn/docs/
Dquick_start.md317 ### The "desc" command
/third_party/selinux/libsepol/src/
Ddebug.c13 void sepol_debug(int on) in sepol_debug()
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp167 void setOverdrawVis(bool on) { in setOverdrawVis()
173 void setGpuOpBounds(bool on) { in setGpuOpBounds()
185 void setAndroidClipViz(bool on) { in setAndroidClipViz()
191 void setOriginVisible(bool on) { in setOriginVisible()
/third_party/toybox/toys/other/
Dacpi.c46 int dfd, fd, len, on; in acpi_callback() local
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-tcpclient.c142 int on; /* on/off at an socket option */ in main() local
Dns-udpclient.c149 int on; /* on/off at an socket option */ in main() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DEnvelopeADSR.java75 public void on() { in on() method in EnvelopeADSR
/third_party/backends/backend/
Dplustek-usbhw.c895 usb_AdjustLamps( Plustek_Device *dev, SANE_Bool on ) in usb_AdjustLamps()
939 usb_AdjustCISLampSettings( Plustek_Device *dev, SANE_Bool on ) in usb_AdjustCISLampSettings()
1141 usb_switchLampX( Plustek_Device *dev, SANE_Bool on, SANE_Bool tpa ) in usb_switchLampX()
1180 usb_switchLamp( Plustek_Device *dev, SANE_Bool on ) in usb_switchLamp()
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c218 int on; member
239 static int find_mount_flag(const char *s, unsigned len, int *on, int *flag) in find_mount_flag()
371 int on; in do_mount() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DXCldrStub.java297 public static final Joiner on(String separator) { in on() method in XCldrStub.Joiner
320 public static Splitter on(char c) { in on() method in XCldrStub.Splitter
323 public static Splitter on(Pattern p) { in on() method in XCldrStub.Splitter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXCldrStub.java274 public static final Joiner on(String separator) { in on() method in XCldrStub.Joiner
294 public static Splitter on(char c) { in on() method in XCldrStub.Splitter
297 public static Splitter on(Pattern p) { in on() method in XCldrStub.Splitter
/third_party/icu/tools/colprobe/
Duprinter.cpp111 UPrinter::on(void) { in on() function in UPrinter

12345