Searched refs:SENTINEL (Results 1 – 13 of 13) sorted by relevance
/third_party/node/test/parallel/ |
D | test-cluster-worker-forced-exit.js | 27 const SENTINEL = 42; constant 41 setTimeout(() => process.exit(SENTINEL), 10); 54 assert.strictEqual(status, SENTINEL);
|
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_ssh_cmd.py | 20 SENTINEL = 'win_ssh_cmd remote command successful' variable 26 fail_errorlevel, SENTINEL)] 34 if stripped == SENTINEL:
|
/third_party/musl/src/misc/ |
D | mntent.c | 9 #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/ |
D | hb-set.hh | 108 static constexpr bool SENTINEL = false; member 111 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
|
D | hb-map.hh | 189 static constexpr V SENTINEL = vINVALID; member 196 return v != SENTINEL; in has()
|
D | hb-bit-set-invertible.hh | 123 static constexpr bool SENTINEL = false; member 126 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
|
D | hb-bit-set.hh | 318 static constexpr bool SENTINEL = false; member 321 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
|
D | hb-ot-layout-common.hh | 1675 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/ |
D | pthread_frame.c | 709 #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.py | 3027 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/ |
D | en-words.txt | 9675 SENTINEL
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 73784 SENTINEL enumerator 108321 SENTINEL = 0xffff enumerator
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 32452 - static constexpr V SENTINEL = vINVALID; 32459 - return v != SENTINEL; 42146 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; }
|