| /third_party/parse5/packages/parse5-html-rewriting-stream/lib/ |
| D | index.ts | 160 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/ |
| D | index.ts | 278 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/ |
| D | bio_sock2.c | 81 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/ |
| D | index.ts | 136 on( method 146 on(event: string, handler: (...args: any[]) => void): this; method
|
| /third_party/libuv/src/unix/ |
| D | tcp.c | 156 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/ |
| D | python_fallback_running.h | 28 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/ |
| D | spacetodepth_impl.cu | 24 … 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()
|
| D | depthtospace_impl.cu | 23 … 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()
|
| D | batchtospace_impl.cu | 22 … 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()
|
| D | spacetobatch_impl.cu | 22 … 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/ |
| D | moduleExportAssignment.ts | 7 on(s) { } method in EE
|
| /third_party/libcoap/src/ |
| D | coap_tcp.c | 49 int on = 1; local 207 int on = 1; local
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| D | vksCommon.hpp | 55 vector<T>& remove_erase_if (vector<T>& on, PRED pred) in remove_erase_if()
|
| /third_party/gn/docs/ |
| D | quick_start.md | 317 ### The "desc" command
|
| /third_party/selinux/libsepol/src/ |
| D | debug.c | 13 void sepol_debug(int on) in sepol_debug()
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| D | debugger_bindings.cpp | 167 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/ |
| D | acpi.c | 46 int dfd, fd, len, on; in acpi_callback() local
|
| /third_party/ltp/testcases/network/stress/ns-tools/ |
| D | ns-tcpclient.c | 142 int on; /* on/off at an socket option */ in main() local
|
| D | ns-udpclient.c | 149 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/ |
| D | EnvelopeADSR.java | 75 public void on() { in on() method in EnvelopeADSR
|
| /third_party/backends/backend/ |
| D | plustek-usbhw.c | 895 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/ |
| D | fusermount.c | 218 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/ |
| D | XCldrStub.java | 297 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/ |
| D | XCldrStub.java | 274 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/ |
| D | uprinter.cpp | 111 UPrinter::on(void) { in on() function in UPrinter
|