HomeSort by relevance Sort by last modified time
    Searched defs:kBase (Results 1 - 6 of 6) sorted by null

  /art/runtime/base/unix_file/
fd_file.h 77 guard_state_ = fd == -1 ? GuardState::kNoCheck : GuardState::kBase;
140 kBase, // Base, file has not been flushed or closed.
  /art/runtime/arch/mips/
instruction_set_features_mips.cc 34 kBase,
47 static constexpr MipsLevel kRuntimeMipsLevel = MipsLevel::kBase;
  /external/libmojo/mojo/public/cpp/bindings/tests/
type_conversion_unittest.cc 166 const RedmondRect kBase = {10, 20, 30, 40};
170 RedmondRect rr = kBase;
186 const RedmondRect kBase = {10, 20, 30, 40};
189 RedmondRect rect = kBase;
  /art/runtime/
runtime_callbacks_test.cc 108 kBase,
117 if (state == CallbackState::kBase) {
134 CallbackState state = CallbackState::kBase;
147 cb_.state = CallbackState::kBase; // Ignore main thread attach.
  /external/libchrome/base/strings/
string_number_conversions.cc 125 // - constant kBase, the base in which to interpret the input
183 if (traits::kBase == 16 && end - begin > 2 && *begin == '0' &&
191 if (!CharToDigit<traits::kBase>(*current, &new_digit)) {
199 *output *= traits::kBase;
211 if (*output > static_cast<value_type>(traits::max() / traits::kBase) ||
212 (*output == static_cast<value_type>(traits::max() / traits::kBase) &&
213 new_digit > traits::max() % traits::kBase)) {
227 if (*output < traits::min() / traits::kBase ||
228 (*output == traits::min() / traits::kBase &&
229 new_digit > 0 - traits::min() % traits::kBase)) {
    [all...]
  /external/v8/src/regexp/
jsregexp.h 285 static const int kBase = 0;
    [all...]

Completed in 542 milliseconds