/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 491 goto noop; in nouveau_display_hpd_work() 523 noop: in nouveau_display_hpd_work()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 480 goto noop; in nouveau_display_hpd_work() 538 noop: in nouveau_display_hpd_work()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blit.c | 473 bool noop = apply_blit_scissor(&info->scissor, in crocus_blit() local 477 if (noop) in crocus_blit()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 2941 Normalizer2 noop = Norm2AllModes.NOOP_NORMALIZER2; in TestNoopNormalizer2() 2942 assertEquals("noop.normalizeSecondAndAppend()", "ä\u0327", in TestNoopNormalizer2() 2943 noop.normalizeSecondAndAppend(new StringBuilder("ä"), "\u0327").toString()); in TestNoopNormalizer2() 2944 assertEquals("noop.getDecomposition()", null, noop.getDecomposition('ä')); in TestNoopNormalizer2() 2945 assertTrue("noop.hasBoundaryAfter()", noop.hasBoundaryAfter(0x0308)); in TestNoopNormalizer2() 2946 assertTrue("noop.isInert()", noop.isInert(0x0308)); in TestNoopNormalizer2()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 2938 Normalizer2 noop = Norm2AllModes.NOOP_NORMALIZER2; in TestNoopNormalizer2() 2939 assertEquals("noop.normalizeSecondAndAppend()", "ä\u0327", in TestNoopNormalizer2() 2940 noop.normalizeSecondAndAppend(new StringBuilder("ä"), "\u0327").toString()); in TestNoopNormalizer2() 2941 assertEquals("noop.getDecomposition()", null, noop.getDecomposition('ä')); in TestNoopNormalizer2() 2942 assertTrue("noop.hasBoundaryAfter()", noop.hasBoundaryAfter(0x0308)); in TestNoopNormalizer2() 2943 assertTrue("noop.isInert()", noop.isInert(0x0308)); in TestNoopNormalizer2()
|
/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/ |
H A D | popup.js | 188 const noop = () => { 240 this.onClose = noop;
|
/third_party/node/lib/ |
H A D | _tls_wrap.js | 120 const noop = FunctionPrototype; 853 ssl.onhandshakestart = noop;
|
H A D | net.js | 148 const noop = () => {}; 352 self._handle.onread = noop; 839 this._handle.onread = noop;
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 115 int ClientHandler::noop() { return 0; } in noop() function in shrpx::ClientHandler 479 write_ = &ClientHandler::noop; in ClientHandler()
|
H A D | shrpx_http2_session.cc | 204 read_ = write_ = &Http2Session::noop; 257 read_ = write_ = &Http2Session::noop; in disconnect() 1969 int Http2Session::noop() { return 0; } in noop() function in shrpx::Http2Session
|
H A D | nghttp.cc | 855 int HttpClient::noop() { return 0; } in noop() function in nghttp2::HttpClient 1047 on_writefn = &HttpClient::noop; in on_upgrade_connect()
|
/third_party/python/Lib/test/ |
H A D | test_threading.py | 944 def noop(): pass function 946 threading.Thread(target=noop).start()
|
/third_party/python/Lib/ |
H A D | imaplib.py | 376 typ, dat = self.noop() # Prod server for response 676 def noop(self): member in IMAP4 679 (typ, [data]) = <instance>.noop()
|
H A D | smtplib.py | 523 def noop(self): member in SMTP 524 """SMTP 'noop' command -- doesn't do anything :>""" 525 return self.docmd("noop")
|
/kernel/linux/linux-5.10/drivers/net/hippi/ |
H A D | rrunner.h | 676 u32 noop; member
|
/kernel/linux/linux-6.6/drivers/net/hippi/ |
H A D | rrunner.h | 676 u32 noop; member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 37 DEBUG_GET_ONCE_BOOL_OPTION(noop, "GALLIUM_NOOP", false)
|
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 138 // By storing f=K-1, those old unusued f=0 values now mean K=1, a noop scale factor. 2533 const OpAndArg noop = { Op_load_a8/*doesn't matter*/, nullptr }; 2539 return noop; 2543 case Bad: return noop;
|
/third_party/python/Lib/unittest/test/ |
H A D | test_loader.py | 1580 def noop(arg): function 1586 setattr(Foo, 'test_partial', functools.partial(noop, None))
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 1663 bool noop = true; in si_reset_buffer_resources() local 1678 noop = false; in si_reset_buffer_resources() 1681 return !noop; in si_reset_buffer_resources()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | db8500-prcmu.c | 2535 static void noop(struct irq_data *d) in noop() function 2542 .irq_ack = noop,
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | db8500-prcmu.c | 2534 static void noop(struct irq_data *d) in noop() function 2541 .irq_ack = noop,
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_batch_chain.c | 1000 anv_batch_emit(&cmd_buffer->batch, GFX8_MI_NOOP, noop); in anv_cmd_buffer_end_batch_buffer() 1028 anv_batch_emit(&cmd_buffer->batch, GFX8_MI_NOOP, noop); in anv_cmd_buffer_end_batch_buffer()
|
/third_party/mesa3d/src/intel/common/ |
H A D | mi_builder.h | 1181 mi_builder_emit(b, GENX(MI_NOOP), noop); in mi_self_mod_barrier()
|
/third_party/mesa3d/src/intel/common/tests/ |
H A D | mi_builder_test.cpp | 306 mi_builder_emit(&b, GENX(MI_NOOP), noop);
|