OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_priority
(Results
1 - 5
of
5
) sorted by null
/external/qemu/hw/
i8259.c
103
static inline int
get_priority
(PicState *s, int mask)
function
120
priority =
get_priority
(s, mask);
131
cur_priority =
get_priority
(s, mask);
322
priority =
get_priority
(s, s->isr);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py
58
self.assertEqual(flag, self.db.
get_priority
())
test_basics.py
538
self.assertEqual(db.DB_PRIORITY_VERY_LOW, c.
get_priority
())
540
self.assertEqual(db.DB_PRIORITY_HIGH, c.
get_priority
())
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py
58
self.assertEqual(flag, self.db.
get_priority
())
test_basics.py
538
self.assertEqual(db.DB_PRIORITY_VERY_LOW, c.
get_priority
())
540
self.assertEqual(db.DB_PRIORITY_HIGH, c.
get_priority
())
[
all
...]
Completed in 323 milliseconds