/external/qemu/distrib/sdl-1.2.15/VisualCE/SDLMain/ |
SDLmain.vcproj | 601 <Globals> 602 </Globals>
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
SDL_syscdrom.c | 28 #pragma mark -- Globals -- 159 /* Initialize globals */
|
/external/srtp/ |
srtp.vcproj | 586 <Globals> 587 </Globals>
|
/external/stlport/stlport/stl/ |
_locale.h | 189 //protected: // Helper functions for locale globals. 285 // locale globals
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__mesh_8rsh.html | 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li>
|
rs__time_8rsh.html | 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li>
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 189 //protected: // Helper functions for locale globals. 285 // locale globals
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
coff.h | 180 #define COFF_SECT_DATA 1 /* Section for initialized globals */ 181 #define COFF_SECT_BSS 2 /* Section for un-initialized globals */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coff.h | 180 #define COFF_SECT_DATA 1 /* Section for initialized globals */ 181 #define COFF_SECT_BSS 2 /* Section for un-initialized globals */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coff.h | 180 #define COFF_SECT_DATA 1 /* Section for initialized globals */ 181 #define COFF_SECT_BSS 2 /* Section for un-initialized globals */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 187 //protected: // Helper functions for locale globals. 283 // locale globals
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 187 //protected: // Helper functions for locale globals. 283 // locale globals
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 189 //protected: // Helper functions for locale globals. 285 // locale globals
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_locale.h | 189 //protected: // Helper functions for locale globals. 285 // locale globals
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_locale.h | 189 //protected: // Helper functions for locale globals. 285 // locale globals
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 462 def __init__(self, expr, locals, globals, lineno=None): 465 self.globals = globals 472 children.append(self.globals) 480 if self.globals is not None: 481 nodelist.append(self.globals) 485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dumbdbm.py | 40 # and if that occurs at program shutdown time, module globals may 43 # here, and _commit() must not reference any globals.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
util.py | 252 # This function may be called after this module's globals are 293 # module's globals are destroyed.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decorators.py | 27 def dbcheck(exprstr, globals=None, locals=None): 32 if not eval(expr, globals, locals):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 462 def __init__(self, expr, locals, globals, lineno=None): 465 self.globals = globals 472 children.append(self.globals) 480 if self.globals is not None: 481 nodelist.append(self.globals) 485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dumbdbm.py | 40 # and if that occurs at program shutdown time, module globals may 43 # here, and _commit() must not reference any globals.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
util.py | 252 # This function may be called after this module's globals are 293 # module's globals are destroyed.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decorators.py | 27 def dbcheck(exprstr, globals=None, locals=None): 32 if not eval(expr, globals, locals):
|
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 102 my %globals; 241 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 350 my $func = ($globals{$self->{value}} or $self->{value}) . ":"; 409 $self->{value} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 453 && do { $globals{$line} = $prefix . $line; 454 $line = $globals{$line} if ($prefix); 463 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE"; 467 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE"; 480 && do { $line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 493 $self->{value} = ".def\t" . ($globals{$1} or $1) . ";\t" [all...] |
/external/llvm/lib/Linker/ |
LinkModules.cpp | 469 /// forceRenaming - The LLVM SymbolTable class autorenames globals that conflict 537 assert(Dest && "Must have two globals being queried"); 546 // external globals, we aren't adding anything. 593 return emitError("Linking globals named '" + Src->getName() + 609 // Incorporate globals. 688 return emitError("Linking globals named '" + SrcGV->getName() + 757 // Determine whether linkage of these two globals follows the source [all...] |