Searched
full:globals (Results
601 -
625 of
1774) sorted by null
<<21222324252627282930>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
doctest.py | 203 return __import__(module, globals(), locals(), ["*"]) 480 - globs: The namespace (aka globals) that the examples should 500 DocTest's globals are initialized with a copy of `globs`. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
doctest.py | 203 return __import__(module, globals(), locals(), ["*"]) 480 - globs: The namespace (aka globals) that the examples should 500 DocTest's globals are initialized with a copy of `globs`. [all...] |
/art/compiler/sea_ir/ir/ |
sea.cc | 293 // The set @globals records registers whose use 295 std::set<int> globals; local 306 globals.insert(used_reg); 321 for (std::set<int>::const_iterator globals_it = globals.begin(); 322 globals_it != globals.end(); globals_it++) {
|
/external/chromium_org/chrome/browser/profiles/ |
profile_impl_io_data.cc | 387 IOThread::Globals* const io_thread_globals = io_thread->globals(); 529 IOThread::Globals* const io_thread_globals = io_thread->globals(); 739 IOThread::Globals* io_thread_globals) const {
|
/external/qemu/tcg/ |
README | 40 temporaries or globals. TCG instructions and variables are strongly 67 destroyed, but local temporaries and globals are preserved. 79 all globals are stored at their canonical location and it is assumed 485 - Use globals to represent the parts of the QEMU CPU state which are 489 - Avoid globals stored in fixed registers. They must be used only to
|
/external/chromium_org/chrome/browser/net/ |
http_pipelining_compatibility_client.cc | 446 io_thread->globals()->http_pipelining_compatibility_client.reset(); 455 io_thread->globals()->system_request_context.get(); 520 io_thread->globals()->http_pipelining_compatibility_client.reset(client);
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2ft.c | 502 FT_ASSERT( decoder && decoder->globals ); 511 buf->ptr = decoder->globals[idx]; 512 buf->end = decoder->globals[idx + 1];
|
/external/freetype/src/cff/ |
cf2ft.c | 502 FT_ASSERT( decoder && decoder->globals ); 511 buf->ptr = decoder->globals[idx]; 512 buf->end = decoder->globals[idx + 1];
|
/external/llvm/include/llvm/Transforms/ |
IPO.h | 64 /// non-address taken internal globals. 71 /// internal globals (functions or global variables) 107 /// input module, internalizing all globals (functions and variables) not in the
|
/external/llvm/lib/Transforms/IPO/ |
StripSymbols.cpp | 14 // * symbols for internal globals and functions 150 if (!GV->hasLocalLinkage()) return; // Don't delete non static globals. 236 // llvm.dbg.region.end calls, and any globals they point to if now dead.
|
/external/mdnsresponder/mDNSPosix/ |
Identify.c | 59 // Globals 61 static mDNS mDNSStorage; // mDNS core uses this to store its globals 62 static mDNS_PlatformSupport PlatformStorage; // Stores this platform's globals
|
/art/runtime/ |
scoped_thread_state_change.h | 210 // TODO: we should make these unique weak globals if Field instances can ever move. 231 // TODO: we should make these unique weak globals if Method instances can ever move.
|
/external/chromium/chrome/browser/profiles/ |
profile_impl_io_data.cc | 171 IOThread::Globals* const io_thread_globals = io_thread->globals();
|
profile_io_data.cc | 278 IOThread::Globals* const io_thread_globals = io_thread->globals();
|
/external/chromium_org/sandbox/win/src/ |
sandbox.vcproj | 656 <Globals> 657 </Globals>
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
npspy.vcproj | 781 <Globals> 782 </Globals>
|
/external/chromium_org/third_party/tcmalloc/vendor/vsprojects/low_level_alloc_unittest/ |
low_level_alloc_unittest.vcproj | 371 <Globals>
372 </Globals>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/libyasm/ |
libyasm.vcproj | 570 <Globals>
571 </Globals>
|
/external/chromium_org/tools/grit/grit/tool/ |
resize.py | 55 <Globals> 56 </Globals>
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Store.h | 164 /// the given regions. Optionally, invalidates non-static globals as well. 174 /// globals should get invalidated.
|
/external/flac/libFLAC/ |
libFLAC_dynamic.vcproj | 538 <Globals>
539 </Globals>
|
libFLAC_static.vcproj | 503 <Globals>
504 </Globals>
|
/external/libpng/projects/visualc71/ |
pngtest.vcproj | 457 <Globals>
458 </Globals>
|
/external/llvm/lib/IR/ |
Globals.cpp | 1 //===-- Globals.cpp - Implement the GlobalValue & GlobalVariable class ----===// 67 // Globals are definitions if they have an initializer.
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
JITMemoryManagerTest.cpp | 234 // Allocate lots of medium globals so that we can test moving the bump allocator 246 // After allocating a bunch of globals, we should have two.
|
Completed in 2318 milliseconds
<<21222324252627282930>>