Searched refs:SENTINEL (Results 1 – 8 of 8) sorted by relevance
20 SENTINEL = 'win_ssh_cmd remote command successful' variable26 fail_errorlevel, SENTINEL)]34 if stripped == SENTINEL:
161 static constexpr V SENTINEL = vINVALID; member168 return v != SENTINEL; in has()
382 static constexpr bool SENTINEL = false; member385 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
1154 static constexpr unsigned SENTINEL = NOT_COVERED; member1157 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()1686 static constexpr unsigned SENTINEL = 0; member1689 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
15 # CHECK: machine = intel x86-x64, Ver = clang version SENTINEL, language = c
1603 SENTINEL = latin('') variable1611 for msg in iter(conn.recv_bytes, SENTINEL):1680 conn.send_bytes(SENTINEL) # tell child to quit1721 conn.send_bytes(SENTINEL)
223 private static final int SENTINEL = 146; field in InstructionSequenceConstants5056 if (CONSTANTS.length != SENTINEL) in main()5058 …("Constants length ["+CONSTANTS.length+"] different from number of constant names ["+SENTINEL+"]"); in main()
3011 SENTINEL = latin('') variable3019 for msg in iter(conn.recv_bytes, SENTINEL):3091 conn.send_bytes(SENTINEL) # tell child to quit3132 conn.send_bytes(SENTINEL)