HomeSort by relevance Sort by last modified time
    Searched refs:kUnset (Results 1 - 12 of 12) sorted by null

  /external/boringssl/src/crypto/fipsmodule/rand/
urandom.c 86 static const int kUnset = 0;
145 if (fd == kUnset) {
155 assert(kUnset == 0);
156 if (fd == kUnset) {
161 close(kUnset);
212 assert(kUnset == 0);
213 if (fd == kUnset) {
218 close(kUnset);
  /system/update_engine/
metrics.h 89 kUnset = -1
102 kUnset = -1
134 kUnset = -1
156 kUnset = -1
173 kUnset = -1
211 // is not |kUnset|.
214 // |reaction| is not |kUnset|.
217 // |download_error_code| is not |kUnset|.
250 // reported if |payload_download_error_code| is not |kUnset|.
omaha_request_action_unittest.cc 229 // UMA statistics. Use the appropriate ::kUnset value to specify that
394 .Times(expected_check_result == metrics::CheckResult::kUnset ? 0 : 1);
399 .Times(expected_check_reaction == metrics::CheckReaction::kUnset ? 0 : 1);
403 .Times(expected_download_error_code == metrics::DownloadErrorCode::kUnset
461 metrics::CheckReaction::kUnset,
462 metrics::DownloadErrorCode::kUnset,
477 metrics::CheckReaction::kUnset,
478 metrics::DownloadErrorCode::kUnset,
493 metrics::CheckReaction::kUnset,
494 metrics::DownloadErrorCode::kUnset,
    [all...]
metrics.cc 138 if (result != metrics::CheckResult::kUnset) {
145 if (reaction != metrics::CheckReaction::kUnset) {
152 if (download_error_code != metrics::DownloadErrorCode::kUnset) {
310 if (payload_download_error_code != DownloadErrorCode::kUnset) {
omaha_request_action.cc     [all...]
payload_state.cc 605 metrics::DownloadErrorCode::kUnset;
634 case metrics::AttemptResult::kUnset:
    [all...]
update_attempter.cc 274 metrics::CheckReaction::kUnset,
275 metrics::DownloadErrorCode::kUnset);
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 136 if(fStamp[i] == kUnset) {
    [all...]
gregocal.cpp 741 // } else if (fStamp[UCAL_DAY_OF_WEEK] != kUnset) {
806 return (((stamp_a != kUnset && stamp_b != kUnset)
808 : (int32_t)kUnset));
    [all...]
chnsecal.cpp 223 if (newestStamp(UCAL_ERA, UCAL_YEAR, kUnset) <= fStamp[UCAL_EXTENDED_YEAR]) {
  /external/icu/icu4c/source/i18n/unicode/
calendar.h     [all...]
  /external/skia/src/core/
SkLiteDL.cpp 27 static const SkRect kUnset = { SK_ScalarInfinity, 0,0,0};
104 SkRect bounds = kUnset;
394 SkRect cull = kUnset;
468 SkRect cull = kUnset;

Completed in 169 milliseconds