Home
last modified time | relevance | path

Searched refs:SENTINEL (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/parallel/
Dtest-cluster-worker-forced-exit.js27 const SENTINEL = 42; constant
41 setTimeout(() => process.exit(SENTINEL), 10);
54 assert.strictEqual(status, SENTINEL);
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
Dwin_ssh_cmd.py20 SENTINEL = 'win_ssh_cmd remote command successful' variable
26 fail_errorlevel, SENTINEL)]
34 if stripped == SENTINEL:
/third_party/musl/src/misc/
Dmntent.c9 #define SENTINEL (char *)&internal_buf macro
24 int cnt, n[8], use_internal = (linebuf == SENTINEL); in getmntent_r()
63 return getmntent_r(f, &mnt, SENTINEL, 0); in getmntent()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-set.hh108 static constexpr bool SENTINEL = false; member
111 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
Dhb-map.hh189 static constexpr V SENTINEL = vINVALID; member
196 return v != SENTINEL; in has()
Dhb-bit-set-invertible.hh123 static constexpr bool SENTINEL = false; member
126 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
Dhb-bit-set.hh318 static constexpr bool SENTINEL = false; member
321 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
Dhb-ot-layout-common.hh1675 static constexpr unsigned SENTINEL = NOT_COVERED; member
1678 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
2370 static constexpr unsigned SENTINEL = 0; member
2373 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
/third_party/ffmpeg/libavcodec/
Dpthread_frame.c709 #define SENTINEL 0 // This forbids putting a mutex/condition variable at the front. macro
710 #define OFFSET_ARRAY(...) __VA_ARGS__, SENTINEL
733 for (; *(++cur_offset) != SENTINEL && cnt; cnt--) in free_pthread()
735 for (; *(++cur_offset) != SENTINEL && cnt; cnt--) in free_pthread()
746 for (; *(++cur_offset) != SENTINEL; cnt++) { \ in init_pthread()
/third_party/python/Lib/test/
D_test_multiprocessing.py3027 SENTINEL = latin('') variable
3035 for msg in iter(conn.recv_bytes, SENTINEL):
3107 conn.send_bytes(SENTINEL) # tell child to quit
3148 conn.send_bytes(SENTINEL)
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt9675 SENTINEL
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp73784 SENTINEL enumerator
108321 SENTINEL = 0xffff enumerator
/third_party/chromium/patch/
D0001-cve.patch32452 - static constexpr V SENTINEL = vINVALID;
32459 - return v != SENTINEL;
42146 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; }