Home
last modified time | relevance | path

Searched refs:ignore (Results 101 - 125 of 608) sorted by relevance

12345678910>>...25

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch() argument
39 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_file_cache_napi.cpp111 auto [succ, uri, ignore] = NVal(env, funcArg[(int)NARG_POS::FIRST]).ToUTF8String(); in CleanCloudFileCache()
149 auto [succUri, uri, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8String(); in StartFileCache()
186 auto [succ, uri, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8String(); in StopFileCache()
242 auto [resGetUris, uriArray, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToStringArray(); in StartBatchFileCache()
333 auto [succProgress, progress, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8String(); in On()
388 auto [succProgress, progress, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8String(); in Off()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp123 std::ignore = info; in InitTagUpdaters()
127 std::ignore = info; in InitTagUpdaters()
141 std::ignore = tag; in InitTagUpdaters()
142 std::ignore = info; in InitTagUpdaters()
151 std::ignore = tag; in InitTagUpdatersMap()
169 std::ignore = tag; in InitTagUpdatersMap()
170 std::ignore = info; in InitTagUpdatersMap()
/third_party/python/Lib/
H A Dbdb.py660 Implements temporary breakpoints, ignore counts, disabling and
693 self.ignore = 0
747 ignore, and number of times hit.
762 if self.ignore:
763 ret += '\n\tignore next %d hits' % (self.ignore,)
817 has neither a False condition nor a positive ignore count. The flag,
819 when the condiion cannot be evaluated (in which case, ignore count is
834 if b.ignore > 0:
835 b.ignore -= 1
847 if b.ignore >
[all...]
/third_party/python/Lib/test/
H A Dtest_trace.py255 # the settrace of threading, which we ignore, just making sure that the
431 ignore = trace._Ignore(['x', 'y.z'], [jn('foo', 'bar')])
432 self.assertTrue(ignore.names('x.py', 'x'))
433 self.assertFalse(ignore.names('xy.py', 'xy'))
434 self.assertFalse(ignore.names('y.py', 'y'))
435 self.assertTrue(ignore.names(jn('foo', 'bar', 'baz.py'), 'baz'))
436 self.assertFalse(ignore.names(jn('bar', 'z.py'), 'z'))
438 self.assertTrue(ignore.names(jn('bar', 'baz.py'), 'baz'))
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsys_arch.c215 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_fetch() local
217 UINT32 ret = LOS_QueueRead(*mbox, msg ? msg : &ignore, sizeof(void *), tick ? (UINT32)tick : LOS_WAIT_FOREVER); in sys_arch_mbox_fetch()
238 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_tryfetch() local
239 UINT32 ret = LOS_QueueRead(*mbox, msg ? msg : &ignore, sizeof(void *), 0); in sys_arch_mbox_tryfetch()
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsys_arch.c203 void *ignore = 0; /* if msg == NULL, the fetched msg should be dropped */ in sys_arch_mbox_fetch() local
205 U32 ret = PRT_QueueRead((U32)(*mbox), msg ? msg : &ignore, sizeof(void *), tick ? (U32)tick : OS_WAIT_FOREVER); in sys_arch_mbox_fetch()
227 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_tryfetch() local
228 U32 ret = PRT_QueueRead((U32)*mbox, msg ? msg : &ignore, sizeof(void *), 0); in sys_arch_mbox_tryfetch()
/third_party/json/tests/src/
H A Dunit-unicode4.cpp78 // dumping with ignore/replace must not throw in any case in check_utf8dump()
79 s_ignored = j.dump(-1, ' ', false, json::error_handler_t::ignore); in check_utf8dump()
80 s_ignored2 = j2.dump(-1, ' ', false, json::error_handler_t::ignore); in check_utf8dump()
81 s_ignored_ascii = j.dump(-1, ' ', true, json::error_handler_t::ignore); in check_utf8dump()
82 s_ignored2_ascii = j2.dump(-1, ' ', true, json::error_handler_t::ignore); in check_utf8dump()
101 // ignore and replace must create different dumps in check_utf8dump()
H A Dunit-unicode5.cpp78 // dumping with ignore/replace must not throw in any case in check_utf8dump()
79 s_ignored = j.dump(-1, ' ', false, json::error_handler_t::ignore); in check_utf8dump()
80 s_ignored2 = j2.dump(-1, ' ', false, json::error_handler_t::ignore); in check_utf8dump()
81 s_ignored_ascii = j.dump(-1, ' ', true, json::error_handler_t::ignore); in check_utf8dump()
82 s_ignored2_ascii = j2.dump(-1, ' ', true, json::error_handler_t::ignore); in check_utf8dump()
101 // ignore and replace must create different dumps in check_utf8dump()
H A Dunit-unicode3.cpp78 // dumping with ignore/replace must not throw in any case in check_utf8dump()
79 s_ignored = j.dump(-1, ' ', false, json::error_handler_t::ignore); in check_utf8dump()
80 s_ignored2 = j2.dump(-1, ' ', false, json::error_handler_t::ignore); in check_utf8dump()
81 s_ignored_ascii = j.dump(-1, ' ', true, json::error_handler_t::ignore); in check_utf8dump()
82 s_ignored2_ascii = j2.dump(-1, ' ', true, json::error_handler_t::ignore); in check_utf8dump()
101 // ignore and replace must create different dumps in check_utf8dump()
H A Dunit-serialization.cpp88 CHECK(j.dump(-1, ' ', false, json::error_handler_t::ignore) == "\"äü\"");
99 CHECK(j.dump(-1, ' ', false, json::error_handler_t::ignore) == "\"123\"");
110 CHECK(j.dump(-1, ' ', false, json::error_handler_t::ignore) == "\"123456\"");
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dread_lines.cpp36 auto [succ, encoding, ignore] = option.GetProp("encoding").ToUTF8String("utf-8"); in CheckOptionArg()
122 auto [succPath, path, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8StringPath(); in Async()
174 auto [succPath, path, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8StringPath(); in Sync()
/kernel/linux/linux-5.10/drivers/sh/intc/
H A Daccess.c76 unsigned long ignore) in test_8()
83 unsigned long ignore) in test_16()
90 unsigned long ignore) in test_32()
75 test_8(unsigned long addr, unsigned long h, unsigned long ignore) test_8() argument
82 test_16(unsigned long addr, unsigned long h, unsigned long ignore) test_16() argument
89 test_32(unsigned long addr, unsigned long h, unsigned long ignore) test_32() argument
/kernel/linux/linux-6.6/drivers/sh/intc/
H A Daccess.c76 unsigned long ignore) in test_8()
83 unsigned long ignore) in test_16()
90 unsigned long ignore) in test_32()
75 test_8(unsigned long addr, unsigned long h, unsigned long ignore) test_8() argument
82 test_16(unsigned long addr, unsigned long h, unsigned long ignore) test_16() argument
89 test_32(unsigned long addr, unsigned long h, unsigned long ignore) test_32() argument
/third_party/benchmark/test/
H A Dstring_util_gtest.cc70 ASSERT_THROW(std::ignore = benchmark::stoul("this is a test"), in TEST()
117 ASSERT_THROW(std::ignore = benchmark::stoi("this is a test"), in TEST()
150 ASSERT_THROW(std::ignore = benchmark::stod("this is a test"), in TEST()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Decdsa.rs161 #[cfg_attr(osslconf = "OPENSSL_NO_EC2M", ignore)]
189 #[cfg_attr(osslconf = "OPENSSL_NO_EC2M", ignore)]
209 #[cfg_attr(osslconf = "OPENSSL_NO_EC2M", ignore)]
/kernel/linux/linux-5.10/kernel/trace/
H A Dblktrace.c849 static void blk_add_trace_rq_insert(void *ignore, struct request *rq) in blk_add_trace_rq_insert() argument
855 static void blk_add_trace_rq_issue(void *ignore, struct request *rq) in blk_add_trace_rq_issue() argument
861 static void blk_add_trace_rq_merge(void *ignore, struct request *rq) in blk_add_trace_rq_merge() argument
867 static void blk_add_trace_rq_requeue(void *ignore, struct request *rq) in blk_add_trace_rq_requeue() argument
873 static void blk_add_trace_rq_complete(void *ignore, struct request *rq, in blk_add_trace_rq_complete() argument
909 static void blk_add_trace_bio_bounce(void *ignore, in blk_add_trace_bio_bounce() argument
915 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete() argument
922 static void blk_add_trace_bio_backmerge(void *ignore, in blk_add_trace_bio_backmerge() argument
930 static void blk_add_trace_bio_frontmerge(void *ignore, in blk_add_trace_bio_frontmerge() argument
938 static void blk_add_trace_bio_queue(void *ignore, in blk_add_trace_bio_queue() argument
944 blk_add_trace_getrq(void *ignore, struct request_queue *q, struct bio *bio, int rw) blk_add_trace_getrq() argument
963 blk_add_trace_sleeprq(void *ignore, struct request_queue *q, struct bio *bio, int rw) blk_add_trace_sleeprq() argument
981 blk_add_trace_plug(void *ignore, struct request_queue *q) blk_add_trace_plug() argument
992 blk_add_trace_unplug(void *ignore, struct request_queue *q, unsigned int depth, bool explicit) blk_add_trace_unplug() argument
1013 blk_add_trace_split(void *ignore, struct request_queue *q, struct bio *bio, unsigned int pdu) blk_add_trace_split() argument
1047 blk_add_trace_bio_remap(void *ignore, struct request_queue *q, struct bio *bio, dev_t dev, sector_t from) blk_add_trace_bio_remap() argument
1085 blk_add_trace_rq_remap(void *ignore, struct request *rq, dev_t dev, sector_t from) blk_add_trace_rq_remap() argument
[all...]
/kernel/linux/linux-6.6/mm/kmsan/
H A Dkmsan_test.c34 bool ignore; /* Stop console output collection. */ member
41 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() argument
45 if (observed.ignore) in probe_console()
59 observed.ignore = true; in probe_console()
618 observed.ignore = false; in test_init()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite103 check-error-ignore) check_error_ignore=1 ;;
104 check-output-ignore) check_output_ignore=1 ;;
110 check-arch-ignore:) arch=$(uname -m)
117 check-description:) ;; # ignore
118 check-note:) ;; # ignore
119 check-warning:) ;; # ignore
120 check-error-start) ;; # ignore
121 check-error-end) ;; # ignore
122 check-output-start) ;; # ignore
123 check-output-end) ;; # ignore
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dclient-ws.c250 char ignore; in lws_client_ws_upgrade() local
465 ignore = 0; in lws_client_ws_upgrade()
471 ignore = 1; in lws_client_ws_upgrade()
475 if (ignore || *c == ' ') { in lws_client_ws_upgrade()
486 ignore = 0; in lws_client_ws_upgrade()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-srxx-defs.h62 uint64_t ignore:16; member
64 uint64_t ignore:16;
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c23 * Bits to ignore in the misc_status register
30 * Nothing to ignore in pci status register
85 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument
92 /* ignore don't cares and masked irqs */ in cpld_pic_get_irq()
93 status |= (ignore | mask); in cpld_pic_get_irq()
181 * and ignore it here in mpc5121_ads_cpld_pic_init()
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-srxx-defs.h62 uint64_t ignore:16; member
64 uint64_t ignore:16;
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c24 * Bits to ignore in the misc_status register
31 * Nothing to ignore in pci status register
86 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument
92 /* ignore don't cares and masked irqs */ in cpld_pic_get_irq()
93 status |= (ignore | mask); in cpld_pic_get_irq()
179 * and ignore it here in mpc5121_ads_cpld_pic_init()
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/
H A Dmain.go104 ignore := func(s string) bool {
115 if ignore(change.Subject) {

Completed in 15 milliseconds

12345678910>>...25