Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 2815) sorted by relevance

12345678910>>...113

/third_party/boringssl/src/crypto/cmac/
Dcavp_aes192_cmac_tests.txt25 Result = F (2 - Key or Key2 changed)
34 Result = F (1 - MAC changed - for 0-len msg)
43 Result = F (3 - MAC changed)
52 Result = F (4 - Key or Key1 changed)
61 Result = F (3 - MAC changed)
70 Result = F (4 - Key or Key1 changed)
79 Result = F (1 - MAC changed - for 0-len msg)
97 Result = F (2 - Key or Key2 changed)
106 Result = F (2 - Key or Key2 changed)
124 Result = F (1 - MAC changed - for 0-len msg)
[all …]
Dcavp_aes256_cmac_tests.txt23 Result = F (2 - Key or Key2 changed)
32 Result = F (1 - MAC changed - for 0-len msg)
41 Result = F (3 - MAC changed)
50 Result = F (4 - Key or Key1 changed)
68 Result = F (1 - MAC changed - for 0-len msg)
77 Result = F (3 - MAC changed)
86 Result = F (2 - Key or Key2 changed)
95 Result = F (4 - Key or Key1 changed)
104 Result = F (3 - MAC changed)
122 Result = F (4 - Key or Key1 changed)
[all …]
Dcavp_aes128_cmac_tests.txt14 Result = F (3 - MAC changed)
23 Result = F (4 - Key or Key1 changed)
41 Result = F (2 - Key or Key2 changed)
50 Result = F (1 - MAC changed - for 0-len msg)
59 Result = F (4 - Key or Key1 changed)
68 Result = F (1 - MAC changed - for 0-len msg)
86 Result = F (2 - Key or Key2 changed)
95 Result = F (3 - MAC changed)
104 Result = F (1 - MAC changed - for 0-len msg)
122 Result = F (3 - MAC changed)
[all …]
Dcavp_3des_cmac_tests.txt18 Result = F (2 - Key or Key2 changed)
29 Result = F (4 - Key or Key1 changed)
51 Result = F (1 - MAC changed - for 0-len msg)
62 Result = F (3 - MAC changed)
73 Result = F (2 - Key or Key2 changed)
95 Result = F (1 - MAC changed - for 0-len msg)
106 Result = F (4 - Key or Key1 changed)
117 Result = F (3 - MAC changed)
128 Result = F (1 - MAC changed - for 0-len msg)
139 Result = F (3 - MAC changed)
[all …]
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c47 uint32_t *changed; member
53 struct cil_args_resolve *gen_resolve_args(struct cil_db *db, enum cil_pass pass, uint32_t *changed,… in gen_resolve_args() argument
58 args->changed = changed; in gen_resolve_args()
77 uint32_t changed = CIL_FALSE; in test_cil_resolve_name() local
78 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_name()
101 uint32_t changed = CIL_FALSE; in test_cil_resolve_name_invalid_type_neg() local
102 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_name_invalid_type_neg()
140 uint32_t changed = CIL_FALSE; in test_cil_resolve_roleallow() local
141 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow()
159 uint32_t changed = CIL_FALSE; in test_cil_resolve_roleallow_srcdecl_neg() local
[all …]
/third_party/typescript/tests/baselines/reference/
DfatArrowSelf.types34 >this.emitter.addListener('change', (e) => { this.changed(); }) : void
41 >(e) => { this.changed(); } : (e: any) => void
44 this.changed();
45 >this.changed() : void
46 >this.changed : () => void
48 >changed : () => void
53 private changed() {
54 >changed : () => void
DfatArrowSelf.symbols45 this.changed();
46 >this.changed : Symbol(EventEmitterConsummer.changed, Decl(fatArrowSelf.ts, 18, 9))
48 >changed : Symbol(EventEmitterConsummer.changed, Decl(fatArrowSelf.ts, 18, 9))
53 private changed() {
54 >changed : Symbol(EventEmitterConsummer.changed, Decl(fatArrowSelf.ts, 18, 9))
DfatArrowSelf.js18 this.changed();
22 private changed() { method in EventEmitterConsummer
48 _this.changed();
51 EventEmitterConsummer.prototype.changed = function () { method in EventEmitterConsummer
/third_party/python/Tools/scripts/
Dcleanfuture.py101 changed = ff.run()
102 if changed:
104 if changed:
109 for s, e, line in changed:
142 self.changed = []
163 changed = self.changed
244 changed.append((startline, endline, line))
248 return changed
257 changed = self.changed
258 assert changed
[all …]
Dparse_html5_entities.py44 changed = set()
47 changed.add((name, old[name], new[name]))
48 if changed:
49 print('{} entitie(s) have been modified:'.format(len(changed)))
50 for item in sorted(changed):
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dpropagator.cpp88 bool changed = false; in Simulate() local
92 return changed; in Simulate()
128 changed = true; in Simulate()
172 return changed; in Simulate()
184 bool changed = false; in Simulate() local
186 [&changed, this](Instruction* instr) { changed |= Simulate(instr); }); in Simulate()
191 block->ForEachInst([this, &changed](Instruction* instr) { in Simulate()
193 changed |= Simulate(instr); in Simulate()
206 return changed; in Simulate()
242 bool changed = false; in Run() local
[all …]
Dinterp_fixup_pass.cpp111 bool changed = false; in Process() local
120 func.ForEachInst([&changed, &folder](Instruction* inst) { in Process()
122 changed = true; in Process()
127 return changed ? Status::SuccessWithChange : Status::SuccessWithoutChange; in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpropagator.cpp88 bool changed = false; in Simulate() local
92 return changed; in Simulate()
128 changed = true; in Simulate()
172 return changed; in Simulate()
184 bool changed = false; in Simulate() local
186 [&changed, this](Instruction* instr) { changed |= Simulate(instr); }); in Simulate()
191 block->ForEachInst([this, &changed](Instruction* instr) { in Simulate()
193 changed |= Simulate(instr); in Simulate()
206 return changed; in Simulate()
242 bool changed = false; in Run() local
[all …]
Dinterp_fixup_pass.cpp111 bool changed = false; in Process() local
120 func.ForEachInst([&changed, &folder](Instruction* inst) { in Process()
122 changed = true; in Process()
127 return changed ? Status::SuccessWithChange : Status::SuccessWithoutChange; in Process()
/third_party/libxkbcommon/tools/
Dtools-common.c136 tools_print_state_changes(enum xkb_state_component changed) in tools_print_state_changes() argument
138 if (changed == 0) in tools_print_state_changes()
142 if (changed & XKB_STATE_LAYOUT_EFFECTIVE) in tools_print_state_changes()
144 if (changed & XKB_STATE_LAYOUT_DEPRESSED) in tools_print_state_changes()
146 if (changed & XKB_STATE_LAYOUT_LATCHED) in tools_print_state_changes()
148 if (changed & XKB_STATE_LAYOUT_LOCKED) in tools_print_state_changes()
150 if (changed & XKB_STATE_MODS_EFFECTIVE) in tools_print_state_changes()
152 if (changed & XKB_STATE_MODS_DEPRESSED) in tools_print_state_changes()
154 if (changed & XKB_STATE_MODS_LATCHED) in tools_print_state_changes()
156 if (changed & XKB_STATE_MODS_LOCKED) in tools_print_state_changes()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h172 bool changed = false; in unionWith() local
174 BitWord old = changed ? 0 : Bits[i]; in unionWith()
177 if (!changed && old != Bits[i]) in unionWith()
178 changed = true; in unionWith()
180 return changed; in unionWith()
196 bool changed = false; in intersectWith() local
201 BitWord old = changed ? 0 : Bits[i]; in intersectWith()
207 if (!changed && old != Bits[i]) in intersectWith()
208 changed = true; in intersectWith()
211 return changed; in intersectWith()
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dresume.go100 func (r resumabilities) reconcile(s resumabilities) (changed bool) {
107 changed = true
110 return changed
136 changed bool member
409 l.changed = l.before.reconcile(r) || l.changed
411 l.changed = l.after.reconcile(r) || l.changed
448 changed: false,
463 l.changed = l.before.reconcile(r) || l.changed
469 l.changed = l.after.reconcile(r) || l.changed
471 if !l.changed {
[all …]
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/
Drwlock7.c27 int changed; member
54 self->changed = 0; in thread_routine()
88 self->changed++; in thread_routine()
89 interval = 1 + self->changed % 71; in thread_routine()
155 if (threads[count].changed > 0) in main()
158 count, threads[count].changed); in main()
Drwlock8.c30 int changed; member
57 self->changed = 0; in thread_routine()
92 self->changed++; in thread_routine()
93 interval = 1 + self->changed % 71; in thread_routine()
164 if (threads[count].changed > 0) in main()
167 count, threads[count].changed); in main()
/third_party/gstreamer/gstreamer/gst/
Dgstregistry.c1094 gboolean changed; member
1122 context->changed = FALSE; in init_scan_context()
1129 context->changed |= _priv_gst_plugin_loader_funcs.destroy (context->helper); in clear_scan_context()
1138 gboolean changed = FALSE; in gst_registry_scan_plugin_file() local
1188 changed = TRUE; in gst_registry_scan_plugin_file()
1197 return changed; in gst_registry_scan_plugin_file()
1227 gboolean changed = FALSE; in gst_registry_scan_path_level() local
1256 changed |= gst_registry_scan_path_level (context, filename, level - 1); in gst_registry_scan_path_level()
1340 changed |= gst_registry_scan_plugin_file (context, filename, in gst_registry_scan_path_level()
1348 changed |= gst_registry_scan_plugin_file (context, filename, in gst_registry_scan_path_level()
[all …]
/third_party/pcre2/pcre2/
DDetrail10 my($changed) = 0;
19 $changed = 1;
22 if ($changed)
/third_party/skia/modules/skottie/src/animator/
DAnimator.cpp18 bool changed = !fHasSynced; in onSeek() local
21 changed |= animator->seek(t); in onSeek()
24 if (changed) { in onSeek()
29 return changed; in onSeek()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java277 private boolean changed; field in Edits.Iterator
309 if (changed) { in updateNextIndexes()
317 if (changed) { in updatePreviousIndexes()
326 changed = false; in noNext()
373 changed = false; in next()
391 changed = true; in next()
469 changed = false; in previous()
480 changed = true; in previous()
691 if (changed) {
728 if (changed) {
[all …]
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_pixels.c415 int changed; in pixels_calcGammaRamp() local
448 changed = 0; in pixels_calcGammaRamp()
449 for (i = 0; i < 256; i++) if (ramp[i] != magic) changed++; in pixels_calcGammaRamp()
450 …DLTest_AssertCheck(changed > 250, "Validate that ramp was calculated; expected: >250 values change… in pixels_calcGammaRamp()
482 changed = 0; in pixels_calcGammaRamp()
483 for (i = 0; i < 256; i++) if (ramp[i] != magic) changed++; in pixels_calcGammaRamp()
484 …SDLTest_AssertCheck(changed ==0, "Validate that ramp unchanged; expected: 0 values changed got: %d… in pixels_calcGammaRamp()
/third_party/e2fsprogs/lib/ext2fs/
Dblock.c63 int ret = 0, changed = 0; in block_iterate_ind() local
104 changed |= flags; in block_iterate_ind()
120 changed |= flags; in block_iterate_ind()
129 check_for_ro_violation_return(ctx, changed); in block_iterate_ind()
130 if (changed & BLOCK_CHANGED) { in block_iterate_ind()
152 int ret = 0, changed = 0; in block_iterate_dind() local
191 changed |= flags; in block_iterate_dind()
207 changed |= flags; in block_iterate_dind()
215 check_for_ro_violation_return(ctx, changed); in block_iterate_dind()
216 if (changed & BLOCK_CHANGED) { in block_iterate_dind()
[all …]

12345678910>>...113