Home
last modified time | relevance | path

Searched refs:noop (Results 76 - 100 of 113) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c491 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 Dnouveau_display.c480 goto noop; in nouveau_display_hpd_work()
538 noop: in nouveau_display_hpd_work()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c473 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 DBasicTest.java2941 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 DBasicTest.java2938 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 Dpopup.js188 const noop = () => {
240 this.onClose = noop;
/third_party/node/lib/
H A D_tls_wrap.js120 const noop = FunctionPrototype;
853 ssl.onhandshakestart = noop;
H A Dnet.js148 const noop = () => {};
352 self._handle.onread = noop;
839 this._handle.onread = noop;
/third_party/nghttp2/src/
H A Dshrpx_client_handler.cc115 int ClientHandler::noop() { return 0; } in noop() function in shrpx::ClientHandler
479 write_ = &ClientHandler::noop; in ClientHandler()
H A Dshrpx_http2_session.cc204 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 Dnghttp.cc855 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 Dtest_threading.py944 def noop(): pass function
946 threading.Thread(target=noop).start()
/third_party/python/Lib/
H A Dimaplib.py376 typ, dat = self.noop() # Prod server for response
676 def noop(self): member in IMAP4
679 (typ, [data]) = <instance>.noop()
H A Dsmtplib.py523 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 Drrunner.h676 u32 noop; member
/kernel/linux/linux-6.6/drivers/net/hippi/
H A Drrunner.h676 u32 noop; member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c37 DEBUG_GET_ONCE_BOOL_OPTION(noop, "GALLIUM_NOOP", false)
/third_party/skia/third_party/skcms/
H A Dskcms.cc138 // 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 Dtest_loader.py1580 def noop(arg): function
1586 setattr(Foo, 'test_partial', functools.partial(noop, None))
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1663 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 Ddb8500-prcmu.c2535 static void noop(struct irq_data *d) in noop() function
2542 .irq_ack = noop,
/kernel/linux/linux-6.6/drivers/mfd/
H A Ddb8500-prcmu.c2534 static void noop(struct irq_data *d) in noop() function
2541 .irq_ack = noop,
/third_party/mesa3d/src/intel/vulkan/
H A Danv_batch_chain.c1000 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 Dmi_builder.h1181 mi_builder_emit(b, GENX(MI_NOOP), noop); in mi_self_mod_barrier()
/third_party/mesa3d/src/intel/common/tests/
H A Dmi_builder_test.cpp306 mi_builder_emit(&b, GENX(MI_NOOP), noop);

Completed in 59 milliseconds

12345