OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSentinel
(Results
1 - 7
of
7
) sorted by null
/external/v8/src/
unicode.cc
16
static const uchar
kSentinel
= static_cast<uchar>(-1);
87
static const uchar kEndOfEncoding =
kSentinel
;
[
all
...]
/external/pdfium/core/src/fxcrt/
fx_system_unittest.cpp
18
const FX_CHAR
kSentinel
= 0x7f;
23
buf[kBufLen - 1] =
kSentinel
;
26
EXPECT_EQ(
kSentinel
, buf[kBufLen - 1]);
32
buf[kBufLen - 1] =
kSentinel
;
35
EXPECT_EQ(
kSentinel
, buf[kBufLen - 1]);
41
buf[kBufLen - 1] =
kSentinel
;
44
EXPECT_EQ(
kSentinel
, buf[kBufLen - 1]);
50
buf[kBufLen - 1] =
kSentinel
;
53
EXPECT_EQ(
kSentinel
, buf[kBufLen - 1]);
59
buf[kBufLen - 1] =
kSentinel
;
[
all
...]
/system/connectivity/shill/
crypto_des_cbc.cc
33
const char CryptoDESCBC::
kSentinel
[] = "[ok]";
86
if (!base::EndsWith(text,
kSentinel
, base::CompareCase::SENSITIVE)) {
90
text.erase(text.size() - strlen(
kSentinel
), strlen(
kSentinel
));
crypto_des_cbc.h
61
static const char
kSentinel
[];
/external/skia/tests/
TDPQueueTest.cpp
83
static const Dummy
kSentinel
= {-1, -1, -1};
95
if (*dummy ==
kSentinel
) {
117
REPORTER_ASSERT(reporter,
kSentinel
== array[k] ||
127
*top =
kSentinel
;
134
} while (array[item] ==
kSentinel
);
136
array[item] =
kSentinel
;
143
} while (array[item] ==
kSentinel
);
/external/skia/src/core/
SkFontDescriptor.cpp
23
kSentinel
= 0xFF,
67
for (size_t id; (id = stream->readPackedUInt()) !=
kSentinel
;) {
129
stream->writePackedUInt(
kSentinel
);
/system/connectivity/shill/cellular/
modem_unittest.cc
113
static const char
kSentinel
[] = "sentinel";
117
properties[MM_MODEM_INTERFACE].SetUint(
kSentinel
, kSentinelValue);
158
HasPropertyWithValueU32(
kSentinel
, kSentinelValue),
Completed in 646 milliseconds