/external/chromium_org/third_party/skia/src/views/ |
SkEventSink.cpp | 36 SkEventSink_Globals& globals = getGlobals(); local 38 globals.fSinkMutex.acquire(); 40 fID = ++globals.fNextSinkID; 41 fNextSink = globals.fSinkHead; 42 globals.fSinkHead = this; 44 globals.fSinkMutex.release(); 48 SkEventSink_Globals& globals = getGlobals(); local 53 globals.fSinkMutex.acquire(); 55 SkEventSink* sink = globals.fSinkHead; 64 globals.fSinkHead = next [all...] |
/external/skia/src/views/ |
SkEventSink.cpp | 36 SkEventSink_Globals& globals = getGlobals(); local 38 globals.fSinkMutex.acquire(); 40 fID = ++globals.fNextSinkID; 41 fNextSink = globals.fSinkHead; 42 globals.fSinkHead = this; 44 globals.fSinkMutex.release(); 48 SkEventSink_Globals& globals = getGlobals(); local 53 globals.fSinkMutex.acquire(); 55 SkEventSink* sink = globals.fSinkHead; 64 globals.fSinkHead = next [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshglob.c | 41 psh_globals_scale_widths( PSH_Globals globals, 44 PSH_Dimension dim = &globals->dimension[direction]; 619 psh_globals_destroy( PSH_Globals globals ) 621 if ( globals ) 626 memory = globals->memory; 627 globals->dimension[0].stdw.count = 0; 628 globals->dimension[1].stdw.count = 0; 630 globals->blues.normal_top.count = 0; 631 globals->blues.normal_bottom.count = 0; 632 globals->blues.family_top.count = 0 649 PSH_Globals globals = NULL; local [all...] |
/external/freetype/src/pshinter/ |
pshglob.c | 41 psh_globals_scale_widths( PSH_Globals globals, 44 PSH_Dimension dim = &globals->dimension[direction]; 619 psh_globals_destroy( PSH_Globals globals ) 621 if ( globals ) 626 memory = globals->memory; 627 globals->dimension[0].stdw.count = 0; 628 globals->dimension[1].stdw.count = 0; 630 globals->blues.normal_top.count = 0; 631 globals->blues.normal_bottom.count = 0; 632 globals->blues.family_top.count = 0 649 PSH_Globals globals = NULL; local [all...] |
/external/chromium_org/chrome/test/base/ |
testing_io_thread_state.h | 19 // If code requires the use of io thread globals, those can be set by 20 // accessing io_thread_state()->globals() on the IO thread during test setup.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
__init__.py | 22 __import__("",globals(),locals(),[t],level=1) 23 mod = globals()[t]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
__init__.py | 22 __import__("",globals(),locals(),[t],level=1) 23 mod = globals()[t]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
output | 0 globals: [[@2,4:4='i',<4>,1:4], [@7,11:11='j',<4>,2:4]]
|
/external/chromium_org/chrome/browser/resources/google_now/ |
utility_test_util.js | 5 // Mocks for globals needed for loading utility.js.
|
/external/chromium_org/remoting/webapp/ |
browser_globals.gtestjs | 8 * Definitions for some browser-supplied globals that are not defined in a
|
/external/llvm/test/Assembler/ |
2002-03-08-NameCollision2.ll | 5 ; to be detected between locals and globals.
|
/external/llvm/test/Transforms/GlobalOpt/ |
2010-10-19-WeakOdr.ll | 3 ; PR8389: Globals with weak_odr linkage type must not be modified
|
/external/qemu/tcg/ |
TODO | 5 - Support of globals saved in fixed registers between TBs.
|
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 79 """A shell session. Stores the session's globals. 81 Each session globals is stored in one of two places: 83 If the global is picklable, it's stored in the parallel globals and 92 unpicklable globals. 94 The unpicklable_names property stores all of the names of globals that were 95 added by unpicklable statements. When we pickle and store the globals after 102 globals = db.ListProperty(db.Blob) variable in class:Session 119 self.globals[index] = blob 122 self.globals.append(blob) 135 del self.globals[index [all...] |
/development/tools/labpretest/crespo/ |
custom_flash.sh | 14 # Globals: 52 # Globals: 70 # Globals:
|
/development/tools/labpretest/stingray/ |
custom_flash.sh | 14 # Globals: 52 # Globals: 70 # Globals:
|
/external/compiler-rt/lib/asan/ |
asan_globals.cc | 12 // Handle globals. 86 // so we store the globals in a map. 146 // Register an array of globals. 147 void __asan_register_globals(__asan_global *globals, uptr n) { 151 RegisterGlobal(&globals[i]); 155 // Unregister an array of globals. 157 void __asan_unregister_globals(__asan_global *globals, uptr n) { 161 UnregisterGlobal(&globals[i]); 166 // when all dynamically initialized globals are unpoisoned. This method 193 // all dynamically initialized globals except for those defined in the curren [all...] |
/external/chromium/testing/gtest/xcode/Config/ |
StaticLibraryTarget.xcconfig | 13 // Static libs should not have their internal globals or external symbols
|
/external/chromium_org/testing/gtest/xcode/Config/ |
StaticLibraryTarget.xcconfig | 13 // Static libs should not have their internal globals or external symbols
|
/external/chromium_org/tools/site_compare/operators/ |
__init__.py | 21 module = __import__(operator, globals(), locals(), [''])
|
/external/llvm/test/Linker/ |
2005-12-06-AppendingZeroLengthArrays.ll | 7 ; When linked, the globals should be merged, and the result should still
|
2008-06-13-LinkOnceRedefinition.ll | 1 ; Test linking two functions with different prototypes and two globals
|
2008-06-26-AddressSpace.ll | 1 ; Test linking two functions with different prototypes and two globals
|
basiclink.ll | 1 ; Test linking two functions with different prototypes and two globals
|
/external/llvm/test/Transforms/GlobalDCE/ |
2002-08-17-FunctionDGE.ll | 2 ; a global that is dead. Make sure any globals they refer to die as well.
|