HomeSort by relevance Sort by last modified time
    Searched full:globals (Results 301 - 325 of 2456) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception_storage.cpp 74 // Try to get the globals for this thread
77 // If this is the first time we've been asked for these globals, create them
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_exception_storage.pass.cpp 34 std::cerr << "Got different globals!" << std::endl;
80 std::cerr << "Duplicate thread globals (" << i-1 << " and " << i << ")" << std::endl;
  /art/compiler/linker/
multi_oat_relative_patcher.cc 19 #include "globals.h"
  /art/compiler/utils/mips64/
constants_mips64.h 25 #include "globals.h"
  /art/runtime/arch/x86_64/
registers_x86_64.h 24 #include "globals.h"
  /art/runtime/base/
allocator.cc 77 // These globals are safe since they don't have any non-trivial destructors.
  /art/runtime/gc/accounting/
remembered_set.h 21 #include "globals.h"
  /art/runtime/
offsets.h 22 #include "globals.h"
zip_archive.h 27 #include "globals.h"
  /external/autotest/tko/
save_query.cgi 6 ## setting script globals
status_lib.py 87 module = __import__(library, globals(), locals(), ["parser"])
  /external/blktrace/btt/
aqd.c 25 #include "globals.h"
devmap.c 22 #include "globals.h"
trace_queue.c 21 #include "globals.h"
trace_remap.c 21 #include "globals.h"
  /external/compiler-rt/lib/asan/
asan_flags.inc 36 "Controls the way to handle globals (0 - don't detect buffer overflow on "
37 "globals, 1 - detect buffer overflow, 2 - print data about registered "
38 "globals).")
110 "If true, assume that dynamic initializers can never access globals from "
asan_interface_internal.h 60 // 'globals' is an array of structures describing 'n' globals.
62 void __asan_register_globals(__asan_global *globals, uptr n);
64 void __asan_unregister_globals(__asan_global *globals, uptr n);
  /external/compiler-rt/test/asan/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/libnfc-nci/halimpl/pn54x/tml/
phOsalNfc_Timer.h 71 ***************************Globals,Structure and Enumeration ******************
  /external/libpng/projects/vstudio/pnglibconf/
pnglibconf.vcxproj 9 <PropertyGroup Label="Globals">
  /external/libpng/projects/vstudio/
zlib.props 19 <PropertyGroup Label="Globals">
  /external/llvm/lib/Support/
Options.cpp 11 // new API built on cl::opt, but not requiring the use of static globals.
  /external/llvm/test/Assembler/
drop-debug-info.ll 15 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5 (trunk 195495) (llvm/trunk 195495:195504M)", isOptimized: false, emissionKind: 0, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2)
  /external/llvm/test/CodeGen/ARM/
vfp-regs-dwarf.ll 34 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5.0 ", isOptimized: false, emissionKind: 1, file: !1, enums: !2, retainedTypes: !2, subprograms: !3, globals: !2, imports: !2)

Completed in 1170 milliseconds

<<11121314151617181920>>