Searched
full:globals (Results
451 -
475 of
1774) sorted by null
<<11121314151617181920>>
/external/qemu/distrib/sdl-1.2.15/VisualC/SDLmain/ |
SDLmain.vcproj | 420 <Globals> 421 </Globals>
|
/external/qemu/distrib/sdl-1.2.15/VisualCE/testtimer/ |
testtimer.vcproj | 370 <Globals> 371 </Globals>
|
/external/srtp/ |
srtp7.vcproj | 296 <Globals> 297 </Globals>
|
/frameworks/base/docs/html/reference/renderscript/ |
annotated.html | 21 <li><a href="globals.html"><span>Globals</span></a></li>
|
rs__sampler_8rsh_source.html | 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li>
|
/ndk/sources/host-tools/make-3.81/ |
make_msvc_net2003.vcproj | 315 <Globals>
316 </Globals>
|
/packages/services/Telephony/src/com/android/phone/ |
OtaStartupReceiver.java | 108 PhoneGlobals globals = PhoneGlobals.getInstanceIfPrimary(); local 109 if (globals == null) {
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
callback.rs | 7 // Input globals 12 // Derived globals
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
gcc-plugin.h | 42 /* All globals declared here have C linkage to reduce link compatibility 155 /* In case the C++ compiler does name mangling for globals, declare
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gcc-plugin.h | 42 /* All globals declared here have C linkage to reduce link compatibility 155 /* In case the C++ compiler does name mangling for globals, declare
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
gcc-plugin.h | 42 /* All globals declared here have C linkage to reduce link compatibility 155 /* In case the C++ compiler does name mangling for globals, declare
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gcc-plugin.h | 42 /* All globals declared here have C linkage to reduce link compatibility 155 /* In case the C++ compiler does name mangling for globals, declare
|
/external/chromium_org/win8/metro_driver/ |
print_handler.cc | 243 DCHECK(globals.appview_msg_loop != NULL); 244 bool posted = globals.appview_msg_loop->PostTask( 323 DCHECK(globals.appview_msg_loop->BelongsToCurrentThread()); 387 ::PostMessageW(globals.host_windows.front().first, 435 DCHECK(globals.appview_msg_loop->BelongsToCurrentThread());
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
compute.jd | 65 <li>Some number of script globals. A script global is equivalent to a global variable in C. You can 66 access script globals from Java code, and these are often used for parameter passing to RenderScript 99 should be bound to <code>rs_allocation</code> script globals and accessed from a kernel or invokable 111 <li>Some number of static script globals and functions. A static script global is equivalent to a 253 <code>rsSetElementAt_<em>type</em>()</code> when bound as script globals. {@link 284 <li><strong>Set any necessary script globals.</strong> Globals may be set using methods in the same
|
/sdk/templates/docs/ |
index.html | 118 <li><a href="#toc_globalsxmlftl">globals.xml.ftl </a><span class="dim">— Optional global variables</span></li> 204 <globals file="globals.xml.ftl" /> 334 <h3>globals.xml.ftl</h3> 336 <p>The optional globals XML file contains global variable definitions, for use in all FreeMarker processing jobs for this template.</p> 338 <p>An example <code>globals.xml.ftl</code> is shown below.</p> 341 <globals> 348 </globals> 357 <p class="note"><strong>Note:</strong> The global variables in <code>globals.xml.ftl</code> are available for use in <code>recipe.xml.ftl</code>.</p>
|
/external/chromium_org/third_party/jinja2/ |
debug.py | 220 # assamble fake globals we need 221 globals = { 258 exec(code, globals, locals)
|
/external/mdnsresponder/mDNSPosix/ |
ProxyResponder.c | 38 // Globals 39 static mDNS mDNSStorage; // mDNS core uses this to store its globals 40 static mDNS_PlatformSupport PlatformStorage; // Stores this platform's globals
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pdb.py | 224 globals = self.curframe.f_globals 234 exec code in globals, locals 479 # to "no globals" if there is no current frame 714 globals = self.curframe.f_globals 719 sys.call_tracing(p.run, (arg, globals, locals)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pdb.py | 224 globals = self.curframe.f_globals 234 exec code in globals, locals 479 # to "no globals" if there is no current frame 714 globals = self.curframe.f_globals 719 sys.call_tracing(p.run, (arg, globals, locals)) [all...] |
/art/compiler/utils/arm/ |
managed_register_arm.cc | 19 #include "globals.h"
|
/art/compiler/utils/mips/ |
managed_register_mips.cc | 19 #include "globals.h"
|
/art/compiler/utils/x86/ |
constants_x86.h | 25 #include "globals.h"
|
managed_register_x86.cc | 19 #include "globals.h"
|
/art/runtime/ |
leb128.h | 20 #include "globals.h"
|
mem_map.h | 26 #include "globals.h"
|
Completed in 798 milliseconds
<<11121314151617181920>>