Home
last modified time | relevance | path

Searched defs:canary (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/cases/conformance/expressions/thisKeyword/
DtypeOfThisGeneral.ts4 private canary: number; property in MyTestClass
73 private canary: number; property in MyGenericTestClass
/third_party/ltp/testcases/kernel/syscalls/gethostbyname_r/
Dgethostbyname_r01.c35 char canary[sizeof(CANARY)]; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h31 uintptr_t canary; member
65 uintptr_t canary; member
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h47 uintptr_t canary; member
106 uintptr_t canary; member
/third_party/musl/src/internal/
Dpthread_impl.h34 uintptr_t canary; member
91 uintptr_t canary; member
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h24 uintptr_t canary, canary2; member
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go1648 func (b *jobBuilder) canary(rollerName string) { func
/third_party/lz4/tests/
Dfuzzer.c412 char const canary = (char)(FUZ_rand(&randState) & 255); in FUZ_test() local
445 char const canary = (char)(FUZ_rand(&randState) & 255); in FUZ_test() local
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp152 uint64_t canary; member in mi_builder_test
/third_party/mesa3d/src/util/
Dralloc.c54 unsigned canary; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformTest.cpp993 T canary) in CheckOneElement()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs10755 let canary = Canary { count: drop_count.clone(), panics: false }; localVariable
15826 let mut canary = atomic::AtomicUsize::new(0); localVariable
15834 let mut canary = atomic::AtomicUsize::new(0); localVariable
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h65921 unsigned char canary; member