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

  /system/core/lmkd/
lmkd.c 552 static int kill_one_process(struct proc *procp, int other_free, int other_file,
577 first ? "" : "~", other_file * page_k, minfree * page_k, min_score_adj,
595 static int find_and_kill_process(int other_free, int other_file, bool first)
604 if (other_free < minfree && other_file < minfree) {
620 killed_size = kill_one_process(procp, other_free, other_file, minfree, min_score_adj, first);
637 int other_file; local
655 other_file = mi.nr_file_pages - mi.nr_shmem;
658 killed_size = find_and_kill_process(other_free, other_file, first);
662 other_file += killed_size;
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 1184 FileDescriptorProto other_file; local
1337 FileDescriptorProto other_file; local
1369 FileDescriptorProto other_file; local
    [all...]
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 264 other_file = self.write_crash_dir_entry('bad.other', '')
269 os.path.exists(other_file)):
  /external/protobuf/src/google/protobuf/
descriptor.cc 3103 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); local
    [all...]

Completed in 85 milliseconds