Searched refs:get_priority (Results 1 - 6 of 6) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dsort.c81 int get_priority(char *filename, struct stat *buf, int priority) function
195 priority = get_priority(dir->pathname, buf, priority);
205 get_priority(pathname(dir_ent), buf,
/external/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c197 static int get_priority; /* get the priority that is set for this proc. */ local
243 if ((get_priority = sched_getparam(getpid(), &gsp)) == -1) {
/external/python/cpython2/Lib/bsddb/test/
H A Dtest_db.py58 self.assertEqual(flag, self.db.get_priority())
H A Dtest_basics.py538 self.assertEqual(db.DB_PRIORITY_VERY_LOW, c.get_priority())
540 self.assertEqual(db.DB_PRIORITY_HIGH, c.get_priority())
/external/autotest/client/bin/net/
H A Dnet_tc.py171 def get_priority(self): member in class:tcfilter
/external/python/cpython2/Modules/
H A D_bsddb.c2531 err = self->db->get_priority(self->db, &priority);
4874 err = self->dbc->get_priority(self->dbc, &priority);
8766 {"get_priority", (PyCFunction)DB_get_priority, METH_NOARGS},
8837 {"get_priority", (PyCFunction)DBC_get_priority, METH_NOARGS},

Completed in 137 milliseconds