Home
last modified time | relevance | path

Searched defs:sentinel (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/test/fixtures/uncaught-exceptions/
Dcallbackify2.js9 const sentinel = new Error(__filename); constant
/third_party/node/test/known_issues/
Dtest-inspector-cluster-port-clash.js63 const sentinel = common.mustCall(); constant
/third_party/python/Lib/test/
Dtest_queue.py423 def feed(self, q, seq, rnd, sentinel): argument
434 def consume(self, q, results, sentinel): argument
441 def consume_nonblock(self, q, results, sentinel): argument
454 def consume_timeout(self, q, results, sentinel): argument
Dtest_getopt.py10 sentinel = object() variable
/third_party/mesa3d/src/util/
Dsparse_array.h109 uint32_t sentinel; member
Dsparse_array.c220 uint32_t sentinel, in util_sparse_array_free_list_init()
/third_party/python/Lib/multiprocessing/
Dprocess.py248 def sentinel(self): member in BaseProcess
360 def __init__(self, name, pid, sentinel): argument
/third_party/node/deps/postject/
Dpostject-api.h42 static const volatile char* sentinel = POSTJECT_SENTINEL_FUSE ":0"; in postject_has_resource() local
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
Dpostject-api.h42 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/
Ds-c2.c228 testdata_t sentinel; in main() local
/third_party/python/Modules/
Dgetaddrinfo.c239 struct addrinfo sentinel; in getaddrinfo() local
538 struct addrinfo sentinel; local
/third_party/python/Doc/library/
Dunittest.mock.rst2183 sentinel section in Helpers
/third_party/lz4/tests/
Dfuzzer.c633 char const sentinel = decodedBuffer[targetSize] = block[targetSize] ^ 0x5A; in FUZ_test() local
647 char const sentinel = decodedBuffer[targetSize] = block[targetSize] ^ 0x5A; in FUZ_test() local
660 char const sentinel = decodedBuffer[targetSize] = block[targetSize] ^ 0x5A; in FUZ_test() local
673 char const sentinel = decodedBuffer[targetSize] = block[targetSize] ^ 0x5A; in FUZ_test() local
1358 BYTE const sentinel = 101; in FUZ_unitTests() local
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc642 MaybeObject sentinel = MegamorphicSentinel(); in ConfigureMegamorphic() local
654 MaybeObject sentinel = MegaDOMSentinel(); in ConfigureMegaDOM() local
661 MaybeObject sentinel = MegamorphicSentinel(); in ConfigureMegamorphic() local
930 MaybeObject sentinel = MegamorphicSentinel(); in ConfigureCloneObject() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c115 mes_t sentinel; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c151 mes_t sentinel; in main() local
/third_party/mesa3d/src/mesa/main/
Dextensions.c250 GLboolean *sentinel = base + o(extension_sentinel); in _mesa_init_extensions() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh544 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
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c120 mes_t sentinel; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c121 mes_t sentinel; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D1-2.c232 static children_t sentinel = {.next = NULL }; variable
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyRepeatedField.java352 SentinelOuterClass.Sentinel sentinel = SentinelOuterClass.Sentinel.getDefaultInstance(); in defaultValue() local
/third_party/python/Objects/
Diterobject.c181 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h411 uint32_t sentinel; member
430 unsigned sentinel; member
/third_party/skia/third_party/externals/brotli/c/enc/
Dentropy_encode.c77 HuffmanTree sentinel; in BrotliCreateHuffmanTree() local

12