Home
last modified time | relevance | path

Searched refs:get_priority (Results 1 – 8 of 8) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dsort.c81 int get_priority(char *filename, struct stat *buf, int priority) in get_priority() function
195 priority = get_priority(dir->pathname, buf, priority); in generate_file_priorities()
205 get_priority(pathname(dir_ent), buf, in generate_file_priorities()
/external/libxcam/xcore/
Dsmart_analyzer_loader.cpp61 if (handler->get_priority() < (*i_pos)->get_priority ()) in load_smart_handlers()
Dsmart_analysis_handler.h60 uint32_t get_priority () const { in get_priority() function
/external/ltp/testcases/kernel/sched/tool/
Dtrace_sched.c197 static int get_priority; /* get the priority that is set for this proc. */ in thread_func() local
243 if ((get_priority = sched_getparam(getpid(), &gsp)) == -1) { in thread_func()
/external/python/cpython2/Lib/bsddb/test/
Dtest_db.py58 self.assertEqual(flag, self.db.get_priority())
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/
Dnet_tc.py171 def get_priority(self): member in tcfilter
/external/python/cpython2/Modules/
D_bsddb.c2555 err = self->db->get_priority(self->db, &priority); in DB_get_priority()
4898 err = self->dbc->get_priority(self->dbc, &priority); in DBC_get_priority()