Home
last modified time | relevance | path

Searched refs:PREFIX_LEN (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_debugger.cpp93 static const int PREFIX_LEN = 11; in isDebuggerActive() local
94 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
98 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()
/external/rust/crates/ring/src/ec/curve25519/ed25519/
Dsigning.rs257 type Prefix = [u8; PREFIX_LEN];
258 const PREFIX_LEN: usize = digest::SHA512_OUTPUT_LEN - SCALAR_LEN; constant
/external/catch2/single_include/catch2/
Dcatch.hpp10400 static const int PREFIX_LEN = 11; in isDebuggerActive() local
10401 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
10405 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()
/external/libabigail/tests/lib/
Dcatch.hpp10458 static const int PREFIX_LEN = 11; in isDebuggerActive() local
10459 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
10463 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()