Searched
full:globals (Results
276 -
300 of
2509) sorted by null
<<11121314151617181920>>
/external/skia/src/core/ |
SkGlyphCache.cpp | 25 // Returns the shared globals 26 SK_DECLARE_STATIC_ONCE_PTR(SkGlyphCache_Globals, globals); 28 return *globals.get([]{ return new SkGlyphCache_Globals; }); 519 SkGlyphCache_Globals& globals = get_globals(); 523 Exclusive ac(globals.fLock); 525 globals.validate(); 527 for (cache = globals.internalGetHead(); cache != nullptr; cache = cache->fNext) { 529 globals.internalDetachCache(cache); 531 globals.internalAttachCacheToHead(cache); 557 globals.attachCacheToHead(cache) [all...] |
/external/v8/src/wasm/ |
wasm-module.cc | 27 if (module.globals) os << module.functions->size() << " globals"; 156 size_t AllocateGlobalsOffsets(std::vector<WasmGlobal>* globals) { 158 if (!globals) return 0; 159 for (WasmGlobal& global : *globals) { 219 : globals(nullptr), 227 if (globals) delete globals; 296 // Allocate the globals area if necessary. 298 size_t globals_size = AllocateGlobalsOffsets(globals); [all...] |
/bionic/libc/bionic/ |
libc_init_common.cpp | 90 // Initialize libc globals that are needed in both the linker and in libc. 92 // globals, once for the linker's copy and once for the one in libc.so. 96 __libc_globals.mutate([&args](libc_globals* globals) { 97 __libc_init_vdso(globals, args); 98 __libc_init_setjmp_cookie(globals, args); 103 // Initialize various globals.
|
vdso.cpp | 49 void __libc_init_vdso(libc_globals* globals, KernelArgumentBlock& args) { 50 auto&& vdso = globals->vdso;
|
/external/libxml2/win32/wince/ |
libxml2.vcp | 260 "..\..\include\libxml\globals.h"\ 295 "..\..\include\libxml\globals.h"\ 328 "..\..\include\libxml\globals.h"\ 374 "..\..\include\libxml\globals.h"\ 407 "..\..\include\libxml\globals.h"\ 447 "..\..\include\libxml\globals.h"\ 482 "..\..\include\libxml\globals.h"\ 515 "..\..\include\libxml\globals.h"\ 561 "..\..\include\libxml\globals.h"\ 595 "..\..\include\libxml\globals.h" [all...] |
/external/compiler-rt/test/asan/TestCases/Posix/ |
dlclose-test.cc | 5 // 2. asan registers all globals from foo.so 9 // are globals.
|
/external/google-breakpad/src/testing/gtest/msvc/ |
gtest_prod_test-md.vcproj | 162 <Globals>
163 </Globals>
|
gtest_prod_test.vcproj | 162 <Globals>
163 </Globals>
|
gtest_unittest-md.vcproj | 145 <Globals>
146 </Globals>
|
gtest_unittest.vcproj | 145 <Globals>
146 </Globals>
|
/external/google-breakpad/src/testing/msvc/2005/ |
gmock_test.vcproj | 199 <Globals>
200 </Globals>
|
/external/libchrome/sandbox/win/tests/integration_tests/ |
sbox_integration_tests.vcproj | 240 <Globals> 241 </Globals>
|
/external/libchrome/sandbox/win/tests/unit_tests/ |
sbox_unittests.vcproj | 256 <Globals> 257 </Globals>
|
/external/libchrome/sandbox/win/wow_helper/ |
wow_helper.vcproj | 221 <Globals> 222 </Globals>
|
/external/libcxxabi/src/ |
cxa_exception_storage.cpp | 74 // Try to get the globals for this thread 77 // If this is the first time we've been asked for these globals, create them
|
/external/libcxxabi/test/ |
test_exception_storage.pass.cpp | 34 std::cerr << "Got different globals!" << std::endl; 80 std::cerr << "Duplicate thread globals (" << i-1 << " and " << i << ")" << std::endl;
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/SDL/SdlDemo/ |
SdlDemo.vcproj | 215 <Globals> 216 </Globals>
|
/external/llvm/lib/Transforms/IPO/ |
ElimAvailExtern.cpp | 46 "Eliminate Available Externally Globals", false, false) 56 for (GlobalVariable &GV : M.globals()) {
|
/external/llvm/test/CodeGen/ARM/ |
global-merge.ll | 61 ; When this works properly, @g3 is placed in a separate chunk of merged globals. 66 ; separate pool of merged globals.
|
/external/llvm/test/DebugInfo/X86/ |
multiple-aranges.ll | 47 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 ", isOptimized: false, emissionKind: 0, file: !1, enums: !2, retainedTypes: !2, subprograms: !2, globals: !3, imports: !2) 54 !7 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 ", isOptimized: false, emissionKind: 0, file: !8, enums: !2, retainedTypes: !2, subprograms: !2, globals: !9, imports: !2)
|
/external/pdfium/testing/resources/javascript/ |
globals.in | 99 app.alert("Enumerable Globals:"); 108 app.alert("Expected Globals:");
|
/external/protobuf/gtest/msvc/ |
gtest_main-md.vcproj | 163 <Globals>
164 </Globals>
|
gtest_main.vcproj | 163 <Globals>
164 </Globals>
|
gtest_prod_test-md.vcproj | 162 <Globals>
163 </Globals>
|
gtest_prod_test.vcproj | 162 <Globals>
163 </Globals>
|
Completed in 1625 milliseconds
<<11121314151617181920>>