/third_party/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 90 ExactAssemblyScopeWithoutPoolsCheck guard(this, in EmitPoolHeader() 115 ExactAssemblyScopeWithoutPoolsCheck guard(this, in EmitNopBytes() 646 MacroEmissionCheckScope guard(this, pool_policy); in Assembler() 648 ITScope it_scope(this, &cond, guard); in Assembler() 650 ITScope it_scope(allocator_, this, &cond, guard); in Assembler() 673 MacroEmissionCheckScope guard(this, pool_policy); in Assembler() 675 ITScope it_scope(this, &cond, guard); in Assembler() 677 ITScope it_scope(allocator_, this, &cond, guard); in Assembler() 698 MacroEmissionCheckScope guard(this, pool_policy); in Assembler() 700 ITScope it_scope(this, &cond, guard); in Assembler() [all …]
|
/third_party/unity/extras/memory/src/ |
D | unity_memory.c | 70 Guard* guard; in unity_malloc() local 86 guard = NULL; in unity_malloc() 91 guard = (Guard*)(void*)(&unity_heap[heap_index]); in unity_malloc() 95 guard = (Guard*)UNITY_MALLOC(total_size); in unity_malloc() 97 if (guard == NULL) return NULL; in unity_malloc() 99 guard->size = size; in unity_malloc() 100 guard->guard_space = 0; in unity_malloc() 101 mem = (char*)&(guard[1]); in unity_malloc() 109 Guard* guard = (Guard*)mem; in isOverrun() local 111 guard--; in isOverrun() [all …]
|
/third_party/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 1132 SingleEmissionCheckScope guard(this); in Adr() 1138 SingleEmissionCheckScope guard(this); in Adrp() 1145 SingleEmissionCheckScope guard(this); in Asr() 1153 SingleEmissionCheckScope guard(this); in Asr() 1183 SingleEmissionCheckScope guard(this); in Bfm() 1193 SingleEmissionCheckScope guard(this); in Bfi() 1199 SingleEmissionCheckScope guard(this); in Bfc() 1209 SingleEmissionCheckScope guard(this); in Bfxil() 1217 SingleEmissionCheckScope guard(this); in Bl() 1222 SingleEmissionCheckScope guard(this); in Bl() [all …]
|
D | macro-assembler-sve-aarch64.cc | 61 SingleEmissionCheckScope guard(this); in AddSubHelper() local 79 MovprfxHelperScope guard(this, zd, zn); in TrySingleAddSub() local 101 MovprfxHelperScope guard(this, zd, zn); in IntWideImmHelper() local 108 MovprfxHelperScope guard(this, zd, zn); in IntWideImmHelper() local 198 SingleEmissionCheckScope guard(this); in Addpl() local 213 MacroEmissionCheckScope guard(this); in Addpl() local 236 MacroEmissionCheckScope guard(this); in Addpl() local 267 SingleEmissionCheckScope guard(this); in Addvl() local 291 MacroEmissionCheckScope guard(this); in Addvl() local 372 SingleEmissionCheckScope guard(this); in Cpy() local [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 280 ComplexityGuard guard(state); in ParseOneCharToken() local 281 if (guard.IsTooComplex()) return false; in ParseOneCharToken() 293 ComplexityGuard guard(state); in ParseTwoCharToken() local 294 if (guard.IsTooComplex()) return false; in ParseTwoCharToken() 306 ComplexityGuard guard(state); in ParseCharClass() local 307 if (guard.IsTooComplex()) return false; in ParseCharClass() 608 ComplexityGuard guard(state); in ParseMangledName() local 609 if (guard.IsTooComplex()) return false; in ParseMangledName() 617 ComplexityGuard guard(state); in ParseEncoding() local 618 if (guard.IsTooComplex()) return false; in ParseEncoding() [all …]
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
D | unity_fixture.c | 184 Guard* guard; in unity_malloc() local 198 guard = NULL; in unity_malloc() 202 guard = (Guard*)&unity_heap[heap_index]; in unity_malloc() 206 guard = (Guard*)UNITY_FIXTURE_MALLOC(total_size); in unity_malloc() 208 if (guard == NULL) return NULL; in unity_malloc() 210 guard->size = size; in unity_malloc() 211 guard->guard_space = 0; in unity_malloc() 212 mem = (char*)&(guard[1]); in unity_malloc() 220 Guard* guard = (Guard*)mem; in isOverrun() local 222 guard--; in isOverrun() [all …]
|
/third_party/node/deps/v8/src/libplatform/ |
D | default-foreground-task-runner.cc | 30 base::MutexGuard guard(&lock_); in Terminate() local 48 base::MutexGuard guard(&lock_); in PostTask() local 49 PostTaskLocked(std::move(task), kNestable, guard); in PostTask() 68 base::MutexGuard guard(&lock_); in PostDelayedTask() local 69 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNestable, guard); in PostDelayedTask() 74 base::MutexGuard guard(&lock_); in PostNonNestableDelayedTask() local 75 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNonNestable, guard); in PostNonNestableDelayedTask() 80 base::MutexGuard guard(&lock_); in PostIdleTask() local 91 base::MutexGuard guard(&lock_); in PostNonNestableTask() local 92 PostTaskLocked(std::move(task), kNonNestable, guard); in PostNonNestableTask() [all …]
|
D | task-queue.cc | 19 base::MutexGuard guard(&lock_); in ~TaskQueue() local 25 base::MutexGuard guard(&lock_); in Append() local 34 base::MutexGuard guard(&lock_); in GetNext() local 51 base::MutexGuard guard(&lock_); in Terminate() local 60 base::MutexGuard guard(&lock_); in BlockUntilQueueEmptyForTesting() local
|
D | default-job.cc | 48 base::MutexGuard guard(&mutex_); in NotifyConcurrencyIncrease() local 98 base::MutexGuard guard(&mutex_); in Join() local 110 base::MutexGuard guard(&mutex_); in Join() local 117 base::MutexGuard guard(&mutex_); in CancelAndWait() local 130 base::MutexGuard guard(&mutex_); in IsActive() local 136 base::MutexGuard guard(&mutex_); in CanRunFirstTask() local 152 base::MutexGuard guard(&mutex_); in DidRunTask() local 212 base::MutexGuard guard(&mutex_); in UpdatePriority() local
|
/third_party/typescript/tests/baselines/reference/ |
D | typeGuardOfFormThisMember.types | 168 let guard: GenericGuard<File>; 169 >guard : GenericGuard<File> 171 if (guard.isLeader) { 172 >guard.isLeader : boolean 173 >guard : GenericGuard<File> 176 guard.lead(); 177 >guard.lead() : any 178 >guard.lead : any 179 >guard : GenericGuard<File> 182 else if (guard.isFollower) { [all …]
|
D | typeGuardOfFormThisMember.js | 62 let guard: GenericGuard<File>; variable 63 if (guard.isLeader) { 64 guard.lead(); 66 else if (guard.isFollower) { 67 guard.follow(); 164 var guard; 165 if (guard.isLeader) { 166 guard.lead(); 168 else if (guard.isFollower) { 169 guard.follow();
|
D | typeGuardFunctionOfFormThis.types | 177 let guard = new ArrowGuard(); 178 >guard : ArrowGuard 182 if (guard.isElite()) { 183 >guard.isElite() : boolean 184 >guard.isElite : () => this is ArrowElite 185 >guard : ArrowGuard 188 guard.defend(); 189 >guard.defend() : void 190 >guard.defend : () => void 191 >guard : ArrowElite [all …]
|
D | typeGuardFunctionOfFormThis.js | 77 let guard = new ArrowGuard(); variable 78 if (guard.isElite()) { 79 guard.defend(); 81 else if (guard.isMedic()) { 82 guard.heal(); 250 var guard = new ArrowGuard(); variable 251 if (guard.isElite()) { 252 guard.defend(); 254 else if (guard.isMedic()) { 255 guard.heal(); [all …]
|
D | typeGuardOfFormThisMember.symbols | 173 let guard: GenericGuard<File>; 174 >guard : Symbol(guard, Decl(typeGuardOfFormThisMember.ts, 60, 4)) 178 if (guard.isLeader) { 179 >guard.isLeader : Symbol(GenericGuard.isLeader, Decl(typeGuardOfFormThisMember.ts, 55, 12)) 180 >guard : Symbol(guard, Decl(typeGuardOfFormThisMember.ts, 60, 4)) 183 guard.lead(); 184 >guard : Symbol(guard, Decl(typeGuardOfFormThisMember.ts, 60, 4)) 186 else if (guard.isFollower) { 187 >guard.isFollower : Symbol(GenericGuard.isFollower, Decl(typeGuardOfFormThisMember.ts, 56, 42)) 188 >guard : Symbol(guard, Decl(typeGuardOfFormThisMember.ts, 60, 4)) [all …]
|
D | typePredicateInLoop.types | 14 const guard = (arg: Type): arg is TypeExt => arg.type === 1; 15 >guard : (arg: Type) => arg is TypeExt 34 if (guard(arg)) { 35 >guard(arg) : boolean 36 >guard : (arg: Type) => arg is TypeExt
|
/third_party/openssl/util/ |
D | mkerr.pl | 319 my $guard = $hfile; 321 if ($guard =~ m|^include/|) { 322 $guard = $'; 324 $guard = basename($guard); 326 $guard = "OSSL_" . join('_', split(m|[./]|, uc $guard)); 340 #ifndef $guard 341 # define $guard 414 my $guard = $hfile; 415 $guard =~ s|^include/||; 416 $guard = join('_', split(m|[./]|, uc $guard)); [all …]
|
/third_party/node/deps/openssl/openssl/util/ |
D | mkerr.pl | 319 my $guard = $hfile; 321 if ($guard =~ m|^include/|) { 322 $guard = $'; 324 $guard = basename($guard); 326 $guard = "OSSL_" . join('_', split(m|[./]|, uc $guard)); 340 #ifndef $guard 341 # define $guard 414 my $guard = $hfile; 415 $guard =~ s|^include/||; 416 $guard = join('_', split(m|[./]|, uc $guard)); [all …]
|
/third_party/jerryscript/tools/ |
D | gen-magic-strings.py | 104 def process_guard(guard): argument 108 if guard.startswith('ndef '): 109 guard = guard.replace('ndef ', '!defined (', 1) + ')' 110 elif guard.startswith('def '): 111 guard = guard.replace('def ', 'defined (', 1) + ')' 112 return guard 184 guards = {tuple(sorted(guard)) for guard in guards if guard is not None} 196 return ' \\\n|| '.join(' && '.join(g.strip() for g in sorted(guard)) 197 for guard in sorted(guards))
|
/third_party/mesa3d/src/compiler/isaspec/ |
D | decode.py | 304 guard = os.path.basename(glue_h).upper().replace("-", "_").replace(".", "_") variable 305 f.write(Template(glue).render(guard=guard, isa=os.path.basename(dst_h))) 311 guard = os.path.basename(dst_h).upper().replace("-", "_").replace(".", "_") variable 312 f.write(Template(header).render(isa=isa, guard=guard))
|
/third_party/node/deps/v8/src/heap/ |
D | collection-barrier.cc | 25 base::MutexGuard guard(&mutex_); in TryRequestGC() local 56 base::MutexGuard guard(&mutex_); in NotifyShutdownRequested() local 63 base::MutexGuard guard(&mutex_); in ResumeThreadsAwaitingCollection() local 72 base::MutexGuard guard(&mutex_); in CancelCollectionAndResumeThreads() local 86 base::MutexGuard guard(&mutex_); in AwaitCollectionBackground() local 101 base::MutexGuard guard(&mutex_); in AwaitCollectionBackground() local 124 base::MutexGuard guard(&mutex_); in StopTimeToCollectionTimer() local
|
/third_party/node/deps/v8/include/cppgc/ |
D | cross-thread-persistent.h | 86 PersistentRegionLock guard; in ~BasicCrossThreadPersistent() local 121 PersistentRegionLock guard; in CrossThreadPersistentBase() local 189 PersistentRegionLock guard; variable 190 AssignSafe(guard, other.Get()); 201 PersistentRegionLock guard; variable 202 AssignSafe(guard, other.Get()); 209 PersistentRegionLock guard; variable 257 PersistentRegionLock guard; variable 258 AssignSafe(guard, s); 280 PersistentRegionLock guard; in Clear() local [all …]
|
/third_party/rust/crates/cxx/gen/src/ |
D | ifndef.rs | 4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { in write() 5 let ifndef = format!("#ifndef {}", guard); in write() 6 let define = format!("#define {}", guard); in write() 7 let endif = format!("#endif // {}", guard); in write() 29 panic!("not found in cxx.h header: {}", guard) in write()
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardOfFormThisMember.ts | 63 let guard: GenericGuard<File>; variable 64 if (guard.isLeader) { 65 guard.lead(); 67 else if (guard.isFollower) { 68 guard.follow();
|
D | typeGuardFunctionOfFormThis.ts | 77 let guard = new ArrowGuard(); variable 78 if (guard.isElite()) { 79 guard.defend(); 81 else if (guard.isMedic()) { 82 guard.heal();
|
/third_party/musl/ndk-test/sanitize/trace-pc-guard/src/ |
D | trace-pc-guard-cb.cpp | 27 extern "C" void __sanitizer_cov_trace_pc_guard(uint32_t *guard) { in __sanitizer_cov_trace_pc_guard() argument 28 if (!*guard) return; // Duplicate the guard check. in __sanitizer_cov_trace_pc_guard() 40 printf("guard: %p %x PC %s\n", guard, *guard, PcDescr); in __sanitizer_cov_trace_pc_guard()
|