OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckIndex
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/disk_cache/v3/
backend_worker.cc
173
if (!
CheckIndex
()) {
365
// We verify this again on
CheckIndex
() but it's easier to make sure now
384
bool BackendImpl::
CheckIndex
() {
backend_impl_v3.cc
[
all
...]
/art/runtime/
dex_file_verifier.cc
128
bool DexFileVerifier::
CheckIndex
(uint32_t field, uint32_t limit, const char* label) const {
302
if (!
CheckIndex
(type_idx, header_->type_ids_size_, "handler type_idx")) {
327
if (!
CheckIndex
(idx, header_->field_ids_size_, "class_data_item field_idx")) {
349
if (!
CheckIndex
(idx, header_->method_ids_size_, "class_data_item method_idx")) {
444
if (!
CheckIndex
(idx, header_->string_ids_size_, "encoded_value string")) {
455
if (!
CheckIndex
(idx, header_->type_ids_size_, "encoded_value type")) {
467
if (!
CheckIndex
(idx, header_->field_ids_size_, "encoded_value field")) {
478
if (!
CheckIndex
(idx, header_->method_ids_size_, "encoded_value method")) {
535
if (!
CheckIndex
(idx, header_->type_ids_size_, "encoded_annotation type_idx")) {
544
if (!
CheckIndex
(idx, header_->string_ids_size_, "annotation_element name_idx"))
[
all
...]