HomeSort by relevance Sort by last modified time
    Searched refs:PAGE (Results 1 - 25 of 35) sorted by null

1 2

  /external/valgrind/main/none/tests/linux/
mremap2.c 19 static int PAGE;
38 // set up working area so expansion limit is 20*PAGE
43 // A suitable attempted fixed dst is workingarea + 150*PAGE.
48 workingarea = mmap(0, 200*PAGE, PROT_NONE,
51 try_dst = workingarea + 150*PAGE;
52 unmap_and_check(workingarea, 200*PAGE);
60 unmap_and_check( workingarea, 200*PAGE);
63 mapanon_fixed( workingarea + 0*PAGE, 9*PAGE);
66 mapanon_fixed( workingarea + 10*PAGE, 20*PAGE )
    [all...]
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test6DetailFragment.java 28 private final static String PAGE = "<html><body>"
47 wv.loadData(PAGE, "text/html", null);
  /external/llvm/test/MC/AArch64/
arm64-arm64-fixup.s 8 adrp x3, _printf@page
9 ; CHECK: adrp x3, _printf@PAGE ; encoding: [0x03'A',A,A,0x90'A']
10 ; CHECK: fixup A - offset: 0, value: _printf@PAGE, kind: fixup_aarch64_pcrel_adrp_imm21
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_unittest.cc 41 rv.page_url = GURL("http://test.page/");
89 contexts.Add(MenuItem::PAGE);
100 contexts.Add(MenuItem::PAGE);
112 contexts.Add(MenuItem::PAGE);
124 contexts.Add(MenuItem::PAGE);
136 contexts.Add(MenuItem::PAGE);
  /external/jemalloc/test/unit/
junk.c 143 assert_zu_eq(usize, arena_maxclass-PAGE, "Unexpected usize");
157 p2 = rallocx(p1, arena_maxclass-PAGE, 0);
mallctl.c 309 TEST_ARENAS_CONSTANT(size_t, page, PAGE);
  /cts/tools/signature-tools/src/signature/io/html/
ClassOverviewPage.java 35 private static final String PAGE = "ClassOverviewPage";
167 StringTemplate template = TemplateStore.getStringTemplate(PAGE);
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 262 /* Page size. STATIC_PAGE_SHIFT is determined by the configure script. */
267 #define PAGE ((size_t)(1U << STATIC_PAGE_SHIFT))
268 #define PAGE_MASK ((size_t)(PAGE - 1))
522 if (usize <= arena_maxclass && alignment <= PAGE) {
537 * PAGE of SIZE_T_MAX.
558 run_size = usize + alignment - PAGE;
685 if (usize <= arena_maxclass && alignment <= PAGE)
tcache.h 336 if (config_prof && size == PAGE) {
arena.h 57 /* Each element of the chunk map corresponds to one page within the chunk. */
100 * Small: Run page offset.
101 * Large: Run size for first page, unset for trailing pages.
110 * p : run page offset
139 * Large (sampled, size <= PAGE):
142 * Large (not sampled, size == PAGE):
188 * need to be tracked in the map. This omission saves a header page
333 /* Tree of dirty-page-containing chunks this arena manages. */
824 assert(arena_mapbits_large_size_get(chunk, pageind) == PAGE);
    [all...]
  /external/jemalloc/src/
chunk_mmap.c 171 alloc_size = size + alignment - PAGE;
zone.c 81 je_posix_memalign(&ret, PAGE, size);
arena.c 358 << LG_PAGE)), PAGE);
368 for (i = 0; i < PAGE / sizeof(size_t); i++)
472 * Set the last element first, in case the run only contains one page
517 * The first page will always be dirtied during small run
652 * There is no need to initialize the internal page map entries unless
    [all...]
chunk.c 395 assert(chunksize >= PAGE);
jemalloc.c 569 * Chunks always require at least one header page, plus
570 * one data page in the absence of redzones, or three
1338 imemalign(&ret, PAGE, size, 1);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 66 contexts.Add(extensions::MenuItem::PAGE);
153 contexts.Add(MenuItem::PAGE);
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 497 PAGE ?= index.html
498 PAGE_TC_CONFIG ?= "$(PAGE)?tc=$(TOOLCHAIN)&config=$(CONFIG)"
501 run: check_for_chrome all $(PAGE)
520 debug: check_for_chrome all $(PAGE)
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 89 PAGE = 2,
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86masm.pl 89 .text\$ SEGMENT PAGE 'CODE'
  /external/openssl/crypto/perlasm/
x86masm.pl 87 .text\$ SEGMENT PAGE 'CODE'
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 50 private static final int PAGE = 10;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 141 idesc64 isrL, 0x0008, 0 ; 0x0E, 14, #PF, Page Fault
180 dw isrR, 0 ; 0x0E, 14, #PF, Page Fault
192 ;; 2 Meg Page Tables
195 SECTION PAGE ALIGN=4096 FLAT
  /external/libpcap/msdos/
ndis_0.asm 0 PAGE 60,132
pkt_rx0.asm 0 PAGE 60,132
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 

Completed in 306 milliseconds

1 2