Home
last modified time | relevance | path

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

/external/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:
/external/harfbuzz_ng/src/
Dhb-map.hh161 static constexpr V SENTINEL = vINVALID; member
168 return v != SENTINEL; in has()
Dhb-set.hh382 static constexpr bool SENTINEL = false; member
385 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
Dhb-ot-layout-common.hh1154 static constexpr unsigned SENTINEL = NOT_COVERED; member
1157 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
1686 static constexpr unsigned SENTINEL = 0; member
1689 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
/external/llvm-project/lld/test/COFF/
Dpdb-unknown-subsection.s15 # CHECK: machine = intel x86-x64, Ver = clang version SENTINEL, language = c
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1603 SENTINEL = latin('') variable
1611 for msg in iter(conn.recv_bytes, SENTINEL):
1680 conn.send_bytes(SENTINEL) # tell child to quit
1721 conn.send_bytes(SENTINEL)
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java223 private static final int SENTINEL = 146; field in InstructionSequenceConstants
5056 if (CONSTANTS.length != SENTINEL) in main()
5058 …("Constants length ["+CONSTANTS.length+"] different from number of constant names ["+SENTINEL+"]"); in main()
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3011 SENTINEL = latin('') variable
3019 for msg in iter(conn.recv_bytes, SENTINEL):
3091 conn.send_bytes(SENTINEL) # tell child to quit
3132 conn.send_bytes(SENTINEL)