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

  /art/compiler/optimizing/
register_allocation_resolver.cc 339 Location expected_location = locations->InAt(use.GetInputIndex()); local
342 if (expected_location.IsValid()) {
343 if (expected_location.IsUnallocated()) {
345 } else if (!expected_location.IsConstant()) {
347 interval->GetDefinedBy(), use.GetUser(), source, expected_location);
  /art/runtime/
class_loader_context_test.cc 90 std::string expected_location = expected_dex_file->GetBaseLocation(); local
92 realpath(expected_location.c_str(), nullptr));
93 ASSERT_TRUE(expected_real_location != nullptr) << expected_location;
94 expected_location.assign(expected_real_location.get());
95 expected_location += DexFile::GetMultiDexSuffix(expected_dex_file->GetLocation());
97 ASSERT_EQ(expected_location, opened_dex_file->GetLocation());
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 1495 char expected_location[PATH_MAX]; local
    [all...]

Completed in 220 milliseconds