HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_LT (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /art/runtime/arch/mips/
context_mips.h 48 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCoreRegisters));
58 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCoreRegisters));
66 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFRegisters));
71 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFRegisters));
context_mips.cc 58 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCoreRegisters));
65 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFRegisters));
  /external/ceres-solver/internal/ceres/
dynamic_compressed_row_sparse_matrix.cc 52 CHECK_LT(row, num_rows());
54 CHECK_LT(col, num_cols());
64 CHECK_LT(i, this->num_rows());
local_parameterization.cc 72 CHECK_LT(constant_parameters.size(), size)
79 CHECK_LT(*max_element(constant.begin(), constant.end()), size);
  /art/runtime/arch/mips64/
context_mips64.h 58 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfGpuRegisters));
66 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFpuRegisters));
71 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFpuRegisters));
context_mips64.cc 58 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfGpuRegisters));
65 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFpuRegisters));
  /art/runtime/native/
java_lang_DexCache.cc 55 CHECK_LT(static_cast<size_t>(type_index), dex_cache->NumResolvedTypes());
62 CHECK_LT(static_cast<size_t>(string_index), dex_cache->NumStrings());
70 CHECK_LT(static_cast<size_t>(type_index), dex_cache->NumResolvedTypes());
78 CHECK_LT(static_cast<size_t>(string_index), dex_cache->NumStrings());
  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.cc 42 CHECK_LT(i, size_);
tsan_interface_java.cc 77 CHECK_LT(heap_begin, heap_begin + heap_size);
164 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
175 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
185 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
196 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
206 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
218 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
228 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
238 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
248 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size)
    [all...]
tsan_mutexset.cc 75 CHECK_LT(i, size_);
85 CHECK_LT(i, size_);
  /external/ceres-solver/include/ceres/
gradient_checker.h 131 CHECK_LT(num_blocks, 1);
137 CHECK_LT(num_blocks, 2);
143 CHECK_LT(num_blocks, 3);
149 CHECK_LT(num_blocks, 4);
155 CHECK_LT(num_blocks, 5);
  /system/connectivity/shill/
scope_logger.cc 100 CHECK_LT(scope, kNumScopes);
159 CHECK_LT(scope, kNumScopes);
172 CHECK_LT(scope, kNumScopes);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 30 CHECK_LT(index, thread_ids_.size());
sanitizer_thread_registry.cc 145 CHECK_LT(tid, max_threads_);
202 CHECK_LT(tid, n_contexts_);
223 CHECK_LT(tid, n_contexts_);
241 CHECK_LT(tid, n_contexts_);
258 CHECK_LT(tid, n_contexts_);
272 CHECK_LT(tid, n_contexts_);
sanitizer_bvgraph.h 155 CHECK_LT(idx1, size());
156 CHECK_LT(idx2, size());
  /external/regex-re2/util/
test.h 28 #define EXPECT_LT CHECK_LT
  /art/runtime/
image.cc 68 CHECK_LT(image_roots, oat_file_begin);
70 CHECK_LT(oat_data_begin, oat_data_end);
132 CHECK_LT(static_cast<size_t>(index), kImageMethodsCount);
137 CHECK_LT(static_cast<size_t>(index), kImageMethodsCount);
142 CHECK_LT(static_cast<size_t>(index), kSectionCount);
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 147 CHECK_LT(type, kNumResolutionTypes);
206 CHECK_LT(type, kNumResolutionTypes);
223 CHECK_LT(type, kNumResolutionTypes);
233 CHECK_LT(type, kNumResolutionTypes);
263 CHECK_LT(type, kNumResolutionTypes);
275 CHECK_LT(type, kNumResolutionTypes);
343 CHECK_LT(profile, kNumProfileTypes);
344 CHECK_LT(level, kNumLevelTypes);
  /external/google-benchmark/src/
check.h 58 #define CHECK_LT(a, b) CHECK((a) < (b))
  /external/v8/test/cctest/
expression-type-collector-macros.h 37 CHECK_LT(index, types.size()); \
  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 37 CHECK_LT((size_t)indent, sizeof(kWhitespace));
  /system/core/base/
test_utils.cpp 63 CHECK_LT(result, sizeof(tmp_dir)) << "path truncated to: " << result;
  /art/compiler/utils/x86/
managed_register_x86.h 94 CHECK_LT(AsCpuRegister(), ESP); // ESP, EBP, ESI and EDI cannot be encoded as byte registers.
196 CHECK_LT(id_, kNumberOfAllocIds);
  /art/runtime/arch/x86/
context_x86.cc 76 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCpuRegisters));
83 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFloatRegisters));
  /art/runtime/arch/x86_64/
context_x86_64.cc 89 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfCpuRegisters));
96 CHECK_LT(reg, static_cast<uint32_t>(kNumberOfFloatRegisters));

Completed in 473 milliseconds

1 2 3 4 5 6 7 8