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

  /external/chromium_org/third_party/skia/src/animator/
SkGetCondensedInfo.cpp 69 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) { function
74 const SkMemberInfo* result = _lookup(baseTypeLookup, matchPtr);
113 return _lookup(lookup, matchPtr);
  /external/skia/src/animator/
SkGetCondensedInfo.cpp 69 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) { function
74 const SkMemberInfo* result = _lookup(baseTypeLookup, matchPtr);
113 return _lookup(lookup, matchPtr);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 308 os.remove(os.path.join(self._path, self._lookup(key)))
323 old_subpath = self._lookup(key)
325 temp_subpath = self._lookup(temp_key)
346 subpath = self._lookup(key)
364 f = open(os.path.join(self._path, self._lookup(key)), 'r')
372 f = open(os.path.join(self._path, self._lookup(key)), 'rb')
380 self._lookup(key)
531 def _lookup(self, key): member in class:Maildir
586 self._lookup()
596 self._lookup(key
721 def _lookup(self, key=None): member in class:_singlefileMailbox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 308 os.remove(os.path.join(self._path, self._lookup(key)))
323 old_subpath = self._lookup(key)
325 temp_subpath = self._lookup(temp_key)
346 subpath = self._lookup(key)
364 f = open(os.path.join(self._path, self._lookup(key)), 'r')
372 f = open(os.path.join(self._path, self._lookup(key)), 'rb')
380 self._lookup(key)
531 def _lookup(self, key): member in class:Maildir
586 self._lookup()
596 self._lookup(key
721 def _lookup(self, key=None): member in class:_singlefileMailbox
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 734 self.assertRaises(KeyError, lambda: self._box._lookup('foo'))
736 self.assertEqual(self._box._lookup(key0), os.path.join('new', key0))
742 self.assertRaises(KeyError, lambda: self._box._lookup(key0))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 734 self.assertRaises(KeyError, lambda: self._box._lookup('foo'))
736 self.assertEqual(self._box._lookup(key0), os.path.join('new', key0))
742 self.assertRaises(KeyError, lambda: self._box._lookup(key0))
    [all...]

Completed in 90 milliseconds