HomeSort by relevance Sort by last modified time
    Searched full:map_count (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 185 static int map_count, unmap_count; member in struct:TestMapUnmapCallback
186 void OnMap(uptr p, uptr size) const { map_count++; }
189 int TestMapUnmapCallback::map_count; member in class:TestMapUnmapCallback
194 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
201 EXPECT_EQ(TestMapUnmapCallback::map_count, 1); // Allocator state.
208 EXPECT_EQ(TestMapUnmapCallback::map_count, 3); // State + alloc + metadata.
216 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
223 EXPECT_EQ(TestMapUnmapCallback::map_count, 1); // Allocator state.
230 EXPECT_EQ(TestMapUnmapCallback::map_count, 2); // alloc.
235 // TestMapUnmapCallback::map_count,
240 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 680 int /* map_count */,
936 int /* map_count */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBsrv.h 465 int /* map_count */,
1027 int /* map_count */,
XKBstr.h 85 unsigned char map_count; member in struct:_XkbKeyType
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 680 int /* map_count */,
936 int /* map_count */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 465 int /* map_count */,
1027 int /* map_count */,
XKBstr.h 85 unsigned char map_count; member in struct:_XkbKeyType
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 680 int /* map_count */,
936 int /* map_count */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 465 int /* map_count */,
1027 int /* map_count */,
XKBstr.h 85 unsigned char map_count; member in struct:_XkbKeyType
  /external/v8/src/x64/
lithium-codegen-x64.cc 2226 int map_count = instr->hydrogen()->types()->length(); local
    [all...]
  /external/kernel-headers/original/linux/
sched.h 313 int map_count; /* number of VMAs */ member in struct:mm_struct
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 2469 int map_count = instr->hydrogen()->types()->length(); local
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 2275 int map_count = instr->hydrogen()->types()->length(); local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 2347 int map_count = instr->hydrogen()->types()->length(); local
    [all...]

Completed in 7080 milliseconds