Searched
refs:page (Results
376 -
400 of
1838) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/ |
swap.h | 22 #include <asm/page.h>
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
swap.h | 22 #include <asm/page.h>
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
swap.h | 22 #include <asm/page.h>
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
swap.h | 22 #include <asm/page.h>
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
swap.h | 22 #include <asm/page.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
swap.h | 22 #include <asm/page.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
swap.h | 22 #include <asm/page.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
swap.h | 22 #include <asm/page.h>
|
/system/core/libbacktrace/ |
GetPss.cpp | 74 for (size_t page = start/pagesize; page < end/pagesize; page++) { 76 if (ReadData(pagemap_fd, page, &data)) {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
jmp-op.l | 1 GAS for MMIX .*/jmp-op\.s page 1 15 GAS for MMIX .*/jmp-op\.s page 2
|
put-op.l | 1 GAS for MMIX .*/put-op\.s page 1 19 GAS for MMIX .*/put-op\.s page 2
|
reg-op.l | 1 GAS for MMIX .*/reg-op\.s page 1 18 GAS for MMIX .*/reg-op\.s page 2
|
reloclab.l | 1 GAS for MMIX .*/reloclab\.s page 1 31 GAS for MMIX .*/reloclab\.s page 2
|
round2-op.l | 1 GAS for MMIX .*/round2-op\.s page 1 20 GAS for MMIX .*/round2-op\.s page 2
|
swym-op.l | 1 GAS for MMIX .*/swym-op\.s page 1 20 GAS for MMIX .*/swym-op\.s page 2
|
two-op.l | 1 GAS for MMIX .*/two-op\.s page 1 28 GAS for MMIX .*/two-op\.s page 2
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
skip.py | 10 def __init__(self, page, reason, description=None): 11 """A value representing a skipped page. 14 page: The skipped page object. 15 reason: The string reason the page was skipped. 17 super(SkipValue, self).__init__(page, 'skip', '', True, description, None, 22 page_name = self.page.display_name
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
jitter_timeline_unittest.py | 9 from telemetry.page import page namespace 21 test_page = page.Page('file://blank.html')
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
SourceFilePageTest.java | 12 package org.jacoco.report.internal.html.page; 39 "./src/org/jacoco/report/internal/html/page/SourceFilePageTest.java"), 47 final SourceFilePage page = new SourceFilePage(node, sourceReader, 4, local 49 page.render();
|
/external/v8/src/heap/ |
array-buffer-tracker.h | 19 class Page; 32 // access to the tracker by taking the page lock for the corresponding page. 40 // Frees all backing store pointers for dead JSArrayBuffer on a given page. 41 // Requires marking information to be present. Requires the page lock to be 43 static void FreeDead(Page* page); 45 // Frees all remaining, live or dead, array buffers on a page. Only useful 47 static void FreeAll(Page* page); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
ViewGroupFocusHelper.java | 60 PagedView page = (PagedView) parent; local 61 outRect.left -= page.getScrollForPage(page.indexOfChild(child));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateTestWizard.java | 56 public IWizardPage getNextPage(IWizardPage page) { 57 if (page == mSelectionPage) { 76 return super.getNextPage(page);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
LogCatMonitor.java | 196 IWorkbenchPage page = window.getActivePage(); 197 if (page == null) { 203 if (!isLogCatViewVisible(page)) { 204 boolean showLogCatView = promptUserOnce(page.getWorkbenchWindow().getShell()); 211 final LogCatView v = displayLogCatView(page); 223 private boolean isLogCatViewVisible(IWorkbenchPage page) { 224 IViewPart view = page.findView(LogCatView.ID); 225 return view != null && page.isPartVisible(view); 228 private LogCatView displayLogCatView(IWorkbenchPage page) { 229 // if the view is already in the page, just bring it to the fron [all...] |
/build/tools/droiddoc/templates-sdk/ |
docpage.cs | 41 if:page.trainingcourse ?> trainingcourse<?cs /if ?><?cs 46 if:(design||training||walkthru) && !page.trainingcourse && !page.article ?><?cs 60 <h1 itemprop="name"><?cs var:page.title ?> 65 <a href="#" class="prev-page-link hide" 73 <a href="#" class="next-page-link hide" 90 elif:!page.trainingcourse ?> 92 <a href="#" class="prev-page-link hide" 100 <a href="#" class="next-page-link hide" 125 if:page.landing ?><?cs # header logic for docs that are landing pages ? [all...] |
/external/pdfium/public/ |
fpdf_formfill.h | 216 * inclusive page range. 219 * bShrinkToFit - If true, the page is shrunk (if necessary) to 220 * fit within the imageable area of the printed page. 260 * Jump to a specified page. 267 * nPageNum - The specified page number, zero for the first 268 * page. 412 * page - Handle to the page. Returned by FPDF_LoadPage 414 * left - Left position of the client area in PDF page 416 * top - Top position of the client area in PDF page [all...] |
Completed in 696 milliseconds
<<11121314151617181920>>