Home
last modified time | relevance | path

Searched refs:ignore (Results 1 - 25 of 628) sorted by relevance

12345678910>>...26

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/luminance/
H A Drs_luminance_control_test.cpp51 std::ignore = luminCtrl.IsDimmingOn(screenId); in HWTEST_F() member in OHOS::Rosen::std
52 std::ignore = luminCtrl.IsHdrOn(screenId); in HWTEST_F() member in OHOS::Rosen::std
53 std::ignore = luminCtrl.IsNeedUpdateLuminance(screenId); in HWTEST_F() member in OHOS::Rosen::std
54 std::ignore = luminCtrl.GetHdrTmoNits(screenId, mode); in HWTEST_F() member in OHOS::Rosen::std
55 std::ignore = luminCtrl.GetHdrDisplayNits(screenId); in HWTEST_F() member in OHOS::Rosen::std
56 std::ignore = luminCtrl.GetHdrBrightnessRatio(screenId, mode); in HWTEST_F() member in OHOS::Rosen::std
57 std::ignore = luminCtrl.GetNewHdrLuminance(screenId); in HWTEST_F() member in OHOS::Rosen::std
64 std::ignore = luminCtrl.IsDimmingOn(screenId); in HWTEST_F() member in OHOS::Rosen::std
65 std::ignore = luminCtrl.IsHdrOn(screenId); in HWTEST_F() member in OHOS::Rosen::std
66 std::ignore in HWTEST_F() member in OHOS::Rosen::std
67 std::ignore = luminCtrl.GetHdrTmoNits(screenId, mode); HWTEST_F() member in OHOS::Rosen::std
68 std::ignore = luminCtrl.GetHdrDisplayNits(screenId); HWTEST_F() member in OHOS::Rosen::std
69 std::ignore = luminCtrl.GetHdrBrightnessRatio(screenId, mode); HWTEST_F() member in OHOS::Rosen::std
70 std::ignore = luminCtrl.GetNewHdrLuminance(screenId); HWTEST_F() member in OHOS::Rosen::std
87 std::ignore = luminCtrl.LoadLibrary(); HWTEST_F() member in OHOS::Rosen::std
88 std::ignore = luminCtrl.LoadStatusControl(); HWTEST_F() member in OHOS::Rosen::std
89 std::ignore = luminCtrl.LoadLumControl(); HWTEST_F() member in OHOS::Rosen::std
90 std::ignore = luminCtrl.LoadTmoControl(); HWTEST_F() member in OHOS::Rosen::std
95 std::ignore = luminCtrl.LoadLibrary(); HWTEST_F() member in OHOS::Rosen::std
96 std::ignore = luminCtrl.LoadStatusControl(); HWTEST_F() member in OHOS::Rosen::std
97 std::ignore = luminCtrl.LoadLumControl(); HWTEST_F() member in OHOS::Rosen::std
98 std::ignore = luminCtrl.LoadTmoControl(); HWTEST_F() member in OHOS::Rosen::std
101 std::ignore = luminCtrl.LoadTmoControl(); HWTEST_F() member in OHOS::Rosen::std
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_equals.cpp32 enum ir_node_type ignore) in possibly_null_equals()
37 return a->equals(b, ignore); in possibly_null_equals()
86 enum ir_node_type ignore) const in equals()
95 if (!array->equals(other->array, ignore)) in equals()
98 if (!array_index->equals(other->array_index, ignore)) in equals()
106 enum ir_node_type ignore) const in equals()
115 if (ignore != ir_type_swizzle) { in equals()
124 return val->equals(other->val, ignore); in equals()
128 ir_texture::equals(const ir_instruction *ir, enum ir_node_type ignore) const in equals()
143 if (!possibly_null_equals(coordinate, other->coordinate, ignore)) in equals()
31 possibly_null_equals(const ir_instruction *a, const ir_instruction *b, enum ir_node_type ignore) possibly_null_equals() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_pyclbr.py23 # members to ignore.
27 def assertListEq(self, l1, l2, ignore):
28 ''' succeed iff {l1} - {ignore} == {l2} - {ignore} '''
29 missing = (set(l1) ^ set(l2)) - set(ignore)
31 print("l1=%r\nl2=%r\nignore=%r" % (l1, l2, ignore), file=sys.stderr)
34 def assertHasattr(self, obj, attr, ignore):
35 ''' succeed iff hasattr(obj,attr) or attr in ignore. '''
36 if attr in ignore: return
42 def assertHaskey(self, obj, key, ignore)
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtsxStatelessFunctionComponentsWithTypeArguments3.js5 declare function OverloadComponent<U>(attr: {b: U, a?: string, "ignore-prop": boolean}): JSX.Element;
10 let a0 = <OverloadComponent {...arg1} a="hello" ignore-prop />;
11 let a1 = <OverloadComponent {...arg2} ignore-pro="hello world" />;
13 let a3 = <OverloadComponent {...arg1} ignore-prop />;
15 let a5 = <OverloadComponent {...arg2} ignore-prop="hello" {...arg1} />;
16 let a6 = <OverloadComponent {...arg2} ignore-prop {...arg1} />;
32 var a0 = <OverloadComponent {...arg1} a="hello" ignore-prop/>;
33 var a1 = <OverloadComponent {...arg2} ignore-pro="hello world"/>;
35 var a3 = <OverloadComponent {...arg1} ignore-prop/>;
37 var a5 = <OverloadComponent {...arg2} ignore
[all...]
/third_party/elfutils/libebl/
H A Deblopenbackend.c160 static const char *default_reloc_type_name (int ignore, char *buf, size_t len);
161 static bool default_reloc_type_check (int ignore);
162 static bool default_reloc_valid_use (Elf *elf, int ignore);
163 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore, int *addsub);
164 static bool default_gotpc_reloc_check (Elf *elf, int ignore);
165 static const char *default_segment_type_name (int ignore, char *buf,
167 static const char *default_section_type_name (int ignore, char *buf,
169 static const char *default_section_name (int ignore, int ignore2, char *buf,
171 static const char *default_machine_flag_name (Elf64_Word orig, Elf64_Word *ignore);
174 static const char *default_symbol_type_name (int ignore, cha
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dtags.sh16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )"
17 # tags and cscope files should also ignore MODVERSION *.mod.c files
18 ignore="$ignore ( -name *.mod.c ) -prune -o"
28 # ignore userspace tools
30 ignore="$ignore ( -path ./tools ) -prune -o"
32 ignore="$ignore ( -path ${tree}tools ) -prune -o"
55 find ${tree}arch/$1 $ignore
[all...]
H A Dcheckkconfigsymbols.py69 parser.add_argument('-i', '--ignore', dest='ignore', action='store',
71 help="ignore files matching this Python regex "
101 "'--force' if you\nwant to ignore this warning and "
107 if args.ignore:
109 re.match(args.ignore, "this/is/just/a/test.c")
124 sims = find_sims(args.sim, args.ignore)
153 undefined_a, _ = check_symbols(args.ignore)
157 undefined_b, defined = check_symbols(args.ignore)
177 undefined, defined = check_symbols(args.ignore)
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
H A DTestCase.java20 final boolean ignore; field in TestCase
31 result.add("ignore: " + ignore); in toString()
38 this.ignore = builder.ignore; in TestCase()
54 private boolean ignore = false; field in TestCase.Builder
93 public TestCase.Builder ignore() { in ignore() method in TestCase.Builder
94 this.ignore = true; in ignore()
99 public TestCase.Builder ignore(String reason) { in ignore() method in TestCase.Builder
100 this.ignore in ignore()
[all...]
H A DFromJsonTest.java121 new TestCase.Builder().ignore("Maybe") // Because minimumFractionDigits=foo
127 new TestCase.Builder().ignore("Maybe. Function specific behavior.")
171 new TestCase.Builder().ignore("not possible to put a null in a map")
258 new TestCase.Builder().ignore("no markup support")
262 new TestCase.Builder().ignore("no markup support")
266 new TestCase.Builder().ignore("no markup support")
270 new TestCase.Builder().ignore("no markup support")
274 new TestCase.Builder().ignore("no markup support")
278 new TestCase.Builder().ignore("no markup support")
304 new TestCase.Builder().ignore("infinit
[all...]
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842.c162 u16 *ignore, in compress()
239 *ignore = slen - p->iremain; in compress()
243 pr_debug("compress slen %x ignore %x dlen %x padding %x\n", in compress()
244 slen, *ignore, dlen, dskip); in compress()
260 u16 ignore = 0; in nx842_crypto_compress() local
290 hdr->ignore = 0; in nx842_crypto_compress()
301 if (ignore) in nx842_crypto_compress()
302 pr_warn("internal error, ignore is set %x\n", ignore); in nx842_crypto_compress()
304 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, in nx842_crypto_compress()
158 compress(struct nx842_crypto_ctx *ctx, struct nx842_crypto_param *p, struct nx842_crypto_header_group *g, struct nx842_constraints *c, u16 *ignore, unsigned int hdrsize) compress() argument
335 decompress(struct nx842_crypto_ctx *ctx, struct nx842_crypto_param *p, struct nx842_crypto_header_group *g, struct nx842_constraints *c, u16 ignore) decompress() argument
441 u16 ignore = 0; nx842_crypto_decompress() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-842.c162 u16 *ignore, in compress()
239 *ignore = slen - p->iremain; in compress()
243 pr_debug("compress slen %x ignore %x dlen %x padding %x\n", in compress()
244 slen, *ignore, dlen, dskip); in compress()
260 u16 ignore = 0; in nx842_crypto_compress() local
290 hdr->ignore = 0; in nx842_crypto_compress()
301 if (ignore) in nx842_crypto_compress()
302 pr_warn("internal error, ignore is set %x\n", ignore); in nx842_crypto_compress()
304 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, in nx842_crypto_compress()
158 compress(struct nx842_crypto_ctx *ctx, struct nx842_crypto_param *p, struct nx842_crypto_header_group *g, struct nx842_constraints *c, u16 *ignore, unsigned int hdrsize) compress() argument
335 decompress(struct nx842_crypto_ctx *ctx, struct nx842_crypto_param *p, struct nx842_crypto_header_group *g, struct nx842_constraints *c, u16 ignore) decompress() argument
441 u16 ignore = 0; nx842_crypto_decompress() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_pax.c130 ret->ignore = TRUE; in eap_pax_process_std_1()
137 ret->ignore = TRUE; in eap_pax_process_std_1()
146 ret->ignore = TRUE; in eap_pax_process_std_1()
155 ret->ignore = TRUE; in eap_pax_process_std_1()
174 ret->ignore = TRUE; in eap_pax_process_std_1()
183 ret->ignore = TRUE; in eap_pax_process_std_1()
246 ret->ignore = TRUE; in eap_pax_process_std_3()
253 ret->ignore = TRUE; in eap_pax_process_std_3()
262 ret->ignore = TRUE; in eap_pax_process_std_3()
271 ret->ignore in eap_pax_process_std_3()
[all...]
H A Deap_leap.c80 ret->ignore = TRUE; in eap_leap_process_request()
87 ret->ignore = TRUE; in eap_leap_process_request()
99 ret->ignore = TRUE; in eap_leap_process_request()
122 ret->ignore = TRUE; in eap_leap_process_request()
156 ret->ignore = TRUE; in eap_leap_process_success()
173 ret->ignore = TRUE; in eap_leap_process_success()
207 ret->ignore = TRUE; in eap_leap_process_response()
214 ret->ignore = TRUE; in eap_leap_process_response()
226 ret->ignore = TRUE; in eap_leap_process_response()
236 ret->ignore in eap_leap_process_response()
[all...]
H A Deap_md5.c42 ret->ignore = TRUE; in eap_md5_process()
50 ret->ignore = TRUE; in eap_md5_process()
63 ret->ignore = TRUE; in eap_md5_process()
66 ret->ignore = FALSE; in eap_md5_process()
92 ret->ignore = TRUE; in eap_md5_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_pax.c130 ret->ignore = true; in eap_pax_process_std_1()
137 ret->ignore = true; in eap_pax_process_std_1()
146 ret->ignore = true; in eap_pax_process_std_1()
155 ret->ignore = true; in eap_pax_process_std_1()
174 ret->ignore = true; in eap_pax_process_std_1()
183 ret->ignore = true; in eap_pax_process_std_1()
246 ret->ignore = true; in eap_pax_process_std_3()
253 ret->ignore = true; in eap_pax_process_std_3()
262 ret->ignore = true; in eap_pax_process_std_3()
271 ret->ignore in eap_pax_process_std_3()
[all...]
H A Deap_leap.c80 ret->ignore = true; in eap_leap_process_request()
87 ret->ignore = true; in eap_leap_process_request()
99 ret->ignore = true; in eap_leap_process_request()
122 ret->ignore = true; in eap_leap_process_request()
156 ret->ignore = true; in eap_leap_process_success()
173 ret->ignore = true; in eap_leap_process_success()
207 ret->ignore = true; in eap_leap_process_response()
214 ret->ignore = true; in eap_leap_process_response()
226 ret->ignore = true; in eap_leap_process_response()
236 ret->ignore in eap_leap_process_response()
[all...]
H A Deap_md5.c42 ret->ignore = true; in eap_md5_process()
50 ret->ignore = true; in eap_md5_process()
63 ret->ignore = true; in eap_md5_process()
66 ret->ignore = false; in eap_md5_process()
92 ret->ignore = true; in eap_md5_process()
/third_party/rust/crates/proc-macro2/tests/
H A Dtest_size.rs5 #[rustversion::attr(before(1.32), ignore)]
12 #[cfg_attr(not(all(not(wrap_proc_macro), not(span_locations))), ignore)]
19 #[cfg_attr(not(all(not(wrap_proc_macro), span_locations)), ignore)]
26 #[rustversion::attr(before(1.32), ignore)]
29 cfg_attr(not(all(wrap_proc_macro, not(span_locations))), ignore)
37 #[cfg_attr(not(all(wrap_proc_macro, span_locations)), ignore)]
/third_party/rust/crates/syn/tests/
H A Dtest_size.rs8 #[rustversion::attr(before(2022-11-24), ignore)]
14 #[rustversion::attr(before(2022-09-09), ignore)]
20 #[rustversion::attr(before(2023-04-29), ignore)]
26 #[rustversion::attr(before(2023-04-29), ignore)]
32 #[rustversion::attr(before(2023-12-20), ignore)]
/kernel/linux/linux-6.6/scripts/
H A Dtags.sh16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )"
17 # tags and cscope files should also ignore MODVERSION *.mod.c files
18 ignore="$ignore ( -name *.mod.c ) -prune -o"
20 # ignore arbitrary directories
23 ignore="${ignore} ( -path $i ) -prune -o"
55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
64 find $include $ignore -name "$2" -not -type l -print;
71 find ${tree}include $ignore
[all...]
H A Dcheckkconfigsymbols.py68 parser.add_argument('-i', '--ignore', dest='ignore', action='store',
70 help="ignore files matching this Python regex "
100 "'--force' if you\nwant to ignore this warning and "
109 if args.ignore:
111 re.match(args.ignore, "this/is/just/a/test.c")
126 sims = find_sims(args.sim, args.ignore)
155 undefined_a, _ = check_symbols(args.ignore)
159 undefined_b, defined = check_symbols(args.ignore)
179 undefined, defined = check_symbols(args.ignore)
[all...]
/kernel/linux/linux-5.10/tools/testing/fault-injection/
H A Dfailcmd.sh44 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value
52 --ignore-gfp-highmem=value, --min-order=value
92 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,cache-filter:
94 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order:
182 --ignore-gfp-wait)
183 echo $2 > $FAULTATTR/ignore-gfp-wait
190 --ignore-gfp-highmem)
191 echo $2 > $FAULTATTR/ignore-gfp-highmem
/kernel/linux/linux-6.6/tools/testing/fault-injection/
H A Dfailcmd.sh44 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value
52 --ignore-gfp-highmem=value, --min-order=value
92 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,cache-filter:
94 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order:
182 --ignore-gfp-wait)
183 echo $2 > $FAULTATTR/ignore-gfp-wait
190 --ignore-gfp-highmem)
191 echo $2 > $FAULTATTR/ignore-gfp-highmem
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify09.c82 unsigned int ignore; member
132 .tname = "Events on non-dir child with ignore mask on parent",
134 .ignore = FAN_MARK_IGNORED_MASK,
139 .tname = "Events on non-dir children with surviving ignore mask on parent",
141 .ignore = FAN_MARK_IGNORED_MASK | FAN_MARK_IGNORED_SURV_MODIFY,
148 .tname = "Events on dir with ignore mask that does not apply to dirs",
151 .ignore = FAN_MARK_IGNORE_SURV,
157 .tname = "Events on dir with ignore mask that does apply to dirs",
160 .ignore = FAN_MARK_IGNORE_SURV,
166 .tname = "Events on child with ignore mas
224 unsigned int parent_mask, ignore_mask, ignore = 0; create_fanotify_groups() local
[all...]
/third_party/ltp/scripts/coccinelle/
H A Drun-spatch.sh20 --ignore lib/parse_opts.c \
21 --ignore lib/newlib_tests \
22 --ignore lib/tests \
36 --ignore lib/parse_opts.c \
37 --ignore lib/newlib_tests \
38 --ignore lib/tests \
111 --ignore lib/tst_test.c;;

Completed in 9 milliseconds

12345678910>>...26