/third_party/mesa3d/src/util/ |
H A D | sparse_array.h | 109 uint32_t sentinel; member
|
H A D | sparse_array.c | 218 util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl, struct util_sparse_array *arr, uint32_t sentinel, uint32_t next_offset) util_sparse_array_free_list_init() argument
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testsentinel.py | 4 from unittest.mock import sentinel, DEFAULT namespace [all...] |
H A D | testwith.py | 5 from unittest.mock import MagicMock, Mock, patch, sentinel, mock_open, call namespace [all...] |
/third_party/python/Lib/test/ |
H A D | test_getopt.py | 10 sentinel = object() variable
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | postject-api.h | 42 static const volatile char* sentinel = POSTJECT_SENTINEL_FUSE ":0"; in postject_has_resource() local
|
/third_party/node/deps/postject/ |
H A D | postject-api.h | 42 static const volatile char* sentinel = POSTJECT_SENTINEL_FUSE ":0"; in postject_has_resource() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
H A D | s-c2.c | 228 testdata_t sentinel; in main() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | extensions.c | 250 GLboolean *sentinel = base + o(extension_sentinel); in _mesa_init_extensions() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | s-c1.c | 151 mes_t sentinel; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
H A D | s-c1.c | 121 mes_t sentinel; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
H A D | s-c1.c | 115 mes_t sentinel; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
H A D | s-c1.c | 120 mes_t sentinel; in main() local
|
/third_party/python/Lib/multiprocessing/ |
H A D | process.py | 248 def sentinel(self): member in BaseProcess
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_squeezer.py | 6 from unittest.mock import Mock, NonCallableMagicMock, patch, sentinel, ANY namespace
|
/third_party/python/Objects/ |
H A D | iterobject.c | 185 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New() argument
|
/third_party/python/Modules/ |
H A D | getaddrinfo.c | 242 struct addrinfo sentinel; in getaddrinfo() local 541 struct addrinfo sentinel; local
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 85 fn sentinel() -> Self; in sentinel() functions 89 fn sentinel() -> Self { in sentinel() functions 95 fn sentinel() -> Self { in sentinel() functions 101 fn sentinel() -> Self { in sentinel() functions 107 fn sentinel() -> Self { in sentinel() functions 113 fn sentinel() functions [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | entropy_encode.c | 77 HuffmanTree sentinel; in BrotliCreateHuffmanTree() local
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_getaddrinfo.c | 329 struct ares_addrinfo_node sentinel; in end_hquery() local
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise11.c | 82 static void *allocate_write(int sentinel) in allocate_write() argument 97 static int verif_unmap(void *page, int sentinel) in verif_unmap() argument
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | s-c.c | 560 mes_t sentinel; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 1-2.c | 232 static children_t sentinel = {.next = NULL }; variable
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | entropy_encode.c | 77 HuffmanTree sentinel; in BrotliCreateHuffmanTree() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff-common.hh | 544 GID_TYPE &sentinel () { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel() function 545 const GID_TYPE &sentinel () const { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel() function
|