Searched
full:globals (Results
576 -
600 of
1774) sorted by null
<<21222324252627282930>>
/external/libvorbis/win32/VS2005/vorbisenc/ |
vorbisenc_static.vcproj | 104 <Globals>
105 </Globals>
|
/external/libvorbis/win32/VS2008/libvorbisfile/ |
libvorbisfile_dynamic.vcproj | 106 <Globals>
107 </Globals>
|
/external/libvorbis/win32/VS2008/vorbisdec/ |
vorbisdec_dynamic.vcproj | 104 <Globals>
105 </Globals>
|
vorbisdec_static.vcproj | 104 <Globals>
105 </Globals>
|
/external/libvorbis/win32/VS2008/vorbisenc/ |
vorbisenc_dynamic.vcproj | 104 <Globals>
105 </Globals>
|
vorbisenc_static.vcproj | 104 <Globals>
105 </Globals>
|
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 11 // taken. If obviously true, it marks read/write globals as constant, deletes 45 STATISTIC(NumMarked , "Number of globals marked constant"); 46 STATISTIC(NumUnnamed , "Number of globals marked unnamed_addr"); 47 STATISTIC(NumSRA , "Number of aggregate globals broken into scalars"); 49 STATISTIC(NumSubstitute,"Number of globals with initializers stored into them"); 50 STATISTIC(NumDeleted , "Number of globals deleted"); 53 STATISTIC(NumLocalized , "Number of globals localized"); 123 /// for scalar globals. 129 /// tracked for scalar globals. 389 // memory pointed to by globals at exit. This is popular because it als [all...] |
/external/protobuf/vsprojects/ |
libprotobuf.vcproj | 432 <Globals> 433 </Globals>
|
libprotoc.vcproj | 404 <Globals>
405 </Globals>
|
/external/qemu/distrib/sdl-1.2.15/VisualCE/loopwave/ |
loopwave.vcproj | 372 <Globals> 373 </Globals>
|
/external/zlib/src/contrib/vstudio/vc9/ |
miniunz.vcproj | 563 <Globals>
564 </Globals>
|
minizip.vcproj | 560 <Globals>
561 </Globals>
|
testzlibdll.vcproj | 563 <Globals>
564 </Globals>
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__element_8rsh_source.html | 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li>
|
rs__mesh_8rsh_source.html | 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li>
|
rs__program_8rsh_source.html | 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li>
|
rs__sampler_8rsh.html | 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li>
|
rs__time_8rsh_source.html | 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li>
|
structrs__tm.html | 21 <li><a href="globals.html"><span>Globals</span></a></li>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_profile.py | 25 prof.runctx("testfunc()", globals(), locals()) 55 prof.runctx(stmt, globals(), locals())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_profile.py | 25 prof.runctx("testfunc()", globals(), locals()) 55 prof.runctx(stmt, globals(), locals())
|
/external/zlib/src/examples/ |
enough.c | 169 /* Globals to avoid propagating constants or constant pointers recursively */ 181 /* Free allocated space. Uses globals code, num, and done. */ 202 calculation. Uses the globals max and num. */ 320 the current sub-table is rem. Uses the globals max, code, root, large, and 402 requires that maximum. Uses the globals max, root, and num. */ 466 /* set up globals for cleanup() */
|
/frameworks/compile/slang/ |
README.html | 533 on globals initialized from Java as it will be called before these 586 <p>Globals within a script are considered local to the script. They 591 accessors. Globals are persistent across invocations of a script and 593 <p>Globals of two types may be reflected into the Java class. The first 596 Java. Globals of single pointer types behave differently. These may 598 rs_types.rsh may also be used. These globals generate bind points in
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
profile.py | 69 def runctx(statement, globals, locals, filename=None, sort=-1): 70 """Run statement under profiler, supplying your own globals and locals, 77 prof = prof.runctx(statement, globals, locals) 440 def runctx(self, cmd, globals, locals): 444 exec cmd in globals, locals 542 p.runctx('f(m)', globals(), locals())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
profile.py | 69 def runctx(statement, globals, locals, filename=None, sort=-1): 70 """Run statement under profiler, supplying your own globals and locals, 77 prof = prof.runctx(statement, globals, locals) 440 def runctx(self, cmd, globals, locals): 444 exec cmd in globals, locals 542 p.runctx('f(m)', globals(), locals())
|
Completed in 396 milliseconds
<<21222324252627282930>>