Searched refs:get_priority (Results 1 – 8 of 8) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | sort.c | 81 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/ |
D | smart_analyzer_loader.cpp | 61 if (handler->get_priority() < (*i_pos)->get_priority ()) in load_smart_handlers()
|
D | smart_analysis_handler.h | 60 uint32_t get_priority () const { in get_priority() function
|
/external/ltp/testcases/kernel/sched/tool/ |
D | trace_sched.c | 197 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/ |
D | test_db.py | 58 self.assertEqual(flag, self.db.get_priority())
|
D | test_basics.py | 538 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/ |
D | net_tc.py | 171 def get_priority(self): member in tcfilter
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 2555 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()
|