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

  /ndk/sources/cxx-stl/gabi++/tests/
libtest_malloc_lockup.cpp 53 extern "C" void* get_globals() { function
  /external/skia/src/core/
SkGlyphCache.cpp 27 static SkGlyphCache_Globals& get_globals() { function
519 SkGlyphCache_Globals& globals = get_globals();
547 get_globals().purgeAll();
567 get_globals().attachCacheToHead(cache);
635 SkGlyphCache_Globals& globals = get_globals();
792 return get_globals().getCacheSizeLimit();
796 return get_globals().setCacheSizeLimit(bytes);
800 return get_globals().getTotalMemoryUsed();
804 return get_globals().getCacheCountLimit();
808 return get_globals().setCacheCountLimit(count)
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
templite.py 62 def get_globals(self): member in class:CodeBuilder
214 self._render_function = code.get_globals()['render_function']
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_symtable.py 94 self.assertEqual(sorted(func.get_globals()), ["bar", "glob"])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_symtable.py 94 self.assertEqual(sorted(func.get_globals()), ["bar", "glob"])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py 94 self.assertEqual(sorted(func.get_globals()), ["bar", "glob"])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py 94 self.assertEqual(sorted(func.get_globals()), ["bar", "glob"])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symtable.py 145 def get_globals(self): member in class:Function
  /prebuilts/gdb/linux-x86/lib/python2.7/
symtable.py 145 def get_globals(self): member in class:Function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 145 def get_globals(self): member in class:Function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 145 def get_globals(self): member in class:Function

Completed in 706 milliseconds