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

  /external/chromium_org/chrome/installer/util/
duplicate_tree_detector_unittest.cc 150 base::FilePath other_file(temp_dest_dir_.path());
151 other_file = other_file.AppendASCII("F2");
152 CreateTextFile(other_file.MaybeAsASCII(), text_content_2_);
155 EXPECT_FALSE(installer::IsIdenticalFileHierarchy(source_file, other_file));
  /system/core/lmkd/
lmkd.c 564 static int kill_one_process(struct proc *procp, int other_free, int other_file,
589 first ? "" : "~", other_file * page_k, minfree * page_k, min_score_adj,
607 static int find_and_kill_process(int other_free, int other_file, bool first)
617 if (other_free < minfree && other_file < minfree) {
633 killed_size = kill_one_process(procp, other_free, other_file, minfree, min_score_adj, first);
651 int other_file; local
669 other_file = mi.nr_file_pages - mi.nr_shmem;
672 killed_size = find_and_kill_process(other_free, other_file, first);
676 other_file += killed_size;
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 1019 FileDescriptorProto other_file; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 1096 FileDescriptorProto other_file; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 2532 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 2869 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); local
    [all...]

Completed in 103 milliseconds