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

  /art/libdexfile/dex/
bytecode_utils.h 45 void CheckIndex(size_t index) const {
56 CheckIndex(index);
61 CheckIndex(index);
dex_file_verifier.cc 105 if (UNLIKELY(!CheckIndex(idx.index_, dex_file_->NumStringIds(), error_string))) {
113 if (UNLIKELY(!CheckIndex(type_idx.index_, dex_file_->NumTypeIds(), error_string))) {
120 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumFieldIds(), error_string))) {
127 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {
135 if (UNLIKELY(!CheckIndex(idx.index_, dex_file_->NumProtoIds(), err_string))) {
268 bool DexFileVerifier::CheckIndex(uint32_t field, uint32_t limit, const char* label) {
555 if (!CheckIndex(type_idx, header_->type_ids_size_, "handler type_idx")) {
584 if (!CheckIndex(idx, header_->field_ids_size_, "class_data_item field_idx")) {
623 if (!CheckIndex(idx, header_->method_ids_size_, "class_data_item method_idx")) {
666 if (!CheckIndex(string_idx, header_->string_ids_size_, "method flags verification"))
    [all...]
  /external/libtextclassifier/lang_id/common/
embedding-network-params.h 101 CheckIndex(i, embeddings_size(), "embedding matrix");
116 CheckIndex(i, hidden_size(), "hidden layer");
132 CheckIndex(i, hidden_bias_size(), "hidden layer bias");
306 void CheckIndex(int index, int size, const string &description) const {
  /external/tensorflow/tensorflow/core/common_runtime/
partitioning_utils_test.cc 170 void CheckIndex(const Node& node, int expected_index) {
198 CheckIndex(*nodes["x"], 0);
200 CheckIndex(*nodes["retval1"], 0);

Completed in 646 milliseconds