HomeSort by relevance Sort by last modified time
    Searched defs:PAGE (Results 1 - 10 of 10) sorted by null

  /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/libpcap/msdos/
ndis_0.asm 0 PAGE 60,132
pkt_rx0.asm 0 PAGE 60,132
  /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/tools/signature-tools/src/signature/io/html/
ClassOverviewPage.java 35 private static final String PAGE = "ClassOverviewPage";
167 StringTemplate template = TemplateStore.getStringTemplate(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)
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 50 private static final int PAGE = 10;
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 89 PAGE = 2,
  /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)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 

Completed in 1774 milliseconds