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

  /art/runtime/
dex_file_test.cc 306 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i); local
307 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find);
315 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
323 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); local
324 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_);
325 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
326 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_);
329 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
331 << java_lang_dex_file_->GetMethodSignature(to_find);
338 const DexFile::FieldId& to_find = java_lang_dex_file_->GetFieldId(i) local
    [all...]
quick_exception_handler.cc 92 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass()));
93 uint32_t found_dex_pc = mirror::ArtMethod::FindCatchBlock(method, to_find, dex_pc,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
export-w3c-performance-wg-tests 77 for to_find, replace_with in replacements:
78 line = line.replace(to_find, replace_with)
import-w3c-performance-wg-tests 84 for to_find, replace_with in replacements:
85 line = line.replace(to_find, replace_with).rstrip() + '\n'
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
analyzer.py 352 def _GetUnqualifiedToTargetMapping(all_targets, to_find):
354 Targets in |to_find|."""
356 if not to_find:
358 to_find = set(to_find)
361 if len(extracted) > 1 and extracted[1] in to_find:
362 to_find.remove(extracted[1])
364 if not to_find:

Completed in 238 milliseconds