HomeSort by relevance Sort by last modified time
    Searched full:globals (Results 76 - 100 of 1759) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/Instrumentation/AddressSanitizer/
do-not-touch-odr-global.ll 4 ; no action should be taken for these globals
  /external/llvm/test/Linker/
redefinition.ll 1 ; Test linking two functions with different prototypes and two globals
  /external/llvm/test/Transforms/GlobalDCE/
2002-08-17-WorkListTest.ll 1 ; This testcase tests that a worklist is being used, and that globals can be
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 135 __cxa_eh_globals *globals = __cxa_get_globals(); local
142 header->nextCleanup = globals->cleanupExceptions;
143 globals->cleanupExceptions = header;
146 globals->cleanupExceptions = header;
153 __cxa_eh_globals *globals = __cxa_get_globals(); local
154 __cxa_exception* header = globals->cleanupExceptions;
163 globals->cleanupExceptions = header->nextCleanup;
167 globals->cleanupExceptions = NULL;
292 __cxa_eh_globals* globals = __cxa_get_globals_fast();
293 __cxa_exception* new_exception_header = globals->caughtExceptions
    [all...]
  /external/chromium/googleurl/build/
base.vcproj 149 <Globals>
150 </Globals>
  /external/chromium_org/chrome/installer/setup/
setup.vcproj 135 <Globals>
136 </Globals>
  /external/chromium_org/sandbox/win/tools/launcher/
launcher.vcproj 175 <Globals>
176 </Globals>
  /external/chromium_org/third_party/icu/build/
icupkg.vcproj 147 <Globals>
148 </Globals>
pkgdata.vcproj 151 <Globals>
152 </Globals>
  /frameworks/base/docs/html/reference/renderscript/
structrs__allocation.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__element.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__font.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__mesh.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__path.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__program__fragment.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__program__raster.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__program__store.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__program__vertex.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__sampler.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__script.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__script__call.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
structrs__type.html 21 <li><a href="globals.html"><span>Globals</span></a></li>
  /external/chromium/chrome/browser/
io_thread.h 51 struct Globals {
52 Globals();
53 ~Globals();
88 Globals* globals();
179 Globals* globals_;
  /development/tools/labpretest/
labpretest.sh 64 # Globals:
101 # Globals:
129 # Globals:
147 # Globals:
165 # Globals:
184 # Globals:
210 # Globals:
228 # Globals:
246 # Globals:
265 # Globals
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 39 def runctx(statement, globals, locals, filename=None, sort=-1):
40 """Run statement under profiler, supplying your own globals and locals,
49 prof = prof.runctx(statement, globals, locals)
137 def runctx(self, cmd, globals, locals):
140 exec cmd in globals, locals

Completed in 1132 milliseconds

1 2 34 5 6 7 8 91011>>