HomeSort by relevance Sort by last modified time
    Searched full:globals (Results 326 - 350 of 1774) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
key-function-vtable.cpp 46 // FIXME: The checks are extremely difficult to get right when the globals
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
initialization-bug.cc 14 // "x", "y", "z" are dynamically initialized globals.
initialization-nobug.cc 23 // Check that access to linker initialized globals originating from a different
  /external/llvm/lib/IR/
Android.mk 18 Globals.cpp \
  /external/llvm/test/MC/COFF/
weak-symbol.ll 1 ; Test that weak functions and globals are placed into selectany COMDAT
  /external/qemu/android/protocol/
core-commands-qemu.c 19 #include "android/globals.h"
  /external/v8/src/
platform-tls-mac.h 31 #include "globals.h"
  /frameworks/base/core/java/android/app/
AppGlobals.java 22 * Special private access for certain globals related to a process.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 70 for _name, _value in globals().items():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 70 for _name, _value in globals().items():
  /external/chromium_org/ppapi/proxy/
ppp_instance_proxy.cc 192 PpapiGlobals* globals = PpapiGlobals::Get(); local
193 globals->GetResourceTracker()->DidDeleteInstance(instance);
194 globals->GetVarTracker()->DidDeleteInstance(instance);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-global-initializers 82 my @globals;
88 push(@globals, demangle($1));
135 print "ERROR: $shortName has one or more global initializers in it! ($file), near @globals\n";
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
ppc-xlate.pl 9 my %GLOBALS;
18 my $global = \$GLOBALS{$name};
141 printf "%s:",($GLOBALS{$label} or $label) if ($label);
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/re2c/
re2c.vcproj 239 RelativePath="..\..\..\tools\re2c\globals.h"
276 <Globals>
277 </Globals>
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 148 struct Globals {
170 extern Globals globals;
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 83 /// be passed external (or available externally) globals.
90 /// be passed external (or available externally) globals.
98 /// a section to globals with an explicit section specfied. The
  /external/mdnsresponder/mDNSPosix/
Client.c 29 // Globals
30 static mDNS mDNSStorage; // mDNS core uses this to store its globals
31 static mDNS_PlatformSupport PlatformStorage; // Stores this platform's globals
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 9 my %GLOBALS;
18 my $global = \$GLOBALS{$name};
141 printf "%s:",($GLOBALS{$label} or $label) if ($label);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 389 def run(self, cmd, globals=None, locals=None):
390 if globals is None:
392 globals = __main__.__dict__
394 locals = globals
400 exec cmd in globals, locals
407 def runeval(self, expr, globals=None, locals=None):
408 if globals is None:
410 globals = __main__.__dict__
412 locals = globals
418 return eval(expr, globals, locals
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 389 def run(self, cmd, globals=None, locals=None):
390 if globals is None:
392 globals = __main__.__dict__
394 locals = globals
400 exec cmd in globals, locals
407 def runeval(self, expr, globals=None, locals=None):
408 if globals is None:
410 globals = __main__.__dict__
412 locals = globals
418 return eval(expr, globals, locals
    [all...]
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 168 IOThread::Globals* const io_thread_globals = io_thread->globals();
241 IOThread::Globals* const io_thread_globals = io_thread->globals();
356 IOThread::Globals* io_thread_globals) const {
  /external/clang/docs/
AddressSanitizer.rst 15 * Out-of-bounds accesses to heap, stack and globals
124 when initialization of globals defined in one translation unit uses
125 globals defined in another translation unit. To enable this check at runtime,
136 suppress error reports for out-of-bound access to globals with certain
154 # Disable initialization-order checks for globals:
  /external/chromium_org/chrome/browser/net/
dns_probe_browsertest.cc 354 IOThread::Globals* globals = io_thread_->globals(); local
355 original_dns_probe_service_ = globals->dns_probe_service.release();
356 globals->dns_probe_service.reset(delaying_dns_probe_service_);
375 IOThread::Globals* globals = io_thread_->globals(); local
377 globals->dns_probe_service.release());
378 globals->dns_probe_service.reset(original_dns_probe_service_)
    [all...]
  /external/oprofile/libpopt/
popt.h 226 /*@globals internalState @*/
260 /*@globals fileSystem, internalState @*/
358 /*@globals errno, fileSystem, internalState @*/
370 /*@globals fileSystem, internalState @*/
453 /*@globals fileSystem @*/
483 /*@globals fileSystem @*/
493 /*@globals fileSystem @*/
  /external/oprofile/
popt.h 226 /*@globals internalState @*/
260 /*@globals fileSystem, internalState @*/
358 /*@globals errno, fileSystem, internalState @*/
370 /*@globals fileSystem, internalState @*/
453 /*@globals fileSystem @*/
483 /*@globals fileSystem @*/
493 /*@globals fileSystem @*/

Completed in 1534 milliseconds

<<11121314151617181920>>